summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-18Release 1.5.11.5.1Dave Davenport
2018-03-18Update release notes.Dave Davenport
2018-03-07Merge branch 'next' of github:DaveDavenport/rofi into nextDave Davenport
2018-03-07Remove duplicate test, use tempnam instead of hardcoded path.Dave Davenport
Issue: #543
2018-02-25Update themes from rofi-themes repositoryDave Davenport
2018-02-19[Doc] Fix border in layout structureDiki Ananta
2018-02-12Fix type in install.md 16.04 instruction.Dave Davenport
2018-02-12Update 16.04 instruction for updating newer rofi.Dave Davenport
Remove instructions as they where considered dangerous. Basically we do not support 16.04
2018-02-11Fix typo in INSTALL.MDDave Davenport
2018-02-11Add warning to INSTALL.Dave Davenport
2018-02-11Add some additional info on installing on 16.04 (#743)dragon788
2018-02-08[Script] Reset highlighting when reload viewDave Davenport
Issue: #767
2018-02-07I749 (#766)Dave Davenport
* [XCB] Use randr monitor API to get monitors. Hopefully helps with issue #749. * Add check for randr header version * Fix API version check, and check the version of the server. * Add some comments to the code.
2018-02-06[SSH] Reload ssh when entry is deleted.Dave Davenport
2018-02-04gitmodules: Update libnkutilsQuentin Glidic
Fixes #763 Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2018-02-03gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2018-02-03Merge pull request #761 from benoliver999/nextDave Davenport
Update config file location in README.md
2018-02-03Update README.mdBen
I couldn't get the configuration file to work in `~/.local` but it did work in `~/.config`. This might be distro specific but I believe it is the norm now.
2018-02-03Merge pull request #760 from EgZvor/nextDave Davenport
Fix several typos in theme manpage
2018-02-03Fix several typos in theme manpageEgor Zvorykin
2018-02-01Tag as dev version.Dave Davenport
2018-02-01Bump version to 1.5.01.5.0Dave Davenport
2018-01-18Revert "xcb: Add XKB_NEW_KEYBOARD_NOTIFY support"Quentin Glidic
This reverts commit e9532f584fe014bd06c6d6595335618e2fccdaec. It should not matter for rofi, which is not meant to stay around long, and it messes with XTST (that tools like xscape use). Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2018-01-14Sync changelog with releasenotesDave Davenport
2018-01-14Update releasenotes.Dave Davenport
2018-01-14[View] Added textboxes are set to autoheight and wrapping.Dave Davenport
Fixes: #754
2018-01-14[Theme] When reading double property, allow fallback to integer.Dave Davenport
Otherwise the value '1' is not seen as valid entry, only '1.0'. Fixes: #752
2018-01-12Some changes to phrasingRasmus Steinke
2018-01-05Extend script example with markup-rowsDave Davenport
2018-01-02Add credit to release note.Dave Davenport
2018-01-02Add picture of added colon to release notes.Dave Davenport
2018-01-02Fix indenting in release notes, add examples.Dave Davenport
2017-12-31Add image for 1.5.0 releasenoteDave Davenport
2017-12-31Update release notesDave Davenport
2017-12-31Update DarkBlue Theme to include prompt colon.Dave Davenport
2017-12-31[DRun] Set the default for match fields in the config to the correct value.Dave Davenport
2017-12-26bindings: Rework mouse bindings (#745)Quentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-25bindings: Fix double click delayQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-24Small releasenotes updatesDave Davenport
2017-12-19Add konsole to rofi-sensible-terminal (#739)Rafael Cavalcanti
2017-12-18xcb: Add XKB_NEW_KEYBOARD_NOTIFY supportQuentin Glidic
Should not matter much for us, but not hard to support anyway. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-12Small manpage tweakDave Davenport
2017-12-11[Script] Reduce scope and swap tests. (cppcheck)Dave Davenport
2017-12-10include $XDG_CONGIG_HOME/rofi/themesRasmus Steinke
2017-12-09DRun: Allow to select based on comment field.Dave Davenport
Fixes: #733
2017-12-09update for latest theme format changesRasmus Steinke
2017-12-09update widget names, include colonRasmus Steinke
2017-12-09drun: Early return if already initializedQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-09xrmoptions: Use a switch where possibleQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-12-08Fix (old style) fake-transparency and fake-background option.Dave Davenport
- Broke and only setting it via theme worked.