summary refs log tree commit diff
path: root/parse.y
Commit message (Collapse)AuthorAgeFilesLines
* Allow bare numbers for key and mouse bindings; taken from similarokan2021-12-241-5/+16
| | | | support in other parse.y's; from Leon Fischer <lfischer@airmail.cc>.
* sync parse.y changes from base; ok naddy@okan2021-11-221-14/+14
| | | | | | | | | | | | | | | original from naddy@: > Don't declare variables as "unsigned char *" that are passed to > functions that take "char *" arguments. Where such chars are > assigned to int or passed to ctype functions, explicitly cast them > to unsigned char. > > For OpenBSD's clang, -Wpointer-sign has been disabled by default, > but when the parse.y code was built elsewhere, the compiler would > complain. > > With help from millert@ > ok benno@ deraadt@
* Allow configuring a percentage window size of the master window duringokan2020-04-161-1/+17
| | | | htile/vtile actions. From Uwe Werler, with a few manpage tweaks.
* merge from base, from sashan@:okan2018-11-091-1/+2
| | | | | | | | | | | | | | | > - odd condition/test in PF lexer > (and other lexers too) > > This commit rectifies earlier change: > > in the lex... even inside quotes, a \ followed by space or tab should > expand to space or tab, and a \ followed by newline should be ignored > (as a line continuation). compatible with the needs of hoststated > (which has the most strict quoted string requirements), and ifstated > (where one commonly does line continuations in strings). > > OK deraadt@, OK millert@
* Do not print any parse errors when ~/.cwmrc is missing. Regression introduced inanton2018-02-191-10/+10
| | | | | | revision 1.109 of calmwm.c. ok okan@
* 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
| | | | | | | | which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen.
* Switch bwidth type; unfortunately X11 is inconsistent.okan2017-04-261-1/+1
|
* Normalize bind function names, based on a few categories: window, group, menuokan2016-12-011-16/+35
| | | | | | | | and pointer. Replace 'bind' and 'mousebind' options with 'bind-key' and 'bind-mouse', respectively, replace special 'unmap' keyword with 'unbind-key' and 'unbind-mouse', and additionally allow unbinding all with 'all' keyword.
* Define callbacks, then default bindings.okan2016-11-141-1/+1
|
* Defaults are split between defines and conf_init(); normalize these, asokan2016-10-031-4/+1
| | | | well as give 'sticky' groups its own variable.
* Fix autogroup so name,class doesn't need to be quoted.kspillner2015-05-171-0/+11
| | | | ok okan@ on an older version of this diff
* Make window name and window class separate parameters to conf_autogroup.kspillner2015-05-171-1/+1
| | | | | | No functional change, but will be used shortly. ok okan@
* simplify error messages; discussed with doug@okan2015-02-141-6/+5
|
* Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+1
| | | | | | and HOST_NAME_MAX+1, respectively. ok doug@
* Catch up with src parse.y changes by jsg@:okan2015-01-171-0/+3
| | | | | | | | Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anchor name containing an embedded nul found with the afl fuzzer. pfctl parse.y patch from and ok deraadt@
* Add gcc format attributes for yyerror(); fix a few yyerror() calls.okan2015-01-161-6/+8
| | | | Adapted from src parse.y changes by doug@. OK doug@
* 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
| | | | removes limit on name matching.
* Check command name/path for truncation and provide user feedback duringokan2014-01-291-1/+6
| | | | | | config parse (and use conf_cmd_add to populate defaults); based on a discussion with Tiago Cunha. While this looks ugly, there are likely some other changes here to come.
* Check ignore windowname for truncation and provide user feedback duringokan2014-01-281-1/+5
| | | | config parse; based on a discussion with Tiago Cunha.
* 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
| | | | Tiago Cunha.
* more range checkingokan2014-01-241-4/+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
| | | | | | | | | - make conf_bind_kbd return error on non-matches to match what conf_bind_mouse does. - rename some variables while here for clarity. - constify bind and cmd. from Tiago Cunha.
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-131-1/+6
| | | | | | | ewmh hint; urgencyborder is configurable. The urgency flag will stick, even while on a client in a non-viewable group, until the client receives focus (where the border is reset). Initial diff from Thomas Adam with some changes/enhancements from me.
* Log message:benno2013-11-251-5/+5
| | | | | | use u_char for buffers in yylex, for ctype calls, as done in all other parse.y in the tree found by millert@, ok okan@
* max -> nitemsokan2013-07-161-1/+1
|
* clarify kbd vs mouse functionsokan2013-07-081-2/+2
|
* Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' withoutsthen2013-06-031-3/+3
| | | | | quotes. Reinstate this support lost in recent sync diff and add a comment to show that it's intentional. ok okan@
* move validation of pointer Button into conf_mousebind so we checkokan2013-05-221-1/+6
| | | | | | | validity during the parse phase and not bother adding it to the queue, instead of each time a client needs to grab (when it's too late); furthermore, make this a config error, stop parsing and load the default config.
* sync with src changesokan2013-05-221-30/+33
|
* - switch border colors to Xftokan2013-05-191-12/+9
| | | | | | | | | - merge border/menu color structures/functions since they now both use Xft - switch xu_xorcolor to operating on XftColor instead of just XRenderColor (basically adding pixel) - if color name allocation fails, revert back to default (this, along with font validation should occur during config parse, but we don't have screens setup yet - likely to change at some point)
* negative values for borderwith, moveamount, snapdist and gap areokan2013-05-061-2/+18
| | | | configuration errors, so warn and load defaults.
* add conf_ignore and move group_make_autogroup to conf_autogroup to match.okan2013-04-171-7/+2
|
* really these are just border colors, so adjust the defineokan2013-01-041-1/+1
|
* get rid of struct colorokan2013-01-041-9/+9
|
* gc unused cmd 'flags' variableokan2012-12-191-1/+1
|
* knfokan2012-12-171-1/+1
|
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-7/+16
| | | | font/color drawing issues; from Alexander Polakov
* no longer a reason to carry conf_path in struct conf, so dice.okan2012-10-311-2/+0
|
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-081-1/+6
| | | | | | from me. ok oga@
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-081-0/+11
| | | | ok oga@
* "defaultfont" is unclear (and confusing while reading code) when it alsookan2011-09-031-3/+3
| | | | | | applies to the user supplied font, so rename. ok oga@
* revert r1.11 of parse.y and create logic in conf_setup instead to dealokan2011-08-221-2/+0
| | | | | | | | with the various scenarios of when to attempt a parse of the config, load defaults, and when to warn and/or exit. triggered by bogus warning first noticed by sobrado@. ok oga@
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-4/+4
| | | | | | the way with the cwm specific parts. ok oga@
* correct spelling; from Alexander Polakov.okan2011-07-141-2/+2
|
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-241-1/+6
| | | | | | | | keyword taken from a diff from Sviatoslav Chagaev to do the same thing, but implemented in a completely way (based on some very old code from mk@). default set to 0, so no behavior change. ok oga@ (who would also like to take it further...)
* picked a henning diff from src - original log:okan2010-09-251-2/+3
| | | | | | | | fix linecount bug with comments spanning multiple lines problem reported with the obvious fix for bgpd by Sebastian Benoit <benoit-lists at fb12.de>, also PR 6432 ok oga@