2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-06-29 |
Alexandre Julliard | Moved ForceWindowRaise to the USER driver and removed... |
tree | commitdiff |
2001-06-26 |
Dmitry Timoshkov | Replace one more PROFILE_ function by RegQueryValueExA. |
tree | commitdiff |
2001-06-25 |
Dmitry Timoshkov | Replace some 16-bit calls by their 32-bit equivalents. |
tree | commitdiff |
2001-06-25 |
Alexandre Julliard | Implemented SendInput(). |
tree | commitdiff |
2001-06-22 |
Alexandre Julliard | Don't rely on X to expose windows covered by a sibling... |
tree | commitdiff |
2001-06-21 |
Ove Kaaven | Make GetCursorPos call XQueryPointer. |
tree | commitdiff |
2001-06-19 |
Dmitry Timoshkov | Replace PROFILE_ functions by RegQueryValueExA in x11drv. |
tree | commitdiff |
2001-06-13 |
Alexandre Julliard | Force invalidating of siblings children on expose event. |
tree | commitdiff |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
tree | commitdiff |
2001-05-18 |
Alexandre Julliard | Moved the major part of message queue and window timer... |
tree | commitdiff |
2001-05-18 |
Francois Gouget | Spelling typos. |
tree | commitdiff |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
tree | commitdiff |
2001-05-11 |
Alexandre Julliard | Renamed display to gdi_display where it is used for... |
tree | commitdiff |
2001-05-10 |
Alexandre Julliard | Moved ScrollWindowEx implementation to the graphics... |
tree | commitdiff |
2001-05-09 |
Alexandre Julliard | Removed XShmCompletion event support (no longer used). |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-09 |
Alexandre Julliard | Moved window move/resize syscommand handling to the... |
tree | commitdiff |
2001-05-05 |
Alexandre Julliard | Remove Get/SetBeepActive from USER driver and manage... |
tree | commitdiff |
2001-04-30 |
Marcus Meissner | Made checks in _get_common_ancestor a bit stricter... |
tree | commitdiff |
2001-04-25 |
Alexandre Julliard | Avoid crash on deleted windows. |
tree | commitdiff |
2001-04-24 |
Alexandre Julliard | Moved most of the implementation of SetWindowPos and... |
tree | commitdiff |
2001-04-02 |
Gustavo Noronha... | Added US international keyboard. |
tree | commitdiff |
2001-03-28 |
Gavriel State | - Always use a double-buffered visual if one is available. |
tree | commitdiff |
2001-03-23 |
Alexandre Julliard | Cleanup properly on x11drv unloading. |
tree | commitdiff |
2001-03-21 |
Alexandre Julliard | Cleaned up assumptions about WS_CHILD flag so that... |
tree | commitdiff |
2001-03-03 |
Andreas Mohr | Some more message cleanups. |
tree | commitdiff |
2001-02-28 |
Johannes E. Schindelin | Some minor changes to the German keyboard layout. |
tree | commitdiff |
2001-02-23 |
Aric Stewart | - We need to make sure we pay attention to if our call to |
tree | commitdiff |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
tree | commitdiff |
2001-02-16 |
Aric Stewart | Correct the codepage for the Turkish keyboard. |
tree | commitdiff |
2001-02-15 |
Aric Stewart | Added a turkish keyboard layout. |
tree | commitdiff |
2001-02-12 |
Andreas Mohr | - move TSXGrabServer after a possible return FALSE; |
tree | commitdiff |
2001-02-12 |
Patrik Stridvall | Documentation name fixes (always use external name). |
tree | commitdiff |
2001-02-12 |
Josh DuBois | Fixed a char that should have been signed. |
tree | commitdiff |
2001-01-20 |
Alexandre Julliard | Warning fix. |
tree | commitdiff |
2001-01-17 |
Josh DuBois | Make some noise in a few cases where the X11drv doesn... |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Replaced X11DRV_CritSection references by wine_tsx11_... |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed CALL_LARGE_STACK support. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed unnecessary headers. |
tree | commitdiff |
2001-01-02 |
Ove Kaaven | Turn on detectable autorepeat if the X Keyboard Extensi... |
tree | commitdiff |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h. |
tree | commitdiff |
2000-12-27 |
Ove Kaaven | Use the X state instead of the VK key state to check... |
tree | commitdiff |
2000-12-22 |
Gerard Patel | Cancel a few changes to get back basic text clipboard... |
tree | commitdiff |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
tree | commitdiff |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function... |
tree | commitdiff |
2000-12-16 |
Alexandre Julliard | Avoid a couple of dependencies on input.c internal... |
tree | commitdiff |
2000-12-11 |
Dmitry Timoshkov | Add CF_UNICODETEXT as primary text clipboard format. |
tree | commitdiff |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
tree | commitdiff |
2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
tree | commitdiff |
2000-12-06 |
Ove Kaaven | Use SendNotifyMessage() for WM_SYNCPAINT. |
tree | commitdiff |
2000-12-01 |
Marcus Meissner | Added the KDE 2 beta and final method of specifying... |
tree | commitdiff |
2000-11-28 |
Aric Stewart | We were returning characters for various CTRL + Symbol... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-26 |
Dimitrie O. Paun | Make sure all files using config.h constants actually... |
tree | commitdiff |
2000-11-25 |
Dmitry Timoshkov | Fixed ToUnicode TRACE message. |
tree | commitdiff |
2000-11-25 |
Ulrich Czekalla | Allow for zero-length string selections. |
tree | commitdiff |
2000-11-11 |
Nerijus Baliunas | Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp286... |
tree | commitdiff |
2000-11-08 |
Aric Stewart | ToUnicode: ignore CTRL+number keystrokes. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-11-01 |
Gabriel Garcia | Added Latin American layout. |
tree | commitdiff |
2000-10-31 |
Peter Ivanyi | Added/upgraded Slovak messages, and Slovak and Czech... |
tree | commitdiff |
2000-10-25 |
Dmitry Timoshkov | Added an another special case handling for Shift+[NumPa... |
tree | commitdiff |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
tree | commitdiff |
2000-10-22 |
Joerg Mayer | Reduce the number of warnings about missing initializers. |
tree | commitdiff |
2000-10-19 |
Dmitry Timoshkov | Added support for AZERTY keyboard layout. |
tree | commitdiff |
2000-10-17 |
Dmitry Timoshkov | Added support for keyboard input in various locales. |
tree | commitdiff |
2000-10-13 |
Susan Farley | Status bars on managed windows should not have SIZEGRIP... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-27 |
Stephane Lussier | On reception of a FocusOut event, don't deactivate... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Use documented DROPFILES structure instead of internal... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Removed a coupld of unused functions in the Callout... |
tree | commitdiff |
2000-09-07 |
Giovanni Pancotti | Italian keyboard fixes. |
tree | commitdiff |
2000-09-04 |
Mike McCormack | Added missing comma. |
tree | commitdiff |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
tree | commitdiff |
2000-08-20 |
Louis Philippe Gagnon | - Separate application calls to ShowOwnedPopups from... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-11 |
Stephane Lussier | Instead of not doing the Z ordering when the applicatio... |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-06 |
Stephane Lussier | Top level windows with 0 width or height are created... |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-01 |
Jean-Claude Batista | Provide position hints for window managers. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-28 |
Francois Jacques | - implementation of SetWindowsRgn and GetWindowRgn |
tree | commitdiff |
2000-07-28 |
Stephane Lussier | Now the service thread is no more in charge of erasing... |
tree | commitdiff |
2000-07-28 |
Dmitry Timoshkov | Do not crash if window was not found. |
tree | commitdiff |
2000-07-16 |
Raul Fernandes | Added Brazilian keyboard. |
tree | commitdiff |
2000-07-10 |
Dmitry Timoshkov | Convert WND.text field to Unicode. |
tree | commitdiff |
2000-06-25 |
Lawson Whitney | Moved zero-sized window hack to x11drv. |
tree | commitdiff |
2000-06-13 |
Gerard Patel | Do not change the WS_CHILD style in SetParent. |
tree | commitdiff |
2000-06-08 |
Turchanov Sergei | DGA compile fix. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
tree | commitdiff |
2000-06-07 |
Serge Ivanov | Well, SetParent doesn't work properly at all, but at... |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Removed MSG_WineStartTicks (does not work for multiple... |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
tree | commitdiff |
next |