summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.Dave Davenport
2017-09-07Allow 0 in padding when passing more then 1 argument.Dave Davenport
2017-09-07Alias 'color' property name to 'text-color'Dave Davenport
2017-09-06Add support for multiple selectors. #dummy0, dummy1 {}Dave Davenport
2017-09-06Fix sizing of listview rows.Dave Davenport
2017-09-06Inherit again, for modifiers.Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-06Add (untested) support for inherit keyword.Dave 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-04Fix tests.Dave Davenport
2017-09-04Try to match line-padding in theme converter.Dave Davenport
2017-09-04Remove CSS comments.Dave Davenport
2017-09-04Oeps. no uuid dep.Dave Davenport
2017-09-04Update dependencies in INSTALL.mdDave Davenport
2017-09-04Only dump configuration changes, not theme in `-dump-config`.Dave Davenport
2017-09-04More updates to release notes.Dave Davenport
2017-09-04Release notes updaetesDave Davenport
- error - import - cleanup
2017-09-03Remove old theme documentation. rofi-themes(5) manpage is now leading.Dave Davenport
2017-09-03Add detailed changelog.Dave Davenport
2017-09-03Update release notes.Dave Davenport
2017-09-02Add more screenshots.Dave Davenport
2017-09-02Add border screenshots.Dave Davenport
2017-09-02Screenshot icons.Dave Davenport
2017-09-02Add image.Dave Davenport
2017-08-29Merge remote-tracking branch 'origin/next'Dave Davenport
2017-08-29Set cursor to end of input field.Dave Davenport
Fixes: #662
2017-08-28Update release notess some more.Dave Davenport
2017-08-19Some release notes update.Dave Davenport
2017-08-18Move more enums to rofi-types.hDave Davenport
2017-08-17Move all property structs/enums into rofi-typesDave Davenport
2017-08-17travis: Install Meson 0.41.2Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-17Move PropertyType into rofi-types header and add check for names pairs.Dave Davenport
2017-08-17meson_options: fix typo in 'Timings' (#652)Jason Pleau
2017-08-16gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-08-14[Script] Parse the command as a commandline.Dave Davenport
Fixes: #650
2017-08-14[Script] Execute script + argument direction, do not pass run-command.Dave Davenport
Fixes: #650
2017-08-14Merge remote-tracking branch 'origin/master' into nextDave Davenport
2017-08-13Update manpage.Dave Davenport
2017-08-13Update AUTHORSDave Davenport
Add fdmarcin to AUTHORS file.
2017-08-13Proof read manpages (#645)Marcin Sedlak
* Proof read rofi.1.markdown Fix typos. Fix American English consistency. Fix "command line", "pop up" etc. - separate as nouns and hyphenated as compound adjectives. Finish at line 169. * Further proofreading Same as before. Additionally, fix one line of whitespace above and below a heading. up to line 400 * More proof reads up to line 592 * Finish proofreading * Minor fixes * Start proofreading rofi.theme.5.markdown Fix American spelling. Make sure **rofi** is bolded. up to line 16 * Continue proofreading rofi-theme.5.markdown up to line 452 * Replace latinisms with English phrases e.g. > for example i.e. > that is They slow down the reader, and not everyone knows the correct English equivalent. * Finish proofreading rofi-theme.5.markdown * Fix dmenu official/unofficial website info * Minor fixes * Minor fixes
2017-08-08Change order evaluation to make CPPCheck happy.Dave Davenport
Code was not wrong.
2017-08-07Merge remote-tracking branch 'origin/next'Dave Davenport
2017-08-07Fix plugin loading. (hidden symbols) with ninjaDave Davenport
2017-08-04Include missing manpage (#647)Dan Beste
Per discussion here: https://aur.archlinux.org/packages/rofi-git/
2017-08-03Start at writing release notes for V1.4.0.Dave Davenport
2017-07-31fix manpage linkRasmus Steinke
2017-07-31Proof read README.md (#643)Marcin Sedlak
* Clean up and proof read README.md Fix typos. Edit sentence clarity. * Fix list formatting Improve consistency in lists, i.e. phrases or sentences, not a mix. * Proof read "Key bindings" Edit for consistency.