index
:
~jturney/libxcwm
master
upstream-master
work
X11 Composite Window Manager library
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
xcwm_input_mouse_button_event() doesn't need a window
HEAD
libxcwm-20121220
master
Jon TURNEY
3
-10
/
+9
2012-11-22
First pass at cursor image support
Jon TURNEY
5
-0
/
+17
2012-11-21
Handle shaped windows
Jon TURNEY
7
-3
/
+134
2012-11-21
Take ownership of the WM_Sn and _NET_CM_Sn selections
Jon TURNEY
1
-2
/
+16
2012-11-21
Remove unnecessary dynamic allocation of return_evt
Jon TURNEY
1
-65
/
+49
2012-11-21
Make xcwm_rect_t bounds and dmg_bounds members, rather than an allocation in ...
Jon TURNEY
6
-63
/
+51
2012-11-21
Make xcwm_wm_atoms_t a member, rather than an allocation in xcwm_context_t
Jon TURNEY
5
-50
/
+47
2012-11-21
Remove some stale code
Jon TURNEY
2
-67
/
+0
2012-11-21
Make xcwm_window_t type opaque in API
Jon TURNEY
3
-47
/
+40
2012-11-21
Make xcwm_context_t type opaque in API
Jon TURNEY
4
-18
/
+30
2012-11-21
Don't select for and report a lot of events we are not actually interested in
Jon TURNEY
2
-73
/
+1
2012-11-21
setup_window_type() fixes
Jon TURNEY
2
-3
/
+14
2012-11-21
2nd pass at generic window appearance interest framework
Jon TURNEY
4
-23
/
+78
2012-11-21
Fix description of xcwm_window_constrain_sizing()
Jon TURNEY
1
-2
/
+4
2012-11-21
Fix typos, whitespace, comments
Jon TURNEY
10
-37
/
+29
2012-11-21
Try to fix a race in configure_request handling which causes windows to be mi...
Jon TURNEY
1
-8
/
+10
2012-11-21
Debug output for CONFIGURE_REQUEST & CONFIGURE_NOTIFY
Jon TURNEY
1
-0
/
+11
2012-11-21
Make sure we handle a NULL return from xcwm_window_create() in MAP_REQUEST
Jon TURNEY
3
-17
/
+6
2012-11-21
Typo
Jon TURNEY
1
-3
/
+2
2012-11-21
Handle some crashes shown up by quick_window test
Jon TURNEY
2
-3
/
+9
2012-11-21
Ignore InputOnly windows
Jon TURNEY
2
-7
/
+21
2012-11-21
Debug tweaks
Jon TURNEY
1
-10
/
+8
2012-11-21
const fix for _xcwm_request_check(), _xcwm_init_extension()
Jon TURNEY
3
-4
/
+4
2012-11-21
Add a .dir-locals.el which sets the coding standard
Jon TURNEY
1
-0
/
+5
2012-11-21
Add debug output for enter/leave events we listen for
Jon TURNEY
1
-0
/
+18
2012-11-21
First pass at a general mechanism for signaling XCWM_ events when a property ...
Jon TURNEY
4
-35
/
+92
2012-11-21
Initialize local_data
Jon TURNEY
1
-0
/
+1
2012-11-21
Debug tweaks
Jon TURNEY
4
-16
/
+13
2012-11-21
Checking the damage area to see if it's got bigger seems pointless when we us...
Jon TURNEY
1
-45
/
+7
2012-11-21
"All rights reserved" is not good
Jon TURNEY
2
-3
/
+1
2012-11-21
Don't be so keen to return WINDOW_TYPE_UNKNOWN
Jon TURNEY
1
-3
/
+4
2012-11-21
Get image of window with alpha channel, if available
Jon TURNEY
4
-13
/
+57
2012-11-21
Add xcwm_window_get_opacity()
Jon TURNEY
4
-3
/
+47
2012-11-21
Add xcwm_window_constrain_sizing()
Jon TURNEY
4
-10
/
+159
2012-11-21
Report XID in hex in focus debugging
Jon TURNEY
1
-1
/
+1
2012-11-21
Improve XCB_(KEY|BUTTON)_(PRESS|RELEASE) event reporting
Jon TURNEY
1
-7
/
+17
2012-11-21
Ignore XCB_MAPPING_NOTIFY events
Jon TURNEY
1
-0
/
+3
2012-11-21
Fix some typos
Jon TURNEY
8
-13
/
+13
2012-11-21
Factor out _xcwm_atom_get() utility function
Jon TURNEY
1
-44
/
+24
2012-11-21
Adopt existing windows at startup
Jon TURNEY
1
-0
/
+56
2012-11-21
Fix parameter transposition in xcwm_window_configure()
Jon TURNEY
3
-5
/
+5
2012-11-21
Remove unused x,y parameters to xcwm_input_mouse_button_event()
Jon TURNEY
3
-16
/
+5
2012-11-21
Remove unused button parameter to xcwm_input_mouse_motion()
Jon TURNEY
3
-4
/
+3
2012-11-21
Report an error, rather than just segfaulting, if the X server can't be conta...
Jon TURNEY
1
-0
/
+5
2012-11-21
Fix a use after free of return_evt
Jon TURNEY
1
-1
/
+1
2012-11-21
Update xcb_ewmh_set_supporting_wm_check() for and require xcb-util-wm 0.3.9
Jon TURNEY
2
-2
/
+6
2012-11-21
Clean up a mention of xtoq in libxcwm
Jon TURNEY
1
-3
/
+3
2012-11-21
Fix a lingering XTOQ in an include guard in libxcwm
Jon TURNEY
1
-3
/
+3
2012-11-21
Use standard X.Org .gitignore
Jon TURNEY
1
-52
/
+75
2012-11-02
Install a pkg-config .pc file
Jon TURNEY
4
-2
/
+24
[next]