summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Collapse)Author
2017-09-24Fix conversion of border color to new theme format.Dave Davenport
2017-09-21Correctly center and scale image, even if not rectangularDave Davenport
2017-09-18Add @theme import command, that resets the current theme.Dave Davenport
2017-09-17Change WMQuirk logicDave Davenport
- Default is switch to desktop then select window. - 2 quirks: - pango names. - do not switch.
2017-09-17Cleanup compiler warnings.Dave Davenport
- Unused var. - Missing switch statement. - Change fallthrough for older compilers.
2017-09-10Fix crash on destroying script modiDave Davenport
2017-09-10Merge remote-tracking branch 'origin/next' into bendemcssDave Davenport
2017-09-10Allow combi modi to use scripts from the modi list.Dave Davenport
fixes: #668
2017-09-10Allow combi modi to use scripts from the modi list.Dave Davenport
fixes: #668
2017-09-10Fix combi modi crashing on dynamic list sizes.Dave Davenport
2017-09-10[RUN] Fix filter duplicatesDave Davenport
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-09Update default theme and converter.Dave Davenport
2017-09-07Fix tests.Dave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-07Move enabled into widget.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-04Try to match line-padding in theme converter.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 PropertyType into rofi-types header and add check for names pairs.Dave Davenport
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-08Change order evaluation to make CPPCheck happy.Dave Davenport
Code was not wrong.
2017-07-25Improve error message a little when bindings collide.Dave Davenport
Issue: #640
2017-07-24Slight tweak to default themeDave Davenport
2017-07-17[DMenu] Do not show the Loading.. overlay when skipping loading stage.Dave Davenport
2017-07-17[DMenu] If input is stdin and from a tty, do not read data.Dave Davenport
- This stops rofi from blocking the whole desktop.
2017-07-13[DMenu] make rofi obey the dmenu -w flag.Dave Davenport
- This is a dirty hack that needs to be done better in next release.
2017-07-12Add wid:{window id} to monitor option.Dave Davenport
- By specifying the window id, rofi will assume that window to be the monitor (for placing.) - syntax: wid:{monitor id} Issue: #632
2017-07-11Convert old location format into new, so we are compatible again.Dave Davenport
Fixes: #630
2017-07-09[Dmenu] Allow multi-select in no-custom mode in dmenu.Dave Davenport
Fixes: #596
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-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-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