1999-09-03 |
Noel Borthwick | - Implement interprocess clipboard communication. |
tree | commitdiff |
1999-09-03 |
Guy Albertelli | Completed GetKeyNameText for non-character keys. |
tree | commitdiff |
1999-09-03 |
Abey George | Fixed resizing bugs for windows with WS_THICKFRAME... |
tree | commitdiff |
1999-08-07 |
Stephane Lussier | WM_SYSCOMMAND message (for SC_CLOSE) should be posted... |
tree | commitdiff |
1999-08-07 |
Stephane Lussier | X11drv SetDrawable function modifies the DC origin... |
tree | commitdiff |
1999-08-04 |
Ivan De Saedeleer | Minor fix to the French Canadian keyboard. |
tree | commitdiff |
1999-08-04 |
Alexandre Julliard | Got rid of dsprintf and related macros. |
tree | commitdiff |
1999-07-24 |
Achim Kaiser | Draw an additional white bit for each invert bit of... |
tree | commitdiff |
1999-07-24 |
Noel Borthwick | While handling the X FocusIn message in managed mode... |
tree | commitdiff |
1999-07-24 |
Sylvain St-Germain | Fixed inconsistency in conditions that determines if... |
tree | commitdiff |
1999-07-24 |
Huw D M Davies | Fixed compiler warning. |
tree | commitdiff |
1999-07-23 |
Lionel Ulmer | - Added a new option 'noxshm' |
tree | commitdiff |
1999-07-11 |
Marcus Meissner | Removed the old, historical and no longer working IPC... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Removed all EVENT_Synchronize( FALSE ) calls; use a... |
tree | commitdiff |
1999-07-04 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-07-04 |
Patrik Stridvall | Moved code to the X11 driver. |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-26 |
Lars Heete | Prevent bad window X error. |
tree | commitdiff |
1999-06-22 |
Philippe Froidevaux | Added Swiss french keyboard layout. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Added DebugBreak. |
tree | commitdiff |
1999-06-18 |
Ulrich Weigand | - Do not call XConfigureWindow if SetWindowPos was... |
tree | commitdiff |
1999-06-13 |
Ulrich Weigand | Bugfix: DISPLAY_SetCursor should not use USER-internals... |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Removed direct references to CLASS internals. |
tree | commitdiff |
1999-06-12 |
Ulrich Weigand | Better implementation of [GS]etForegroundWindow. |
tree | commitdiff |
1999-06-07 |
Eric Pouech | Fixed order for entering critical sections (X11 vs... |
tree | commitdiff |
1999-06-05 |
Ulrich Weigand | Try to improve ConfigureNotify event processing. |
tree | commitdiff |
1999-06-05 |
Ulrich Weigand | Fixed potential memory corruption in EVENT_QueryZOrder. |
tree | commitdiff |
1999-06-05 |
Ulrich Weigand | Removed DummyMotionNotify EVENT driver routine. |
tree | commitdiff |
1999-05-29 |
Rikhardur Egilsson | Icelandic keyboard support. |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Moved X input event handling out of EVENT_WaitNetEvent... |
tree | commitdiff |
1999-05-13 |
<TTarrant@Etnotea... | Added Italian keyboard support. |
tree | commitdiff |
1999-05-13 |
Andreas Mohr | Fixed quite ill window locking code. |
tree | commitdiff |
1999-05-08 |
Alex Korobka | Rearranged PAINT_RedrawWindow() so that it first recurs... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Ulrich Weigand | Use SERVICES callback to implement Windows timers. |
tree | commitdiff |
1999-05-02 |
Guy Albertelli | Correct logic in GetKeyNameText. |
tree | commitdiff |
1999-04-25 |
Peter Bortas | Added Swedish keyboard layout. |
tree | commitdiff |
1999-04-25 |
Noel Borthwick | Fixed a problem with managed mode, where popup windows... |
tree | commitdiff |
1999-04-25 |
David Luyer | - consolidate both cases of !pending in WaitNetEvent |
tree | commitdiff |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Noel Borthwick | While handling the WM_DELETEWINDOW client message check... |
tree | commitdiff |
1999-04-16 |
Pablo Saratxaga | Added walon language support (I also moved Cz -> Cs... |
tree | commitdiff |
1999-04-15 |
Huw D M Davies | index == 3 corresponds to Alt-Gr + Shift. |
tree | commitdiff |
1999-04-15 |
Pavel Roskin | Fixed ugly disabled controls and black background in... |
tree | commitdiff |
1999-04-15 |
Francois Boisvert | Solved a deadlock between global lock and wnd lock... |
tree | commitdiff |
1999-04-15 |
Guy Albertelli | Fix scancodes for NumLock and Num-/. |
tree | commitdiff |
1999-04-11 |
Guy Albertelli | Partial implementation for GetKeyNameText for new keybo... |
tree | commitdiff |
1999-04-10 |
Brian Gerst | Fixed X11DRV_MOUSE_WarpPointer initial value. |
tree | commitdiff |
1999-04-04 |
José Marcos López | Added Spanish keyboard layout. |
tree | commitdiff |
1999-04-03 |
Eric Pouech | Updated French keyboard. |
tree | commitdiff |
1999-04-03 |
Ove Kaaven | 'Realigned' the layout table a bit. Applied the non... |
tree | commitdiff |
1999-04-01 |
Marcus Meissner | Split off keysym/deadchar -> char mapping, use it in... |
tree | commitdiff |
1999-04-01 |
Alex Korobka | Fixes for ignored WVR_[VH]REDRAW flags, made minimizati... |
tree | commitdiff |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
tree | commitdiff |
1999-03-28 |
Dimitrie O. Paun | Changed some debug messages from one channel to another... |
tree | commitdiff |
1999-03-28 |
Pavel Roskin | Added Russian keyboard support. |
tree | commitdiff |
1999-03-28 |
Pavel Roskin | Changes in X11DRV_KEYBOARD_DetectLayout in order to... |
tree | commitdiff |
1999-03-28 |
Francois Boisvert | Fixed some bugs in thread safeness for wnd struct. |
tree | commitdiff |
1999-03-28 |
Jonathan Naylor | Added Swiss German keyboard layout. |
tree | commitdiff |
1999-03-28 |
Alex Korobka | Moved hrgnUpdate from client to window coordinates... |
tree | commitdiff |
1999-03-24 |
Ulrich Weigand | Add IsWindow() checks after SendMessage() returns. |
tree | commitdiff |
1999-03-22 |
Kalevi J Hautaniemi | Added Finnish keyboard layout. |
tree | commitdiff |
1999-03-22 |
Veksler Michael | Removed winuser16.h from x11drv.h. |
tree | commitdiff |
1999-03-21 |
Robert Pouliot | One small error corrected and the 102th key... |
tree | commitdiff |
1999-03-19 |
Bertho Stultiens | Fixed Danish keyboard layout. |
tree | commitdiff |
1999-03-17 |
Bruno Afonso | Added Portuguese keytable. |
tree | commitdiff |
1999-03-17 |
Robert Pouliot | Added Canadian French keyboard layout. |
tree | commitdiff |
1999-03-17 |
Huw D M Davies | Added UK keyboard layout. |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Avoid unnecessary error messages. |
tree | commitdiff |
1999-03-15 |
Ove Kaaven | Better comments, and added ANSI codepages in table. |
tree | commitdiff |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Ove Kaaven | First attempt at supporting different keyboard layouts... |
tree | commitdiff |
1999-03-14 |
Pavel Roskin | Prevent X11 errors when XCreateWindow is called with... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Bugfix: ToAscii should not generate ASCII code when... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Avoid unnecessary GraphicsExpose events. |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-21 |
Stephane Lussier | Fix problem where you need mouse activity to unlock... |
tree | commitdiff |
1999-02-18 |
Ulrich Weigand | Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi... |
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 |
Joseph Pranevich | Moved initialization until later. Also moved around... |
tree | commitdiff |
1999-02-09 |
Marcus Meissner | Some small bugfixes, added more PE relocation types... |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | X11 driver changes. |
tree | commitdiff |
1999-01-31 |
NF Stevens | Create X window for child windows reparented to be... |
tree | commitdiff |
1999-01-30 |
Bernd Herd | SetParent should link the window at the start of the... |
tree | commitdiff |
1999-01-30 |
Francis Beaudet | Make sure that the keystate received by the WM_XBUTTONU... |
tree | commitdiff |
1999-01-24 |
Marcus Meissner | Free the private data pointer, THEN set it to NULL. |
tree | commitdiff |
1999-01-23 |
Marcus Meissner | Set private data struct to NULL to expose problems... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Use Callout to call RedrawWindow32. |
tree | commitdiff |
1998-12-27 |
Alexandre Julliard | Fixed SetFocus that was broken when moved to x11drv. |
tree | commitdiff |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
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-15 |
Dirk Thierbach | Set the class hints for managed windows. |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Removed deferred Expose events handling. |
tree | commitdiff |
1998-12-08 |
Marcus Meissner | Superflous WINAPI removed. |
tree | commitdiff |
1998-12-07 |
Brian Gerst | The scancode Windows send for extended keys is the... |
tree | commitdiff |
next |