rofi/doc
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
..
Notes/Theme [DOC] Fix key names in theme location name. 2021-10-12 22:47:40 +02:00
README.md Update doc/readme to be markdown. 2020-04-20 11:28:33 +02:00
create_screenshot.sh Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
default_configuration.rasi [Theme] Undo part of default theme changes, always pick build-in 2021-08-24 18:19:25 +02:00
default_theme.rasi [Theme] Undo part of default theme changes, always pick build-in 2021-08-24 18:19:25 +02:00
help-output.txt Manpage tweaks for rofi.1 (#1120) 2020-05-10 15:44:29 +02:00
meson.build [DOC] Add rofi-dmenu(5) manpage. 2021-12-17 11:13:29 +01:00
meson_build_manpages.sh [Doc] Update manpage on keybindings. 2021-08-27 15:34:59 +02:00
old-theme-convert-input.theme Change ARGB to RGBA, fix in theme converter 2017-05-16 21:55:52 +02:00
old-theme-convert-output.rasi [Window] Add thumbnail of windows as option. 2019-10-17 21:19:19 +02:00
rofi-dmenu.5 [DOC] Add rofi-dmenu(5) manpage. 2021-12-17 11:13:29 +01:00
rofi-dmenu.5.markdown [DOC] Add rofi-dmenu(5) manpage. 2021-12-17 11:13:29 +01:00
rofi-keys.5 [Doc] Add a manpage with all the bindings. 2021-12-15 21:31:44 +01:00
rofi-keys.5.markdown [Doc] Add a manpage with all the bindings. 2021-12-15 21:31:44 +01:00
rofi-script.5 [Doc] Update manpage with clarification. 2021-12-14 20:42:21 +01:00
rofi-script.5.markdown Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
rofi-sensible-terminal.1 [Doc] Update manpage with clarification. 2021-12-14 20:42:21 +01:00
rofi-sensible-terminal.1.markdown Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
rofi-theme-selector.1 [Doc] Update manpage with clarification. 2021-12-14 20:42:21 +01:00
rofi-theme-selector.1.markdown include $XDG_CONGIG_HOME/rofi/themes 2017-12-10 23:18:20 +01:00
rofi-theme.5 [Doc] Add floor,ceil,round to manpage. 2022-01-19 18:56:45 +01:00
rofi-theme.5.markdown Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00
rofi.1 [Doc] Add F.A.Q about icon lookup. 2022-01-22 14:20:16 +01:00
rofi.1.markdown Add -combi-display-format (#1570) 2022-01-22 22:03:10 +01:00
rofi.doxy.in Fix some of the documentation 2020-10-12 21:39:36 +02:00
rofi.png
sizing.svg Update picture 2015-10-23 20:58:00 +02:00
test_xr.txt Add -combi-display-format (#1570) 2022-01-22 22:03:10 +01:00

README.md

Manpages are build using go-md2man

Manpages can be updated using the following make command:

make update-manpage