Age | Commit message (Expand) | Author |
2009-05-30 | 'no' is the answer to the comment question: cc->name can't be NULL at | Okan Demirmen |
2009-05-30 | re-order a bit for readability. | Okan Demirmen |
2009-05-30 | revert the 1.4 change - causes a double free noticed by grange@ a while | Okan Demirmen |
2009-05-19 | In movetogroup, check the window's current group and skip client_hide() | Stuart Henderson |
2009-05-18 | update to xinput 1.4.2 | Matthieu Herrb |
2009-05-18 | nuke the leading underscore notation for local static functions - there | 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 | redraw all borders at once on reload | Okan Demirmen |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | Okan Demirmen |
2009-05-17 | minor bit of knf, just to be consistent; oga@ doesn't mind that much | Okan Demirmen |
2009-05-17 | unbreak | Okan Demirmen |
2009-05-17 | add a "movetogroup" function, which hides the current window from | Stuart Henderson |
2009-05-17 | redraw the border when unhiding a client window. fixes the situation where | 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-05-04 | right and middle mouse buttons swapped; from rgouveia@cosmico.net | Okan Demirmen |
2009-05-04 | no need to use the global here. | Okan Demirmen |
2009-05-04 | properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks. | Okan Demirmen |
2009-05-03 | update to xinit 1.1.1 | Matthieu Herrb |
2009-05-02 | fix usage(). this bit me when I actually tried to use it. Now it matches | Owain Ainsworth |
2009-05-02 | update to xinput 1.4.1 | Matthieu Herrb |
2009-05-02 | update to xrandr 1.3.0 | Matthieu Herrb |
2009-05-01 | fix the other 50% of xrandr cases; reported by sthen@ | Okan Demirmen |
2009-04-15 | don't sync more than 60 times per sec on resize and move; idea from scrotwm. | Okan Demirmen |
2009-04-15 | properly teardown X connection upon quit; static a few while here, | Okan Demirmen |
2009-04-12 | we include sys/param.h, so remove sys/types.h; sort while here. | Okan Demirmen |
2009-04-04 | Update to xterm 243. tested by naddy@. | Matthieu Herrb |
2009-03-28 | - avoid shadowed Mask declaration in menu_filter | Martynas Venckus |
2009-03-28 | Disable applications not maintained anymore by X.Org: rstart/rstartd and | Matthieu Herrb |
2009-03-09 | Update to xterm 242. Tested by jsg@. | Matthieu Herrb |
2009-03-08 | Remove deprected applications that have been disconnected for a while. | Matthieu Herrb |
2009-03-08 | regen | Matthieu Herrb |
2009-03-08 | Update to xauth 1.0.3 + fixes from git head. Partially addresses system/6097. | Matthieu Herrb |
2009-02-09 | puffy 4.5 | Todd T. Fries |
2009-02-07 | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | Martynas Venckus |
2009-02-07 | remove leftover from mdoc.samples; ok jmc@ | Martynas Venckus |
2009-02-03 | fix off-by-one in geom.[xy], after pwin changes. keyboard movement | Martynas Venckus |
2009-02-02 | Better looking default resources for the XDM chooser. | Matthieu Herrb |
2009-01-30 | getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve. | Matthieu Herrb |
2009-01-30 | regen | Matthieu Herrb |
2009-01-30 | Fix a merge botch in xdm 1.1.8 update. | Matthieu Herrb |
2009-01-30 | Add more input checks. From "nobody@example.com" on bugs@. | Matthieu Herrb |
2009-01-29 | xdm 1.1.8. | Matthieu Herrb |
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 | passing a null pointer to free() is valid; sprinkle a few free->xfree. | Okan Demirmen |
2009-01-23 | Whitespace nit. | Owain Ainsworth |
2009-01-23 | Switch to using XInternAtoms for caching the atom numbers. Saves a pile | Owain Ainsworth |
2009-01-23 | move conf_clear() and add proto. | Okan Demirmen |