- new interface declaration for IShellfolder2
[wine] / controls /
1999-11-07  Jim AstonFixed the height of the ComboBox drop list.
1999-11-07  Karl LessardWhen a popupmenu is currently active on the screen...
1999-10-31  Marcus MeissnerDo not clear the drawing area for etched static controls.
1999-10-23  Pierre MageauFixed loop with WM_SYSCHAR.
1999-10-23  Abey GeorgeDraw the item text from the top of the item rect.
1999-10-13  Gerard PatelMake WM_GETTEXTLENGTH return length for dropdownlist...
1999-10-13  Francois BoisvertRemoved FillRect in the ownerdrawn button procedure.
1999-10-13  Juergen SchmiedMade TrackPopupMenu with TPM_RETURNCMD returning the...
1999-09-28  Karl LessardMake ExecFocusedItem return -1 on failure.
1999-09-28  Gerard PatelForce recalculation of menu when calling InsertMenuItem.
1999-09-27  Stephane LussierReturn key should not be ignored in multiline edit...
1999-09-27  Rein KlazesUse an extra bit in the button status byte to flag...
1999-09-22  Abey GeorgeDon't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUP...
1999-09-20  Francis BeaudetFixed display bug in the static control.
1999-09-20  Pascal LessardMessage removed when menu tracking finish on a WM_LBUTT...
1999-09-19  Dennis BjörklundSend correct WM_MENUSELECT when menu closes.
1999-09-19  Noomen HamzaThe MDIClient class must be registered with the IDC_ARR...
1999-09-19  Francis BeaudetImplemented the disabled state of the combobox.
1999-09-19  Richard CohenProtect SetMenu from rogue menu handle.
1999-09-19  Pascal LessardAdded a case for menu handling in win31.
1999-09-13  Dennis BjörklundFixed win9x look on checkboxes and radiobuttons.
1999-09-13  Eric PouechAdded MenuItemFromPoint stub.
1999-09-11  Nick HollowayFor Win 3.x applications, if they have either horizonta...
1999-09-11  Pierre MageauSet the mouse capture on the combo listbox.
1999-09-11  Abey GeorgeDraw the focus rectangle for buttons with BS_3STATE...
1999-09-10  Pascal LessardImplemented the behavior around the ES_WANTRETURN style...
1999-09-05  Pierre MageauModified CBDropDown to find the best height of the...
1999-09-04  Stephane LussierInitialize the enabling state variable in the edit.
1999-09-04  Pascal LessardThe format rect is recalculated for each font change...
1999-09-03  Pascal LessardMenu hides when clicked for a second time.
1999-09-03  Stephane LussierKeep the enable state in the edit structure instead...
1999-09-03  Francis BeaudetSlight 1 pixel adjustment on the position of the radio...
1999-09-03  Pascal LessardThe backspace is now handled in the WM_CHAR message.
1999-09-03  Francis BeaudetFixed a little positioning bug with the checkbox.
1999-09-03  Gerard PatelImplemented wParam of WM_PAINT msg for edit control.
1999-08-21  Stephane LussierAvoid changing the activation state in EnableMenuItem.
1999-08-21  Rein KlazesMake sure that an empty string never matches a listbox...
1999-08-21  Eric PouechFixed crash when accessing sysmenu.
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-15  Pascal LessardEM_SETSEL scrolls if outside of the visible range.
1999-08-14  Francis BeaudetFixed the look of the combobox's drop down button when...
1999-08-07  Francis BeaudetHandle the case when the button is really small.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Pascal LessardImplemented the system button behavior and associated...
1999-07-31  Rein KlazesFix handling of WM_LBUTTONDCLICK message for buttons...
1999-07-30  Pierre MageauFixed a problem when the style is BS_BITMAP or BS_ICON...
1999-07-30  Francis BeaudetImplemented proper win95 support for the WS_BORDER...
1999-07-30  Francis BeaudetChanged the WS_BORDER style to a WS_EX_CLIENTEDGE style...
1999-07-30  Francis BeaudetFixed the border for the listbox created by the simple...
1999-07-27  Abey GeorgeFixed incorrect edit control behaviour in mouse message...
1999-07-25  Gerard PatelSeveral focus and selection problems in listboxes.
1999-07-25  Huw D M DaviesUse GDI APIs to access bitmap info.
1999-07-18  Dennis BjörklundSmall fix in UITOOLS95_DrawRectEdge().
1999-07-18  Francis BeaudetFixed fake WM_LBUTTONUP message.
1999-07-18  Francis BeaudetImplemented the BS_ICON style.
1999-07-18  Dennis BjörklundWin9x look & feel on scrollbars.
1999-07-15  Dennis BjörklundWin9x look & feel on buttons and a fix for ownerdrawn...
1999-07-10  Luc TourangeauAdded BN_CLICKED notification in WM_SETFOCUS.
1999-07-10  Abey GeorgeFixed the height of the dropped list when there are...
1999-07-04  Ove KaavenFixed check for whether to call SetWindowPos when showi...
1999-07-03  Alexandre JulliardReverted previous change.
1999-07-03  Gerard PatelCancel pending notifications when EM_SETMODIFY is called.
1999-07-03  Gerard PatelMake GetScrollInfo return scroll pos when program reque...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Slava MonichIn case if scrollbar has the same background color...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-26  Noomen HamzaRemove the WM_LBUTTONUP message from the queue after...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Francis BeaudetFixed a few behaviors of the combobox that were broken.
1999-06-06  Ron CemerFixes for several bugs in which portions of the scrollb...
1999-06-05  Eric PouechWhen looking into sys menu, check if items are present...
1999-06-05  Rein KlazesDo not process WM_LBUTTONUP message in ButtonWndProc()
1999-05-29  Pascal LessardSupport TPM_RETURNCMD in TrackPopupMenu.
1999-05-22  Paul QuinnStop a listbox bug that causes a div by zero when the...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Ulrich WeigandRemoved superfluous WIN_ReleaseWndPtr.
1999-05-14  Francois BoisvertChanged CBGetDroppedControlRect to be compliant with...
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Juergen Schmied- prevent crash when GetMenuDefaultItem is called on...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Gerard PatelValues returned from PtInRect and LB_ITEMFROMPOINT...
1999-05-08  Francois BoisvertPrevented LISTBOX_RepaintItem from repainting a non...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Pavel RoskinPushbuttons should only be rounded in Win31 look.
1999-05-02  Juergen Schmied- default item handling
1999-05-01  Marcus MeissnerRemoved the gotos from the WndProcs, always use a small...
1999-04-26  Juergen Schmied- align magic buttons right
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-24  Guy AlbertelliFix locking with proper calls to WIN_ReleaseWndPtr.
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-22  Francis BeaudetFixed a sizing bug in the combobox control.
1999-04-21  Juergen Schmied- protect TRACE against NULL-ptr
1999-04-19  Gerard PatelTest for static was reversed.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Juergen Schmied- use fonts/fontsizes given by SystemParametersInfo
1999-04-18  Luc TourangeauWhen the vertical scrollbar is removed, the background...
next