1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
tree | commitdiff |
1999-02-28 |
Guy Albertelli | - Code to return default language code as keyboard... |
tree | commitdiff |
1999-02-28 |
Juergen Schmied | FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE... |
tree | commitdiff |
1999-02-28 |
Francis Beaudet | Order of send message processing was not respected... |
tree | commitdiff |
1999-02-28 |
Francis Beaudet | Added checks to guard against NULL active window. |
tree | commitdiff |
1999-02-28 |
Norman Stevens | Don't check children of disabled or invisible controls... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-25 |
Alexandre Julliard | Make GetWindowLong(GWL_HWNDPARENT) return the same... |
tree | commitdiff |
1999-02-25 |
Francois Boisvert | Adding of new functions to make the wnd struct thread... |
tree | commitdiff |
1999-02-25 |
Pascal Lessard | ScrollDC32 modified to return rect in logical coordinate. |
tree | commitdiff |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
tree | commitdiff |
1999-02-24 |
Lionel Ulmer | Added stubs for two missing methods of DInput. |
tree | commitdiff |
1999-02-24 |
Stephane Lussier | Fixed some SendMessage bugs. |
tree | commitdiff |
1999-02-22 |
Marcus Meissner | Some more recursive include fixes/optimizations. |
tree | commitdiff |
1999-02-22 |
Francois Gouget | Updated to use the latest COM macros, ICOM_VTABLE and... |
tree | commitdiff |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
tree | commitdiff |
1999-02-21 |
Stephane Lussier | Fix problem where you need mouse activity to unlock... |
tree | commitdiff |
1999-02-19 |
Martin Walker | Fixed message filtering check. |
tree | commitdiff |
1999-02-19 |
Alexandre Julliard | Reverted broken close button change. |
tree | commitdiff |
1999-02-19 |
Francis Beaudet | Temporary fix suggested by Ulrich to allow the |
tree | commitdiff |
1999-02-19 |
Ove Kaaven | Initialized return value of 16->32 conversion of WM_MDI... |
tree | commitdiff |
1999-02-19 |
Ove Kaaven | Added extra child arguments to DCE_GetVisRgn() to be... |
tree | commitdiff |
1999-02-18 |
Stephane Lussier | - New implementation of SendMessage, ReceiveMessage... |
tree | commitdiff |
1999-02-18 |
Ulrich Weigand | Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi... |
tree | commitdiff |
1999-02-18 |
Francois Boisvert | Implementation of the pushed close button. |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-17 |
Dave Pickles | GetUpdateRect should return client coordinates unless... |
tree | commitdiff |
1999-02-15 |
Ove Kaaven | Resetting X focus should not be done with SetFocus32... |
tree | commitdiff |
1999-02-14 |
Eric Pouech | Changed some functions prototypes (were returning void). |
tree | commitdiff |
1999-02-14 |
Jerome Vouillon | Make a correct use of clipping rectangles. |
tree | commitdiff |
1999-02-14 |
Ove Kaaven | Since SetParent now hides/shows, explicitly invalidatin... |
tree | commitdiff |
1999-02-14 |
Gerard Patel | Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDial... |
tree | commitdiff |
1999-02-14 |
Joseph Pranevich | Moved initialization until later. Also moved around... |
tree | commitdiff |
1999-02-14 |
Huw D M Davies | WIN31 Look still needs a close button on the left of... |
tree | commitdiff |
1999-02-14 |
Francois Boisvert | Changed SetWindowPos32 to force the update of the non... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Some warnings fixed, one useless VERSION warning remove... |
tree | commitdiff |
1999-02-13 |
Stephane Lussier | Use global synchronization objects, to be able to use... |
tree | commitdiff |
1999-02-13 |
Norman Stevens | Set hwndActiveChild when maximizing a mdi child window... |
tree | commitdiff |
1999-02-13 |
Francois Boisvert | Implemented the WIN31 Look mdi buttons and also some... |
tree | commitdiff |
1999-02-13 |
Ove Kaaven | Changed SetParent32 to adhere to Windows behaviour... |
tree | commitdiff |
1999-02-13 |
Ove Kaaven | Don't call EVENT_DummyMotionNotify for hidden windows. |
tree | commitdiff |
1999-02-13 |
Stephane Lussier | Fix some thread-safeness problem when accessing the... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Implemented MapVirtualKeyEx (ticket 21). |
tree | commitdiff |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
tree | commitdiff |
1999-02-12 |
Ulrich Weigand | Use MONITOR_... instead of DESKTOP_... routines to... |
tree | commitdiff |
1999-02-12 |
Ove Kaaven | WM_ACTIVATE default processing should set window focus. |
tree | commitdiff |
1999-02-11 |
Juergen Schmied | FindWindow failed for 32 bit windows with style !=... |
tree | commitdiff |
1999-02-09 |
Michael Veksler | Added missing includes to avoid warnings/errors. |
tree | commitdiff |
1999-02-09 |
Stephane Lussier | -Fixed MESSAGE functions that were thunking down to... |
tree | commitdiff |
1999-02-09 |
Marcus Meissner | Some small bugfixes, added more PE relocation types... |
tree | commitdiff |
1999-02-09 |
Lionel Ulmer | Added buffered device access for DInput's mouse driver. |
tree | commitdiff |
1999-02-09 |
Francois Boisvert | The systems buttons (minimize/restore/close) now appear... |
tree | commitdiff |
1999-02-09 |
Stephane Lussier | - Cleaned up the message queue when a thread exit ... |
tree | commitdiff |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | Moved some more code to the X11 driver. |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | TTY driver changes. |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | X11 driver changes. |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | Implementation of the new monitor abstraction. |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Dialog window should not be destroyed in DefDlgProc... |
tree | commitdiff |
1999-01-31 |
NF Stevens | Create X window for child windows reparented to be... |
tree | commitdiff |
1999-01-31 |
Juergen Schmied | Stub for GetUserObjectSecurity. |
tree | commitdiff |
1999-01-31 |
Juergen Schmied | Every EM_GETLINE send between a 32W to a 32A window... |
tree | commitdiff |
1999-01-31 |
Huw D M Davies | Fix typo in SetWindowPos32. |
tree | commitdiff |
1999-01-30 |
Bernd Herd | SetParent should link the window at the start of the... |
tree | commitdiff |
1999-01-30 |
NF Stevens | In Window SetWindowPos with SWP_HIDEWINDOW does not... |
tree | commitdiff |
1999-01-30 |
Francis Beaudet | Make sure that the keystate received by the WM_XBUTTONU... |
tree | commitdiff |
1999-01-28 |
Stephane Lussier | - Made the message queue access to be thread safe.... |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed loading of win32 drivers. |
tree | commitdiff |
1999-01-26 |
Eric Pouech | Added support for loading drivers in Wine. |
tree | commitdiff |
1999-01-26 |
Stephane Lussier | - Changing MESSAGEQUEUE structure according to Ulrich... |
tree | commitdiff |
1999-01-24 |
Marcus Meissner | Free the private data pointer, THEN set it to NULL. |
tree | commitdiff |
1999-01-24 |
Marcus Meissner | Missing WINAPI. |
tree | commitdiff |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
tree | commitdiff |
1999-01-23 |
Marcus Meissner | Set private data struct to NULL to expose problems... |
tree | commitdiff |
1999-01-22 |
Marcus Meissner | Fixed accelerator handling. ACCEL16 used internal,... |
tree | commitdiff |
1999-01-20 |
Noomen Hamza | Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95... |
tree | commitdiff |
1999-01-20 |
Noel Borthwick | Reparenting a window with SetParent in Windows should... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Handle (console) applications that never created a... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | - Fixed creation of message queue in hook API routines. |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Use Callout to call RedrawWindow32. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
NF Stevens | Fix the return type of DLGPROC type and mask out the... |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Moved MsgWaitForMultipleObject implementation to USER... |
tree | commitdiff |
1998-12-31 |
Alexandre Julliard | Removed client-side wait functions; all waiting is... |
tree | commitdiff |
1998-12-27 |
Alexandre Julliard | Fixed SetFocus that was broken when moved to x11drv. |
tree | commitdiff |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
tree | commitdiff |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Desktop window queue handling adapted. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Queue handling adapted to new queue routines. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Implemented stub for InitThreadInput. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Handle non-hardware X events correctly with native... |
tree | commitdiff |
1998-12-24 |
Rein Klazes | Lowest scan code seems to be 1, not zero. |
tree | commitdiff |
1998-12-24 |
Juergen Schmied | More messages [LB_*,EM_*] translated 32A from/to 32W. |
tree | commitdiff |
1998-12-18 |
Ulrich Weigand | Bugfix: always clear QS_... from *both* changeBits... |
tree | commitdiff |
next |