summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
AgeCommit message (Expand)Author
2017-06-03Run indenter.Dave Davenport
2017-06-03Don't popup error dialog, pospone error message.Dave Davenport
2017-06-01rofi: Make sure we parsed the config before parsing bindingsQuentin Glidic
2017-06-01display: Introduce display.hQuentin Glidic
2017-06-01xcb: Move (most) event handling to xcb.cQuentin Glidic
2017-06-01xcb: Hide release detailsQuentin Glidic
2017-06-01rofi: Remove some leftovers ticksQuentin Glidic
2017-06-01xcb: Hide grab detailsQuentin Glidic
2017-06-01xcb: Hide some internal detailsQuentin Glidic
2017-06-01xcb: Move GWater source in xcb.cQuentin Glidic
2017-06-01xcb: Move more stuff to xcb.cQuentin Glidic
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
2017-06-01rofi: Fix NkBindings calls orderQuentin Glidic
2017-05-31gitmodules: Update libnkutilsQuentin Glidic
2017-05-31gitmodules: Update libnkutilsQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-28G_MODULE_EXPORT config_pathDave Davenport
2017-05-28Add extra error message when failed to open pluginDave Davenport
2017-05-16Change ARGB to RGBA, fix in theme converterDave Davenport
2017-05-04rofi: Do not include gitconfig.h directlyQuentin Glidic
2017-04-28Fix some small warning because get_string returns const.Dave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-21Remove -dump-xresources-theme option that does not exists anymore from -helpDave Davenport
2017-04-21[Plugins] Add -no-plugins and -plugin-path optionsDave Davenport
2017-04-20Try to improve error message a bit (damn g_warning replace)Dave Davenport
2017-04-18Print message about disabled mode to stderr using fprintf.Dave Davenport
2017-04-15Add newline (#588)Adrià Farrés
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
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-03Add list of available modi to help output.Dave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-31Fix alternate separatorDave Davenport
2017-03-31Don't quit, show error when failing to load mode.Dave Davenport
2017-03-31Show what mode failed to load.Dave Davenport
2017-03-31Allow '/' as separator between modi. (#582)Dave Davenport
2017-03-31When modi is not enabled, only print warning when started from consoleDave Davenport
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-29Remove old theme support. (part 1)Dave Davenport
2017-03-28Indenting.Dave Davenport
2017-03-28Merge the configuration loading into something more simple (2)Dave Davenport
2017-03-28Merge the configuration loading into something more simple (1)Dave Davenport
2017-03-25If user_runtime dir does not exist, try fallback and limp on.Dave Davenport
2017-03-25ISSUE 576: Clutching at straws.Dave Davenport
2017-03-21Add teardown debug messageDave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport