summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-27[Test] Fix test.Dave Davenport
2017-04-26[Test] test configuration block in config.Dave Davenport
2017-04-26[Test] Fixing testDave Davenport
2017-04-26[Lexer] More tests.Dave Davenport
Fix return of double.
2017-04-26[Lexer] Fix color parsing.Dave Davenport
2017-04-26[Lexer] Fix wrong division factor for #RGB color parsing (15 not 16)Dave Davenport
2017-04-26[Test,Lexer] Add test for distance parsing, fix bug in em (double)Dave Davenport
* Parsed as int, not double.
2017-04-26[Test,Theme] Add extra test for wind direction and newline and linkDave Davenport
2017-04-25Add some tests importing (and failing) file.Dave Davenport
2017-04-25Fix reference file. (Set from file, not default)Dave Davenport
2017-04-25Print out diff of failing matchDave Davenport
2017-04-25Test reference file hardcode plugin path.Dave Davenport
2017-04-25Fix reference files for tests.Dave Davenport
2017-04-25Fix typo in function declaration documentationDave Davenport
2017-04-25Fix checkDave Davenport
2017-04-25Fix flex install travis build. (#589)Dave Davenport
* add libfl/trusty-backports as dep
2017-04-23Cleanups, fix arguments mismatchDave Davenport
2017-04-21Remove -dump-xresources-theme option that does not exists anymore from -helpDave Davenport
* and manpage
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-19[RUN] Report the expanded PATH entry in debug outputDave Davenport
2017-04-19[RUN] Expand the paths found in ↵Dave Davenport
/home/mkoedam/.local/bin/:/opt/mpd/bin/:/home/mkoedam/.local/bin/:/opt/mpd/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2017-04-18Change screenshot warning to printf.Dave Davenport
2017-04-18[Theme] Allow default enabled state of widget to be set in themeDave Davenport
2017-04-18Print message about disabled mode to stderr using fprintf.Dave Davenport
g_warning breaks the colour output.
2017-04-17Do not hardcode ${datadir} as ${prefix}/shareQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-17Fix checksDave Davenport
2017-04-17Add some theme name resolving functions.Dave Davenport
2017-04-15Add newline (#588)Adrià Farrés
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15Consolidate loggingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-04-14Print warning in using g_log.Dave Davenport
2017-04-14Handle null X events without errorAaron Ash
2017-04-12Small memory leak in theme-config parser.Dave Davenport
2017-04-11When query theme for exact match, do not consider state.Dave Davenport
2017-04-11Update contributing page.Dave Davenport
2017-04-11Change, failed, forum to reddit.Dave Davenport
2017-04-10Avoid possible buffer overflowDave Davenport
2017-04-10Set PID and wm_client_machine hints on rofi window.Dave Davenport
2017-04-09Improve error messages when type does not match.Dave Davenport
2017-04-06Fix some warning that converity scan picked up.Dave Davenport
2017-04-06Fix memory leak on parser fail.Dave Davenport
2017-04-05Fix EM always being realDave Davenport
2017-04-05New FLEX version compares against 0 for EOF other (old) against EOF (-1)Dave Davenport
2017-04-04[ThemeParserTest] Initialize the widget name to NULLDave Davenport
2017-04-04Fix small bug and extend test for theme parserDave Davenport
2017-04-04Travis (#583)Dave Davenport
* Add trusty backports for flex. * Explicitly indicate to take backport package * Fix reference file update.
2017-04-04Add lex version check.Dave Davenport