Age | Commit message (Expand) | Author |
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 |
2015-01-03 | Update to xfsinfo version 1.0.5 | Matthieu Herrb |
2015-01-03 | Update to showfont version 1.0.5 | Matthieu Herrb |
2015-01-03 | Update to rgb version 1.0.6 | Matthieu Herrb |
2015-01-03 | Update to fstobdf version 1.0.6 | Matthieu Herrb |
2015-01-03 | Update to fslfonts version 1.0.5 | Matthieu Herrb |
2015-01-03 | Update to bdftopcf version 1.0.5 | Matthieu Herrb |
2015-01-03 | Update to bdftopcf version 1.0.5 | Matthieu Herrb |
2015-01-01 | Fix bad merges. | Matthieu Herrb |
2014-12-18 | Update to xterm 313. Tested by shadchin@ | Matthieu Herrb |
2014-12-17 | Merge upstream commit b79cac135ca7b788892ff199231be2bfce62a4a3 | Ingo Schwarze |
2014-12-13 | fix arc4random_uniform() usage. Noticed by deraadt@ | Matthieu Herrb |
2014-11-30 | Escape "Rv" when passed as an argument to a macro in order to avoid | Ingo Schwarze |
2014-11-02 | Update to xterm 312 | Matthieu Herrb |
2014-10-23 | Now that gcc2 is gone revert the removal of anonymous unions. | Brad Smith |
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-10-05 | Update to xterm 311. ok shadchin@ | Matthieu Herrb |
2014-09-28 | Update to xrandr 1.4.3 | Matthieu Herrb |
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 |
2014-09-17 | these client actions are just toggles; less confusing with better names | Okan Demirmen |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | Okan Demirmen |
2014-09-17 | Use a similarly named check as sticky for hidden check in a group. | Okan Demirmen |
2014-09-17 | don't toggle _WM_STATE_HIDDEN here yet | Okan Demirmen |
2014-09-17 | Implement EWMH _NET_WM_STATE_HIDDEN. | Okan Demirmen |
2014-09-17 | Introduce a check to see if a group holds only 'sticky' clients and use | Okan Demirmen |
2014-09-15 | use similiar style for client flags | Okan Demirmen |
2014-09-11 | Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic on | Okan Demirmen |
2014-09-10 | fold in 'active' into 'flags' | Okan Demirmen |
2014-09-08 | move the check for an empty queue up during cycle | Okan Demirmen |
2014-09-08 | name the group client queue appropriately, like other queues | Okan Demirmen |
2014-09-08 | more style nits and wrapping | Okan Demirmen |
2014-09-08 | since mruq has been folded in, rename mru-named functions | Okan Demirmen |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | Okan Demirmen |
2014-09-08 | Now that a group knows its screen, only pass down the group_ctx. | Okan Demirmen |
2014-09-07 | Add screen_ctx to group_ctx, and populate on init. | Okan Demirmen |
2014-09-07 | more style nits | Okan Demirmen |
2014-09-07 | screen_fromroot -> screen_find | Okan Demirmen |
2014-09-07 | Get rid of a redundant array of groups per screen; we already have a | Okan Demirmen |
2014-09-06 | Few style nits; extend 'path' to MAXPATHLEN. | Okan Demirmen |
2014-09-06 | generic sighandler | Okan Demirmen |
2014-09-06 | style nit | Okan Demirmen |
2014-09-06 | Move termpath and lockpath into cmdq; side effect is that 'lock' and | Okan Demirmen |
2014-09-06 | Rework group names: stash the group name inside the group_ctx as opposed | Okan Demirmen |
2014-09-02 | bring menu bits closer together | Okan Demirmen |