summaryrefslogtreecommitdiffstats
path: root/source/textbox.c
AgeCommit message (Expand)Author
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-17Don't throw error when textbox gets input but is not editable.Dave Davenport
2016-09-16Issue: #462 Do not blink on cursor move, text insert,remove.Dave Davenport
2016-08-30Add option to set padding within a line.Dave Davenport
2016-08-24Constness.Dave Davenport
2016-08-15Make textbox use character position instead of byte index for cursor.Dave Davenport
2016-08-13Fix #443Dave Davenport
2016-07-31Fix memory leak, re-indentDave Davenport
2016-07-30textbox: Handle tall glyphs better (#433)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-06-26Add selection counter in dmenu modeDave Davenport
2016-06-19Split Custom and Alternate command.Dave Davenport
2016-05-26Fix combi mode 'bang' behaviour, improve levenshtein with combiDave Davenport
2016-05-22Don't use g_ascii on utf8 string.Dave Davenport
2016-05-10First try at highlighting match (regex only)Dave Davenport
2016-05-08Fix indentingDave Davenport
2016-05-07keybindings: Rework the matchingQuentin Glidic
2016-05-07textbox/key: CleanupQuentin Glidic
2016-05-07textbox/keybinding: ReindentQuentin Glidic
2016-05-07textbox: Split keybinding and text handlingQuentin Glidic
2016-03-24Cleanup unused type specifier.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-05Remove deprecated theme system.Dave Davenport
2016-02-28Tests.Dave Davenport
2016-02-23WIP: Port window stuff to xcbQuentin Glidic
2016-02-23view: Store modstate on keypress eventQuentin Glidic
2016-02-23x11-helper: Directly store the useful valueQuentin Glidic
2016-02-21rofi: Always use ARGB for Cairo image surfacesQuentin Glidic
2016-02-21rofi: Migrate to libxkbcommonQuentin Glidic
2016-02-21rofi: Convert to XCB eventsQuentin Glidic
2016-02-19Test for single mainloopDave Davenport
2016-02-10Fix #336, missing prototypeDave Davenport
2016-02-09Merge remote-tracking branch 'origin/master' into glib-loopDave Davenport
2016-02-09Fix finding active desktop!Dave Davenport
2016-02-09Merge remote-tracking branch 'origin/master' into glib-loopDave Davenport
2016-02-09Revert part of commit e7b18d3a88ba754738919883cf70f498654432eeDave Davenport
2016-02-09Merge remote-tracking branch 'origin/master' into glib-loopDave Davenport
2016-02-09Issue: #334: Only allow markup-rows to be set on cmdlineDave Davenport
2016-02-06Split of files.Dave Davenport
2016-01-29Re-enable blinkingDave Davenport
2016-01-27Small fix.Dave Davenport
2016-01-22Make error dialog work correctly by creating lokal main loop (aka GtkDialog)Dave Davenport
2016-01-20Very dirty first attempt at glib mainloop in switcher (not yet dmenu.)Dave Davenport
2016-01-14[DRUN] Expand path we get from Desktop fileDave Davenport