summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-21Add two more cases to the test.Dave Davenport
2016-10-21Add some tests for the box widget.Dave Davenport
2016-10-20Merge branch 'master' of github:DaveDavenport/rofiDave Davenport
2016-10-20Update manpageDave 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-19Fix test?Dave Davenport
2016-10-19Print out diff.Dave Davenport
2016-10-19Add help output compare test.Dave Davenport
2016-10-18gcov is not a package.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
2016-10-17Add Coverity scanDave Davenport
2016-10-17Fix some coverty found issues.Dave Davenport
2016-10-17Fix redrawing (call queue redraw, not need redraw) fix end of string check.Dave Davenport
2016-10-17Update travisDave Davenport
2016-10-17Try to add coverityDave Davenport
2016-10-17Fix some possible null pointer dereference. (clang-check)Dave Davenport
2016-10-16Some commentsDave Davenport
2016-10-16[DRun] Fix parsing subdirectories because of wrong suffix checkDave Davenport
2016-10-15Fix issue #482: Set work directoryDave Davenport
2016-10-15Fix stupid missing */ in commitDave Davenport
2016-10-15Indenting, commentsDave Davenport
2016-10-14More docu updatesDave Davenport
2016-10-14Document more headers.Dave Davenport
2016-10-14Add more documentation.Dave Davenport
2016-10-13check coverall behaviourDave Davenport
2016-10-13Remove error check for large windows as it is incorrect often. Fix issue 468Dave Davenport
2016-10-13Always fallback to mouse position when one of the -X options are choosen.Dave Davenport
2016-10-13Add some NULL tests to widget testDave Davenport
2016-10-13Update documentation, tests for widgetDave Davenport
2016-10-13Remove padding from input bar: Fix #479Dave Davenport
2016-10-11Remove unneeded calls to tokenize.Dave Davenport
2016-10-11Always refilter when switching modi.Dave Davenport
2016-10-09Split internal widget into separate fileDave Davenport
2016-10-09Make separator work in both directions ( hori/vert ).Dave Davenport
2016-10-09Small docu update.Dave Davenport
2016-10-09Document box public api.Dave Davenport
2016-10-08Qtk widgets (#478)Dave Davenport
2016-09-27Make widget_free work on textbox and scrollbar, use widget specific free.Dave Davenport
2016-09-27Make one widget_draw function, abstract rest (textbox, scrollbar) behind it.Dave Davenport
2016-09-26When view centered, don't change x,y.Dave Davenport
2016-09-26Issue #474: reverse logic.Dave Davenport
2016-09-18Still parse commandline options when -no-config is passed.Dave Davenport
2016-09-18Fix for #467, don't count border twice, take right line-margin into account.Dave Davenport
2016-09-18Fix fprintf.Dave Davenport
2016-09-17Remove entry from history if fails to execute.Dave Davenport
2016-09-17Force dmenu in sync mode to stop breaking old features that rely on this.Dave Davenport
2016-09-17First rough version of async loading for dmenu.Dave Davenport