summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-06-11[Doc] Add regex filtering to recursivebrowser.recursive-fileDave Davenport
2023-06-11[recursivebrowser] Update manpage.Dave Davenport
2023-06-11[Mode] Add some extra validating of the mode selected to complete.Dave Davenport
2023-06-04[Recursive browser] Make completer selectable.Dave Davenport
2023-06-04Add methods for completer to modes.Dave Davenport
2023-06-01Prepare updates for new APIs.Qball Cow
2023-05-10[RB] Fix regex and cleanupsDave Davenport
2023-05-10[RB] Add (unfinished regex test)Dave Davenport
2023-05-10[RB] Pull the scanning into a separate thread.Dave Davenport
2023-05-03[Recursive File Browser] First test version.Dave Davenport
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.
2023-01-25[Doc] theme, spelling fix and more textual tweaks.Dave Davenport
2023-01-25[Doc] More tweaks to get the formulation right.Dave Davenport
2023-01-25[Doc] themes manpage, small textual improvement.Dave Davenport
2023-01-25[Doc] Try to fix some markdown, themes.Dave Davenport
seems fine in editor, not fine rendered in website.
2023-01-25[Doc] Try to clarify the children situation for the listview widget.Dave Davenport
2023-01-23[EntryHistory] Disable entry history when dmenu password is set.Dave Davenport