2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
blob | commitdiff | raw |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Duane Clark | Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Alberto Massari | Handle the WS_EX_LEFTSCROLLBAR style (that is, draw... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rein Klazes | Fix an A/W structure size bug in DrawCaptionTempW(). |
blob | commitdiff | raw | diff to current |
2002-11-24 |
Matthew Davison | Fix some unicode->ascii calls. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Made user compile with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Mike McCormack | Fix a few GDI memory leaks. |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Michael Stefaniuc | Some more fixes for compiling the user dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Alexandre Julliard | Tweak position of system menu small icon. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Alexandre Julliard | Updated configure to take advantage of new autoconf... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Dmitry Timoshkov | Fixed problem with mouse cursors in Word. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Alexandre Julliard | version.h is now in include/wine directory. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Do not be too smart and add WS_CAPTION in AdjustWindowR... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Alexandre Julliard | Use DrawFrameControl instead of bitmaps in certain... |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Gerard Patel | Remove some possible interlocking problems with peb... |
blob | commitdiff | raw | diff to current |
2001-10-16 |
Alexandre Julliard | Moved scrollbar tracking code to scroll.c. |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Alexandre Julliard | Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp... |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Alexandre Julliard | Fixed HWND compare in NC_HandleSetCursor. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Alexandre Julliard | Implemented GetAncestor and removed WIN_GetTopParent. |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Alexandre Julliard | Fixed GetClassLong to return full 32 bits for all items. |
blob | commitdiff | raw | diff to current |
2001-08-10 |
Alexandre Julliard | Removed a number of direct accesses to the WND structur... |
blob | commitdiff | raw | diff to current |
2001-08-08 |
Alexandre Julliard | Replace SendMessage16 by SendMessageW where possible. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Alexandre Julliard | Replaced MSG_InternalGetMessage calls by equivalent... |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Bill Medland | Corrections to the Win95 and later frame drawing code. |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Dmitry Timoshkov | Replace more PROFILE_ functions by RegQueryValueExA. |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Alexandre Julliard | Removed unneeded inclusion of queue.h. |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Dmitry Timoshkov | Remove optimization in NC_HandleNCActivate. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Alexandre Julliard | Moved window move/resize syscommand handling to the... |
blob | commitdiff | raw | diff to current |
2001-04-12 |
Alexandre Julliard | Added first/last message filters to MSG_InternalGetMess... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Alexandre Julliard | Cleaned up assumptions about WS_CHILD flag so that... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Andreas Mohr | - move TSXGrabServer after a possible return FALSE; |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Alexandre Julliard | Use DrawFrameControl() instead of OEM bitmaps to paint... |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Alexandre Julliard | Fixed a number of incompatibilities in OEM icons/cursor... |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Moved tweak support to USER dll. Removed tweak.h and... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Fixed a few dependencies on 16-bit or internal function... |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Dmitry Timoshkov | Fixed behaviour of window's system buttons. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Susan Farley | Status bars on managed windows should not have SIZEGRIP... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | Spelling, trace fixes. |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Mike McCormack | Make sure NC_HandleNCCalcSize returns a valid rectangle. |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Francois Methot | Do not check for system menu if the window has style... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Dmitry Timoshkov | Add "FullWindowDrag" feature for not managed windows. |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Francois Boisvert | NC_DoNCHitTest now returns HTNOWHERE like Windows is... |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Susan Farley | Set and retrieve the window icon that is drawn under... |
blob | commitdiff | raw | diff to current |
2000-05-18 |
Alexandre Julliard | Francois Boisvert |
blob | commitdiff | raw | diff to current |
2000-05-14 |
Chris Morgan | Fixed borders of windows while dragging or sizing to... |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Aric Stewart | Added WM_SIZING message support. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Alexandre Julliard | Use GetProcAddress instead of calling ShellAboutA directly. |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Alexandre Julliard | Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus... |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Ulrich Weigand | Perform 16/32A/32W message mapping for posted messages. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Noomen Hamza | Popup windows will be hidden when we minimize a main... |
blob | commitdiff | raw | diff to current |
1999-09-23 |
Noomen Hamza | Non active window should be activated when it gets any |
blob | commitdiff | raw | diff to current |
1999-09-10 |
Francis Beaudet | Made sure that the windows with the WS_EX_TOOLWINDOW... |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Francis Beaudet | Make sure that all MDI children have the WS_EX_MDICHILD... |
blob | commitdiff | raw | diff to current |
1999-09-03 |
Abey George | Fixed resizing bugs for windows with WS_THICKFRAME... |
blob | commitdiff | raw | diff to current |
1999-08-21 |
Pascal Lessard | Added the case of a user defined icon for the sysbutton... |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Francis Beaudet | Ensure that the WM_ENTERIDLE message is not sent if... |
blob | commitdiff | raw | diff to current |
1999-08-07 |
Thuy Nguyen | WS_EX_DLGMODALFRAME alone does not mean title bar,... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Noomen Hamza | Close the right window when clicking on a non active... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Pascal Lessard | Implemented the system button behavior and associated... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Sylvain St-Germain | Fixed inconsistency in conditions that determines if... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Noomen Hamza | Windows should be activated in these cases: |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ove Kaaven | Reworked nonclient drawing code. Win31 look now works... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Noomen Hamza | SetCursorPos() function was called with a window coordi... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Gerard Patel | Draws a border around windows with old win31 style... |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Marcus Meissner | Replaced all occurences of SYSMETRICS_xx and sysMetrics... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Michael Veksler | Removed #include "wine/winuser16.h" and use "struct... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Francois Boisvert | Fixed some bugs in thread safeness for wnd struct. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Alex Korobka | Moved hrgnUpdate from client to window coordinates... |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Randy Weems | Fixed off-by-one error if bitblt width or height is... |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Pavel Roskin | obm_closed_95 should not be drawn inverted. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Alexandre Julliard | Reverted broken close button change. |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Francois Boisvert | Implementation of the pushed close button. |
blob | commitdiff | raw | diff to current |
next |