summaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Expand)Author
2016-04-10Issue: #380 Make combi complete prepend bangDave Davenport
2016-04-10Work around crash. echo error to stderr.Dave Davenport
2016-04-10Remove fgets and replace by getline.Dave Davenport
2016-04-10Move history to getline and remove magic limit.Dave Davenport
2016-04-10Remove left-over printf.Dave Davenport
2016-04-10Issue: #381: Try to handle X11 input and UTF-8 better.Dave Davenport
2016-04-05Fix possible macro expansion problem.Dave Davenport
2016-04-05rofi: Only display GIT_VERSION if availableQuentin Glidic
2016-04-02Remove unused -quiet commandline option.Dave Davenport
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-04-01Use SYSCONFDIRDave Davenport
2016-04-01Merge branch 'master' of github:DaveDavenport/rofiDave Davenport
2016-04-01Revert "Test config file before load, support ~/.config/rofi/theme and remove...Dave Davenport
2016-04-01rofi: Fix g_file_test callsQuentin Glidic
2016-04-01Test config file before load, support ~/.config/rofi/theme and remove config_...Dave Davenport
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-24Cleanup unused type specifier.Dave Davenport
2016-03-21Quick fix.Dave Davenport
2016-03-20x11-helper: Drop RControl/LControl from Control modifier maskQuentin Glidic
2016-03-20keybindings: Merge accept-custom and accept-entry-continueQuentin Glidic
2016-03-20Fix reloading after deleting entryDave Davenport
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-19Remove pointless else if statementDave Davenport
2016-03-18rofi: Allow fullscreen on specified monitorQuentin Glidic
2016-03-17Issue 213: Memcpy the right size for atomsDave Davenport
2016-03-17x11-helper: Advertise the correct set of supported modifiersQuentin Glidic
2016-03-15Issue 358 Set monitor width and height for monitor -3 mode.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
2016-03-07Read default config from /etc/rofi.conf if exists.Dave Davenport
2016-03-06Add MENU_ERROR_DIALOG flag.Dave Davenport
2016-03-05Try to fix thingsDave Davenport
2016-03-05Add option to position rofi at mouseDave 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-05More cleanupsDave Davenport
2016-03-05CleanupDave Davenport
2016-03-05Cleanups.Dave Davenport
2016-03-05Propagate error down, show dialog.Dave Davenport
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