rofi/source
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 Add -combi-display-format (#1570) 2022-01-22 22:03:10 +01:00
widgets Add support for setting tabs stops on textboxes (#1571) 2022-01-24 22:20:41 +01:00
css-colors.c [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
helper.c [Helper] Remove font sanity check as it is insufficient, and old format. 2022-01-07 18:16:47 +01:00
history.c [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
keyb.c gitmodules: Update libnkutils 2021-10-28 06:33:12 +00:00
mode.c [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
rofi-icon-fetcher.c [RofiIconFetcher] Remove stray debug printf. 2021-08-18 09:26:08 +02:00
rofi-types.c What is in a name. 2022-01-24 20:33:19 +01:00
rofi.c Add -replace option 2021-12-22 21:03:54 +01:00
theme.c Theme array fix inheriting. 2022-01-24 21:50:52 +01:00
timings.c [Cleanup] Using clang-tidy 2021-08-18 01:16:45 +02:00
view.c [1566] Extra debug for monitor resolving for m=-1. 2022-01-13 20:55:26 +01:00
xcb.c Small cleanups. 2022-01-22 10:21:35 +01:00
xrmoptions.c Add -combi-display-format (#1570) 2022-01-22 22:03:10 +01:00