summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2018-06-14[Theme] Change window layout for error dialogDave Davenport
2018-05-16[Test] Helper:Pidfile generate tmp. pidfilename.Dave Davenport
2018-03-07Remove duplicate test, use tempnam instead of hardcoded path.Dave Davenport
Issue: #543
2017-10-31Remove leading # from dump theme and add mesg about rofi dumping itDave Davenport
2017-10-22[Tests] Fix tests for theme-parser.Dave Davenport
2017-10-21Added option -name-only to match only desktop entry name with drun (#690)Askrenteam
* Added option -name-only to match only desktop entry name with drun * fixed indent and xrdump test * fixed test * option -drun-match-fields * option -window-match-fields * matching fields as static in window/drun + enums for field indexes * prevent window_mode_parse_fields() from executing twice
2017-10-19Add Delta to float/double compare.Dave Davenport
Issue: #692
2017-10-01Rename tokenize to helper_tokenizeDave Davenport
2017-09-29Make tokenize test use libcheck.Dave Davenport
- Add some tests for negate.
2017-09-29Implement support for specifying negated matchDave Davenport
- Prepending - inverts the matching result. - Fix logic window/drun browser. - Breaks API as argument token_match callback changed. - Update tests. Fixes: #665
2017-09-17Cleanup compiler warnings.Dave Davenport
- Unused var. - Missing switch statement. - Change fallthrough for older compilers.
2017-09-07Fix tests.Dave Davenport
2017-09-07Fix Inherit keywordDave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-08-17Move PropertyType into rofi-types header and add check for names pairs.Dave Davenport
2017-07-27tests/window: Wait for other xterm to closeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-27tests/window: Add some loggingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-27tests: Better loggingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-26Add test for strings with embedded "'sDave Davenport
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-14Add extra check for rofi_theme_parse_prepare_fileDave Davenport
2017-06-14Add list property test, allow empty lists.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02Make matching keywords like Vertical case-insensitive add test.Dave Davenport
- Make keywords like dash, horizontal, etc case-insensitive. - Add test for orientation property.
2017-06-02Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-06-02Remove index from box_add.Dave Davenport
2017-06-02Change ThemeHighlight to RofiHighlightColorStyleDave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02helper: Add API to support startup notificationQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30test-x/issue333: Fix binding Control+a for the testQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30test-x: Try to run tests without fluxboxQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30bindings: Use a wrapper around rofi_view_trigger_actionQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30widget.test: Add NULL tests for trigger_action functionsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30box.test: Test find_mouse_targetQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30theme-parser.test: Run in locale C, as we test error stringsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30mode/keys: Display all bindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30scrollbar: Make it scroll againQuentin Glidic
On click for now, will add motion grab in the following commit Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-30scrollbar: Rework scrollbar_scroll_get_line to work on relative yQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-29Use libnkutils for keybindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28test-x: Keep server and fluxbox logs out of the wayQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-28Merge branch 'master' into wip/mesonQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-21Add whitespace check for hsl and error range check checkDave Davenport
2017-05-18Add strikethrough to theme manpage.Dave Davenport
- extend theme test to hit all rgba rules.
2017-05-18Add extra test for angle unit.Dave Davenport