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
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
Add --version option
Jon TURNEY
1
-1
/
+13
2012-12-17
Add cursor conversion using libXWinWMUtil
Jon TURNEY
5
-1
/
+111
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
2012-11-30
Use new XCWM_EVENT_WINDOW_APPEARANCE event to update window appearance
Jon TURNEY
3
-4
/
+10
2012-11-30
Convert code which looks at _NET_WM_WINDOW_STATE for window style, as well
Jon TURNEY
1
-67
/
+37
2012-11-30
Allow _MOTIF_WM_HINTS to override the _NET_WM_WINDOW_TYPE window styling
Jon TURNEY
1
-61
/
+68
2012-11-30
Update for hints->size_hints rename
Jon TURNEY
1
-5
/
+5
2012-11-30
Give native windows a default icon for the moment
Jon TURNEY
7
-4
/
+141
2012-11-30
Place windows which don't specify a position at the native window managers di...
Jon TURNEY
1
-3
/
+3
2012-11-30
Update for unneeded x,y parameters removed from xcwm_input_mouse_button_event()
Jon TURNEY
1
-21
/
+12
2012-11-30
Don't pretend we handle WM_MOUSEWHEEL
Jon TURNEY
1
-3
/
+0
2012-11-30
Do something useful with mouse polling timer
Jon TURNEY
1
-10
/
+44
2012-11-30
Draw directly in damage event
Jon TURNEY
1
-29
/
+44
2012-11-30
Turn off some debug
Jon TURNEY
1
-2
/
+2
2012-11-30
Remove damage even if we can't draw to window because it doesn't exist yet
Jon TURNEY
1
-6
/
+17
2012-11-30
Factor out CheckForAlpha(), BitBltFromImage()
Jon TURNEY
1
-70
/
+95
2012-11-30
Don't statically link with dwmapi
Jon TURNEY
4
-7
/
+33
2012-11-30
First attempt at using alpha with DWM
Jon TURNEY
4
-15
/
+47
2012-11-30
Update for xcwm_window_configure() transposed parameters fixed
Jon TURNEY
1
-1
/
+1
2012-11-30
Make a start on setting style based on xcwm information
Jon TURNEY
1
-117
/
+126
2012-11-30
Add layered windows opacity and fix mouse button numbers
Jon TURNEY
8
-352
/
+418
2012-11-30
Create window in message pump thread, so we can process it's messsages
Jon TURNEY
7
-23
/
+1149
2012-11-30
XtoW
Jon TURNEY
6
-0
/
+2209