index
:
~jturney/XtoW
master
native X11 window manager for Windows using libxcwm
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-3
/
+3
2016-03-15
Use SetWindowCompositionAttribute for alpha-awareness on W10
Jon Turney
1
-5
/
+47
2013-07-06
Add -verbose option
Jon TURNEY
1
-2
/
+10
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
1
-0
/
+3
2013-07-06
Add -noshm command line option to turn off SHM
Jon TURNEY
1
-2
/
+15
2013-07-03
Handle XCWM_EVENT_WINDOW_CONFIGURE
Jon TURNEY
1
-0
/
+4
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
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
Set the root window cursor to left pointing arrow
Jon TURNEY
1
-0
/
+27
2012-12-17
Add --version option
Jon TURNEY
1
-1
/
+13
2012-12-17
Add cursor conversion using libXWinWMUtil
Jon TURNEY
1
-0
/
+13
2012-12-17
Add icon conversion using libXWinWMUtil
Jon TURNEY
1
-0
/
+9
2012-11-30
Add shaped window support
Jon TURNEY
1
-0
/
+4
2012-11-30
Update for less dynamic allocation and opaque datatypes in API changes
Jon TURNEY
1
-2
/
+0
2012-11-30
Debug tweak
Jon TURNEY
1
-1
/
+1
2012-11-30
Use xcwm_atom_register() to register interest appearance atoms
Jon TURNEY
1
-0
/
+6
2012-11-30
Make window creation and destruction be synchronous
Jon TURNEY
1
-2
/
+18
2012-11-30
Use new XCWM_EVENT_WINDOW_APPEARANCE event to update window appearance
Jon TURNEY
1
-0
/
+4
2012-11-30
Don't statically link with dwmapi
Jon TURNEY
1
-3
/
+23
2012-11-30
First attempt at using alpha with DWM
Jon TURNEY
1
-0
/
+5
2012-11-30
Add layered windows opacity and fix mouse button numbers
Jon TURNEY
1
-4
/
+5
2012-11-30
Create window in message pump thread, so we can process it's messsages
Jon TURNEY
1
-6
/
+32
2012-11-30
XtoW
Jon TURNEY
1
-0
/
+124