index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-30
glx: Remove default server glx extension string
Adam Jackson
1
-2
/
+0
2016-03-09
hw/xwin: Tidy-up of winmsg.h
Jon Turney
3
-41
/
+14
2016-03-09
hw/xwin: Remove GC privates, unused since native GDI engine removal
Jon Turney
2
-16
/
+1
2016-03-09
hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functions
Jon Turney
3
-15
/
+6
2016-03-09
hw/xwin: Remove unused FinishCreateWindowsWindow engine function
Jon Turney
4
-20
/
+0
2016-03-09
hw/xwin: Remove unused HotKeyAltTab engine function
Jon Turney
4
-15
/
+0
2016-03-09
hw/xwin: Return FALSE to indicate failure in winSetEngine()
Jon Turney
1
-1
/
+1
2016-03-09
hw/xwin: Remove WM_WM_MAP message, which is now unused
Jon Turney
2
-14
/
+0
2016-03-09
hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sent
Jon Turney
4
-24
/
+1
2016-03-09
hw/xwin: Remove allowOtherWM, which is now always FALSE
Jon Turney
3
-43
/
+9
2016-03-09
hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSE
Jon Turney
4
-292
/
+5
2016-03-09
hw/xwin: Remove fInternalWM flag
Jon Turney
7
-35
/
+2
2016-03-09
hw/xwin: Ignore the obsolete, undocumented -internalwm option
Jon Turney
3
-12
/
+2
2016-03-09
hw/xwin: Remove the long-broken -silent-dup-error option
Jon Turney
5
-94
/
+0
2016-03-08
xwin: no need to free auth data if AddResource fails
Julien Cristau
1
-14
/
+3
2016-02-29
xwin: Remove unhelpful debug about WM message queue size
Jon Turney
1
-38
/
+0
2016-02-29
xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Jon Turney
1
-1
/
+1
2016-02-29
xwin: In multiwindow mode, look up the HWND for the parent window
Jon Turney
1
-3
/
+7
2016-02-29
xwin: Factor out MessageName() debug helper
Jon Turney
1
-68
/
+61
2016-02-29
xwin: Keyboard layout updates
Jon Turney
2
-33
/
+45
2016-02-29
xwin: Add a tentative entry for the Korean keyboard to the list of known keyb...
Colin Harrison
1
-0
/
+1
2016-02-29
xwin: Update to XRANDR 1.2 internal interface to ensure an output is reported...
Jon Turney
1
-11
/
+81
2016-02-29
xwin: Use WM_CLIPBOARDUPDATE clipboard API
Jon Turney
3
-39
/
+87
2016-02-29
xwin: Check that window position is visible on non-rectangular virtual desktops
Jon Turney
1
-8
/
+12
2016-02-29
xwin: Correctly interpret WM_HINTS, WM_NORMAL_HINTS properties on x86_64
Jon Turney
1
-8
/
+20
2016-02-29
xwin: Improve handling of no-decoration motif hint
Jon Turney
1
-1
/
+1
2016-02-29
xwin: XGetWMNormalHints() returns non-zero on success
Jon Turney
1
-2
/
+1
2016-02-29
xwin: Fix format warnings when ./configured --enable-debug --enable-windowswm
Jon Turney
4
-12
/
+12
2016-02-22
dix: Add hybrid full-size/empty-clip mode to SetRootClip
Daniel Stone
1
-2
/
+2
2015-07-08
dix: Restore PaintWindow screen hook
Adam Jackson
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes for Pixel type
Jon TURNEY
1
-4
/
+4
2015-07-07
hw/xwin: printf format fixes for WPARAM and LPARAM types
Jon TURNEY
4
-10
/
+10
2015-07-07
hw/xwin: printf format fixes for LONG type
Jon TURNEY
5
-34
/
+36
2015-07-07
hw/xwin: printf format fixes for DWORD type
Jon TURNEY
10
-30
/
+33
2015-07-07
hw/xwin: printf format fixes in xevents.c
Jon TURNEY
1
-5
/
+5
2015-07-07
hw/xwin: printf format fix in winProcessXEventsTimeout()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fix in winCreateDefColormap()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes in winAllocatePrivates()
Jon TURNEY
1
-2
/
+2
2015-07-07
hw/xwin: printf format fixes in winConfigKeyboard()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes for XID type
Jon TURNEY
3
-12
/
+15
2015-07-07
hw/xwin: printf format fixes for HWND type
Jon TURNEY
2
-4
/
+4
2015-07-07
hw/xwin: Ensure format warnings in winclipboard/
Jon TURNEY
1
-2
/
+2
2015-07-07
hw/xwin: Remove GetTickCount() from various pieces of debugging output
Jon TURNEY
4
-25
/
+18
2015-04-22
hw/xwin/winclipboard: Link xwinclip with -lpthread
Jon TURNEY
1
-1
/
+1
2015-03-23
hw/xwin: Report OS version in log
Jon TURNEY
5
-1
/
+95
2015-03-23
hw/xwin: Remove Shadow DirectDraw engine
Jon TURNEY
8
-1287
/
+5
2015-03-23
hw/xwin: Only set native positions if XINERAMA is enabled
Jon TURNEY
1
-8
/
+12
2015-03-23
hw/xwin: Register native screens with pseudoramiX
Jon TURNEY
2
-0
/
+61
2015-03-16
hw/xwin: Turn on -hostintitle by default
Jon TURNEY
4
-3
/
+9
2015-03-16
hw/xwin: Report Cygwin version information in log
Jon TURNEY
1
-0
/
+14
[next]