Age | Commit message (Expand) | Author |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | Okan Demirmen |
2009-08-25 | static; ok oga@ | Okan Demirmen |
2009-08-25 | we are not doing access control here, so replace the "check if file is | Okan Demirmen |
2009-08-25 | Reduce duplciation of code for checking modifiers in key/mouse bindings. | Owain Ainsworth |
2009-08-25 | Instead of calling conf_bind*() 50 gazillion times in a row, store an | Owain Ainsworth |
2009-08-25 | Instead of messing around everytime we do a resize, just clamp the | Owain Ainsworth |
2009-08-25 | unroll macro; ok oga@ | 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-08-24 | instead of checking for flags in the client context, then removing them. | Owain Ainsworth |
2009-08-08 | remove unnecessary Ar macros | Okan Demirmen |
2009-08-08 | remove unnecessary Dq macro; based on a diff from Martin Toft | Okan Demirmen |
2009-07-19 | Initialize ed.used_stdout at the beginning of do_extract() to avoid | Matthieu Herrb |
2009-06-26 | use fnmatch to glob the entries in the exec menu. | Owain Ainsworth |
2009-06-26 | puffy 4.6 | Todd T. Fries |
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 | compact a bit by condensing a few if-else's; from Thomas Pfaff | Okan Demirmen |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | Okan Demirmen |
2009-06-20 | spacing | Okan Demirmen |
2009-06-19 | ``exec'' and ``ssh'' are lowercase. | Igor Sobrado |
2009-06-18 | items on the first list should have full stops too. | Igor Sobrado |
2009-06-18 | the on-line manual should use the same notation for key bindings | Igor Sobrado |
2009-06-17 | remove unnecessary casts; from Thomas Pfaff | Okan Demirmen |
2009-06-17 | re-factor parts of mouse move/resize bit to shrink and make more | Okan Demirmen |
2009-06-17 | move like defines to a central, logical location; no binary change. | Okan Demirmen |
2009-06-06 | typo | joshua stein |
2009-05-31 | workaround for a problem that appeared with xterm 243 on arm cpus. | Matthieu Herrb |
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 |