1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00
rofi/include
Dave Davenport 3c64507f02 Qtk widgets (#478)
* Initial support for using boxes for packing widgets.

* Make CapiTalIzation more consistent

* Move widgets to subdirectory

* Removed nolonger needed resize function.

* Small cleanup

* When switching mode, reuse view, don't rebuild it. Reduces artifacts.

* Needs cleaning up.

* Remove separate prompt argument, use display_name

* Simplify run-switcher code.

* Add notion of parents, and trigger parent update on resize.

* Use widget_get_height wrapper, avoid crash

* Size separator width based on height. (indent)

 * TODO add margin to box.

* First draft version of listview.

* Add scrollbar to listview widget

* Add padding option to box

* Move access to global config out of widget. (1/2 done)

*  Remove printf

* Make listview not access global config

* Add click support, implement on mode buttons.

* Re-introduce mouse handling on list-view.

* TODO draggin on scrollbar.

* Fix multi-select

* Fix warnings

* Fix include
2016-10-08 18:57:59 +02:00
..
dialogs Fix configure script a bit. 2016-08-29 21:38:29 +02:00
widgets Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
helper.h Add fuzzy matching, make a -matching option. 2016-08-25 21:17:58 +02:00
history.h Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00
keyb.h Fix Control+u behaviour 2016-07-27 08:10:55 +02:00
mode-private.h Fix combi mode 'bang' behaviour, improve levenshtein with combi 2016-05-26 08:39:33 +02:00
mode.h Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00
rofi.h Move teardown to the logic place again (possible with deamon mode removed) 2016-04-20 08:04:23 +02:00
settings.h Added click-to-exit option. (#460) 2016-09-08 22:42:41 +02:00
timings.h Add some doxygen sugar. 2016-01-07 08:54:24 +01:00
view-internal.h Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
view.h Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
x11-helper.h Ask window manager to hide decoration in normal-window mode. 2016-09-08 08:57:35 +02:00
xcb-internal.h Use XRandr to get monitor layout instead of xinerama. 2016-08-19 10:46:38 +02:00
xcb.h Fix #348, give a warning when font failed to parse 2016-03-01 19:48:18 +01:00
xkb-internal.h view-internal: Use XCB types 2016-02-23 12:13:21 +01:00
xkb.h Fix #348, give a warning when font failed to parse 2016-03-01 19:48:18 +01:00
xrmoptions.h Fix some doxygen warnings. 2016-07-29 08:32:34 +02:00