summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2018-06-09Re-add icon-theme option.Dave Davenport
2018-06-09Add an generic icon fetcher that can be used by any widget and re-uses the ↵Dave Davenport
main threadpool. Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool. * Make threadpool more generic usable. * Add generic icon fetcher, that caches icons. * Make DRUN use this fetcher. * Add icon widget. #809
2018-05-14Fix typo (#804)Sven-Hendrik Haase
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-11-21Fix __cplusplus guard. Move after includeDave Davenport
2017-11-20[Plugin] Add C++ #ifdefs to public header files.Dave Davenport
2017-11-07[Combi] Add hide prefix option.Dave Davenport
2017-10-31Remove default-theme header file.Dave Davenport
2017-10-31Add extra margin between prompt and entry.Dave Davenport
2017-10-30Remove color from prompt, can be added in theme now.Dave Davenport
fixed: #637
2017-10-25[Default theme] Fix border width message boxDave Davenport
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-10-05Indent files.Dave Davenport
2017-10-03Install rofi-types.h and fix includes for pluginsDave Davenport
2017-10-03Allow maximum history size to be configured.Dave Davenport
Fixes: #613
2017-10-01Rename tokenize to helper_tokenizeDave Davenport
2017-09-29Implement support for specifying negated matchDave Davenport
- Prepending - inverts the matching result. - Fix logic window/drun browser. - Breaks API as argument token_match callback changed. - Update tests. Fixes: #665
2017-09-27Add more configuration options to script mode, getting closer to dmenu.Dave Davenport
- urgent - active - prompt - message
2017-09-18Add @theme import command, that resets the current theme.Dave Davenport
2017-09-18small update to default themeDave Davenport
2017-09-17Change WMQuirk logicDave Davenport
- Default is switch to desktop then select window. - 2 quirks: - pango names. - do not switch.
2017-09-09Update small part of doc. set hadle-color on scrollbar in default theme.Dave Davenport
2017-09-09Update shipped themes.Dave Davenport
2017-09-09Fix default theme.Dave Davenport
2017-09-09Update default theme and converter.Dave Davenport
2017-09-09Fix doxygen documentationDave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-06Add support for multiple selectors. #dummy0, dummy1 {}Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
* add keyword inherit to language parser and theme structure.
2017-09-05Indent.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-29Set cursor to end of input field.Dave Davenport
Fixes: #662
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-08-17Move all property structs/enums into rofi-typesDave Davenport
2017-08-17Move PropertyType into rofi-types header and add check for names pairs.Dave Davenport
2017-07-24Slight tweak to default themeDave Davenport
2017-07-06Re-add some of the old theme options, so theme converter use them.Dave Davenport
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
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-04meson: Actually define TIMINGS if needed (#621)Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport
2017-06-14Add extra check for rofi_theme_parse_prepare_fileDave Davenport
2017-06-12Position the overlay in the top right corner of the listview.Dave Davenport
2017-06-11Fix paramDave Davenport
2017-06-09Make function declaration match function prototype.Dave Davenport
- Extra NULL check.