Dave Davenport
690924c270
[Doc] Update support links.
...
Remove reddit.
2022-11-11 21:53:20 +01:00
Dave Davenport
804eb908bd
[FileBrowser] Bind kb-delete-entry to toggle show-hidden.
2022-10-31 21:28:17 +01:00
Dave Davenport
3d3af82b54
[man] re-gen manpage.
2022-10-25 19:14:54 +02:00
Fabian Winter
fba6aee46d
[DOC] Add parsing row options to dmenu manpage ( #1734 )
2022-10-25 19:14:25 +02:00
Dave Davenport
96a69a54c3
[Window] Add -window-prefer-icon-theme option.
...
Fixes : #1702
2022-10-22 11:03:11 +02:00
Dave Davenport
fedd6be715
[DOC] Rerun update-manpages.
2022-10-11 16:10:48 +02:00
Dimitris Triantafyllidis
c1a540c57e
[filebrowser] Add an option to show hidden files. ( #1716 )
...
Add an option to show hidden files by looking up the "show-hidden" filebrowser property and modifying the relevant logic in "filebrowser.c".
Co-authored-by: Dave Davenport <DaveDavenport@users.noreply.github.com>
2022-10-11 16:04:18 +02:00
Dave Davenport
524d804663
[Doc] Update rofi-keys manpage with unset section
2022-10-11 09:19:35 +02:00
David Kosorin
b3c46d2d5a
Add format option to disable padding with space the "window-format" entries ( #1715 )
2022-10-03 19:13:22 +02:00
Dave Davenport
5ae8fa5a3f
[Keyb] Add a -list-keybindings command.
2022-09-18 20:28:38 +02:00
Dave Davenport
fce721a105
[Textbox] Add 'placeholder-markup' flag.
...
Fixes : #1690
2022-08-28 21:47:05 +02:00
Dave Davenport
fc07619ac6
[View|Xcb] Add support to copy current selected item to clipboard
...
Adds control-v binding that copies it to the clipboard.
THIS ONLY WORKS WITH CLIPBOARD MANAGER!!! once rofi is closes, the data is
gone!
This needs to be tested. Documentation on this is lacking so reversed
engineered from other applications.
TODO: how do we do the SAVE_TARGETS?
fixes : #378
2022-08-22 21:44:52 +02:00
Dave Davenport
f3c1dafec2
[View] Change refilter timeout limit to be in time units (ms)
...
Issue: #1683
2022-08-21 15:47:49 +02:00
Dave Davenport
6ff082315f
[doc] Small fix rofi-dmenu manpage
...
unchecked ballot.
2022-08-07 09:47:22 +02:00
Dave Davenport
dfaf59aa3f
[doc] regenerate manpage
2022-08-07 09:22:17 +02:00
Herbert Verdida
74b249cd99
Fix manual for centering text relative to icon ( #1669 )
...
Centering text relative to icon should apply `vertical-align` to `text-element` not on `text-icon`.
2022-08-07 09:21:32 +02:00
Dave Davenport
8e8765e2ce
[Doc] Update manpage urls and add new-selection setting.
2022-07-31 16:28:05 +02:00
Dave Davenport
903def557b
[Doc] Clarify capitalize bug in manpage.
2022-07-30 15:07:11 +02:00
Dave Davenport
9d001aaaf7
[Theme] Do a pango version check.
2022-07-30 15:05:28 +02:00
Dave Davenport
77af850200
[textbox] Implement text-transform add upper/lower/capitalize transform
...
fixes : #1010
2022-07-30 14:50:05 +02:00
Dave Davenport
2efd6a98a5
[Doxy] Fix the doxygen check and some warnings.
2022-07-28 00:23:21 +02:00
Dave Davenport
d20926abab
[window] Add an option to hide active window.
...
fixes : #1336
2022-07-24 00:52:13 +02:00
Dave Davenport
be6fe8ac61
[Textbox] Remove the dot indicator.
...
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 20:21:00 +02:00
Dave Davenport
5eafdc4b06
[Doc] Update releasenotes.
2022-07-21 21:48:53 +02:00
Dave Davenport
af976c3779
[XCB] Add a flag to enable work around for #611 .
...
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-19 15:50:42 +02:00
Dave Davenport
59e9b77a2e
[Doc] Update releasenotes, move section in manpage.
2022-07-16 13:33:13 +02:00
Dave Davenport
52f587a191
[IconFetcher] Add support for font rendering as icon.
...
Issue: #1132
2022-07-16 13:13:29 +02:00
Dave Davenport
386877dd22
[Theme] Add enabled property with env support.
2022-07-15 23:28:57 +02:00
Dave Davenport
daf3127d3a
[Script] Add keep-selection flag that keeps the current selection.
...
Fixes : #1064
2022-07-09 14:12:28 +02:00
Dave Davenport
96027decd9
[Debug] Add a '-log' flag.
2022-07-08 22:53:07 +02:00
Dave Davenport
4d8f733033
[Doc] Add rofi-dmenu to see also in rofi
2022-07-04 08:29:39 +02:00
Dave Davenport
9c18aaef22
[View] Add icon-current-entry widget.
2022-06-27 17:09:21 +02:00
Dave Davenport
8ee05a718e
[View] Add textbox-current-entry widget.
2022-06-27 16:56:59 +02:00
Dave Davenport
c638dc8e97
[Doc] Update rofi-script with ascii manpage as see also.
2022-06-18 14:15:39 +02:00
Dave Davenport
af5e7a4ca3
[DMenu|Script] Update manpage with new option.
2022-06-06 11:34:49 +02:00
Dave Davenport
4f3adefeda
Remove unused file.
2022-05-26 21:12:03 +02:00
Dave Davenport
1af76c1f11
Remove some unused scripts and images.
2022-05-24 23:37:23 +02:00
Dave Davenport
141bd3d197
[Doc][Config] Update documentation for new fallback icon
...
* Allow multiple config be combined.
2022-05-12 19:52:35 +02:00
Mehdi Kabab
741db92786
[Doc] Fix typo ( #1623 )
2022-04-27 10:46:18 +02:00
Dave Davenport
e2a7cfdd52
[DMenu] Huge list speedups ( #1621 )
...
* Don´t refilter on each key-press.
* Make sure refiltering is not completely starved.
* Force refilter before accepting entry
* Go into 'timeout' refilter mode only after certain # elements.
* [DMenu] threading with getdelim to speed up reading.
* [View] Remove debug output.
* [dmenu] Fix pre-read.
* [DMenu] Make sure that async mode cannot block
* Remove mutex for IPC via pipes.
* [Dmenu] Small cleanup.
* [Scrollbar] Fix scrollbar overflowing on big lists.
* Fix stack overflow by creating to many filter jobs.
* [Doc] Add new option to manpage
2022-04-20 21:53:44 +02:00
Dave Davenport
54e272df29
[Doc] Update rofi.1 with an extra example.
2022-04-14 20:45:37 +02:00
Dave Davenport
2606907dc8
[doc] Update debugging manpage.
2022-04-11 11:24:36 +02:00
Dave Davenport
8274b1cc76
[Doc] Add a rofi-debugging manpage.
2022-04-11 11:19:34 +02:00
Dave Davenport
bb1fd3afd7
[DOC] Small fixes to rofi-theme manpage.
2022-04-07 21:02:55 +02:00
Dave Davenport
2cc21909f5
[DOC] Update rofi-theme with a small getting started.
2022-04-06 20:23:07 +02:00
Dave Davenport
62ebde525f
[doc] Update drawings in rofi-theme
2022-04-06 00:04:30 +02:00
Dave Davenport
88a1d1cbf7
[Doc] Tweak rofi-theme manpage.
2022-04-05 22:21:13 +02:00
Dave Davenport
a97fa4a199
[Doc] Highlight to use -dump-config as starting point in manpage.
...
issue: #1609
2022-03-31 17:24:50 +02:00
Dave Davenport
d623e18fbb
[DOC] Regenerate manpages with newer go-md2man to fix escaping
2022-03-12 12:22:58 +01:00
Dave Davenport
47d785758a
[listview] Allow settings of flow direction of elements ( #1605 )
...
* [Listview] Initial implementation for left to right packing.
* [Listview] fix movement in pack-left-to-right.
* Add element-next/prev keybinding and remap tab.
* [Listview] Change option name to 'flow' and use rofi orientation type.
* [Listview] Make listview work with reverse property.
* Update test for 2 new keybindings.
fixes : #1058
2022-03-07 20:37:58 +01:00