summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2017-04-27Re-Indent codeDave Davenport
2017-04-26[Lexer] More tests.Dave Davenport
Fix return of double.
2017-04-25Fix typo in function declaration documentationDave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-21[Plugins] Add -no-plugins and -plugin-path optionsDave Davenport
* -no-plugins disables the loading of plugins. * -plugin-path specifies the directory used by rofi to look for plugins.
2017-04-21[Mode] Make the name field a pointer instead of a fixed 32char array.Dave Davenport
2017-04-20Try to improve error message a bit (damn g_warning replace)Dave Davenport
2017-04-17Add some theme name resolving functions.Dave Davenport
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-09Improve error messages when type does not match.Dave Davenport
2017-04-03Fix checks compilingDave Davenport
2017-04-02Fix some conversion compatibilityDave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-04-02Update default theme.Dave Davenport
* For use in theme generation.
2017-03-31Improve error message when called with `-show`Dave Davenport
2017-03-31Update message when launched without show argument.Dave Davenport
2017-03-30Remove more traces of old theme.Dave Davenport
2017-03-30Remove old color structure and name based parsingDave Davenport
2017-03-29Remove old theme support. (part 1)Dave Davenport
2017-03-28Indenting.Dave Davenport
2017-03-28Merge the configuration loading into something more simple (3)Dave Davenport
2017-03-28Merge the configuration loading into something more simple (2)Dave Davenport
2017-03-27Add 'Configuration' section to rasi format that parses config option.Dave Davenport
2017-03-11Some initial support for @import in theme and try to fall back when theme ↵Dave Davenport
fails to load
2017-03-11Fix missing doxygen documentationDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
* Allow modi to set extra pango attributes on displayed rows * Fix some documentation, only highlight the mode name with color. * Small rename.
2017-03-04Indent code.Dave Davenport
2017-03-04Detect plugins on startup.Dave Davenport
2017-03-01Allow modes to set message box, instead of view creation argument.Dave Davenport
2017-03-01Add message box to view structure. Always add it, disable it when not ↵Dave Davenport
showing anything
2017-02-18Add openbox to the naughty listDave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-14Add quick'n dirty abi check.Dave Davenport
2017-02-14Start of making SardemFF7 happyDave Davenport
Allow mode's to be loaded as dynamic plugins.
2017-02-11Only switch to the desktop first if we are on AweSome WMDave Davenport
2017-02-11Add an window manager detection function to startup.Dave Davenport
current_window_manager now is an enum of known window managers.
2017-02-09IndentDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Return to default border when nothing set after state updateDave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
Issue: 554
2017-02-02Remove the extra layer each textbox keeps for drawing its text. (#553)Dave Davenport
2017-01-26Combi mode: Bang mode prefixes with len>1 (#542)Moritz Maxeiner
* Combi mode: Bang mode prefixes with len>1 This is required to match on modes that share a prefix. Let 'power' and 'pass' be such modes for the following explanation: Previously, only the first character of after the bang was compared, so '!p' would always be matched to the 'pass' mode and there was no way to limit selection in combi mode to the 'power' mode. Now we can use prefixes of arbitrary length following the bang such as '!po' (matches 'power' mode), or '!pa' (matches 'pass' mode). Prefixes of length 1 are unchanged compared to the previous behaviour, i.e. '!p' will still match 'pass'. * Combi-mode prefixes should be utf-8 aware
2017-01-24Add configurable fonts for testing. #544Dave Davenport
2017-01-21Add auto-detect option to DPI setting.Dave Davenport
2017-01-11Split sorting option. one for sorting. One to force levenshtein.Dave Davenport
2017-01-11Move fzf matcher into helperDave Davenport
2017-01-11Fix indenting and header commenting.Dave Davenport