2003-03-23 |
Alexandre Julliard | Properly initialize keyboard auto-repeat for all X... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-15 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-02-18 |
Duane Clark | Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages. |
tree | commitdiff |
2003-01-30 |
Alexandre Julliard | XCloseIM sometimes crashes in Xlib, don't call it. |
tree | commitdiff |
2003-01-30 |
Liu Spider | Added XNFocusWindow attribute when creating a IC. |
tree | commitdiff |
2003-01-28 |
Alexandre Julliard | When using desktop mode attach all thread inputs togeth... |
tree | commitdiff |
2003-01-24 |
Leonardo Quijano... | Fixed Latin American keyboard (key "?!" was reversed). |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Keysym check should use 0x8000 instead of 0x800 (spotte... |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added -Wpointer-arith gcc flag, and fixed the resulting... |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added dead keys support using X input methods (based... |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Create an X input context for each top-level window. |
tree | commitdiff |
2003-01-21 |
Alexandre Julliard | Make sure to always set X focus on the top-level window... |
tree | commitdiff |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Eliminate lots of __WINE__ conditionals from the headers. |
tree | commitdiff |
2002-12-19 |
Mauro Carvalho Chehab | Included a specific ABNT-2 scan and vkey tables, and... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-05 |
Peter Mladek | Added 2 more Czech keyboard layouts compatible with... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Removed input.h, queue.h, spy.h and sysmetrics.h and... |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-30 |
Lionel Ulmer | Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw... |
tree | commitdiff |
2002-11-27 |
Vincent Béron | Fix for deprecated use of label at the end of compound... |
tree | commitdiff |
2002-11-15 |
Lionel Ulmer | Load OpenGL library dynamically from x11drv. |
tree | commitdiff |
2002-11-14 |
Huw Davies | Client side render fonts for XServers without the Rende... |
tree | commitdiff |
2002-11-14 |
Alexandre Julliard | Added ReleaseDC function to the USER driver interface. |
tree | commitdiff |
2002-11-13 |
Huw Davies | Use iso8859-15 on European keyboards. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Split out some more 16-bit code. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Converted x11drv to -DSTRICT. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Fixed a number of -DSTRICT warnings. |
tree | commitdiff |
2002-10-29 |
Jeff Smith | Corrections to the Spanish keyboard layout. |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
tree | commitdiff |
2002-10-25 |
Greg Turner | Avoid X11 error during DGA detection. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
tree | commitdiff |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
tree | commitdiff |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
tree | commitdiff |
2002-10-10 |
Nerijus Baliunas | Better Lithuanian keyboard layout. |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | Enable anti-aliasing for all font sizes. |
tree | commitdiff |
2002-10-01 |
Alexandre Julliard | Moved X flags and libraries out of Make.rules into... |
tree | commitdiff |
2002-09-29 |
Jukka Heinonen | Use correct check to see if xserver supports xvidmode. |
tree | commitdiff |
2002-09-26 |
Alexandre Julliard | Fixed X11 error code mismatch and removed debugging... |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Moved ts_xlib.c into x11drv and removed libwine_tsx11. |
tree | commitdiff |
2002-09-25 |
Alexandre Julliard | Import wine_tsx11_lock/unlock directly from x11drv... |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Removed some more TSX11 functions and files. |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Fixed #endif. |
tree | commitdiff |
2002-09-24 |
Alexandre Julliard | Removed a bunch of no longer used TSX wrappers. |
tree | commitdiff |
2002-09-23 |
Dimitrie O. Paun | - Remove export of DRAG_QueryUpdate from USER. |
tree | commitdiff |
2002-09-20 |
Dimitrie O. Paun | Have USER deal with the caret when scrolling a window. |
tree | commitdiff |
2002-09-18 |
Alexandre Julliard | Added support for the take focus protocol. |
tree | commitdiff |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
tree | commitdiff |
2002-09-04 |
Michael Stefaniuc | - Rename WIN_Handle16 to HWDN_16 and make it a macro. |
tree | commitdiff |
2002-08-29 |
Mike McCormack | Rely on the window manager to show and hide popup windo... |
tree | commitdiff |
2002-08-27 |
Ulrich Czekalla | - Add a max wait time for selection notifies. |
tree | commitdiff |
2002-08-27 |
Hleb Valoska | Added Belarusian keyboard. |
tree | commitdiff |
2002-08-27 |
Bill Medland | SetWindowPos sends WM_WINDOWPOSCHANGED even if it has... |
tree | commitdiff |
2002-08-20 |
Alexandre Julliard | Don't map/unmap a top-level window when WS_VISIBLE... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Dmitry Timoshkov | Added Greek keyboard layout. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Don't update the mouse button status in update_key_stat... |
tree | commitdiff |
2002-07-16 |
Alexandre Julliard | Fixed setting of min/maximize mwm hints. |
tree | commitdiff |
2002-07-16 |
Lionel Ulmer | Test for X11 errors for DGA2 and XVidMode extensions. |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | No need to call GetModuleFileName16 now that GetModuleF... |
tree | commitdiff |
2002-06-22 |
Dmitry Timoshkov | Added Bulgarian keyboards. |
tree | commitdiff |
2002-06-22 |
Huw D M Davies | Store the cache entry indices and not the ptrs. |
tree | commitdiff |
2002-06-21 |
Vincent Béron | Fixed some various comparisons wrt signedness. |
tree | commitdiff |
2002-06-21 |
Rok Mandeljc | Added Slovenian keyboard. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Update the cursor for each window on receiving an X11... |
tree | commitdiff |
2002-06-13 |
Alexandre Julliard | Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy... |
tree | commitdiff |
2002-06-13 |
Uwe Bonnes | Display the name of the started process in the desktop... |
tree | commitdiff |
2002-06-10 |
David Hammerton | MapVirtualKey actually returns uppercase keys in Windows. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Removed CURSORICON_IconToCursor now that we support... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Avoid division by zero (thanks to David Ronis). |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-31 |
Shachar Shemesh | Added Israeli Hebrew keyboard, and fixed a problem... |
tree | commitdiff |
2002-05-30 |
Alexandre Julliard | Added wine_server_fd_to_handle to replace FILE_DupUnixH... |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Restored managed mode config file option. |
tree | commitdiff |
2002-05-23 |
Dimitrie O. Paun | Remove the --managed option, and make wine use the... |
tree | commitdiff |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave... |
tree | commitdiff |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-05-20 |
Alexandre Julliard | Added configure check for the soname of libraries that... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
next |