Age | Commit message (Expand) | Author |
2008-06-14 | Update to xfsinfo 1.0.2 | Matthieu Herrb |
2008-06-14 | config.h.in was renamed xfs-config.h.in. missed in previous commit. | Matthieu Herrb |
2008-06-14 | Man page update for fixed font label display change. | Matthieu Herrb |
2008-06-14 | When displaying a multi-lines label, switch to a fixed-width font | Matthieu Herrb |
2008-06-13 | finally document functions that can be bound, removing the need to have | Okan Demirmen |
2008-06-13 | update to xfs 1.0.8. | Matthieu Herrb |
2008-06-13 | Update to xdpyinfo 1.0.3 + one local change: don't print (null) | Matthieu Herrb |
2008-06-13 | update to sessreg 1.0.4 | Matthieu Herrb |
2008-06-13 | Update to showfont 1.0.2 | Matthieu Herrb |
2008-06-13 | Update to rgb 1.0.3 | Matthieu Herrb |
2008-06-13 | Don't client_delete() on an Unmap event, only do that on a client delete event. | Owain Ainsworth |
2008-06-13 | update to mkfontscale 1.0.5 | Matthieu Herrb |
2008-06-13 | Update to fstobdf 1.0.3 | Matthieu Herrb |
2008-06-13 | Update to fslsfonts 1.0.2 | Matthieu Herrb |
2008-06-13 | Update to fonttosfnt version 1.0.4. | Matthieu Herrb |
2008-06-12 | kill another long gone proto | Okan Demirmen |
2008-06-12 | remove old (moved) code | Okan Demirmen |
2008-06-12 | instead of forcing the ptr in the middle everytime, be more 'calm'; keep | Okan Demirmen |
2008-06-12 | place the pointer in the middle of the window after resizing with grab, | Okan Demirmen |
2008-06-12 | ignore if non-zero expose events, for we could be covered by multiple | Okan Demirmen |
2008-06-12 | re-work client_placecalc() | Okan Demirmen |
2008-06-05 | Enter -> Return, to be consistant and correct. | Okan Demirmen |
2008-06-05 | prevent trying to exec a null char; could potentially happen with a | Okan Demirmen |
2008-06-05 | actually honor termpath and lockpath if specified in cwmrc. | Okan Demirmen |
2008-06-03 | "Meta is a perfectly well defined concept in X (The keys bound to the | Okan Demirmen |
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 |