Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
[wine] / windows / x11drv /
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Stephane LussierOn reception of a FocusOut event, don't deactivate...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardUse documented DROPFILES structure instead of internal...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-16  Alexandre JulliardRemoved a coupld of unused functions in the Callout...
2000-09-07  Giovanni PancottiItalian keyboard fixes.
2000-09-04  Mike McCormackAdded missing comma.
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-20  Louis Philippe Gagnon- Separate application calls to ShowOwnedPopups from...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-11  Stephane LussierInstead of not doing the Z ordering when the applicatio...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-06  Stephane LussierTop level windows with 0 width or height are created...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-01  Jean-Claude BatistaProvide position hints for window managers.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-28  Stephane LussierNow the service thread is no more in charge of erasing...
2000-07-28  Dmitry TimoshkovDo not crash if window was not found.
2000-07-16  Raul FernandesAdded Brazilian keyboard.
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-06-25  Lawson WhitneyMoved zero-sized window hack to x11drv.
2000-06-13  Gerard PatelDo not change the WS_CHILD style in SetParent.
2000-06-08  Turchanov SergeiDGA compile fix.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-07  Serge IvanovWell, SetParent doesn't work properly at all, but at...
2000-06-03  Alexandre JulliardRemoved MSG_WineStartTicks (does not work for multiple...
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-02  Susan FarleyPreserve WM hints that were set during window creation...
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-23  Susan FarleySet and retrieve the window icon that is drawn under...
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-04-30  Gerard PatelX11DRV_SetFocus: really don't mess with focus for manag...
2000-04-29  Dimitrie O. PaunRemoved some HEAP_xalloc calls.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-16  Stephane LussierSupport switching the keyboard layout with WINE running.
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-14  Stephane LussierWhen dealing with XKB extensions, force the AltGr key...
2000-04-13  Stephane LussierFixed AltGr key handling.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-15  Alexandre JulliardMichael Abd-El-Malek (on behalf of Corel)
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-04  Marcus MeissnerGetClipboardData16 might return an invalid global handl...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-25  James AbbatielloBetter thread safety for WarpPointer hack.
2000-02-20  Andreas MohrSpelling fixes.
2000-02-20  Hidenori TakeshimaAdded Japanese jp106 and pc98x1 keyboard layout.
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Andreas Mohr- add some documentation items
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA to manage pixmaps.
2000-01-25  Alexandre JulliardUse argv[0] to locate the server executable.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
2000-01-04  Lionel UlmerGive +0+0 as a default position for the desktop window.
2000-01-04  Ove KaavenAdded extra US keymap with the infamous phantom key.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-12  Lionel UlmerFixed handling of DGA2.0 keyboard events.
1999-12-12  Lionel Ulmer- added support of DGA-2.0 events
1999-12-11  Alexandre JulliardAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus...
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Lionel Ulmer- removed keyboard auto-repeat when DInput acquires it
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-12  Ove KaavenFixed XShm completion event leak.
1999-11-07  Ove KaavenDirectX-XShm now waits for the X server to finish the...
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-11-07  Juergen LockExec `wineclipsrv' not `wineclipsvr', and don't inherit...
1999-11-04  Karl LessardNever send a WM_CLOSE message to a popup window.
1999-11-04  Karl LessardCheck if the window is managed before trying to give...
1999-11-04  Jaroslaw Piotr Sob... Added Polish keyboard support.
1999-10-31  Pierre MageauOn ConfigureNotify, find the first visible window above...
1999-10-31  Huw D M DaviesFixed a couple of compiler warnings.
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-10-24  Pierre MageauFixed an entry in the keyboard translation table for...
1999-10-24  Noomen HamzaPopup windows will be hidden when we minimize a main...
1999-10-23  Francis BeaudetReplaced a X call with a TSX call in XDRV_MOUSE_SetCurs...
1999-10-13  Zoltan KovacsAdded Hungarian keyboard support.
1999-10-13  Abey GeorgeMake sure the Focus Out window is still the Foreground...
1999-10-13  Marcus MeissnerAdded german keyboard layout with "nodeadkeys" option...
1999-09-23  Noel BorthwickAdded clipboard server.
1999-09-23  Noomen HamzaWS_POPUP windows (excluding the WS_POPUPWINDOW windows...
1999-09-22  Gerard PatelFix infinite loop with glastXFocusWindow.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-10  Stephane LussierPressing the delete key using an extended keyboard...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-09-03  Guy AlbertelliCompleted GetKeyNameText for non-character keys.
1999-09-03  Abey GeorgeFixed resizing bugs for windows with WS_THICKFRAME...
next