summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)Author
2017-01-19Convert built-in themes to new format.Dave Davenport
2017-01-08Indent magic, rework makefile so lexer and yacc file are not passed.Dave Davenport
2017-01-05Remove separatorDave Davenport
2017-01-05Add generic container (renamed window widget) put container around message.Dave Davenport
2017-01-03Merge remote-tracking branch 'origin/master' into themerDave Davenport
2017-01-03Add copyright to themes.Dave Davenport
2017-01-01Fix typo in makefileDave Davenport
2017-01-01Add BUILT_SOURCES for flex/bison generated files.Dave Davenport
2017-01-01Fix? testsDave Davenport
2016-12-28Add window widget, play with logic for sizing (broken)Dave Davenport
2016-12-16Make parser more flexible, allow global properties to be anywhere in file ↵Dave Davenport
and allow multiple similar entries.
2016-12-09Add lex/bison parser for theme.Dave Davenport
2016-11-18Add themes from rofi-themes (adapta, indego, monokai)Dave Davenport
2016-11-16Add themes, make rofi-theme-selector show highlighted rows.Dave Davenport
2016-10-28Add 2 more themes.Dave Davenport
2016-10-27Add darkblue as screenDave Davenport
2016-10-27Add some themes to be installed, add theme-selector script thingy.Dave Davenport
2016-10-24add scrollbar test.Dave Davenport
2016-10-21Add some tests for the box widget.Dave Davenport
2016-10-20fix typoDave Davenport
2016-10-20Add more tests and re-add textbox_test to normal check set.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
2016-10-19Add help output compare test.Dave Davenport
2016-10-18try to print coverage report in travisDave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ↵Dave Davenport
and lcov)
2016-10-09Split internal widget into separate fileDave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
* 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-08-19Update INSTALL.md and Makefile.am to reflect changes randr.Dave Davenport
2016-07-06Remove work-around for older i3 version (< 4.9)Dave Davenport
- I3 got ewhm support in Feb. 2015.
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-06-01Add extra test for widget.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-04-01Use SYSCONFDIRDave Davenport
2016-03-22Split test for helper in separate test for config cmdline parser.Dave Davenport
2016-03-21Quick fix.Dave Davenport
2016-03-21Split test in 2.Dave Davenport
2016-03-20test-x: Remove daemon mode testQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-12Tried to fix strlen on NULLDave Davenport
2016-03-05Remove hack with config file.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
Fix positioning dialog.
2016-03-04Check for the availability of the xinerama extension.Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-28Tests.Dave Davenport
2016-02-21Remove x11-event-source, replaced by libgwater.Dave Davenport
2016-02-21Add missing header files xkb,xkb-internalDave Davenport
2016-02-21Fix tests.Dave Davenport
2016-02-21rofi: Convert to XCB eventsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-02-21Textbox_test does not run on travis. test-x depends on textbox_testDave Davenport
2016-02-21Add textbox_test to make checkDave Davenport
2016-02-21Fixing make dist after merge of make cleanups.Dave Davenport