summaryrefslogtreecommitdiff
path: root/app/cwm/xevents.c
AgeCommit message (Expand)Author
2012-11-07missing headers; from Thordur Bjornsson.Okan Demirmen
2012-09-12revert previous for now until a way to test more than a few encodings is foundOkan Demirmen
2012-09-10be explicit in which key masks we allow during keypress and buttonpressOkan Demirmen
2012-07-13re-use geom struct in client_ctx (saved)geometry.Okan Demirmen
2012-07-13convert xmax/ymax uses to view geometry.Okan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
2012-05-16get rid of more stray lines/spacesOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymOkan Demirmen
2012-05-13altpersist->cycling to be more clear that this is for cycling modOkan Demirmen
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan Demirmen
2011-08-22A while ago I wrote some code to not warp to ignored windows on map (revOwain Ainsworth
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-06On map, don't warp to windows that are marked as ignored.Owain Ainsworth
2011-03-22remove XXX and move a configure event out of the event handler functions.Okan Demirmen
2010-09-25do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.Okan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecOwain Ainsworth
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andOwain Ainsworth
2009-12-10finish unfucking the screen_ctx handling.Owain Ainsworth
2009-11-28style (whitespaces)Tobias Stoeckmann
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
2009-05-18Rip out the event layer and just use a static array of callbacks likeOwain Ainsworth
2009-05-01fix the other 50% of xrandr cases; reported by sthen@Okan Demirmen
2009-03-28- avoid shadowed Mask declaration in menu_filterMartynas Venckus
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
2009-01-17remove unusedOkan Demirmen
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16revert just the 'race fix'; more works needs to be ironed out withOkan Demirmen
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-11remove unused variablesOkan Demirmen
2009-01-06remove unused codeOkan Demirmen
2008-12-04Kill obviously dead variable.Owain Ainsworth
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-07-22fix the froggy problem.Owain Ainsworth
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-18Revert previous "fix" it introduces new issues of its own.Owain Ainsworth
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesOwain Ainsworth
2008-06-17Just rework the mouse binding calculation on event to look like theOwain Ainsworth
2008-06-17The mousebinding code missing a break once it had found the correctOwain Ainsworth
2008-06-14(mostly) proper xshape event supportOkan Demirmen
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withOkan Demirmen