1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00
rofi/source
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 Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
widgets Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
helper.c Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
history.c Fix 1 character entries in git. 2016-05-27 09:31:57 +02:00
keyb.c Bind Control+g to kb-cancel (#452) 2016-08-25 07:52:54 +02:00
mode.c Fix combi mode 'bang' behaviour, improve levenshtein with combi 2016-05-26 08:39:33 +02:00
rofi.c Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
timings.c Fix compiling with timings enabled 2016-01-14 17:44:58 +01:00
view.c Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
x11-helper.c Ask window manager to hide decoration in normal-window mode. 2016-09-08 08:57:35 +02:00
xrmoptions.c Make one widget_draw function, abstract rest (textbox, scrollbar) behind it. 2016-09-27 22:15:39 +02:00