about summary refs log tree commit diff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* cvsimportokan2022-02-271-15/+26
|\
| * Allow bare numbers for key and mouse bindings; taken from similarokan2021-12-241-5/+16
| * sync parse.y changes from base; ok naddy@okan2021-11-221-14/+14
* | cvsimportLeah Neukirchen2020-05-141-1/+17
|\|
| * Allow configuring a percentage window size of the master window duringokan2020-04-161-1/+17
* | parse.y: use "queue.h"Leah Neukirchen2020-02-101-1/+1
* | cvsimportokan2018-11-141-1/+2
|\|
| * merge from base, from sashan@:okan2018-11-091-1/+2
* | cvsimportanton2018-02-191-10/+10
|\|
| * Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton2018-02-191-10/+10
* | cvsimportokan2018-02-061-3/+16
|\|
| * Simplification; use asprintf where appropriate now.okan2018-02-021-4/+6
| * Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-291-1/+12
* | cvsimportokan2017-05-091-1/+1
|\|
| * Switch bwidth type; unfortunately X11 is inconsistent.okan2017-04-261-1/+1
* | cvsimportChristian Neukirchen2016-12-161-16/+35
|\|
| * Normalize bind function names, based on a few categories: window, group, menuokan2016-12-011-16/+35
| * Define callbacks, then default bindings.okan2016-11-141-1/+1
* | cvsimportokan2016-10-241-4/+1
|\|
| * Defaults are split between defines and conf_init(); normalize these, asokan2016-10-031-4/+1
* | cvsimportokan2015-06-091-1/+12
|\|
| * Fix autogroup so name,class doesn't need to be quoted.kspillner2015-05-171-0/+11
| * Make window name and window class separate parameters to conf_autogroup.kspillner2015-05-171-1/+1
* | cvsimportokan2015-03-291-6/+5
|\|
| * simplify error messages; discussed with doug@okan2015-02-141-6/+5
* | cvsimportChristian Neukirchen2015-01-221-7/+12
|\|
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+1
| * Catch up with src parse.y changes by jsg@:okan2015-01-171-0/+3
| * Add gcc format attributes for yyerror(); fix a few yyerror() calls.okan2015-01-161-6/+8
* | cvsimportokan2014-01-301-5/+1
|\|
| * re-add lost free from previousokan2014-01-301-0/+1
| * Switch ignoreq to winname struct since it's basically the same thing;okan2014-01-301-6/+1
* | cvsimportokan2014-01-291-1/+6
|\|
| * Check command name/path for truncation and provide user feedback duringokan2014-01-291-1/+6
* | cvsimportokan2014-01-281-63/+7
|\|
| * Check ignore windowname for truncation and provide user feedback duringokan2014-01-281-1/+5
| * Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-281-6/+1
| * simplify parse_config using assignment; inspired by a very old diff fromokan2014-01-271-57/+2
* | cvsimportokan2014-01-241-4/+7
|\|
| * more range checkingokan2014-01-241-4/+7
* | cvsimportokan2014-01-211-2/+7
|\|
| * constify and rename some confusing variables around cmdq.okan2014-01-201-1/+1
| * - remove redundant range check for buttons in conf_bind_mouse.okan2014-01-201-1/+6
* | cvsimportokan2013-12-131-1/+6
|\|
| * Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-131-1/+6
* | Revert "use u_char for buffers in yylex"Christian Neukirchen2013-12-061-5/+5
* | cvsimportokan2013-12-021-5/+5
|\|
| * Log message:benno2013-11-251-5/+5
* | cvsimportokan2013-07-161-1/+1
|\|
| * max -> nitemsokan2013-07-161-1/+1