summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2015-01-03Update to bdftopcf version 1.0.5Matthieu Herrb
2015-01-03Update to bdftopcf version 1.0.5Matthieu Herrb
2015-01-01Fix bad merges.Matthieu Herrb
2014-12-18Update to xterm 313. Tested by shadchin@Matthieu Herrb
2014-12-17Merge upstream commit b79cac135ca7b788892ff199231be2bfce62a4a3Ingo Schwarze
2014-12-13fix arc4random_uniform() usage. Noticed by deraadt@Matthieu Herrb
2014-11-30Escape "Rv" when passed as an argument to a macro in order to avoidIngo Schwarze
2014-11-02Update to xterm 312Matthieu Herrb
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions.Brad Smith
2014-10-08no need for calloc(1,.. here, malloc is fine since we initializeOkan Demirmen
2014-10-08make group_init work like other *_init'sOkan Demirmen
2014-10-05Update to xterm 311. ok shadchin@Matthieu Herrb
2014-09-28Update to xrandr 1.4.3Matthieu Herrb
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.Okan Demirmen
2014-09-27Pass just the group to group_setactive instead of the screen and anOkan Demirmen
2014-09-23Update _NET_CURRENT_DESKTOP with the screen's group_active->num.Okan Demirmen
2014-09-23Move stuff that doesn't belong in group_init; while here, explicitlyOkan Demirmen
2014-09-18Move motion time check to the top of each MotionNotify block (andOkan Demirmen
2014-09-17these client actions are just toggles; less confusing with better namesOkan Demirmen
2014-09-17ewmh states _NET_WM_STATE_STICKY should not alter positionOkan Demirmen
2014-09-17Use a similarly named check as sticky for hidden check in a group.Okan Demirmen
2014-09-17don't toggle _WM_STATE_HIDDEN here yetOkan Demirmen
2014-09-17Implement EWMH _NET_WM_STATE_HIDDEN.Okan Demirmen
2014-09-17Introduce a check to see if a group holds only 'sticky' clients and useOkan Demirmen
2014-09-15use similiar style for client flagsOkan Demirmen
2014-09-11Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic onOkan Demirmen
2014-09-10fold in 'active' into 'flags'Okan Demirmen
2014-09-08move the check for an empty queue up during cycleOkan Demirmen
2014-09-08name the group client queue appropriately, like other queuesOkan Demirmen
2014-09-08more style nits and wrappingOkan Demirmen
2014-09-08since mruq has been folded in, rename mru-named functionsOkan Demirmen
2014-09-08Remove duplicate client queue (mruq); instead, remove and take theOkan Demirmen
2014-09-08Now that a group knows its screen, only pass down the group_ctx.Okan Demirmen
2014-09-07Add screen_ctx to group_ctx, and populate on init.Okan Demirmen
2014-09-07more style nitsOkan Demirmen
2014-09-07screen_fromroot -> screen_findOkan Demirmen
2014-09-07Get rid of a redundant array of groups per screen; we already have aOkan Demirmen
2014-09-06Few style nits; extend 'path' to MAXPATHLEN.Okan Demirmen
2014-09-06generic sighandlerOkan Demirmen
2014-09-06style nitOkan Demirmen
2014-09-06Move termpath and lockpath into cmdq; side effect is that 'lock' andOkan Demirmen
2014-09-06Rework group names: stash the group name inside the group_ctx as opposedOkan Demirmen
2014-09-02bring menu bits closer togetherOkan Demirmen
2014-09-01add explicit paran and drop some empty lines bringing like functions closerOkan Demirmen
2014-09-01Merge group_menu into mousefunc_menu_group.Okan Demirmen
2014-08-28regenMatthieu Herrb
2014-08-28Reduce diffs with upstream. No functional change.Matthieu Herrb
2014-08-25Unlink xfs from the build.Matthieu Herrb
2014-08-25Since the flatting out of sc->group_names is only for settingOkan Demirmen
2014-08-25Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyOkan Demirmen