- use fonts/fontsizes given by SystemParametersInfo
[wine] / windows / x11drv /
1999-04-18  Noel BorthwickWhile handling the WM_DELETEWINDOW client message check...
1999-04-16  Pablo SaratxagaAdded walon language support (I also moved Cz -> Cs...
1999-04-15  Huw D M Daviesindex == 3 corresponds to Alt-Gr + Shift.
1999-04-15  Pavel RoskinFixed ugly disabled controls and black background in...
1999-04-15  Francois BoisvertSolved a deadlock between global lock and wnd lock...
1999-04-15  Guy AlbertelliFix scancodes for NumLock and Num-/.
1999-04-11  Guy AlbertelliPartial implementation for GetKeyNameText for new keybo...
1999-04-10  Brian GerstFixed X11DRV_MOUSE_WarpPointer initial value.
1999-04-04  José Marcos LópezAdded Spanish keyboard layout.
1999-04-03  Eric PouechUpdated French keyboard.
1999-04-03  Ove Kaaven'Realigned' the layout table a bit. Applied the non...
1999-04-01  Marcus MeissnerSplit off keysym/deadchar -> char mapping, use it in...
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-04-01  Patrik StridvallMore code moved to the X11 driver (bitmap and palette...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-28  Pavel RoskinAdded Russian keyboard support.
1999-03-28  Pavel RoskinChanges in X11DRV_KEYBOARD_DetectLayout in order to...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Jonathan NaylorAdded Swiss German keyboard layout.
1999-03-28  Alex KorobkaMoved hrgnUpdate from client to window coordinates...
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
1999-03-22  Kalevi J HautaniemiAdded Finnish keyboard layout.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-21  Robert PouliotOne small error corrected and the 102th key...
1999-03-19  Bertho StultiensFixed Danish keyboard layout.
1999-03-17  Bruno AfonsoAdded Portuguese keytable.
1999-03-17  Robert PouliotAdded Canadian French keyboard layout.
1999-03-17  Huw D M DaviesAdded UK keyboard layout.
1999-03-16  Ulrich WeigandAvoid unnecessary error messages.
1999-03-15  Ove KaavenBetter comments, and added ANSI codepages in table.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Ove KaavenFirst attempt at supporting different keyboard layouts...
1999-03-14  Pavel RoskinPrevent X11 errors when XCreateWindow is called with...
1999-03-10  Ulrich WeigandBugfix: ToAscii should not generate ASCII code when...
1999-03-10  Ulrich WeigandAvoid unnecessary GraphicsExpose events.
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-18  Ulrich WeigandBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi...
1999-02-14  Jerome VouillonMake a correct use of clipping rectangles.
1999-02-14  Ove KaavenSince SetParent now hides/shows, explicitly invalidatin...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-02-04  Patrik StridvallX11 driver changes.
1999-01-31  NF StevensCreate X window for child windows reparented to be...
1999-01-30  Bernd HerdSetParent should link the window at the start of the...
1999-01-30  Francis BeaudetMake sure that the keystate received by the WM_XBUTTONU...
1999-01-24  Marcus MeissnerFree the private data pointer, THEN set it to NULL.
1999-01-23  Marcus MeissnerSet private data struct to NULL to expose problems...
1999-01-20  Ulrich WeigandUse Callout to call RedrawWindow32.
1998-12-27  Alexandre JulliardFixed SetFocus that was broken when moved to x11drv.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-24  Rein KlazesLowest scan code seems to be 1, not zero.
1998-12-15  Dirk ThierbachSet the class hints for managed windows.
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-08  Marcus MeissnerSuperflous WINAPI removed.
1998-12-07  Brian GerstThe scancode Windows send for extended keys is the...
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-14  Ulrich WeigandMoved X11 mouse cursor handling to the DISPLAY driver.
1998-11-01  Patrik StridvallStarted moving some X11 window management code to windo...