2003-11-21 |
Alexandre Julliard | Removed the ts_xlib files. |
tree | commitdiff |
2003-11-21 |
Alexandre Julliard | Removed the remaining TSX calls. |
tree | commitdiff |
2003-11-21 |
Alexandre Julliard | Removed more TSX functions. |
tree | commitdiff |
2003-11-21 |
Alexandre Julliard | Always ignore BadMatch errors resulting from XSetInputF... |
tree | commitdiff |
2003-11-21 |
Alexandre Julliard | Delay the creation of the X atoms until we really need... |
tree | commitdiff |
2003-11-21 |
Alexandre Julliard | Get rid of a bunch of TSX functions. |
tree | commitdiff |
2003-11-20 |
Alexandre Julliard | There's no need to initialize XKB on the GDI display... |
tree | commitdiff |
2003-11-20 |
Ulrich Czekalla | Initial implementation to support XDND protocol. |
tree | commitdiff |
2003-11-20 |
Alexandre Julliard | Intern all the atoms we'll need in one step to avoid... |
tree | commitdiff |
2003-11-20 |
Grant Williamson | Dutch keyboard support. |
tree | commitdiff |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs. |
tree | commitdiff |
2003-11-11 |
Dmitry Timoshkov | Fix a bug in VkKeyScan. |
tree | commitdiff |
2003-11-11 |
Huw Davies | Rewrite ScrollDC. |
tree | commitdiff |
2003-11-11 |
Huw Davies | GetTextExtentPoint should include an inter character... |
tree | commitdiff |
2003-11-09 |
Alexandre Julliard | Avoid the XSync call in X11DRV_expect_error by storing... |
tree | commitdiff |
2003-11-05 |
Ulrich Czekalla | Implemented SetDCPenColor and SetDCBrushColor. |
tree | commitdiff |
2003-11-04 |
Dmitry Timoshkov | WM_WINDOWPOSCHANGING should receive original, not fixed... |
tree | commitdiff |
2003-11-03 |
Alexandre Julliard | Fixed type and protection values returned by NtQueryVir... |
tree | commitdiff |
2003-11-03 |
Dmitry Timoshkov | Add support for QWERTZ virtual keys mapping, fix many... |
tree | commitdiff |
2003-10-28 |
Gerald Pfeifer | Move event_names[] into EVENT_ProcessEvent(). |
tree | commitdiff |
2003-10-24 |
Dmitry Timoshkov | Windows always sets cbtc.hwndInsertAfter to HWND_TOP. |
tree | commitdiff |
2003-10-24 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-21 |
Gerald Pfeifer | Remove unused variable depths[]. |
tree | commitdiff |
2003-10-16 |
Alex Pasadyn | - Added support for XRandR extension. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fix Finnish keyboard layout to better match the XFree86... |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fix some cases when 'keysym' might be left uninitialized. |
tree | commitdiff |
2003-10-11 |
Dave Belanger | Implementation of underline and strikeout text in xrender. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-03 |
Alexandre Julliard | We only need to check for same process siblings in... |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | In desktop mode, only move the window in Z-order relati... |
tree | commitdiff |
2003-10-02 |
Salmela | Updated Finnish keyboard layout. |
tree | commitdiff |
2003-09-30 |
Alex Pasadyn | - Add more logging to resolution changes and queries. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Make sure all 16-bit system drivers are loaded for... |
tree | commitdiff |
2003-09-26 |
Michael Stefaniuc | Fixed missing wine_tsx11_unlock() on error path. |
tree | commitdiff |
2003-09-22 |
Mike McCormack | Only ignore certain keyboard events if a XLookupString... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | - Allow applications to resize the Wine desktop window. |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-20 |
Nerijus Baliunas | Updated LT keyboard. |
tree | commitdiff |
2003-08-18 |
Raul | Small Estonian keyboard fix. |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-08-12 |
Dmitry Timoshkov | Print X display and locale of X Input Method in the... |
tree | commitdiff |
2003-08-12 |
Dmitry Timoshkov | Ignore some keyboard events. In any case we don't know... |
tree | commitdiff |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2003-08-07 |
Supphachoke Suntiw... | Added Thai keyboard layout. |
tree | commitdiff |
2003-08-05 |
Dmitry Timoshkov | Remove remnants of the old code. |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-15 |
Huw D M Davies | Make the return buffer larger (for example EuroSign... |
tree | commitdiff |
2003-07-15 |
Lionel Ulmer | Desktop mode should only disable mode switching, not... |
tree | commitdiff |
2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP. |
tree | commitdiff |
2003-07-08 |
Ulrich Czekalla | Fixed handling of synthesized data. |
tree | commitdiff |
2003-06-24 |
Alexandre Julliard | Map top-level windows when WS_VISIBLE is set, but don... |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-23 |
Dmitry Timoshkov | Along with AltGr state save also all possible modifier... |
tree | commitdiff |
2003-06-20 |
Kusanagi Kouichi | Store WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format. |
tree | commitdiff |
2003-06-16 |
<mirq@ziemniak... | Correct mode nr passed to X11DRV_XF86VM_SetCurrentMode. |
tree | commitdiff |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
tree | commitdiff |
2003-06-13 |
Sylvain Petreolle | Added Euro and antiquote to the French keyboard layout. |
tree | commitdiff |
2003-05-20 |
Carlos Lozano | Avoid printing an uninitialized buffer. |
tree | commitdiff |
2003-05-19 |
Alexandre Julliard | Make sure drawable_org is set correctly when using... |
tree | commitdiff |
2003-05-19 |
Alexandre Julliard | Avoid the 'Below' stacking mode when changing Z order... |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | Mask out MWMO_WAITALL if only server queue handle was... |
tree | commitdiff |
2003-05-11 |
Ulrich Czekalla | We should pass the callers client-area rect and clip... |
tree | commitdiff |
2003-05-04 |
Mike Hearn | Support _NET_WM_PING protocol so the WM can detect... |
tree | commitdiff |
2003-04-22 |
Alexandre Julliard | Moved x11drv.h to dlls/x11drv. |
tree | commitdiff |
2003-04-22 |
Alex Pasadyn | Implemented EnumDisplaySettings* and ChangeDisplaySetti... |
tree | commitdiff |
2003-04-19 |
Alexandre Julliard | Don't bother sending WM_NCCREATE to the desktop window... |
tree | commitdiff |
2003-04-16 |
Rein Klazes | Fix the path of keyboard.c inside a FIXME log statement. |
tree | commitdiff |
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 |
next |