summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
AgeCommit message (Expand)Author
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useOwain Ainsworth
2009-06-26static local functions and data; almost identical diff from Thomas PfaffOkan Demirmen
2009-06-23tidy up startup/init routinesOkan Demirmen
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-06-17move like defines to a central, logical location; no binary change.Okan Demirmen
2009-05-18oops, we appear to have grown an extra prototype for group_only(), getOwain Ainsworth
2009-05-18Rip out the event layer and just use a static array of callbacks likeOwain Ainsworth
2009-05-17a long time coming - re-work the way we deal with colors: since we'reOkan Demirmen
2009-05-17add a "movetogroup" function, which hides the current window fromStuart Henderson
2009-05-14add missing prototype.Owain Ainsworth
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].Owain Ainsworth
2009-04-15properly teardown X connection upon quit; static a few while here,Okan Demirmen
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingMartynas Venckus
2009-01-27remove Nscreens and x_screenname() - we really don't need them.Okan Demirmen
2009-01-27One of the most annoying things to do was restart cwm and lose all ofOwain Ainsworth
2009-01-23move conf_clear() and add proto.Okan Demirmen
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-22Cache all of the X atoms we use at startup.Owain Ainsworth
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingTodd T. Fries
2009-01-17remove unusedOkan Demirmen
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-15- add missing prototypes.Okan Demirmen
2009-01-11shortcut_to_name should not be defined as static in a header file. PutOwain Ainsworth
2009-01-11add missing prototypesOkan Demirmen
2009-01-11- merge grab_sweep() into mousefunc_window_resize().Okan 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-22We've been handling grabbing wrong all this time (noticed at c2k8).Owain Ainsworth
2008-07-22split x_setup() into two. dpy_init() for setting up the display andOwain Ainsworth
2008-07-22Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesOwain Ainsworth
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itOwain Ainsworth
2008-07-22kill another leftover prototype.Owain Ainsworth
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyOkan Demirmen
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-25Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,Owain Ainsworth
2008-06-25Actually grab the correct mouse buttons for a window, instead of doing theOwain Ainsworth
2008-06-17Ignore caps lock and numlock for keyboard bindings. The way Xlib makesOwain Ainsworth
2008-06-15Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.Owain Ainsworth
2008-06-14(mostly) proper xshape event supportOkan Demirmen
2008-06-14confable menu and window mouse bindings from rivo nurges (thanks!) withOkan Demirmen
2008-06-12kill another long gone protoOkan Demirmen
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardOwain Ainsworth
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth