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
Dave Davenport
079c1dcd85
[Doc] Clearify enable/disable.
2022-03-04 08:53:22 +01:00
Dave Davenport
497d18d108
[Script] Support a data option that get passed to next execution.
...
fixes : #1601
2022-03-02 22:06:04 +01:00
Quentin Glidic
d2ef00dea0
AUTHORS,man: Update my name
...
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2022-02-26 16:02:26 +00:00
Dave Davenport
534aa6ad54
Rename Dialogs -> Modes
...
Try to fix some of old syntax.
2022-02-23 23:18:53 +01:00
Dave Davenport
32d33ade16
Remove two old test files.
2022-02-23 23:04:38 +01:00
Dave Davenport
4e06bff706
Change modi -> modes
...
issues: #1599
2022-02-23 22:42:56 +01:00
Dave Davenport
fb1eefb298
Update manpage.
2022-02-13 12:22:25 +01:00
Dave Davenport
61aa11ba12
[DMenu] Document the -display-columns and -display-column-separator option.
2022-01-31 12:56:18 +01:00
Dave Davenport
85c6545a43
Merge List and Array type into one. ( #1572 )
...
* Merge list and array into one.
* [Lexer] Only use string without " in list
* Some cleanups
* Cleanups based on feedback.
2022-01-25 09:57:59 +01:00
Jakub Jirutka
6e3feee179
Add support for setting tabs stops on textboxes ( #1571 )
...
* Document new array of values type
* Move WIDGET_PADDING_INIT from widget.c to widget-internal.h
* Refactor WIDGET_PADDING_INIT macro
* Add support for setting tab stops on textbox
This allows to emulate a multi-column layout inside the text boxes.
The implementation is kinda hackish due to the limitations of the theme
parser. The only property type that can contain multiple distance values
is Padding, so I used that.
* Use new array syntax for tab-stops
2022-01-24 22:20:41 +01:00
Jakub Jirutka
50b85ba954
Add -combi-display-format ( #1570 )
...
Implement a new option -combi-display-format (analogous to
-drun-display-format) that allows to change position appearance of
the mode name in the combi entries.
2022-01-22 22:03:10 +01:00
Dave Davenport
64062b2a94
[Doc] Add F.A.Q about icon lookup.
2022-01-22 14:20:16 +01:00
Dave Davenport
8817b6a602
[Doc] Add floor,ceil,round to manpage.
...
Fixes : #1569
2022-01-19 18:56:45 +01:00