summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2018-05-21Update to oclock 1.0.4Matthieu Herrb
2018-05-21Update to mkfontscale 1.1.3Matthieu Herrb
2018-05-21Update to listres 1.0.4Matthieu Herrb
2018-05-21Update to ico 1.0.5Matthieu Herrb
2018-05-21Update to iceauth 1.0.8Matthieu Herrb
2018-05-21Update to editres 1.0.7Matthieu Herrb
2018-05-21Update to appres 1.0.5Matthieu Herrb
2018-05-20Change the 'Enable Blinking Cursor' menu item to 'Toggle Cursor Blinking'Matthieu Herrb
2018-05-20Make 'reset terminal' also reset the blinking state of the cursor.Matthieu Herrb
2018-05-20set the default for cursorBlink to 'never'Matthieu Herrb
2018-05-06static variable shadowing found by clangMatthieu Herrb
2018-05-06Unused variables found by clangMatthieu Herrb
2018-05-06Add missing brackets to multi-statement if in SaveServerAuthorizationsMatthieu Herrb
2018-04-09Don't use optarg as format string.cheloha
2018-04-09Measure statistics against UPTIME clock.cheloha
2018-03-29Update to bdftopcf 1.1Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-29Update to xterm 331Matthieu Herrb
2018-03-16take a change from xlockmore 5.55 to make it build with llvm 6.0.0Jonathan Gray
2018-02-23update glxinfo to mesa-demos 8.4.0Jonathan Gray
2018-02-19Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton
2018-02-13Store the screen's visual type and colormap.Okan Demirmen
2018-02-13Consolidate region 'view' and 'area'.Okan Demirmen
2018-02-09limit scope of screen_apply_gap()Okan Demirmen
2018-02-09Clean up conf_file/homedir and conf_init() bits.Okan Demirmen
2018-02-06Use screen's saved view instead of re-querying the server.Okan Demirmen
2018-02-04Slightly expand and expose verbose debugging.Okan Demirmen
2018-02-02add debugging for x eventsOkan Demirmen
2018-02-02Add a simple debug logging mechanism.Okan Demirmen
2018-02-02Simplification; use asprintf where appropriate now.Okan Demirmen
2018-02-01Use func attributes where appropriate.Okan Demirmen
2018-01-23Fix wins comparison declaration since it's unsigned from XQueryTree().Okan Demirmen
2018-01-23Generate name_to_func[] in a clean and readable fashion.Okan Demirmen
2018-01-23Shrink tier[] by one after removing matchname in r1.55.Okan Demirmen
2018-01-23If the requested group number is invalid, bail but don't kill cwm.Okan Demirmen
2018-01-08Quick fix: exit after a failed execvp in u_spawn instead; previously we did inOkan Demirmen
2018-01-02Only exec the fallback when in CWM_EXEC_WM state.Okan Demirmen
2017-12-30Typo, from Julien Steinhauser.Okan Demirmen
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan Demirmen
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsOkan Demirmen
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
2017-12-29add helper function client_show to bring together like actions for unhide/raiseOkan Demirmen
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inOkan Demirmen
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventOkan Demirmen
2017-12-22zap stray that snuck inOkan Demirmen
2017-12-22Return the connection number for the display.Okan Demirmen
2017-12-22Fix a few comments and while here, wrap some long lines.Okan Demirmen
2017-12-19Use a variable to keep track of flags for menu_filter().Okan Demirmen