summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2010-09-29Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping tableJon TURNEY1-0/+2
2010-09-29Cygwin/X: Migitate a race condition in clipboard thread initializationMichel Hummel1-2/+0
2010-08-13Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24
2010-08-13Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2010-08-13Cygwin/X: Make the keyboard detection logging a bit clearerJon TURNEY1-33/+44
2010-08-13Cygwin/X: Fix for Canadian Multilingual Standard keyboard layout handlingJon TURNEY1-1/+1
2010-08-13Cygwin/X: Show any fatal error messageJon TURNEY1-7/+36
2010-08-13Cygwin/X: Make select() only poll and not block if there are unprocessed Wind...Jon TURNEY1-0/+18
2010-08-13Cygwin/X: Update mapping for Canadian keyboard layoutsJon TURNEY1-186/+6
2010-08-13Cygwin/X: Store pthread_ids and chain IOError handlers to avoid longjmp acros...Jon TURNEY2-25/+53
2010-08-13Cygwin/X: Better keyboard debugging outputJon TURNEY2-7/+5
2010-08-13Cygwin/X: Generate X keycodes for multimedia keysJon TURNEY2-11/+16
2010-08-13Cygwin/X: Make default DPI match native DPIJon TURNEY3-5/+25
2010-08-13Cygwin/X: Left-justify website link in About boxYaakov Selkowitz2-2/+2
2010-08-13Cygwin/X: Process one Windows message per wakeup, rather than all of them.Jon TURNEY2-21/+6
2010-08-13Cygwin/X: Improve XWinrc loading and error recoveryYaakov Selkowitz2-19/+65
2010-08-13Cygwin/X: Improve choice of display name used by internal clientsJon TURNEY6-20/+70
2010-08-13Cygwin/X: Preserve client area size on Windows window style changeJon TURNEY2-5/+51
2010-08-13Fix the long-broken -silent-dup-error optionJon TURNEY2-86/+17
2010-08-13Xming: Fix the annoying menu/tooltip punch-through problem in -multiwindow mode.Yaakov Selkowitz1-0/+1
2010-08-13Cygwin/X: Cause the X server to terminate if clipboard or WM internal client ...Jon TURNEY2-6/+47
2010-08-13Revert "Fix bug #5735, Serious flaw in CygwinX clipboard"Yaakov Selkowitz1-46/+2
2010-08-10Cygwin/X: Fix glxWinCreateDrawable() for API changeJon TURNEY1-5/+9
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-1/+0
2010-06-22XWin: Fixes for devPrivates API changeColin Harrison3-11/+18
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-5/+2
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-8/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-3/+3
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov3-18/+9
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-7/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard3-18/+26
2010-06-05Rename region macros to eliminate screen argumentKeith Packard11-41/+41
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-3/+3
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-3/+3
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais3-8/+8
2010-05-20Find windows GL wrapper files in $(srcdir) instead of .Keith Packard1-2/+2
2010-05-20winpriv.h was moved from hw/xwin to hw/xwin/glx in NovemberKeith Packard2-1/+1
2010-05-19Merge remote branch 'jamey/for-keith'Keith Packard1-3/+1
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-2/+1
2010-05-18xfree86: Add option parsing for percent options.Peter Hutterer2-0/+39
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov9-30/+30
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard6-508/+181
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY16-1945/+2779
2010-04-23Xwin: make screens structures run-time adjustableJon TURNEY5-21/+23
2010-04-23Xwin: Simplify screen option processingJon TURNEY5-487/+158
2010-04-21Restore some unused win32 debug code accidentally removed with unifdefKeith Packard2-0/+13
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard5-19/+0
2010-03-22Cygwin/X: Make X -> XWin symlink during installYaakov Selkowitz1-0/+3