Got rid of recursion in sub device opening.
[wine] / dlls / x11drv /
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.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-28  Marco PietrobonoAdded support for 16bit mouse cursor bitmaps in RGB...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2002-02-05  Rein KlazesIn X11DRV_ScrollDC only move pixels that are within...
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-21  Ove KaavenAdded support for MWM hints.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-26  Duane ClarkAdded color cursor support.
2001-12-17  Paul RupePrevent "window belongs to another process" errors...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-30  Glenn SchraderUse gdi_display everywhere to avoid BadColor errors.
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-11-20  Patrik StridvallFixed some issues found by winapi_check.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-13  Gerard PatelFix the server paint count in SetWindowPos.
2001-11-07  Gerard PatelRepaired child window activation broken by previous...
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
next