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
/
winmultiwindowwm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
hw/xwin: Make window maximizable if a maximium size larger than virtual deskt...
Jon Turney
1
-2
/
+6
2016-06-23
hw/xwin: Downgrade some uninformative, always-emitted log output to debug
Jon Turney
1
-6
/
+6
2016-06-23
hw/xwin: Check for just the hostname in window title
Jon Turney
1
-13
/
+22
2016-06-23
hw/xwin: Use _NET_WM_NAME for window titles in multiwindow mode
Jon Turney
1
-16
/
+42
2016-06-23
hw/xwin: Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows
Jon Turney
1
-0
/
+9
2016-04-07
hw/xwin: xcbify internal window manager
Jon Turney
1
-558
/
+552
2016-04-07
hw/xwin: In multiwindow mode, do window minimization entirely in the WM
Jon Turney
1
-2
/
+20
2016-04-07
hw/xwin: xcbify code for converting X11 icon to Win32 icon
Jon Turney
1
-1
/
+3
2016-03-09
hw/xwin: Remove WM_WM_MAP message, which is now unused
Jon Turney
1
-13
/
+0
2016-03-09
hw/xwin: Remove allowOtherWM, which is now always FALSE
Jon Turney
1
-40
/
+6
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: Factor out MessageName() debug helper
Jon Turney
1
-68
/
+61
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
2015-07-07
hw/xwin: Remove GetTickCount() from various pieces of debugging output
Jon TURNEY
1
-2
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-08-29
hw/xwin: Improve choice of display name used by internal clients
Jon TURNEY
1
-4
/
+3
2014-03-22
hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do so
Jon TURNEY
1
-0
/
+43
2014-03-22
hw/xwin: Consistently use 'L' for long int constants
Colin Harrison
1
-3
/
+3
2014-03-03
hw/xwin: More closely follow ICCCM for setting input focus
Jon TURNEY
1
-18
/
+59
2014-03-03
hw/xwin: Remove unnecessary casts from malloc/realloc/calloc calls
Colin Harrison
1
-7
/
+7
2013-08-30
hw/xwin: Remove unnecessary and incorrect HWND casts
Marc Haesen
1
-4
/
+2
2013-08-30
hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64
Marc Haesen
1
-7
/
+7
2013-07-23
hw/xwin: Remove an extra '\n' from some log messages
Jon TURNEY
1
-2
/
+2
2013-07-23
hw/xwin: _NET_WM_STATE is ATOM[] not ATOM
Jon TURNEY
1
-14
/
+18
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
1
-7
/
+52
2013-01-16
hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...
Jon TURNEY
1
-7
/
+14
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 correct taskbar grouping of X windows on Windows 7
Tobias Häußler
1
-1
/
+19
2012-11-05
hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()
Jon TURNEY
1
-2
/
+0
2012-10-17
hw/xwin: Remove unused variable in winmultiwindowwm.c
Colin Harrison
1
-1
/
+0
2012-10-16
hw/xwin: Fix redundant declarations in winmultiwindowwm.c
Jon TURNEY
1
-7
/
+0
2012-08-03
hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW style
Jon TURNEY
1
-9
/
+5
2012-08-03
hw/xwin: Make winOverrideIcon() thread-safe for icon data access
Jon TURNEY
1
-4
/
+43
2012-08-03
hw/xwin: Also update icon when _NET_WM_ICON property changes
Jon TURNEY
1
-17
/
+19
2012-08-03
hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENT
Jon TURNEY
1
-2
/
+2
2012-08-03
hw/xwin: Refactor Xutf8TextPropertyToString() from GetWindowName() as a separ...
Jon TURNEY
1
-43
/
+62
2012-07-16
hw/xwin: Consolidate duplicated code as getHwnd() function
Jon TURNEY
1
-30
/
+33
2012-07-16
hw/xwin: Tidy up some pointless output which is always emitted
Jon TURNEY
1
-8
/
+8
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1258
/
+1150
2012-01-26
hw/xwin: Handle more motif window decoration hinting
Jon TURNEY
1
-0
/
+18
2012-01-26
hw/xwin: Chain IOError handlers to avoid longjmp across threads
Jon TURNEY
1
-18
/
+36
2012-01-07
hw/xwin: Fix a memory leak in error path in winInitWM()
Ryan Pavlik
1
-5
/
+7
2011-04-27
Cygwin/X: Make winOverrrideStyle() thread-safe
Jon TURNEY
1
-2
/
+20
2011-04-27
Cygwin/X: Internal WM workaround for Java AWT bug
Jon TURNEY
1
-0
/
+24
[next]