index
:
~jturney/XtoW
master
native X11 window manager for Windows using libxcwm
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-07
Link with required xcb libraries
HEAD
XtoW-20170106
master
Jon Turney
1
-1
/
+1
2017-01-06
Include <sys/select.h> for fd_set and related macros to fix compilation
Jon Turney
1
-0
/
+1
2016-03-23
Invert to make blur the default, since that works in more places
XtoW-20160323
Jon Turney
3
-7
/
+8
2016-03-15
Use SetWindowCompositionAttribute for alpha-awareness on W10
Jon Turney
3
-10
/
+86
2016-03-14
Fix sometimes missing sysmenu icon on Vista and later
Jon Turney
1
-8
/
+6
2016-03-13
Remove ValidateRect on the rect we have just BitBlt
Jon Turney
1
-8
/
+0
2013-08-02
Fixes to types for 64 bit portability
XtoW-20130802
Jon TURNEY
1
-5
/
+5
2013-07-26
Use AC_CONFIG_HEADERS instead of deprecated AM_CONFIG_HEADER, removed in auto...
Jon TURNEY
1
-1
/
+1
2013-07-26
Debug tweaks
Jon TURNEY
2
-15
/
+15
2013-07-26
Update TODO and COMPLIANCE
Jon TURNEY
2
-22
/
+25
2013-07-06
man page updates
Jon TURNEY
1
-4
/
+11
2013-07-06
Add -verbose option
Jon TURNEY
4
-8
/
+44
2013-07-06
Revise wndproc debug output, always report XID and make consistent
Jon TURNEY
1
-14
/
+13
2013-07-06
Update for removed XCWM_EVENT_WINDOW_EXPOSE
Jon TURNEY
1
-3
/
+0
2013-07-06
Remove bogus leading space from icon atom names
Jon TURNEY
1
-2
/
+2
2013-07-06
Implement XCWM_EVENT_WINDOW_STATE
Jon TURNEY
3
-11
/
+50
2013-07-06
Add -noshm command line option to turn off SHM
Jon TURNEY
2
-2
/
+17
2013-07-03
Another attempt at avoiding creating windows which are not at the top
Jon TURNEY
1
-2
/
+3
2013-07-03
Don't try to fetch image of damage if damage area is zero
Jon TURNEY
1
-30
/
+34
2013-07-03
Move Windows activated window to top of X window stack
Jon TURNEY
1
-0
/
+8
2013-07-03
Use xcwm_image_copy_partial() in WM_PAINT
Jon TURNEY
1
-3
/
+9
2013-07-03
Handle XCWM_EVENT_WINDOW_CONFIGURE
Jon TURNEY
3
-1
/
+80
2013-07-02
Report defaulting to $DISPLAY even more clearly
Jon TURNEY
1
-1
/
+1
2013-07-01
Use select() on /dev/windows rather than GetMessage()
Jon TURNEY
1
-16
/
+43
2013-07-01
Handle WM_XCWM_EXIT
Jon TURNEY
1
-1
/
+8
2013-06-30
Handle NULL return from xcwm_context_open() as an error
Jon TURNEY
1
-0
/
+5
2013-06-29
Mouse wheel support update to align with XWin
Jon TURNEY
2
-5
/
+16
2012-12-19
Report defaulting to $DISPLAY more clearly
XtoW-20121220
Jon TURNEY
1
-1
/
+1
2012-12-19
Add a check that X screen size isn't smaller than Windows virtual desktop size
Jon TURNEY
1
-1
/
+38
2012-12-19
Use libXWinWMUtil for keyboard event translation
Jon TURNEY
6
-815
/
+24
2012-12-19
Add notes on ICCCM & EWMH compliance
Jon TURNEY
1
-0
/
+161
2012-12-19
Set the root window cursor to left pointing arrow
Jon TURNEY
1
-0
/
+27
2012-12-17
Add mousewheel support using libXWinWMUtil
Jon TURNEY
1
-0
/
+15
2012-12-17
g_fButton is not sized correctly
Jon TURNEY
1
-1
/
+1
2012-12-17
Update for xcwm_input_mouse_event() not taking a window parameter
Jon TURNEY
1
-10
/
+10
2012-12-17
Update TODO
Jon TURNEY
1
-8
/
+9
2012-12-17
Add --version option
Jon TURNEY
2
-2
/
+14
2012-12-17
Add cursor conversion using libXWinWMUtil
Jon TURNEY
6
-7
/
+123
2012-12-17
Add icon conversion using libXWinWMUtil
Jon TURNEY
8
-16
/
+89
2012-11-30
Try to avoid windows appearing not at top of Z-order
Jon TURNEY
1
-0
/
+4
2012-11-30
Add shaped window support
Jon TURNEY
3
-0
/
+123
2012-11-30
Update for less dynamic allocation and opaque datatypes in API changes
Jon TURNEY
2
-26
/
+26
2012-11-30
Debug tweak
Jon TURNEY
2
-6
/
+10
2012-11-30
Workaround WS_EX_LAYERED drawing bugs on XP
Jon TURNEY
1
-4
/
+26
2012-11-30
Use xcwm_atom_register() to register interest appearance atoms
Jon TURNEY
3
-11
/
+11
2012-11-30
Set default arrow cursor when over one of our windows
Jon TURNEY
1
-1
/
+9
2012-11-30
Improve window placement code
Jon TURNEY
1
-56
/
+24
2012-11-30
Make window creation and destruction be synchronous
Jon TURNEY
2
-4
/
+18
2012-11-30
Fixes for override-redirect windows
Jon TURNEY
1
-19
/
+27
2012-11-30
Write our own atom_get() helper
Jon TURNEY
1
-9
/
+30
[next]