summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-03Update to releasenotesrelease-notes-1.7.5Dave Davenport
2023-07-03Merge remote-tracking branch 'origin/next' into rnDave Davenport
2023-07-03[Script] Set type on Mode object.Dave Davenport
2023-07-03[window] Quick test of code scanning.Dave Davenport
2023-07-03Merge remote-tracking branch 'github/next' into nextDave Davenport
2023-07-03Add CodeQL workflow (#1863)Jorge
2023-07-01[Doc] Add initial 1.7.6 release notes.Dave Davenport
2023-06-29Remove unused variable.Qball Cow
2023-06-15[ROFI] -e '-' reads from stdinDave Davenport
2023-06-15[ConfigParser] Don't pass commandline options with very long args.Dave Davenport
This is a quick 'n dirty fix for this unexpected issue. fixes: #1855
2023-06-12[Build] Fix autotools build system.Dave Davenport
2023-06-12[Doc] Fix some missing/wrong doxygen headers.Dave Davenport
2023-06-12Print window manager in -help outputDave Davenport
2023-06-12Merge remote-tracking branch 'github/next' into nextDave Davenport
2023-06-12Merging in the Recursive file browser.Dave Davenport
Squashed commit of the following: commit 92e730076d461622dc81e44e87ec456317514904 Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 18:17:12 2023 +0200 [Doc] Add regex filtering to recursivebrowser. commit ee80c8487f9765b1e6e8ab8219a6baea089cf5af Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 17:49:29 2023 +0200 [recursivebrowser] Update manpage. commit a24b68f52362aaf1461935c2340e3bf5e31da59d Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 11 17:37:56 2023 +0200 [Mode] Add some extra validating of the mode selected to complete. commit cf497e8685e806521c0f61922827687adce268c9 Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 4 15:12:31 2023 +0200 [Recursive browser] Make completer selectable. commit 722f07a803c28a406d8a610f31a24b3f7247b9ba Author: Dave Davenport <qball@gmpclient.org> Date: Sun Jun 4 14:36:14 2023 +0200 Add methods for completer to modes. commit 7972420c30275514751802d1ed517a45bbd83da1 Author: Qball Cow <qball@blame.services> Date: Thu Jun 1 21:56:06 2023 +0200 Prepare updates for new APIs. commit dd3035a1a61f8196d394f6867701a0e1b3af30ac Author: Dave Davenport <qball@gmpclient.org> Date: Wed May 10 19:24:48 2023 +0200 [RB] Fix regex and cleanups commit 4d2941caf32dfb946aee54c467c1319c7a89804a Author: Dave Davenport <qball@blame.services> Date: Wed May 10 18:09:54 2023 +0200 [RB] Add (unfinished regex test) commit 848277001fc8cf9afc538067f2afa24a174f8c7f Author: Dave Davenport <qball@blame.services> Date: Wed May 10 17:49:16 2023 +0200 [RB] Pull the scanning into a separate thread. commit f369a7f63f618bbcad10c18e73f7e2b117c515f1 Author: Dave Davenport <qball@gmpclient.org> Date: Wed May 3 18:35:15 2023 +0200 [Recursive File Browser] First test version.
2023-05-04Add wezterm to rofi-sensible-terminal (#1838)Yuta Katayama
2023-04-22[DRun] Add option to scan desktop directory for desktop files.Dave Davenport
Squashed commit of the following: commit ac12b66d86b36aaf349c15a5c8dab00a553a641f Merge: 5c393fb4 98c213a6 Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 22 21:48:24 2023 +0200 Merge remote-tracking branch 'origin/next' into scan-desktop commit 5c393fb4120e842d609e6d4366b1e0b822f66d7f Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 8 21:14:20 2023 +0200 [DRun] Add option to scan desktop for desktop files
2023-04-22gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2023-04-21[IconFetcher] Fix small memory leak.Dave Davenport
2023-04-21Small memory leaks fixed and other cleanups.Dave Davenport
2023-04-13[MKDocs] Move logo to top.Dave Davenport
(testing).
2023-04-13[MKDocs] Add logoDave Davenport
(testing)
2023-04-12[DMenu] Fix row initial tab if non-first column is shown first.Dave Davenport
Issue: #1834
2023-03-27[Doc] Update theme manpage with remark-lint hints.Dave Davenport
2023-03-27[Doc] More small markdown fixes.Dave Davenport
2023-03-27[DOC] Update rofi-script update with remark-lint remarks.Dave Davenport
2023-03-27Remove unneeded test and extra enforcement of 0 terminated bufferDave Davenport
2023-03-27[Doc] Update rofi.1.markdown with markdown fixes.Dave Davenport
2023-03-27[DOC] update readme.md with remark-lint updates..Dave Davenport
metastability issues in linter is fun.
2023-03-27[DOC] Update INSTALL,md with remark-lint fixes.Dave Davenport
2023-03-27[DOC] Add some remark markdown fixes.Dave Davenport
2023-03-26Fix to pointless or's.Dave Davenport
2023-03-26[UnitTest] Add more tests for environment parsing.Dave Davenport
2023-03-26[Doc] Mention location of scripts in manpage.Dave Davenport
2023-03-26Re-indent the code using clang-formatDave Davenport
2023-03-24Fix typo in template.Dave Davenport
2023-03-24Update issue template to include checkbox for version.Dave Davenport
2023-03-05[Doc] Re-generate manpageDave Davenport
2023-03-05docs: element children theming (#1818)Christian Friedow
* docs: element children theming * docs: move element custom children docs * docs: use relative link instead of absolute
2023-03-05Add support for adding textbox widgets to listview elements (#1792)notuxic
* Add support for adding textbox-widgets to listview entries * Add support for adding icons and buttons to listview elements
2023-02-23[Textbox] cairo_save/restore does not store path.Dave Davenport
Fix by moving cairo_move_to to after blink. Also fix drawing outline.
2023-02-16More Unicode normalization with `-normalize-match` (#1813)Naïm Favier
Normalize the string to a fully decomposed form, then filter out mark/accent characters.
2023-02-14#1802: Calc broken fix (#1803)Dave Davenport
* [Theme] First move to double internal calculations. * [Theme] Allow float numbers. * [Theme] Fix unary - and tighten the grammar parser. * [Theme] Rename % to modulo to fix compiler. * [Theme] Dump right modulo syntax. * [Test] add missing end_test * [Grammar] Allow negative numbers as property value
2023-02-11[Dmenu] Small fix that disabled async mode when multi-select is enabled.Dave Davenport
2023-01-30[View] Fix wrong bitmask checking. (& not |)Dave Davenport
2023-01-30[rofi-theme-selector] prepend newline before specifying new theme (#1791)Amith Mohanan
* [rofi-theme-selector] prepend newline before specifying new theme If the EOF is not a newline, new theme setting will fail. * make sed substitution more readable * simplify sed substitution
2023-01-30[MKDocs] Try to fix link.Dave Davenport
2023-01-30[MKDocs] Add downloads to side menuDave Davenport
2023-01-30[MKDocs] Add a download page.Dave Davenport
2023-01-29[Script] Strip pango markup when matching rows (#1795)Tim Pope
This is effectively the same fix that was made to DMenu in a42e9f869f8fe95772aace1544dcf907827a0e52.