summaryrefslogtreecommitdiffstats
path: root/source/textbox.c
AgeCommit message (Expand)Author
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
2016-01-11Small clang-analyze pleaserDave Davenport
2016-01-11Remove duplicate code, make password right character length.Dave Davenport
2016-01-10Add experimental 'password' mode. (#315)Dave Davenport
2016-01-09Making widget class, moving stuff aroundDave Davenport
2016-01-07More doxygen sugar.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-12-28Issue #303: Create one pango context from xlib surfaceDave Davenport
2015-12-23Small fixDave Davenport
2015-12-14Fix #299: Clear attributes when setting text on pango layoutDave Davenport
2015-12-04Tweak selected row color. #293Dave Davenport
2015-11-30Issue #287 mark selected rows.Dave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
2015-11-20Second cleanup in the fix to #268Dave Davenport
2015-11-20Hopefully fix for #268Dave Davenport
2015-11-20Fix issue #275: don't try to do move cursor when nothing is shown.Qball Cow
2015-11-20Issue #268, Filter out mode switch key.Dave Davenport
2015-11-16Fix 2nd offset. #269Dave Davenport
2015-11-12Possible fix for issue #265. Check mask when accepting textbox input.Qball Cow
2015-11-03Put things together, making desktop menu workDave Davenport