Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / dlls / x11drv /
2003-01-24  Leonardo Quijano... Fixed Latin American keyboard (key "?!" was reversed).
2003-01-23  Alexandre JulliardKeysym check should use 0x8000 instead of 0x800 (spotte...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-23  Alexandre JulliardAdded dead keys support using X input methods (based...
2003-01-23  Alexandre JulliardCreate an X input context for each top-level window.
2003-01-21  Alexandre JulliardMake sure to always set X focus on the top-level window...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-19  Mauro Carvalho ChehabIncluded a specific ABNT-2 scan and vkey tables, and...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-05  Peter MladekAdded 2 more Czech keyboard layouts compatible with...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Lionel UlmerAdd DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw...
2002-11-27  Vincent BéronFix for deprecated use of label at the end of compound...
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-14  Huw DaviesClient side render fonts for XServers without the Rende...
2002-11-14  Alexandre JulliardAdded ReleaseDC function to the USER driver interface.
2002-11-13  Huw DaviesUse iso8859-15 on European keyboards.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-29  Jeff SmithCorrections to the Spanish keyboard layout.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-25  Greg TurnerAvoid X11 error during DGA detection.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-10  Nerijus BaliunasBetter Lithuanian keyboard layout.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-02  Alexandre JulliardEnable anti-aliasing for all font sizes.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-29  Jukka HeinonenUse correct check to see if xserver supports xvidmode.
2002-09-26  Alexandre JulliardFixed X11 error code mismatch and removed debugging...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardFixed #endif.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-20  Dimitrie O. PaunHave USER deal with the caret when scrolling a window.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-29  Mike McCormackRely on the window manager to show and hide popup windo...
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-08-27  Hleb ValoskaAdded Belarusian keyboard.
2002-08-27  Bill MedlandSetWindowPos sends WM_WINDOWPOSCHANGED even if it has...
2002-08-20  Alexandre JulliardDon't map/unmap a top-level window when WS_VISIBLE...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Dmitry TimoshkovAdded Greek keyboard layout.
2002-08-16  Alexandre JulliardDon't update the mouse button status in update_key_stat...
2002-07-16  Alexandre JulliardFixed setting of min/maximize mwm hints.
2002-07-16  Lionel UlmerTest for X11 errors for DGA2 and XVidMode extensions.
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-22  Dmitry TimoshkovAdded Bulgarian keyboards.
2002-06-22  Huw D M DaviesStore the cache entry indices and not the ptrs.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Rok MandeljcAdded Slovenian keyboard.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-13  Uwe BonnesDisplay the name of the started process in the desktop...
2002-06-10  David HammertonMapVirtualKey actually returns uppercase keys in Windows.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAvoid division by zero (thanks to David Ronis).
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-31  Shachar ShemeshAdded Israeli Hebrew keyboard, and fixed a problem...
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardRestored managed mode config file option.
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Michael CardenasCap window sizes at 65535.
2002-05-04  Huw D M DaviesDetect and warn about buggy versions of libXrender.
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
next