1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -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 Split test for helper in separate test for config cmdline parser. 2016-03-22 10:43:42 +01:00
helper-expand.c Quick fix. 2016-03-21 20:27:16 +01:00
helper-test.c Remove invalid tests. 2016-05-27 09:34:17 +02:00
history-test.c Remove fgets and replace by getline. 2016-04-10 14:30:13 +02:00
run_combi_test.sh Add combi test 2015-12-31 23:27:06 +01:00
run_dmenu_custom_test.sh Update test to change multi-select and return codes. 2016-07-22 16:25:49 +02:00
run_dmenu_empty.sh Fix test for empty dmenu list 2016-01-25 09:07:39 +01:00
run_dmenu_issue_292.sh Update tests 2016-07-19 00:16:49 +02:00
run_dmenu_normal_window_test.sh Test something 2016-08-19 19:40:39 +02:00
run_dmenu_test.sh Update tests 2016-07-19 00:16:49 +02:00
run_drun_test.sh Add simple drun test 2015-12-31 23:14:38 +01:00
run_errormsg_test.sh Play with adding some more test, bug fixes 2014-08-30 20:45:08 +02:00
run_glob_test.sh Add fuzzy matching, make a -matching option. 2016-08-25 21:17:58 +02:00
run_issue333_test.sh Issue: #333, Check if row is selected, don't assume selected_line is valid. 2016-02-03 09:01:13 +01:00
run_issue_256.sh Fix: 256 Do not accept custom entry when not applicable. 2015-10-31 18:04:55 +01:00
run_issue_275.sh Fix issue #275: don't try to do move cursor when nothing is shown. 2015-11-20 11:43:22 +01:00
run_regex_test.sh Add fuzzy matching, make a -matching option. 2016-08-25 21:17:58 +02:00
run_run_test.sh Fix travis test. 2015-02-15 21:34:13 +01:00
run_screenshot_test.sh Add screenshot test 2015-12-31 21:55:15 +01:00
run_script_test.sh Fixing path. 2015-11-28 12:59:10 +01:00
run_switchdialog_test.sh More splitting and abstracting. 2016-01-07 21:27:20 +01:00
run_test.sh Try to enable xinerama for tests 2016-06-02 08:39:40 +02:00
run_window_test.sh Update window test. 2016-01-05 18:24:47 +01:00
test_script.sh Add small script test. 2014-08-31 10:37:12 +02:00
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 Add config loading test. 2016-01-03 18:13:41 +01:00
xr_dump_test.sh Update Tests 2016-01-17 13:47:25 +01:00