summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2016-12-19Fix cleanup lexer, add properties to theme documentation.Dave Davenport
2016-12-16Make parser more flexible, allow global properties to be anywhere in file and...Dave Davenport
2016-12-15Fix typo in theme name.Dave Davenport
2016-12-15Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-15Fix some compile warningsDave Davenport
2016-12-15Remove extra newlines after log messages.Dave Davenport
2016-12-13Fix typo in widget class name.Dave Davenport
2016-12-13Fix separator class and tweak parser inheritance.Dave Davenport
2016-12-12Improve lexer by adding support for modes.Dave Davenport
2016-12-12Update theme to new format.Dave Davenport
2016-12-12Keep track of location in parserDave Davenport
2016-12-12Cleanup, fix missing initializer.Dave Davenport
2016-12-12Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-12Reset user input on script selection.Dave Davenport
2016-12-11Remove debug outputDave Davenport
2016-12-11Add theme option to config system.Dave Davenport
2016-12-11Fix theme_name generator for textboxDave Davenport
2016-12-11Border width via new config system.Dave Davenport
2016-12-11Textbox uses new theme engine..Dave Davenport
2016-12-11Change language parser to glr type, remove type prefix.Dave Davenport
2016-12-11Set separator nameDave Davenport
2016-12-11Update to new themeDave Davenport
2016-12-10Add some color stuffDave Davenport
2016-12-10Merge remote-tracking branch 'origin/master' into themerDave Davenport
2016-12-10Fix positioning of sidebar in the grand scheme of things. (this needs rewrite...Dave Davenport
2016-12-09Add some properties to themesDave Davenport
2016-12-09Add lex/bison parser for theme.Dave Davenport
2016-12-08Use g_strsplit_set instead of strtok so we can run g_strsplit in placeDave Davenport
2016-12-06Strip spaces from key-name (Issue: #511)Dave Davenport
2016-12-06Add configuration file location in -help output.Dave Davenport
2016-11-30Issue: #38 remove delay (until next blink) when triggering on release (versio...Dave Davenport
2016-11-30Issue: #39 remove delay (until next blink) when triggering on releaseDave Davenport
2016-11-30Fix two issues detected by coverty. 1.) copy /paste error. 2.) dead codeDave Davenport
2016-11-29Don't destroy the window, but send close request to window.Dave Davenport
2016-11-29Make resize look better. less flickering.Dave Davenport
2016-11-27Fix drawing order when widget is added at end. This simplifies bottom mode.Dave Davenport
2016-11-26Remove trailing whitespace from string options.Dave Davenport
2016-11-26Fuzzy matcher, take simple escaping into account when creating regex.Dave Davenport
2016-11-26Fix check being the wrong way around.Dave Davenport
2016-11-25Fix compare add forum to links.Dave Davenport
2016-11-25Print compile options (window, drun,timing, asan, gcov) in -helpDave Davenport
2016-11-15Update code documentationDave Davenport
2016-11-15Fix indentationDave Davenport
2016-11-15Small code restructureDave Davenport
2016-11-14Include in error mesg, what key failed to bind.Dave Davenport
2016-11-14Try to improve parsing of Keybinding. Give more specific error of what failed.Dave Davenport
2016-11-14Backspace->BackSpaceDave Davenport
2016-11-14Continue parsing when keybinding fail, only show errors after all are done.Dave Davenport
2016-11-14For redraw when rofi_view_set_active is called.Dave Davenport
2016-11-14Fix keybinding with Shift in name. Alt-Shift-S -> Alt-S. Alt-Shift-1 -> Alt-e...Dave Davenport