summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
AgeCommit message (Expand)Author
2020-05-12Add some ui benchmark codefbcompleteDave Davenport
2020-04-23Merge remote-tracking branch 'origin/next' into fbcompleteDave Davenport
2020-04-19fix xetc to config_path (#1097)Jaakko Luttinen
2020-04-19check before xresource config file parsing if it existDave Davenport
2020-04-19Parse XDG_CONFIG_DIRS for default configuration file.Dave Davenport
2020-04-19Add ROFI_PLUGIN_PATH environment variable.Dave Davenport
2020-04-16First working demo.Dave Davenport
2020-04-13First test complete.Dave Davenport
2020-03-29Add selected-row option to normal operation.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-02Initialize all the configuration before upgrading config.Dave Davenport
2020-01-02Add -upgrade-config option.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-09-20Issue893: Add support for @media in the theme format. (#1015)Dave Davenport
2019-05-11[Timings] Move into new debug system. (#961)Dave Davenport
2019-03-24When mode not found, show gui, not only on commandline.Dave Davenport
2019-02-08Add option to change location of cache dir.Dave Davenport
2019-01-07Return EX_DATAERR when fails to parse theme.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-06-12More source code documentation updatesDave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ma...Dave Davenport
2017-12-25bindings: Fix double click delayQuentin Glidic
2017-11-29When no new theme file present, don't print it in help.Dave Davenport
2017-11-07IndentDave Davenport
2017-10-31Remove default-theme header file.Dave Davenport
2017-10-31meson: Add default theme GResource bitsQuentin Glidic
2017-10-31First testing to use GResource to load default theme.Dave Davenport
2017-10-30Remove color from prompt, can be added in theme now.Dave Davenport
2017-10-19Fixed error misspellJakob M. Kjær
2017-10-16Make -plugin-path commandline flag be read before loading pluginsDave Davenport
2017-10-15meson: Use libnkutils git-version supportQuentin Glidic
2017-10-12bindings: Fix API usageQuentin Glidic
2017-10-05Indent files.Dave Davenport
2017-09-10Fix crash on destroying script modiDave Davenport
2017-09-10Allow combi modi to use scripts from the modi list.Dave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-09-04Only dump configuration changes, not theme in `-dump-config`.Dave Davenport
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-07-13[DMenu] make rofi obey the dmenu -w flag.Dave Davenport
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-06-21Fix test building.Dave Davenport
2017-06-21Add -dump-config option.Dave Davenport
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-07Fix parsing old themes from rofi-themes repo.Dave Davenport
2017-06-07Load theme-str after loading fallback themes.Dave Davenport
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