summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2015-02-03add missing macros and new sentence, new lineIngo Schwarze
2015-02-03Update to the latest glxinfo code in mesa demos git which notably addsJonathan Gray
2015-01-30Avoid GNU expr extensions. Already committed upstream.Mark Kettenis
2015-01-28puffy 5.7Todd T. Fries
2015-01-25Pass sessreg(1) the correct path to the Xservers file.Jeremie Courreges-Anglas
2015-01-25remove srand(1) call as nothing calls any rand like functions in x11perfMatthieu Herrb
2015-01-25Update to xkbcomp 1.3.0Matthieu Herrb
2015-01-25Update to xinit 1.3.4Matthieu Herrb
2015-01-25Update to xcalc 1.0.6Matthieu Herrb
2015-01-25Update to sessreg 1.1.0Matthieu Herrb
2015-01-25Update to mkfontscale 1.1.2Matthieu Herrb
2015-01-25Update to iceauth 1.0.7Matthieu Herrb
2015-01-25Update to bitmap 1.0.8Matthieu Herrb
2015-01-24calloc -> mallocOkan Demirmen
2015-01-23use malloc over calloc hereOkan Demirmen
2015-01-23First restore net_wm_state(ewmh), then wm_state(iccc); prevents clientsOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2015-01-18xterm 314. tested by naddy@Matthieu Herrb
2015-01-17Catch up with src parse.y changes by jsg@:Okan Demirmen
2015-01-16Add gcc format attributes for yyerror(); fix a few yyerror() calls.Okan Demirmen
2015-01-03Update to xfsinfo version 1.0.5Matthieu Herrb
2015-01-03Update to showfont version 1.0.5Matthieu Herrb
2015-01-03Update to rgb version 1.0.6Matthieu Herrb
2015-01-03Update to fstobdf version 1.0.6Matthieu Herrb
2015-01-03Update to fslfonts version 1.0.5Matthieu Herrb
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