2003-03-07 |
Andrew Johnston | Move keyboard event processing from WndProc code into... |
tree | commitdiff |
2003-03-07 |
Adam Gundy | Allow modifying a menu string to be NULL. |
tree | commitdiff |
2003-03-07 |
Andrew Johnston | - GetScrollRange zeros the return parameters for no... |
tree | commitdiff |
2003-03-04 |
Tony Lambregts | Janitorial. Get rid of W->A call. |
tree | commitdiff |
2003-02-27 |
Alexandre Julliard | Replaced most uses of the auto-generated glue code... |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr... |
tree | commitdiff |
2003-01-16 |
Alexandre Julliard | Removed flag checks in SetMenuItemInfoA, NT doesn't... |
tree | commitdiff |
2003-01-15 |
Mike Hearn | Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARAT... |
tree | commitdiff |
2003-01-14 |
Alberto Massari | Handle the WS_EX_LEFTSCROLLBAR style (that is, draw... |
tree | commitdiff |
2003-01-14 |
Robert Shearman | Move internal implementation into the exported function |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2002-12-17 |
Duane Clark | Need to initialize tracking value on mousedown. |
tree | commitdiff |
2002-12-17 |
Alberto Massari | Set the ODS_DISABLED bit when the item is grayed. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-25 |
Robert Shearman | Add support for painting SBS_SIZEBOX style properly. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed use of HBMMENU_* in switch statements. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Fixed more -DSTRICT issues. |
tree | commitdiff |
2002-11-22 |
Alexandre Julliard | Moved some more 16-bit functions to user16.c. |
tree | commitdiff |
2002-11-21 |
Carl Sopchak | Ignore buffer limit on WM_SETTEXT. |
tree | commitdiff |
2002-11-13 |
Aric Stewart | Fixed a bug with combo boxes where only 1 items was... |
tree | commitdiff |
2002-11-06 |
Chris Morgan | Remove ERR() if menu entry isn't of type MF_STRING... |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
tree | commitdiff |
2002-10-31 |
Dmitry Timoshkov | Fix some types and function prototypes according to... |
tree | commitdiff |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-10-28 |
Michael Stefaniuc | Some fixes for the compilation of the user dll with... |
tree | commitdiff |
2002-10-19 |
Michael Stefaniuc | Silence some warnings due to casts between pointer... |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-10 |
Steve Lustbader | Provide a stub for GetComboBoxInfo. |
tree | commitdiff |
2002-10-10 |
Andrew M. Johnston | Make info structure members lower case as elsewhere. |
tree | commitdiff |
2002-09-25 |
Dimitrie O. Paun | - Stop passing hwnd around when we're passing EDITSTATE. |
tree | commitdiff |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Remove clearing of the window menu id for now. This... |
tree | commitdiff |
2002-09-17 |
Francois Gouget | Remove references to PCVOID and LPUINT. |
tree | commitdiff |
2002-09-09 |
Dimitrie O. Paun | - Implement DFCS_TRANSPARENT. |
tree | commitdiff |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
tree | commitdiff |
2002-08-28 |
Andreas Mohr | Make sure we clear the owning window's hMenu in Destroy... |
tree | commitdiff |
2002-08-28 |
Aric Stewart | If we have no dropdown height give ourselves a minimum... |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Fixed WM_GETTEXT handling to avoid strncpy and return... |
tree | commitdiff |
2002-08-28 |
Michael Stefaniuc | Convert HACCEL to a void*. |
tree | commitdiff |
2002-08-27 |
Zoltan Nagy | Move caret when selecting a text area with the mouse. |
tree | commitdiff |
2002-08-20 |
Aric Stewart | Don't set EN_CHANGE at creation time. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Erase background when invalidating the selected text. |
tree | commitdiff |
2002-08-16 |
Aric Stewart | Support large edit buffers for richedit control. |
tree | commitdiff |
2002-08-15 |
Alexandre Julliard | Avoid trouble in WM_GETTEXT if specified length is... |
tree | commitdiff |
2002-08-03 |
Duane Clark | On mouse down in thumb, issue SB_THUMBTRACK with curren... |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-19 |
Carl Sopchak | Return empty string on error in WM_GETTEXT. |
tree | commitdiff |
2002-07-10 |
Uwe Bonnes | CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error... |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | ComboLBWndProc: fall through to ListBoxWndProc if the... |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Make sure edit and listbox controls are of same ASCII... |
tree | commitdiff |
2002-06-04 |
Andreas Mohr | Only allow tabs in popup menus, and make sure to never... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-20 |
Dmitry Timoshkov | Clear an old button text in WM_SETTEXT as Windows does. |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-09 |
Rizsanyi Zsolt | Disabled catching of mouse move events when not over... |
tree | commitdiff |
2002-04-22 |
Chuck Crayne | - Recognize "\n" as an alternative soft line break... |
tree | commitdiff |
2002-04-11 |
Rizsanyi Zsolt | Sending EN_UPDATE notification in the EDIT_WM_SetText... |
tree | commitdiff |
2002-04-09 |
Dmitry Timoshkov | Always erase background. |
tree | commitdiff |
2002-04-08 |
Dmitry Timoshkov | Added CS_PARENTDC style. |
tree | commitdiff |
2002-04-02 |
Dmitry Timoshkov | Convert NULL menu items to separators. |
tree | commitdiff |
2002-03-28 |
Uwe Bonnes | MenuItemFromPoint: rough implementation. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-26 |
Eric Pouech | Fixed WM_SETFONT handling (no redraw made in some cases). |
tree | commitdiff |
2002-02-19 |
Phillip Ezolt | Fixed the scrollbar position overflows using MulDiv. |
tree | commitdiff |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
tree | commitdiff |
2002-01-31 |
Guy Albertelli | Paint control immediately on WM_SETTEXT. |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-15 |
Rein Klazes | Don't change button state on WM_MOUSEMOVE messages... |
tree | commitdiff |
2002-01-15 |
Rein Klazes | In CBPaintText use the text size as returned by LB_GETT... |
tree | commitdiff |
2002-01-04 |
Sander van Leeuwen | Check, Radio & 3State buttons send WM_CTLCOLORSTATIC... |
tree | commitdiff |
2002-01-03 |
Alexandre Julliard | Use DrawFrameControl instead of bitmaps in certain... |
tree | commitdiff |
2001-12-26 |
Andreas Mohr | Fixed, added or implemented stubs: |
tree | commitdiff |
2001-12-11 |
Bill Medland | For a radio button even if the initial style includes... |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-13 |
Andreas Mohr | EDIT_EM_LineLength called from within EDIT_EM_LineLengt... |
tree | commitdiff |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
tree | commitdiff |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-08 |
Dmitry Timoshkov | Defer edit style correction until EDITSTATE is fully... |
tree | commitdiff |
2001-09-21 |
Guy Albertelli | - Implement message loop on the client side of the... |
tree | commitdiff |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
tree | commitdiff |
2001-09-17 |
Bobby Bingham | When you hold the left mouse button inside the scrollba... |
tree | commitdiff |
2001-09-14 |
Alexandre Julliard | Make sure that HWND comparisons are always done with... |
tree | commitdiff |
2001-09-07 |
Guy L. Albertelli | Enhance SPY_GetMsgName to translate common control... |
tree | commitdiff |
2001-08-24 |
Alexandre Julliard | Added WIN_ListParents function and renamed WIN_BuildWin... |
tree | commitdiff |
2001-08-18 |
Alexandre Julliard | Added proper support for 32-bit WM_NEXTMENU. |
tree | commitdiff |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
tree | commitdiff |
next |