Age | Commit message (Expand) | Author |
2008-05-23 | make sure to take bwdith into account when placing a new window. | Okan Demirmen |
2008-05-23 | Grab the keyboard when we initialise the menu. This stops the keyboard | Owain Ainsworth |
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 |
2008-05-19 | General cleanup. | Owain Ainsworth |
2008-05-19 | stop normalizing search input; searching and matching are still | Okan Demirmen |
2008-05-19 | Function prototypes should not have parameter names in them. These must | Owain Ainsworth |
2008-05-19 | client_cyclenext() -> client_cycle() since we now pass an arg. | Okan Demirmen |
2008-05-19 | allow an autogroup value of 0 to mean no group. This means you can set | Owain Ainsworth |
2008-05-19 | as done with cycle/rcycle, make prev/next group switching one kbfuncs | Okan Demirmen |
2008-05-19 | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | Owain Ainsworth |
2008-05-19 | finally implement keyboard binding for group toggling | Okan Demirmen |
2008-05-18 | send the correct x/y coordinates to XConfigureWindow() | Okan Demirmen |
2008-05-18 | remove extra calls to client_draw_border() | Okan Demirmen |
2008-05-18 | fix backwards logic in example; found by oga@ | Okan Demirmen |
2008-05-18 | Fix two problems with conf_unbind(): | Owain Ainsworth |
2008-05-18 | Kill conf_get_int(), it was a silly function anyway. | Owain Ainsworth |
2008-05-18 | group_ctx->name is only used in this one function, and for now it | Owain Ainsworth |
2008-05-18 | When we're cleaning out the lists in parse_config and conf_clear it's a | Owain Ainsworth |
2008-05-18 | - re-order and mostly re-write cwmrc(5) | Okan Demirmen |
2008-05-17 | fix cwm's current XShape support from Edd Barrett -thanks. | Okan Demirmen |
2008-05-15 | KNF, no binary change. | Owain Ainsworth |
2008-05-15 | tiny bit of knf | Okan Demirmen |
2008-05-11 | Explicitly disable rplay. Found by mbalmer@ | Matthieu Herrb |
2008-05-06 | Signal handler of SIGCHLD calls waitpid() which sets errno on error. To | Tobias Stoeckmann |
2008-05-01 | Rework the alt-tabbing code to be a lot simpler. | Owain Ainsworth |
2008-04-29 | Allow slashes in unquoted strings. | Simon Bertrang |
2008-04-28 | nits from Pierre Riteau - thanks! | Okan Demirmen |
2008-04-21 | Add 2 files added with 1.0.4. | Matthieu Herrb |
2008-04-20 | Update to xset 1.0.4 | Matthieu Herrb |
2008-04-20 | update to xrdb 1.0.5 | Matthieu Herrb |
2008-04-20 | Update to xprop 1.0.4 | Matthieu Herrb |
2008-04-20 | Update to xkbcomp 1.0.4 | Matthieu Herrb |
2008-04-20 | Update to xinit-1.0.8, while preserving local changes. | Matthieu Herrb |
2008-04-20 | Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore. | Matthieu Herrb |
2008-04-19 | update to xev 1.0.3 | Matthieu Herrb |
2008-04-19 | update to xdm-1.1.7 (No changes on OpenBSD). | Matthieu Herrb |
2008-04-19 | update to x11perf 1.5 | Matthieu Herrb |
2008-04-19 | update to twm 1.0.4 | Matthieu Herrb |
2008-04-19 | Update to xrandr 1.2.3. | Matthieu Herrb |
2008-04-16 | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | Owain Ainsworth |
2008-04-16 | remove infowin. It slipped out of the last commit, for some reason. | Owain Ainsworth |
2008-04-16 | Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc | Owain Ainsworth |
2008-04-16 | Remove screen_infomsg(), nothing uses it. | Owain Ainsworth |
2008-04-16 | kill an unused struct member. | Owain Ainsworth |
2008-04-15 | make the argument parser for commands accept quoted strings, while i'm | Owain Ainsworth |
2008-04-15 | Kill dirent_isdir() and dirent_islink() nothing used them since the new | Owain Ainsworth |
2008-04-15 | hit it with the knf stick. | Owain Ainsworth |
2008-04-15 | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | Owain Ainsworth |
2008-04-15 | - add vi keybindings to search | Okan Demirmen |