summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-02Bump to version 1.0.11.0.1Dave Davenport
2016-05-01man: Fix typo (exteneded -> extended)Chris Salzberg
2016-04-29Issue: #395 adding more options.Dave Davenport
2016-04-29Merge pull request #393 from domidimi/masterDave Davenport
When switching windows also switch the desktop
2016-04-28When switching windows also switch the desktopDimitar Yordanov
If the window we switch to is not on the same desktop, first switch to the desktop.
2016-04-27Merge pull request #391 from jasperla/bashDave Davenport
no need for bash here, sh suffices
2016-04-27no need for bash here, sh sufficesJasper Lievisse Adriaanse
2016-04-27Issue #388, Try to make history parser more robust against corruption.Dave Davenport
2016-04-27Merge pull request #389 from jamesbvaughan/masterDave Davenport
Minor documentation typo fix
2016-04-27typo fixJames Vaughan
2016-04-26Issue: 386: Fix getting desktop number propertyDave Davenport
2016-04-20small cleanupDave Davenport
2016-04-20Small cleanups, fix worker error dialog.Dave Davenport
2016-04-20Move teardown to the logic place again (possible with deamon mode removed)Dave Davenport
2016-04-17bump to 1.01.0.0Dave Davenport
2016-04-14More configure checks.Dave Davenport
2016-04-12Update release notes.Dave Davenport
2016-04-10Disable gitlab test, as it get stuck.Dave Davenport
2016-04-10Add gitlab CI tests.Dave Davenport
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-10Update git revision script.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
In window_get_text_prop do conversion when input is of type STRING. (latin1) to utf8. Dmenu: don't skip invalid lines, but try to display as much as possible. Window mode: Double check all input from X.
2016-04-09Update gitlab build file.Dave Davenport
2016-04-05Fix possible macro expansion problem.Dave Davenport
As indicated by llvm analysis passes.
2016-04-05rofi: Only display GIT_VERSION if availableQuentin Glidic
It now contains the latest tag, so we have all the relevant information. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05version: Let Git provide meaningful informationQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-03Bump to 1.0.0-RC11.0.0-RC1Dave Davenport
2016-04-03Update manpage.Dave Davenport
2016-04-02Remove unused -quiet commandline option.Dave Davenport
This option, with the removal of daemon mode, no longer had any purpose.
2016-04-02manpage: Add my emailQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02travis.yml: Move ./configure to before_scriptQuentin Glidic
This way, the Travis build will error and not fail on missing dependencies. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02travis.yml: libxcb-ewmh-dev is blacklisted againQuentin Glidic
This package changed named between Precise and Trusty, and Travis is using Precise as its base system. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02Fixes issue #370: Move dmenu option into dmenu.Dave Davenport
2016-04-02Update manpageDave Davenport
2016-04-01Update release note.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 ↵Dave Davenport
remove config_path global, fix loading dynamic options from /etc/rofi.conf" This reverts commit 0c7d1a6b177727384efb4b0479b9aceb279d1cdd.
2016-04-01rofi: Fix g_file_test callsQuentin Glidic
G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR will return TRUE even for directory. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-01Test config file before load, support ~/.config/rofi/theme and remove ↵Dave Davenport
config_path global, fix loading dynamic options from /etc/rofi.conf
2016-03-31Add cmdline to issue template.Dave Davenport
2016-03-30Update to release notes.Dave Davenport
2016-03-27Merge pull request #367 from benizi/add-install-disclaimerDave Davenport
Add staleness note to INSTALL.md git instructions
2016-03-26Add staleness note to INSTALL.md git instructionsBenjamin R. Haskell
Instructions on the GitHub Pages version track the stable release. It would be nice to know that the "Install a checkout from git" section on the site may be out of date. Issue #350, #365
2016-03-24Cleanup unused type specifier (dialogs).Dave Davenport
2016-03-24Cleanup unused type specifier.Dave Davenport