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
Dave Davenport
a278b5811a
[DOC] Fix typo in manpage (-terminal-emulator)
2021-12-30 14:08:39 +01:00
Dave Davenport
e563cd3ad0
Add -replace option
...
Issue: #568
2021-12-22 21:03:54 +01:00
Dave Davenport
5f7563dae3
Update cmdline separator and add to manpage.
2021-12-17 19:04:02 +01:00
Dave Davenport
fbfb9b0247
[DOC] Add rofi-dmenu(5) manpage.
2021-12-17 11:13:29 +01:00
Dave Davenport
7b1008b38f
[Doc] Add a manpage with all the bindings.
2021-12-15 21:31:44 +01:00
Dave Davenport
555f9be1f7
[Doc] Update manpage with clarification.
2021-12-14 20:42:21 +01:00
Dave Davenport
ec7aa09f0a
[DOC] Fix key names in theme location name.
2021-10-12 22:47:40 +02:00
Dave Davenport
e3860c89e8
[FileBrowser] Reduce number of re-allocs.
2021-10-12 10:34:47 +02:00
Dave Davenport
13d9971d39
[Doc] Update link to pango markup.
...
Issue: #1496
2021-10-08 20:14:14 +02:00
Dave Davenport
1520a4a5cd
[DOC] Fix typo
2021-10-01 15:43:48 +02:00
Dave Davenport
abe4d2d85e
[Doc] Fix layout image.
2021-09-20 06:56:34 +02:00
Dave Davenport
ff022f8940
[DOC] Add default theme loading to rofi-theme manpage.
2021-09-12 19:59:36 +02:00
Dave Davenport
4b3f6f6767
[I1405] Allow action to be taken on input change. ( #1420 )
...
Fixes : #1405
2021-09-02 09:55:31 +02:00
Dave Davenport
68e79b66a9
[Grammar] Add support for env();
...
Add support for `env(ENV,default)`.
Fixes : #1411
2021-09-01 21:27:25 +02:00
Dave Davenport
c562058de8
[DOC] Remove the mention of -lines
in old example.
2021-08-30 16:11:36 +02:00
Dave Davenport
182c897ad5
[Doc] Update manpage on keybindings.
2021-08-27 15:34:59 +02:00
Dave Davenport
0d1f1e7a97
[Doc] Update manpage
2021-08-26 22:43:11 +02:00
jtagcat
75647b78d7
doc: rofi.1.markdown: fix link, languagetoolify ( #1380 )
2021-08-26 22:42:39 +02:00