summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Cygwin/X: Move duplicate extern variable declarations from various .c files t...Jon TURNEY25-213/+94
2010-10-19Cygwin/X: Remove g_hwndKeyboardFocusJon TURNEY2-9/+0
2010-10-19Cygwin/X: Make g_hmodCommonControls staticJon TURNEY3-4/+6
2010-10-19Cygwin/X: Make g_hmodDirectDraw staticJon TURNEY4-20/+24
2010-10-19Cygwin/X: Make g_hhookKeyboardLL staticJon TURNEY2-8/+1
2010-10-19Cygwin/X: Fix typos in commentsJon TURNEY3-4/+4
2010-10-19Cygwin/X: Drop several unneeded includes of winprefs.hJon TURNEY3-3/+0
2010-10-19Xming: Remove uses of register keywordColin Harrison1-15/+13
2010-10-19Xming: Casts to remove warnings on event pointersColin Harrison2-3/+3
2010-10-19Xming: Warning fix in winDeviceCursorCleanup()Colin Harrison1-1/+1
2010-10-19Cygwin/X: Reformat the keyboard layout mapping tableJon TURNEY1-223/+43
2010-10-19Cygwin/X: Clarify XKB options in XWin man pageJon TURNEY1-4/+4
2010-10-19Xming: Warning fix in winApplyHints()Colin Harrison1-1/+1
2010-10-19Xming: Fix warnings in ProcWindowsWMFrameSetTitle()Colin Harrison1-1/+1
2010-10-19Xming: Fix warnings in windialogs.cColin Harrison1-7/+7
2010-10-19Xming: Fix warnings in winNameCompare(), winNormalizeName()Colin Harrison1-6/+6
2010-10-19Xming: Fix warnings in winClipboardFlushXEvents()Colin Harrison1-3/+3
2010-10-19Xming: Fix warning in winClipboardErrorHandler()Colin Harrison1-1/+1
2010-10-19Cygwin/X: Turn off the bad-function-cast warning for XWin codeJon TURNEY1-1/+2
2010-10-19Cygwin/X: Remove execute permission from source filesJon TURNEY17-0/+0
2010-10-19Cygwin/X: unifdef XFree86ServerJon TURNEY5-152/+1
2010-10-19Cygwin/X: Use normal apostrophe in XWin DDX help textJon TURNEY1-1/+1
2010-10-19Cygwin/X: Cleanup some VENDOR_STRING/VENDOR_CONTACT cruftJon TURNEY2-13/+7
2010-10-13xwin: Remove some undue paranoia about UNDRAWABLE_WINDOWAdam Jackson3-38/+0
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson3-13/+0
2010-09-29Cygwin/X: Fix compilation after "delete pervasively use of DISPATCH_PROC"Jon TURNEY1-27/+25
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti4-9/+7
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp3-36/+0
2010-09-13rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.Jamey Sharp1-2/+0
2010-09-13Delete redundant GC initializations.Jamey Sharp1-5/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-4/+1
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