Avoid using the MAKEPOINTS macro, it's broken on big endian.
[wine] / dlls / comctl32 /
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-21  Huw DaviesThe default font for the treeview should be the icon...
2004-11-19  Zach GormanAdd the DT_NOPREFIX flag when calling DrawText() for...
2004-11-10  Robert Shearman- Set cache bitmap dimensions correctly when a 0x0...
2004-11-09  Dmitry Timoshkov- do not move updown control and buddy if an alignment...
2004-11-08  Robert Shearman- bNtfUnicode is a dup' of bUnicode so remove it and...
2004-11-08  Dmitry TimoshkovDimensions of month calendar control should not depend...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-06  Robert ShearmanImplement TBN_RESTORE notification.
2004-11-01  Dmitry TimoshkovConvert NativeFont control to unicode, use hbrBackgroun...
2004-11-01  Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-11-01  Dimitrie O. PaunSend notification messages in the format dictated by
2004-10-27  Alexandre JulliardUse correct type instead of void* in item linked list.
2004-10-27  Dimitrie O. PaunUse typesafe signature where possible.
2004-10-27  Dimitrie O. PaunRename STATUSWINDOWINFO to STATUS_INFO, for consistency...
2004-10-27  Dimitrie O. PaunMinor cleanups.
2004-10-27  Dimitrie O. PaunUse Unicode functions where possible.
2004-10-26  Thorsten KaniUse address of tab_item.extra when building drawitemstruct.
2004-10-26  Dimitrie O. PaunImplement proper GWL_STYLE handling, proper reaction...
2004-10-25  Dimitrie O. PaunUse only Unicode functions, it makes it easier to see...
2004-10-25  Robert Shearman- Don't fill in any more information than native does...
2004-10-25  Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Dimitrie O. PaunAudit the Date Time Control. Unicodification.
2004-10-21  Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21  Robert ShearmanAlways remove WS_BORDER style from ComboBoxEx control.
2004-10-21  Thorsten KaniDon't add extra OFFSET_X/Y to the calculation of rcBitm...
2004-10-21  Robert ShearmanCorrect the date of the completeness audit.
2004-10-21  Dimitrie O. PaunAudit the month calendar.
2004-10-21  Robert Shearman- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to...
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-10-19  Robert ShearmanRebar completeness audit.
2004-10-19  Ge van GeldorpPass correct uiParam for SPI_GETNONCLIENTMETRICS.
2004-10-18  Ge van GeldorpDon't free subclass stack while it's still in use.
2004-10-18  Robert Shearman- TBN_DELETINGBUTTON sends the command ID, not the...
2004-10-18  Robert ShearmanImplement ImageList_SetColorTable.
2004-10-14  Gerald PfeiferCompletely disable unused function show_image().
2004-10-09  Jon GriffithsItems are variable sized, use an accessor to get at...
2004-10-07  Jon GriffithsImageList_Merge should not fail if indices are bad.
2004-10-07  Jon GriffithsDraw +/- correctly for large icon sizes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-04  Dmitry TimoshkovIf an animation is already playing do not restart it.
2004-10-04  Aric StewartCheck to make sure PropSheetInfo* is not null before...
2004-10-04  Dmitry TimoshkovDo not use GlobalFree for a memory returned by LoadReso...
2004-10-04  Vitaliy MargolenDon't loose last band on insert.
2004-09-28  Michael Stefaniuc- native ImageList_Remove dosn't spit out an error...
2004-09-28  Robert ShearmanDetermine whether to do label edit before sending NM_CLICK.
2004-09-28  Jon GriffithsItem height/expand button width must be >= than imageli...
2004-09-25  Robert Shearman- Implement WS_DISABLED style.
2004-09-23  Robert Shearman- Make the control look more like native by using the...
2004-09-23  Filip NavaraFix obviously wrong condition in an "if" statement.
2004-09-23  Filip NavaraAdd note about unimplemented TB_SAVERESTORE message.
2004-09-22  Dimitrie O. PaunWe now have ICC_LINK_CLASS.
2004-09-22  Dimitrie O. PaunCleanup W->A transition.
2004-09-21  Robert Shearman- Status update.
2004-09-20  Filip Navara- Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGE...
2004-09-20  Robert ShearmanDocument status of control against v6.0 of native version.
2004-09-20  Robert Shearman- Fix some TRACEs
2004-09-17  Robert ShearmanUse Unicode window messages.
2004-09-16  Robert Shearman- Don't use TrackMouseEvents/WM_MOUSELEAVE API for...
2004-09-16  Robert ShearmanUse Unicode window messages.
2004-09-14  Filip NavaraStatus update.
2004-09-14  Robert Shearman- Make customization list boxes into drag list boxes.
2004-09-14  Robert Shearman- Clear data structure after dragging.
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-09-13  Jon GriffithsCreateDCA -> CreateDCW
2004-09-13  Filip NavaraFix resizing of wizards.
2004-09-13  Vitaliy MargolenMake sure TreeView gets redrawn after calling EnsureVis...
2004-09-13  Filip NavaraFill the area next to watermark bitmap with window...
2004-09-13  Vitaliy MargolenSend correct tracing notification messages.
2004-09-13  Filip NavaraCorrect displaying of wizard subtitle.
2004-09-09  Robert Shearman- Status update.
2004-09-08  Filip NavaraDo not distinguish exterior wizard pages by their posit...
2004-09-07  Robert ShearmanImplement titles.
2004-09-07  Robert ShearmanAdd 16x16 error, info and warning icons.
2004-09-07  Filip Navara- Revert incorrect change to tab control resizing from...
2004-09-07  Filip Navara- Draw the Wizard97 header bitmaps before drawing the...
2004-09-06  Robert Shearman- Obey TBCDRF_NOOFFSET for the button text.
2004-09-06  Kevin KoltzauFix bug with chained messages.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-02  Ferenc WagnerAdded \n to ok() strings in the imagelist tests.
2004-08-31  Francois GougetMSVC does not like the typeof() in the function pointer...
2004-08-30  Filip NavaraFix loading wizard title and subtitle from resources.
2004-08-30  Robert ShearmanTB_MARKITEM should redraw button.
2004-08-26  Robert ShearmanAllow image list tests to compile and run on old platforms.
2004-08-26  Mike McCormackCalculate the correct size of dialog templates in the...
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-25  Robert Shearman- Send NM_LDOWN notification.
2004-08-24  Mike McCormackTests for icon and bitmap adding and removing and bitma...
2004-08-24  Robert ShearmanFix regression with IE's Menu Bar.
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-08-23  Mike McCormackAdjust the tab contents to fix the propsheet between...
2004-08-22  Kevin KoltzauMake SetWindowSubclass behave with SetWindowLong subcla...
2004-08-22  Michael StefaniucTest case for hotspot handling.
2004-08-22  Michael Stefaniuc- Fix hotspot handling
2004-08-19  Robert Shearman- Implement insert marks.
next