summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
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 remove...Dave Davenport
2016-04-01Test config file before load, support ~/.config/rofi/theme and remove config_...Dave Davenport
2016-03-24Cleanup unused type specifier.Dave Davenport
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
2016-03-07view: Fix multi-character compose sequencesQuentin Glidic
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
2016-03-04Check for the availability of the xinerama extension.Dave Davenport
2016-03-03Quit on error msg fail.Dave Davenport
2016-03-02Cleanups (cppcheck)Dave Davenport
2016-03-01Fix #348, give a warning when font failed to parseDave Davenport
2016-03-01Small cleanupDave Davenport
2016-03-01Add missing files.Dave Davenport
2016-03-01Pack magic externs into a xcb_stuff.Dave Davenport
2016-02-29Try to get fullscreenmode to draw nicer.Dave Davenport
2016-02-28Small cleanup.Dave Davenport
2016-02-28Run indenterDave Davenport
2016-02-28Remove unneeded atomDave Davenport
2016-02-28Remove X11 headers includesQuentin Glidic
2016-02-28Change Window/Atom to xcb_window_t/xcb_atom_tQuentin Glidic
2016-02-28Remove Atom with xcb_atom_t.Dave Davenport
2016-02-28Remove opening of display.Dave Davenport
2016-02-28Convert more stuff to xcb, keyboard grab, cleanupDave Davenport
2016-02-27Move most of window modi to xcbDave Davenport
2016-02-27Move more to xcb, window_*_ functions to xcb_ functionsDave Davenport
2016-02-27Move more to xcb.Dave Davenport
2016-02-27Removing XCB from view.c, paste lessDave Davenport
2016-02-23WIP: Port window stuff to xcbQuentin Glidic
2016-02-23x11-helper: Migrate to libxkbcommonQuentin Glidic
2016-02-23keybindings: Rework modmask matchingQuentin Glidic
2016-02-23view: Store modstate on keypress eventQuentin Glidic
2016-02-23rofi: Drop daemon modeQuentin Glidic
2016-02-23x11-helper: Directly store the useful valueQuentin Glidic
2016-02-23view-internal: Use XCB typesQuentin Glidic
2016-02-21rofi: Always use ARGB for Cairo image surfacesQuentin Glidic
2016-02-21Remove x11-event-source, replaced by libgwater.Dave Davenport
2016-02-21Compose stuffQuentin Glidic
2016-02-21rofi: Migrate to libxkbcommonQuentin Glidic
2016-02-21rofi: Convert to XCB eventsQuentin Glidic
2016-02-19Full mainloop madnessDave Davenport
2016-02-19Test for single mainloopDave Davenport
2016-02-17#219: Implement continious scrollDave Davenport
2016-02-17Quick work-around fix for rofi blocking X on unavailable monitorDave Davenport
2016-02-16#343 Add history support to drun mode.Dave Davenport
2016-02-11Fix double typedef.Dave Davenport