Age | Commit message (Expand) | Author |
2015-07-12 | simplify menu print text | Okan Demirmen |
2015-07-03 | revert previous; seems search_match_text() needs mi->text pre-populated. | Okan Demirmen |
2015-07-01 | style | Okan Demirmen |
2015-07-01 | only special case label matches (and still list); get rid of the rest - match... | Okan Demirmen |
2015-06-30 | no longer need to pass down format strings after introducing search_print_cmd | Okan Demirmen |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | Okan Demirmen |
2015-06-30 | keep cmdq sorted | Okan Demirmen |
2015-06-30 | style and spacing nits | Okan Demirmen |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan Demirmen |
2015-06-29 | Shuffle code in kbfunc_ssh so that a missing known_hosts file still | Okan Demirmen |
2015-06-28 | move client_find down | Okan Demirmen |
2015-06-28 | replace assert usage | Okan Demirmen |
2015-06-26 | region is a _ctx, so name it so | Okan Demirmen |
2015-06-26 | Mechanical change from xinerama to region backed areas. | Okan Demirmen |
2015-06-26 | collect 'gap' applications | Okan Demirmen |
2015-06-26 | Replace screen region info gathering with XRandR equivalent of Xinerama | Okan Demirmen |
2015-06-09 | typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr | Okan Demirmen |
2015-06-08 | just populating the ctx is enough since the menu uses a callback and ignores ... | Okan Demirmen |
2015-06-08 | switch to search_print_client() as the print callback since it will now displ... | Okan Demirmen |
2015-06-08 | add client label | Okan Demirmen |
2015-06-08 | stash window dimensions | Okan Demirmen |
2015-06-08 | clean up | Okan Demirmen |
2015-06-07 | even if the menuq is empty, at least show an empty menu instead of just | Okan Demirmen |
2015-06-05 | use the same geometry struct in menus as everywhere else | Okan Demirmen |
2015-06-05 | add a flag to indicate a menu list instead of overloading 'prompt' | Okan Demirmen |
2015-06-05 | redundant check for 'list' | Okan Demirmen |
2015-05-31 | a start to cleaning: | Okan Demirmen |
2015-05-21 | merge kbd and mouse grouptoggle | Okan Demirmen |
2015-05-20 | fill in mwm defines | Okan Demirmen |
2015-05-17 | Fix autogroup so name,class doesn't need to be quoted. | Kent R. Spillner |
2015-05-17 | Make window name and window class separate parameters to conf_autogroup. | Kent R. Spillner |
2015-03-29 | plug a leak | Okan Demirmen |
2015-03-28 | Introduce a xreallocarray and convert a few xcalloc instances that do | Okan Demirmen |
2015-03-28 | Reshuffle and slightly simplify menu_complete_path(), removing an | Okan Demirmen |
2015-03-28 | plug a leak | Okan Demirmen |
2015-03-26 | Simplify key/mb binding moving argtype into flags and dropping another | Okan Demirmen |
2015-02-14 | simplify error messages; discussed with doug@ | Okan Demirmen |
2015-01-24 | calloc -> malloc | Okan Demirmen |
2015-01-23 | use malloc over calloc here | Okan Demirmen |
2015-01-23 | First restore net_wm_state(ewmh), then wm_state(iccc); prevents clients | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2015-01-17 | Catch up with src parse.y changes by jsg@: | Okan Demirmen |
2015-01-16 | Add gcc format attributes for yyerror(); fix a few yyerror() calls. | Okan Demirmen |
2014-10-08 | no need for calloc(1,.. here, malloc is fine since we initialize | Okan Demirmen |
2014-10-08 | make group_init work like other *_init's | Okan Demirmen |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | Okan Demirmen |
2014-09-27 | Pass just the group to group_setactive instead of the screen and an | Okan Demirmen |
2014-09-23 | Update _NET_CURRENT_DESKTOP with the screen's group_active->num. | Okan Demirmen |
2014-09-23 | Move stuff that doesn't belong in group_init; while here, explicitly | Okan Demirmen |
2014-09-18 | Move motion time check to the top of each MotionNotify block (and | Okan Demirmen |