1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/test
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
..
helper-config-cmdline-parser.c
helper-expand.c
helper-test.c
history-test.c
run_combi_test.sh
run_dmenu_custom_test.sh
run_dmenu_empty.sh
run_dmenu_issue_292.sh
run_dmenu_normal_window_test.sh Test something 2016-08-19 19:40:39 +02:00
run_dmenu_test.sh
run_drun_test.sh
run_errormsg_test.sh
run_glob_test.sh Add fuzzy matching, make a -matching option. 2016-08-25 21:17:58 +02:00
run_issue333_test.sh
run_issue_256.sh
run_issue_275.sh
run_regex_test.sh Add fuzzy matching, make a -matching option. 2016-08-25 21:17:58 +02:00
run_run_test.sh
run_screenshot_test.sh
run_script_test.sh
run_switchdialog_test.sh
run_test.sh
run_window_test.sh
test_script.sh
textbox-test.c Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
widget-test.c Qtk widgets (#478) 2016-10-08 18:57:59 +02:00
xr_config_test.sh
xr_dump_test.sh