summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2016-10-26Make scrollbar behave betterDave Davenport
2016-10-25Simplify some code, more comments. (90% docu)Dave Davenport
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from hw...Dave Davenport
2016-10-24Option to disable/enable the highlighting of match.Dave Davenport
2016-10-24add scrollbar test.Dave Davenport
2016-10-23Revert "Fix: #485 Remove used modifiers before figuring out keybinding."Dave Davenport
2016-10-23Fix: #485 Remove used modifiers before figuring out keybinding.Dave Davenport
2016-10-22clang-check fix.Dave Davenport
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
2016-10-18Fix memory leak in box and listview widget, add coverage make target. (ggcov ...Dave 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-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-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-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-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-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
2016-09-17Fix indenting view.c.Dave Davenport
2016-09-17Don't throw error when textbox gets input but is not editable.Dave Davenport
2016-09-17Allow for reloading of window content (10fps), needed for async transfer.Dave Davenport
2016-09-16Issue: #462 Do not blink on cursor move, text insert,remove.Dave Davenport
2016-09-16Small cleanups.Dave Davenport
2016-09-09Initialize mouse_seen. (#461)Ian Remmler
2016-09-08Fix wrong entry + CI.Dave Davenport
2016-09-08Added click-to-exit option. (#460)Ian Remmler
2016-09-08Ask window manager to hide decoration in normal-window mode.Dave Davenport
2016-09-06Fix keyboard grab normal-window modeDave Davenport
2016-09-02 Release pointer tooDave Davenport