summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-08-19[Dmenu] Add a minimum update rate for dmenu reading.dmenu-timer-fixDave Davenport
This avoid slow loading for some weird slow spaced out input stream. (one input every 250ms). Not sure what use-case this fixes. This fix does cause a noticable slow-down on very large lists. Issue: #1680
2022-08-18Initial releasenotes for 1.7.5 bug-fix release.Dave Davenport
2022-08-18[DMenu] Strip off delimiter in sync mode.Dave Davenport
Fixes: #1679
2022-08-18[View] Reduce idle delay as tradeof for cpu usage.Dave Davenport
Issue: #1678
2022-08-16Update contributing, don't ask for an update.Dave Davenport
2022-08-14Add timing trace hint to issue templateDave Davenport
2022-08-14Update readme to link docDave Davenport
2022-08-14mark developmentDave Davenport
2022-08-141.7.4 release1.7.4Dave Davenport
2022-08-13[doc] Update release notes.Dave Davenport
2022-08-07[doc] Small fix rofi-dmenu manpageDave Davenport
unchecked ballot.
2022-08-07[doc] regenerate manpageDave Davenport
2022-08-07Fix manual for centering text relative to icon (#1669)Herbert Verdida
Centering text relative to icon should apply `vertical-align` to `text-element` not on `text-icon`.
2022-08-01Update releasenotesDave Davenport
2022-07-31[Doc] Update manpage urls and add new-selection setting.Dave Davenport
2022-07-30[Help] add `-config` to -help output.Dave Davenport
Issue: #1665
2022-07-30[Help] Print pango version.Dave Davenport
2022-07-30[helper] More typo fixing in commentsDave Davenport
2022-07-30[Helper] Fix typo in header.Dave Davenport
2022-07-30[script] #1064 clear view on keep-selection/new-selection.Dave Davenport
issue: #1064
2022-07-30[Doc] Clarify capitalize bug in manpage.Dave Davenport
2022-07-30[Theme] Do a pango version check.Dave Davenport
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
fixes: #1010
2022-07-30[Readme] Small updatesDave Davenport
2022-07-30Add installation instructions for macOS (#1663)Sainnhe Park
A new port has been added in https://github.com/macports/macports-ports/pull/15503 Now macOS users can install rofi via MacPorts.
2022-07-28[filebrowser] Fix st_atim undefined on macOS (#1662)Sainnhe Park
When compiling on macOS, an error message will pop up: ``` error: no member named 'st_atim' in 'struct stat' ``` This is because `st_atim`, `st_ctim` and `st_mtim` does not exist on macOS, instead it uses `st_atimespec`, `st_ctimespec` and `st_mtimespec`. In this commit, 3 macros are defined to try to fix this problem. Reference: https://github.com/hboetes/mg/issues/7
2022-07-28Add doxygen check to build.ymlDave Davenport
2022-07-28[Doxy] Fix the doxygen check and some warnings.Dave Davenport
2022-07-27Add a warning list and append it to the message box.Dave Davenport
2022-07-26[DMenu] Fix completion with multi-selectDave Davenport
2022-07-24[Script] Add new-selection option.Dave Davenport
Allow you to select an entry (based on view, so might not work in combi mode). fixes: #1248
2022-07-24[window] Add an option to hide active window.Dave Davenport
fixes: #1336
2022-07-23[dmenu] Fix missing - in find_argDave Davenport
2022-07-23[Textbox] Remove the dot indicator.Dave Davenport
Weird hack from dmenu that dripped through rofi code-base for multi-select. Change it so it is just a prefix to the string of ☐ and ☑.
2022-07-23[Textbox] Fix multi-select dot placement.Dave Davenport
2022-07-23[Build] Fix some compile warnings.Dave Davenport
2022-07-21[Doc] Fix example.Dave Davenport
2022-07-21[Doc] Fix typo in release notes.Dave Davenport
2022-07-21[Doc] Update releasenotes.Dave Davenport
2022-07-20Update releasenotesDave Davenport
2022-07-19[XCB] Add a flag to enable work around for #611.Dave Davenport
In issue #611 there is a workaround implemented for an issue within xserver: https://bugs.freedesktop.org/show_bug.cgi?id=104323#c1, https://gitlab.freedesktop.org/xorg/xserver/-/issues/300. With a latest update in xkeyboard-config this workaround breaks rofi, see #1642 and https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/341. This commits disabled this work-around (can be re-enabled with -xserver-i300-workaround flag). Hopefully this restores correct rofi functionality. issue: #611 #1642
2022-07-16[Doc] Update releasenotes, move section in manpage.Dave Davenport
2022-07-16[IconFetcher] Add support for font rendering as icon.Dave Davenport
Issue: #1132
2022-07-15[Theme] Add enabled property with env support.Dave Davenport
2022-07-10[ReleaseNotes] Add some more text.Dave Davenport
2022-07-10[ReleaseNotes] Add first version release note for 1.7.4.Dave Davenport
2022-07-09[Script] Add keep-selection flag that keeps the current selection.Dave Davenport
Fixes: #1064
2022-07-08[Debug] Add a '-log' flag.Dave Davenport
2022-07-08[XCB] Try to correct for rotated monitors.Dave Davenport
2022-07-04[Doc] Add rofi-dmenu to see also in rofiDave Davenport