summaryrefslogtreecommitdiff
path: root/client/bemenu-run.c
AgeCommit message (Collapse)Author
2019-06-05Prevent a deadloop in PATH handlingThomas Kerpe
Empty PATH segments should no longer cause a deadloop. Fixes #59
2017-02-14bemenu-run: Use bemenu-run default titleJari Vetoniemi
2017-02-14bemenu: Remove unneccessary initializersJari Vetoniemi
2017-02-14bemenu: Reuse code moreJari Vetoniemi
2015-04-06Copy better tokenizer from chck for now.Jari Vetoniemi
2015-01-18Add --scrollbar optionJari Vetoniemi
2015-01-18Use bools instead of intsJari Vetoniemi
2015-01-17Fix argument constants and references to --backend optionJari Vetoniemi
2015-01-17Remove --backend and --prioritory options, change prioritory -> priortyJari Vetoniemi
and provide BEMENU_BACKEND env variable. Change API to reflect this change. There is no reliable way to detect when running on terminal (especially when stdin is a pipe), so we need to make curses backend explicit with BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend will be choosed automatically.
2015-01-17Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also useJari Vetoniemi
secure_getenv where it makes sense.
2015-01-17Change font functions to function on pango style font descriptions instead ↵Jari Vetoniemi
of size and name.
2014-10-26Mkae highlighted item prefix configurable.Jari Vetoniemi
2014-10-26Tokenize launch arguments.Jari Vetoniemi
2014-10-25Remove duplicates.Jari Vetoniemi
2014-10-25Sort items in bemenu-run.Jari Vetoniemi
2014-10-25Share client code, add bemenu-runJari Vetoniemi