summaryrefslogtreecommitdiffstats
path: root/source/view.c
AgeCommit message (Expand)Author
2016-08-02Fix memory leak overlay widgetDave Davenport
2016-07-27Fix Control+u behaviourDave Davenport
2016-07-25Fix #432, Control+k removes till eol.Dave Davenport
2016-07-21Fix crasher on no scrollbar and mouse seek.Dave Davenport
2016-07-18Add selection indicator to dmenu mode.Dave Davenport
2016-07-05Add missing staticDave Davenport
2016-07-05Don't double switch something trivial.Dave Davenport
2016-06-26Add selection counter in dmenu modeDave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-06-16Indent don't use partial match.Dave Davenport
2016-06-01Merge remote-tracking branch 'origin/master' into highlight_matchDave Davenport
2016-06-01Update some headers.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-10First try at highlighting match (regex only)Dave Davenport
2016-05-10We don't have a negative page number.Dave Davenport
2016-05-10Avoid needles updates when using continious scrollingDave Davenport
2016-05-09Grab mouse pointer with keyboard.Dave Davenport
2016-05-08Add option to set background for rofi windowDave Davenport
2016-05-08Fix indentingDave Davenport
2016-05-07keybindings: Implement on-release bindingsQuentin Glidic
2016-05-07view: Split action triggering to an helper functionQuentin Glidic
2016-05-07keybindings: Rework the matchingQuentin Glidic
2016-05-07view/navigation: CleanupQuentin Glidic
2016-05-07textbox/key: CleanupQuentin Glidic
2016-05-07textbox: Split keybinding and text handlingQuentin Glidic
2016-05-07view/keypress: ReindentQuentin Glidic
2016-05-07view/keypress: Cleanup some useless stuffQuentin Glidic
2016-05-07view: Split keypress handling to an helper functionQuentin Glidic
2016-05-06Add option to view background image instead of screenshot in fake transparenc...Dave Davenport
2016-04-20small cleanupDave Davenport
2016-04-20Small cleanups, fix worker error dialog.Dave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-03-21Quick fix.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
2016-03-20Fix positioning window on top of window.Dave Davenport
2016-03-19Make clang static code analyzer happy (300+ -> 5)Dave Davenport
2016-03-19Remove pointless else if statementDave Davenport
2016-03-18rofi: Allow fullscreen on specified monitorQuentin Glidic
2016-03-07view: Fix multi-character compose sequencesQuentin Glidic
2016-03-06Add MENU_ERROR_DIALOG flag.Dave Davenport
2016-03-05Try to fix thingsDave Davenport
2016-03-05Make cppcheck happyDave Davenport
2016-03-05Allow X parsed colorsDave Davenport
2016-03-05CleanupDave Davenport
2016-03-05Cleanups.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport