summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-05Merge pull request #626 from DaveDavenport/Xfwm4Dave Davenport
Put Xfwm4 on the WM list that needs extra desktop change.
2017-07-05Put Xfwm4 on the WM list that needs extra desktop change.Dave Davenport
Work-around that makes sure desktop gets switchs when setting active window. Fixes: #624
2017-07-05Merge pull request #622 from DaveDavenport/nextDave Davenport
Correctly switch to other RofiViewState.
2017-07-05Correctly switch to other RofiViewState.Dave Davenport
* Triggers when error message occurs on handling action. * Reproducable with broken drun file. (give a non-existing path)
2017-07-04meson: Actually define TIMINGS if needed (#621)Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-04Add try exec test (#620)Dave Davenport
* Add try exec test * [DRun] Free after g_find_program_in_path
2017-07-03Update testsDave Davenport
2017-07-03Merge remote-tracking branch 'origin/master' into nextDave Davenport
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-07-02Do not do an expand path on Exec field of desktop file. (#618)Dave Davenport
Fixes: #617
2017-07-02Do not do an expand path on Exec field of desktop file.Dave Davenport
Fixes: #617
2017-06-27[Config] Remove stray printf, add compiler hints.Dave Davenport
2017-06-27[Config] quick hack to support lists in rasi configuration{} block.Dave Davenport
2017-06-26Add test for strings with embedded "'sDave Davenport
2017-06-26[Helper] Fix render return success, not fail.Dave Davenport
2017-06-26[Helper] Add basic error checking to svg loading code.Dave Davenport
2017-06-26Update DPI value once auto-detected.Dave Davenport
2017-06-26[TextBox] Remove dead (commented code)Dave Davenport
2017-06-25Run indenter.Dave Davenport
2017-06-25[DRun] Add a small thread-pool for fetching icons.Dave Davenport
2017-06-25drun: Preload icon themesQuentin Glidic
This will allow multi-thread icon loading. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-25gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-24[Test] Fix reference fileDave Davenport
2017-06-24[Travis] Add randr dependency.Dave Davenport
2017-06-22Check user data dir when looking for theme.Dave Davenport
- set default textbox color to black.
2017-06-22xcb: Support back some weird X11 featureQuentin Glidic
Namely, key redirects, that play with the modifiers state at the KEY_PRESS level. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-21Fix test building.Dave Davenport
2017-06-21Add -dump-config option.Dave Davenport
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-20gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport
2017-06-20Support a config.rasi configuration file in the new formatDave Davenport
2017-06-20gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-20meson: Generate pkg-config fileQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-19Add Pop-Dark theme.Dave Davenport
2017-06-17Create CODE_OF_CONDUCT.md (#608)Dave Davenport
2017-06-15include more terminals and remove duplicatesRasmus Steinke
2017-06-14Add extra check for rofi_theme_parse_prepare_fileDave Davenport
2017-06-14[X11Helper] Add extra debug output when determining target monitor.Dave Davenport
2017-06-14Add list property test, allow empty lists.Dave Davenport
2017-06-14Add extra checks so widgets do not get added twice.Dave Davenport
2017-06-13Extend list of printable properties names to include list and orientation.Dave Davenport
2017-06-13Initialize all fields in hsl_to_rgb conversionDave Davenport
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
* https://www.securecoding.cert.org/confluence/display/c/DCL11-C.+Understand+the+type+issues+associated+with+variadic+functions
2017-06-12gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-12Add missing null statement for fallthroughDave Davenport
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-12Make the compiler STFU about desired fallthroughs.Dave Davenport
* https://dzone.com/articles/implicit-fallthrough-in-gcc-7
2017-06-11Fix paramDave Davenport
2017-06-11Center align sidebar buttons by default.Dave Davenport