summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-23xcwm_input_mouse_button_event() doesn't need a windowHEADlibxcwm-20121220masterJon TURNEY3-10/+9
2012-11-22First pass at cursor image supportJon TURNEY5-0/+17
2012-11-21Handle shaped windowsJon TURNEY7-3/+134
2012-11-21Take ownership of the WM_Sn and _NET_CM_Sn selectionsJon TURNEY1-2/+16
2012-11-21Remove unnecessary dynamic allocation of return_evtJon TURNEY1-65/+49
2012-11-21Make xcwm_rect_t bounds and dmg_bounds members, rather than an allocation in ...Jon TURNEY6-63/+51
2012-11-21Make xcwm_wm_atoms_t a member, rather than an allocation in xcwm_context_tJon TURNEY5-50/+47
2012-11-21Remove some stale codeJon TURNEY2-67/+0
2012-11-21Make xcwm_window_t type opaque in APIJon TURNEY3-47/+40
2012-11-21Make xcwm_context_t type opaque in APIJon TURNEY4-18/+30
2012-11-21Don't select for and report a lot of events we are not actually interested inJon TURNEY2-73/+1
2012-11-21setup_window_type() fixesJon TURNEY2-3/+14
2012-11-212nd pass at generic window appearance interest frameworkJon TURNEY4-23/+78
2012-11-21Fix description of xcwm_window_constrain_sizing()Jon TURNEY1-2/+4
2012-11-21Fix typos, whitespace, commentsJon TURNEY10-37/+29
2012-11-21Try to fix a race in configure_request handling which causes windows to be mi...Jon TURNEY1-8/+10
2012-11-21Debug output for CONFIGURE_REQUEST & CONFIGURE_NOTIFYJon TURNEY1-0/+11
2012-11-21Make sure we handle a NULL return from xcwm_window_create() in MAP_REQUESTJon TURNEY3-17/+6
2012-11-21TypoJon TURNEY1-3/+2
2012-11-21Handle some crashes shown up by quick_window testJon TURNEY2-3/+9
2012-11-21Ignore InputOnly windowsJon TURNEY2-7/+21
2012-11-21Debug tweaksJon TURNEY1-10/+8
2012-11-21const fix for _xcwm_request_check(), _xcwm_init_extension()Jon TURNEY3-4/+4
2012-11-21Add a .dir-locals.el which sets the coding standardJon TURNEY1-0/+5
2012-11-21Add debug output for enter/leave events we listen forJon TURNEY1-0/+18
2012-11-21First pass at a general mechanism for signaling XCWM_ events when a property ...Jon TURNEY4-35/+92
2012-11-21Initialize local_dataJon TURNEY1-0/+1
2012-11-21Debug tweaksJon TURNEY4-16/+13
2012-11-21Checking the damage area to see if it's got bigger seems pointless when we us...Jon TURNEY1-45/+7
2012-11-21"All rights reserved" is not goodJon TURNEY2-3/+1
2012-11-21Don't be so keen to return WINDOW_TYPE_UNKNOWNJon TURNEY1-3/+4
2012-11-21Get image of window with alpha channel, if availableJon TURNEY4-13/+57
2012-11-21Add xcwm_window_get_opacity()Jon TURNEY4-3/+47
2012-11-21Add xcwm_window_constrain_sizing()Jon TURNEY4-10/+159
2012-11-21Report XID in hex in focus debuggingJon TURNEY1-1/+1
2012-11-21Improve XCB_(KEY|BUTTON)_(PRESS|RELEASE) event reportingJon TURNEY1-7/+17
2012-11-21Ignore XCB_MAPPING_NOTIFY eventsJon TURNEY1-0/+3
2012-11-21Fix some typosJon TURNEY8-13/+13
2012-11-21Factor out _xcwm_atom_get() utility functionJon TURNEY1-44/+24
2012-11-21Adopt existing windows at startupJon TURNEY1-0/+56
2012-11-21Fix parameter transposition in xcwm_window_configure()Jon TURNEY3-5/+5
2012-11-21Remove unused x,y parameters to xcwm_input_mouse_button_event()Jon TURNEY3-16/+5
2012-11-21Remove unused button parameter to xcwm_input_mouse_motion()Jon TURNEY3-4/+3
2012-11-21Report an error, rather than just segfaulting, if the X server can't be conta...Jon TURNEY1-0/+5
2012-11-21Fix a use after free of return_evtJon TURNEY1-1/+1
2012-11-21Update xcb_ewmh_set_supporting_wm_check() for and require xcb-util-wm 0.3.9Jon TURNEY2-2/+6
2012-11-21Clean up a mention of xtoq in libxcwmJon TURNEY1-3/+3
2012-11-21Fix a lingering XTOQ in an include guard in libxcwmJon TURNEY1-3/+3
2012-11-21Use standard X.Org .gitignoreJon TURNEY1-52/+75
2012-11-02Install a pkg-config .pc fileJon TURNEY4-2/+24