index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
/
InitOutput.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
hw/xwin: Default to -noresize when -fullscreen is used
Jon Turney
1
-0
/
+14
2016-06-23
hw/xwin: Tell LogInit() to backup previous logfile as .old
Jon Turney
1
-3
/
+4
2016-03-09
hw/xwin: Ignore the obsolete, undocumented -internalwm option
Jon Turney
1
-4
/
+0
2016-03-09
hw/xwin: Remove the long-broken -silent-dup-error option
Jon Turney
1
-83
/
+0
2015-03-23
hw/xwin: Remove Shadow DirectDraw engine
Jon TURNEY
1
-1
/
+0
2015-03-23
hw/xwin: Register native screens with pseudoramiX
Jon TURNEY
1
-0
/
+58
2015-03-16
hw/xwin: Turn on -hostintitle by default
Jon TURNEY
1
-1
/
+1
2014-12-08
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-0
/
+4
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-11-09
hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection
Jon TURNEY
1
-0
/
+4
2014-10-27
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-1
/
+1
2014-10-09
hw/xwin: Fix const warning in winCheckDisplayNumber()
Jon TURNEY
1
-1
/
+1
2014-10-09
xwin: Remove primary DirectDraw engine
Adam Jackson
1
-3
/
+0
2014-10-09
xwin: Remove native GDI engine (v2)
Adam Jackson
1
-3
/
+0
2014-09-13
hw/xwin: Push winClipboardShutdown() into winclipboardinit.c
Jon TURNEY
1
-38
/
+0
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
1
-4
/
+1
2014-03-22
hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do so
Jon TURNEY
1
-0
/
+3
2014-03-22
hw/xwin: Fix declaration after statement warning in ddxGiveUp()
Colin Harrison
1
-2
/
+2
2014-03-03
hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...
Yaakov Selkowitz
1
-1
/
+4
2013-08-30
hw/xwin: Fix inclusion of shlobj.h in MinGW64 build
Jon TURNEY
1
-0
/
+4
2013-07-23
hw/xwin: Improve WM_ENDSESSION handling using separate messaging window thread
Jon TURNEY
1
-0
/
+36
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-11-27
hw/xwin: Enable RANDR resize by default
Jon TURNEY
1
-1
/
+1
2012-11-27
hw/xwin: Enable AIGLX by default
Yaakov Selkowitz
1
-1
/
+1
2012-11-27
hw/xwin: Add correct taskbar grouping of X windows on Windows 7
Tobias Häußler
1
-0
/
+7
2012-10-16
hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.c
Jon TURNEY
1
-5
/
+0
2012-10-16
hw/xwin: Fix using screenInfo as a formal parameter to InitOutput() shadows a...
Jon TURNEY
1
-7
/
+7
2012-10-16
hw/xwin: Fix using system as a local variable in winCheckMount() shadows syst...
Jon TURNEY
1
-2
/
+2
2012-10-11
hw/xwin: Only add GLX extension once.
Jon TURNEY
1
-2
/
+3
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
1
-0
/
+1
2012-07-12
Restore GLX extension to XWin
Jon TURNEY
1
-3
/
+20
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-576
/
+528
2012-01-26
hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reported
Jon TURNEY
1
-2
/
+29
2011-11-02
hw/xwin: Stop pretending we work on NT4
Jon TURNEY
1
-24
/
+7
2011-11-02
hw/xwin: Link directly to TrackMouseEvent()
Jon TURNEY
1
-35
/
+0
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-5
/
+5
2011-04-27
Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPI
Jon TURNEY
1
-1
/
+1
2011-01-19
Cygwin/X: Add -resize command line option
Jon TURNEY
1
-5
/
+5
2011-01-19
Cygwin/X: Enable building of nativegdi and primaryfb engines to avoid further...
Jon TURNEY
1
-0
/
+3
2010-10-19
Cygwin/X: Move duplicate extern variable declarations from various .c files t...
Jon TURNEY
1
-25
/
+0
2010-10-19
Cygwin/X: Make g_hmodCommonControls static
Jon TURNEY
1
-1
/
+6
2010-10-19
Cygwin/X: Make g_hmodDirectDraw static
Jon TURNEY
1
-11
/
+1
2010-10-19
Cygwin/X: Fix typos in comments
Jon TURNEY
1
-2
/
+2
2010-10-19
Cygwin/X: Use normal apostrophe in XWin DDX help text
Jon TURNEY
1
-1
/
+1
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
1
-5
/
+2
2010-06-11
xwin: Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-3
/
+3
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-18
/
+8
2010-04-28
Cygwin/X: AIGLX using native WGL
Jon TURNEY
1
-2
/
+18
2010-04-23
Xwin: make screens structures run-time adjustable
Jon TURNEY
1
-1
/
+1
2010-04-23
Xwin: Simplify screen option processing
Jon TURNEY
1
-17
/
+7
[next]