summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-19Remove pointless else if statementDave Davenport
2016-03-18rofi: Allow fullscreen on specified monitorQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-17Issue 213: Memcpy the right size for atomsDave Davenport
2016-03-17x11-helper: Advertise the correct set of supported modifiersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-15Issue 358 Set monitor width and height for monitor -3 mode.Dave Davenport
2016-03-13Update manpage explaining monitor -3 setting, position at mouse.Dave Davenport
2016-03-13Terminate mainloop after error message when trying to start it in daemon mode.Dave Davenport
2016-03-12Tried to fix strlen on NULLDave Davenport
2016-03-07view: Fix multi-character compose sequencesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-07Remove xdg-terminal, it aint sensible.Dave Davenport
Fixes: #355
2016-03-07Read default config from /etc/rofi.conf if exists.Dave Davenport
2016-03-06Add MENU_ERROR_DIALOG flag.Dave Davenport
2016-03-06Update rofi-sensible-terminal manpageDave Davenport
2016-03-05Try to fix thingsDave Davenport
2016-03-05Add option to position rofi at mouseDave Davenport
2016-03-05Update INSTALLDave Davenport
2016-03-05#352 closeDave Davenport
2016-03-05Update manpage about config.cDave Davenport
2016-03-05Fix failing compilation.Dave Davenport
2016-03-05Remove hack with config file.Dave Davenport
2016-03-05Make cppcheck happyDave Davenport
2016-03-05Remove deprecated theme system.Dave Davenport
2016-03-05Allow X parsed colorsDave Davenport
2016-03-05Fix color parsingDave Davenport
2016-03-05INSTALL: Use upstream names (and Debian names as hint)Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-05Update INSTALLDave Davenport
2016-03-05Merge pull request #349 from DaveDavenport/wip/xcb/fullDave Davenport
Wip/xcb/full
2016-03-05More cleanupsDave Davenport
2016-03-05Update INSTALL.Dave Davenport
2016-03-05CleanupDave Davenport
2016-03-05Cleanups.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
Fix positioning dialog.
2016-03-04Return NULL when empty property.Dave Davenport
2016-03-04Check for the availability of the xinerama extension.Dave Davenport
2016-03-04Move keymap updating into right x11 event loop handler.Dave Davenport
2016-03-04Be able to run without compose table.Dave Davenport
2016-03-04Check table exists.Dave Davenport
2016-03-03Correctly check errorDave Davenport
2016-03-03Check if connection was succesfullDave Davenport
2016-03-03Free was too early.Martijn Koedam
2016-03-03Fix build testDave Davenport
2016-03-03Quit on error msg fail.Dave Davenport
2016-03-03Quit when failing to create dialog.Dave Davenport
2016-03-03is active can be NULL, checkDave Davenport
2016-03-02add --enable-asanDave 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