index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-20
Merge remote-tracking branch 'jturney/xserver-next'
Keith Packard
9
-74
/
+154
2013-01-16
hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOW
Jon TURNEY
1
-32
/
+27
2013-01-16
hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...
Jon TURNEY
1
-0
/
+13
2013-01-16
hw/xwin: Ensure full styling is applied when the window is mapped
Jon TURNEY
1
-20
/
+28
2013-01-16
hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...
Jon TURNEY
1
-0
/
+6
2013-01-16
hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window style
Jon TURNEY
2
-7
/
+53
2013-01-16
hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...
Jon TURNEY
2
-9
/
+16
2013-01-16
hw/xwin: Add missing include xwin-config.h to winglobals.h
Ryan Pavlik
1
-0
/
+4
2013-01-11
Fix two typos "requires an string value"
Peter Hutterer
1
-1
/
+1
2013-01-10
hw/xwin: Fix MinGW build of winSetAppModelID.c
Jon TURNEY
1
-0
/
+1
2013-01-10
hw/xwin: Process one Windows message per wakeup, rather than all of them.
Jon TURNEY
2
-18
/
+18
2013-01-10
hw/xwin: Fix some comments in winkeybd.c
Jon TURNEY
1
-4
/
+4
2013-01-10
hw/xwin: Bring the X screen window to the front on a single left-click on the...
Jon TURNEY
1
-1
/
+1
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
19
-40
/
+40
2012-11-28
Merge remote-tracking branch 'jturney/mingw-patches'
Keith Packard
4
-2
/
+8
2012-11-28
hw/xwin: Fix for MinGW-w64 DirectDraw headers
Yaakov Selkowitz
3
-1
/
+6
2012-11-28
hw/xwin: use raise() instead of kill()
Yaakov Selkowitz
1
-1
/
+2
2012-11-27
hw/xwin: Don't spam MotionNotify events when the mouse hasn't moved
Colin Harrison
1
-2
/
+7
2012-11-27
hw/xwin: Don't log all fbConfigs and GL/WGL extensions
Jon TURNEY
1
-7
/
+15
2012-11-27
hw/xwin: Use pre-computed extent of damage for creating GDI region
Jon TURNEY
3
-30
/
+13
2012-11-27
hw/xwin: Ensure we own the clipboard before checking the format of it's contents
Jon TURNEY
1
-18
/
+18
2012-11-27
hw/xwin: Disable minimize button on window with skip-taskbar state
Colin Harrison
1
-0
/
+3
2012-11-27
hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.
Jon TURNEY
1
-6
/
+26
2012-11-27
hw/xwin: Add a simple interface to the ITaskbarList COM interface
Jon TURNEY
3
-0
/
+96
2012-11-27
hw/xwin: Enable RANDR resize by default
Jon TURNEY
3
-6
/
+8
2012-11-27
hw/xwin: Enable AIGLX by default
Yaakov Selkowitz
3
-3
/
+3
2012-11-27
hw/xwin: Restore non-latching modifier key state when an X window gains focus
Oliver Schmidt
1
-0
/
+22
2012-11-27
hw/xwin: Give our logical xor operator a more logical name
Jon TURNEY
2
-16
/
+12
2012-11-27
hw/xwin: Add correct taskbar grouping of X windows on Windows 7
Tobias Häußler
7
-3
/
+234
2012-11-27
hw/xwin: Fix function name in log message
Jon TURNEY
1
-1
/
+1
2012-11-27
hw/xwin: Allow XScreenSaverSuspend() to effect Windows screen saver or monito...
Jon TURNEY
1
-0
/
+9
2012-11-27
hw/xwin: Avoid logging an extra blank line if BUILDERSTRING is empty
Jon TURNEY
1
-1
/
+3
2012-11-27
hw/xwin: Report which drawing engines are being enabled when checking for sup...
Jon TURNEY
1
-3
/
+3
2012-11-27
hw/xwin: Show any fatal error message
Jon TURNEY
1
-6
/
+26
2012-11-05
Merge remote-tracking branch 'jturney/mingw-w64-w32api'
Keith Packard
6
-92
/
+7
2012-11-05
hw/xwin: Wrap 'Status' when including ddraw.h
Jon TURNEY
1
-0
/
+4
2012-11-05
hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()
Jon TURNEY
3
-56
/
+1
2012-11-05
hw/xwin: Link with libdxguid rather than defining the DirectX GUIDs ourselves
Jon TURNEY
3
-36
/
+2
2012-10-29
hw/xwin: fmemopen is available on cygwin but not MinGW
Colin Harrison
1
-0
/
+2
2012-10-17
hw/xwin: Fix no return value warning in winClipboardProc()
Colin Harrison
1
-2
/
+2
2012-10-17
hw/xwin: Remove unused variable in winmultiwindowwm.c
Colin Harrison
1
-1
/
+0
2012-10-17
hw/xwin: Remove unused variables in winwindow.c
Colin Harrison
1
-6
/
+0
2012-10-17
hw/xwin: Remove unused variables in winvalargs.c
Colin Harrison
1
-2
/
+0
2012-10-16
hw/xwin: Remove unused variables in winwindowswm.c
Colin Harrison
1
-3
/
+0
2012-10-16
hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winmsg.c
Jon TURNEY
2
-9
/
+25
2012-10-16
hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.c
Jon TURNEY
4
-15
/
+4
2012-10-16
hw/xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the r...
Jon TURNEY
2
-6
/
+6
2012-10-16
hw/xwin: Fix warning about discarding const in initializing winKBLayouts
Jon TURNEY
1
-5
/
+5
2012-10-16
hw/xwin: Fix some of the warnings in generated gl wrapper code
Jon TURNEY
2
-7
/
+5
2012-10-16
hw/xwin: Warning fix in ProcWindowsWMFrameSetTitle()
Colin Harrison
1
-1
/
+1
[next]