1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
rofi/include
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
..
dialogs Small rename switcher --> mode. 2021-12-22 20:33:22 +01:00
widgets Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00
css-colors.h [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
display.h [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
helper-theme.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
helper.h Add -replace option 2021-12-22 21:03:54 +01:00
history.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
keyb.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
mode-private.h [main] tiny code tweaks. 2021-09-02 16:38:34 +02:00
mode.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
rofi-icon-fetcher.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
rofi-types.h What is in a name. 2022-01-24 20:33:19 +01:00
rofi.h [Doc] Try to fix some of the doxygen coverage warnings. 2021-08-20 11:37:03 +02:00
settings.h Add -combi-display-format (#1570) 2022-01-22 22:03:10 +01:00
theme.h What is in a name. 2022-01-24 20:33:19 +01:00
timings.h [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
view-internal.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
view.h gitmodules: Update libnkutils 2021-10-28 06:33:12 +00:00
xcb-internal.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
xcb.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00
xrmoptions.h Cleanup, update header files using clang-tidy. 2021-08-19 13:34:01 +02:00