summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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-17Allow for reloading of window content (10fps), needed for async transfer.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-02Ctrl-click does alternate accept entry.Dave Davenport
2016-08-30Add debug output.Dave Davenport
2016-08-30Add option to set padding within a line.Dave Davenport
2016-08-30Test #454 unmap window before switching.Dave Davenport
2016-08-29Fix configure script a bit.Dave Davenport
2016-08-29Improve DRun handling a bit.Dave Davenport
2016-08-28First hack at fixing Desktop file parser.Dave Davenport
2016-08-25Add fuzzy matching, make a -matching option.Dave Davenport
2016-08-24Constness.Dave Davenport
2016-08-19Use XRandr to get monitor layout instead of xinerama.Dave Davenport
2016-08-04Indicate what set an option, comment default options in dump-xresources.Dave Davenport
2016-07-31Fix memory leak, re-indentDave Davenport
2016-07-29Fix some doxygen warnings.Dave Davenport
2016-07-27Fix Control+u behaviourDave Davenport
2016-07-25Fix #432, Control+k removes till eol.Dave Davenport
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-07-14Update ChangelogDave Davenport
2016-07-12Allow for more advanced window 'line' formattingDave Davenport
2016-07-06Remove work-around for older i3 version (< 4.9)Dave Davenport
2016-06-28Fix windowcd command and allow custom Window string formatDave Davenport
2016-06-26Add selection counter in dmenu modeDave Davenport
2016-06-25Remove xlib dependency, add xcb-util-xrm.Dave Davenport
2016-06-21Copy memory instead of mixing malloc and g_malloc'ed memories (and freeing th...Dave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-18Remove fuzzy matching option.Dave Davenport
2016-06-16Indent don't use partial match.Dave Davenport
2016-06-07Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-05Some indenting fixesDave Davenport
2016-06-01Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-01Update some headers.Dave Davenport
2016-05-30Issue #411: Show list of Keyboard bindings with rofi, from rofi.Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-25Switch to stop cycling feature (#407)Yaroslav
2016-05-22Don't use g_ascii on utf8 string.Dave Davenport
2016-05-22Remove the is_ascii mess.Dave Davenport
2016-05-21Go Regex GoDave Davenport
2016-05-20Merge remote-tracking branch 'origin/master' into hmDave Davenport
2016-05-12window: Make custom action run a command on the windowQuentin Glidic
2016-05-10First try at highlighting match (regex only)Dave Davenport
2016-05-10We don't have a negative page number.Dave Davenport