summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)Author
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
- I3 got ewhm support in Feb. 2015.
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 ↵Dave Davenport
them all with g_free)
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
* Added 'cycle' option to switch list navigation wrapping * Replaced tabs with spaces * Updating the expected rofi properties with 'cycle' option * Updating documentation with the 'cycle' option
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
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
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-09Grab mouse pointer with keyboard.Dave Davenport
2016-05-09Update ChangeLogDave Davenport
2016-05-08Fix indentingDave Davenport
2016-05-07keybindings: Implement on-release bindingsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07view: Split action triggering to an helper functionQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07keybindings: Rework the matchingQuentin Glidic
Now we check all bindings in one place, allowing for future naughty matching. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07textbox/key: CleanupQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07textbox: Split keybinding and text handlingQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-06Add option to view background image instead of screenshot in fake ↵Dave Davenport
transparency. Issue #390
2016-04-20small cleanupDave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8. Dmenu: don't skip invalid lines, but try to display as much as possible. Window mode: Double check all input from X.
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-04-01Revert "Test config file before load, support ~/.config/rofi/theme and ↵Dave Davenport
remove config_path global, fix loading dynamic options from /etc/rofi.conf" This reverts commit 0c7d1a6b177727384efb4b0479b9aceb279d1cdd.
2016-04-01Test config file before load, support ~/.config/rofi/theme and remove ↵Dave Davenport
config_path global, fix loading dynamic options from /etc/rofi.conf
2016-03-24Cleanup unused type specifier.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-07view: Fix multi-character compose sequencesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-06Add MENU_ERROR_DIALOG flag.Dave Davenport
2016-03-05Remove deprecated theme system.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
Fix positioning dialog.
2016-03-04Check for the availability of the xinerama extension.Dave Davenport