summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
2021-06-15[Widget] Fix default scaling.Dave Davenport
2021-06-15[Doc] Add some header documentation.Dave Davenport
2021-06-15[Widget] Add scaling option to background-image.Dave Davenport
2021-06-15New keybinding Ctrl-Shift-Enter (#874)Markus Gräb
This function combines accept-custom with the functionality to start the command in terminal Co-authored-by: Markus Gräb <m_graeb11@cs.uni-kl.de> Co-authored-by: Dave Davenport <DaveDavenport@users.noreply.github.com>
2021-06-14[Configuration] Add start of more 'theme' based configuration.Dave Davenport
Nested CSS blocks in configuration {} are parsed into rofi_configuration.
2021-06-14[Theme] Add angle support to linear-gradient.Dave Davenport
2021-06-14[Theme] Add direction support to linear-gradient.Dave Davenport
2021-06-13[Theme] Support multiple stops in linear-gradientDave Davenport
* Fix anchor dumping * Fix image dumping
2021-06-13[Widget] with background image, draw background-color first.Dave Davenport
2021-06-13[Widget] Change scaling of background-imageDave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
* Supports url("path") and linear-gradient(start,stop).
2021-06-09Update copyright header.Dave Davenport
2021-06-08[Config] Remove fake-transparency/background option.Dave Davenport
* fake-transparency * fake-background
2021-06-08[Config] Remove old unused options.Dave Davenport
2021-06-08Remove deprecated theme optionsDave Davenport
* color_window * color_urgent * color_active * color_normal
2021-06-08Remove some deprecated options.Dave Davenport
* lines * columns * width
2021-06-08Remove deprecated option, fix typo in manpage.Dave Davenport
2021-06-08Add fallback icon option.Dave Davenport
2021-06-08[Doc,Config] Remove line-margin|padding and fix doc mistake.Dave Davenport
*Deprecated* option.
2021-06-05[FileBrowser] Allow setting startup directory (#1325)TonCherAmi
2021-06-01[Run] Allow (Ctrl-L) to complete files using file-browser.Dave Davenport
Merge old setup from #1116 issue: #1116 #659
2021-06-01[Config] Quick hackish workaround for handling dynamic options from config fileDave Davenport
Quick hackish workaround for having options that are added *after* config file is parsed. This needs to be replaced once the config system is revamped. Fixes: #905
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-06-01[Configuration] Remove old configuration format.Dave Davenport
2021-05-31[X11Helper] Add exception for bspwm window placing above window.Dave Davenport
fixes: #1169
2021-05-29add prefix matching method feature (#1237)unisgn
* add prefix matching method feature * Update helper.c * prefix matching regex memory leak fix * prefix matching regex memory leak fix Co-authored-by: francis <oxfrancis@outlook.com>
2021-05-23Add cursor property (#1313)TonCherAmi
* Change mouse cursor on widget hover Currently only listview element and editbox are supported. * Add cursor property
2021-05-05More doxygen cleanups. (1 warning left I don't understand)Dave Davenport
2021-05-05Cleanup code documentation.Dave Davenport
2021-05-04Remove -dump-xresources option update manpage.Dave Davenport
2021-05-04Remove parsing of xresource config settings via Xserver.Dave Davenport
This option is deprecated.
2021-05-02Remove -fullscreen option, deprecated by new theme format.Dave Davenport
Use 'window {fullscreen: true;}' instead.
2021-05-02Remove -show-match option, deprecated.Dave Davenport
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2021-04-13[hover-select] Change option to gboolean.Dave Davenport
2021-04-13Added -hover-select option that automatically selects the entry under the ↵rahulaggarwal965
cursor (#1234)
2021-04-13Add 'steal-focus' option instead of 'restore-focus' option.Dave Davenport
Disable steal-focus by default. Fixes: #1275
2021-03-27Add [no]focus restore option.Dave Davenport
2021-02-16Improve blur algorithm.Dave Davenport
2021-02-15Test blurring of background image (screenshot/background/image).Dave Davenport
window { blur: {radius}; } Does not work on true transparency.
2021-02-03Small fix in log domain containerDave Davenport
2021-01-26Add `-rasi-validate` option.Dave Davenport
Issue: #1260
2020-12-13xcb: Nicer focus stealing in O-R modeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27xcb: Ask for focus where possibleQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-03Indent round.Dave Davenport
2020-10-18[RofiIconFetcher] Do image checking in icon fetcher, use nkutils-enumDave Davenport
2020-10-12Fix some of the documentationDave Davenport
2020-10-12[FileBrowser] Add file browser modi.Dave Davenport
2020-09-30[Helper] Add -normalize-match option.Dave Davenport
Decomposes string and remove accent characters before matching. This makes o match ö, é match e and more. It is not a perfect implementation but works. Currently disables the match highlighting. Fixes: #1119
2020-09-14[Calc] Add min/max operator support to calc()Dave Davenport
Fixes: #1172
2020-09-13issue 1187: If error on launching application, show error message and ↵Dave Davenport
return to list` (#1193) * Show error message, then possibly pop back to main window. Fix drun/run dialog to use this for command execution. Issue #1187 * [Combi] When no line selected, handle using the first entry. * [Window] Add execute on invalid input to window dialog. * Update view.h doxygen docu * Update manpage with running application changes.