Age | Commit message (Expand) | Author |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | Okan Demirmen |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth |
2009-08-24 | bring together gathering, calculating and applying of size hints; | Okan Demirmen |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | Owain Ainsworth |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | Okan Demirmen |
2009-06-23 | tidy up startup/init routines | Okan Demirmen |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | Okan Demirmen |
2009-06-17 | move like defines to a central, logical location; no binary change. | Okan Demirmen |
2009-05-18 | oops, we appear to have grown an extra prototype for group_only(), get | Owain Ainsworth |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | Owain Ainsworth |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | Okan Demirmen |
2009-05-17 | add a "movetogroup" function, which hides the current window from | Stuart Henderson |
2009-05-14 | add missing prototype. | Owain Ainsworth |
2009-05-14 | Add a new command (currently no default keybindings for it), grouponly[1-9]. | Owain Ainsworth |
2009-04-15 | properly teardown X connection upon quit; static a few while here, | Okan Demirmen |
2009-02-07 | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | Martynas Venckus |
2009-01-27 | remove Nscreens and x_screenname() - we really don't need them. | Okan Demirmen |
2009-01-27 | One of the most annoying things to do was restart cwm and lose all of | Owain Ainsworth |
2009-01-23 | move conf_clear() and add proto. | Okan Demirmen |
2009-01-23 | Move the keybinding argument to a union to prevent warnings where | Owain Ainsworth |
2009-01-22 | Cache all of the X atoms we use at startup. | Owain Ainsworth |
2009-01-21 | borderwidth as a cwmrc(5) keyword, really helps debugging | Todd T. Fries |
2009-01-17 | remove unused | Okan Demirmen |
2009-01-17 | Finally fix the really annoying race where if you rapidly switch groups several | Owain Ainsworth |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | Okan Demirmen |
2009-01-15 | - add missing prototypes. | Okan Demirmen |
2009-01-11 | shortcut_to_name should not be defined as static in a header file. Put | Owain Ainsworth |
2009-01-11 | add missing prototypes | Okan Demirmen |
2009-01-11 | - merge grab_sweep() into mousefunc_window_resize(). | Okan Demirmen |
2008-12-04 | Kill obviously dead variable. | Owain Ainsworth |
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | Owain Ainsworth |
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | Owain Ainsworth |
2008-09-22 | Display the current window title not a previous one in the case of | Owain Ainsworth |
2008-07-22 | fix the froggy problem. | Owain Ainsworth |
2008-07-22 | We've been handling grabbing wrong all this time (noticed at c2k8). | Owain Ainsworth |
2008-07-22 | split x_setup() into two. dpy_init() for setting up the display and | Owain Ainsworth |
2008-07-22 | Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes | Owain Ainsworth |
2008-07-22 | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | Owain Ainsworth |
2008-07-22 | kill another leftover prototype. | Owain Ainsworth |
2008-07-11 | no more hidden (and mysterious) config reloads and allow binding a key | Okan Demirmen |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | Okan Demirmen |
2008-06-25 | Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, | Owain Ainsworth |
2008-06-25 | Actually grab the correct mouse buttons for a window, instead of doing the | Owain Ainsworth |
2008-06-17 | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | Owain Ainsworth |
2008-06-15 | Rip 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 support | Okan Demirmen |
2008-06-14 | confable menu and window mouse bindings from rivo nurges (thanks!) with | Okan Demirmen |
2008-06-12 | kill another long gone proto | Okan Demirmen |
2008-05-21 | Make menu_filter handle mouse movement too. This enables the keyboard | Owain Ainsworth |
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | Owain Ainsworth |