summaryrefslogtreecommitdiffstats
path: root/source
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-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
2016-09-02Ctrl-click does alternate accept entry.Dave Davenport
2016-09-02Another trow at #454Dave Davenport
2016-09-02Remove pointless NULL check.Dave Davenport
2016-08-31Add debug and indentDave Davenport
2016-08-31Merge branch 'seletskiy-xinerama'Dave Davenport
2016-08-31Merge branch 'xinerama' of https://github.com/seletskiy/rofi into seletskiy-x...Dave Davenport
2016-08-31DRUN: Make name key required even when hidden. (#453)Dave Davenport
2016-08-31remove functions from .h, free memory, int to boolStanislav Seletskiy
2016-08-31add xinerama supportStanislav Seletskiy
2016-08-30More debug, fix one off.Dave Davenport
2016-08-30Keep a list of disabled Desktop files.Dave Davenport
2016-08-30Add debug output.Dave Davenport
2016-08-30Add option to set padding within a line.Dave Davenport
2016-08-30DRun Check if filename ends in .desktop.Dave Davenport
2016-08-30Add extra debug to DRun Desktop File parsing.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-29Extra checks when parsing file.Dave Davenport
2016-08-29But broken drun under a configure option.Dave Davenport
2016-08-29Name field in desktop file is required.Dave Davenport
2016-08-29Disable drun mode as it is broken.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-25Bind Control+g to kb-cancel (#452)fice-t
2016-08-24Don't force an second error when monitor is not found.Dave Davenport
2016-08-24Constness.Dave Davenport