summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2011-02-05Cygwin/X: Add Turkish keyboard layouts to keyboard layout mapping tableJon TURNEY1-0/+2
2011-02-05Cygwin/X: Make the keyboard layout detection logging a bit clearerJon TURNEY1-33/+44
2011-02-05Cygwin/X: Update mapping for Canadian keyboard layoutsJon TURNEY1-3/+3
2011-02-05Cygwin/X: Better keycode debugging outputJon TURNEY2-7/+5
2011-02-05Cygwin/X: Generate X keycodes for multimedia keysJon TURNEY2-11/+16
2011-01-19Cygwin/X: DirectDraw engines shouldn't try to blit if the surface wasn't allo...Jon TURNEY3-44/+18
2011-01-19Cygwin/X: Simplify and consolidate reporting of the bpp value we are going to...Jon TURNEY6-107/+31
2011-01-19Cygwin/X: Deal with RANDR depth changes correctly in ShadowGDI drawing engineJon TURNEY4-70/+60
2011-01-19Cygwin/X: Use winUpdateFBPointer() in winshaddd.c rather than duplicating it ...Jon TURNEY1-16/+1
2011-01-19Cygwin/X: Remove WIN_DIB_MAXIMUM_SIZE checkJon TURNEY4-40/+0
2011-01-19Cygwin/X: Fix a typo in command line argument validation codeJon TURNEY1-2/+2
2011-01-19Cygwin/X: Don't turn off -multiplemonitors when all monitors don't have the s...Jon TURNEY1-4/+11
2011-01-19Cygwin/X: Generate RANDR change on WM_DISPLAYCHANGE for rootless modesJon TURNEY4-38/+103
2011-01-19Cygwin/X: Make WM_SIZE use RandR resizing when -resize=randrJon TURNEY1-5/+43
2011-01-19Cygwin/X: Implement framebuffer resizing in RANDR extensionJon TURNEY3-64/+254
2011-01-19Cygwin/X: Add -resize command line optionJon TURNEY7-40/+130
2011-01-19Cygwin/X: Move QueryMonitor() out of windprocarg.cJon TURNEY4-70/+108
2011-01-19Cygwin/X: Remove an attempt at detecting if WM_DISPLAYCHANGE affects the X sc...Jon TURNEY4-69/+31
2011-01-19Cygwin/X: Rather than storing calculated physical display sizes, calculate th...Jon TURNEY4-21/+2
2011-01-19Cygwin/X: Refactor framebuffer allocation/release in drawing enginesJon TURNEY7-143/+229
2011-01-19Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...Jon TURNEY5-7/+43
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-19/+1
2011-01-18XWin: build XWin man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-27/+24
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith3-15/+21
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-7/+0
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-2/+0
2010-11-15Fix compilation after input API changeJon TURNEY1-0/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer50-705/+226
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-4/+1
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois2-10/+4
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-2/+6
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