summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-16[IconFetcher] If last step fails to load icon, don't error out make warningDave Davenport
2023-11-10Update releasenotes.Dave Davenport
2023-11-10[Script] Update theme property clarification a bit.Dave Davenport
2023-11-10[Script] Add clarification to theme property.Dave Davenport
2023-11-06[Dmenu][Script] Add 'display' row option to override whats displayed.Dave Davenport
2023-10-31[DRun] Allow url field to be searched and fix c/p errorDave Davenport
Issue: #1914
2023-10-31[DRUN] Add {url} to drun-display-format.Dave Davenport
Escape exec. fixes: #1914
2023-10-20Update releasenotes.Qball Cow
2023-10-07[ReleaseNotes] Start working on notesDave Davenport
2023-10-06Change version as optional.Dave Davenport
2023-10-03[lexer] Add dmenu as enabled option for media type.Dave Davenport
fixes: #1903
2023-09-30[XCB] Make sure that window maker is 0 terminated before usage.Dave Davenport
Thanks to Omar Polo and bsdmp
2023-09-27Fix text color when `cursor-color` is set (#1901)vE5li
* Fix text color when cursor color is set * Add comment
2023-09-25gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2023-09-24[XCB] Try to be smarter with where mouse click started.Dave Davenport
fixes: #1896
2023-08-29[View|Textbox] cleanups to drawing codeNikita Zlobin
2023-08-27Clip text with extents rectangleNikita Zlobin
Fonts are not ideal, some characters have mismatch between reported and painted size.
2023-08-24[Rofi] Expand cache-dirDave Davenport
Fixes: #1892
2023-08-23Fix typos in dmenu docs (#1891)Gutyina Gergő
2023-08-21Support single quotes for strings as in CSSNikita Zlobin
2023-08-15[Theme] Fix missing doxygen documentationDave Davenport
2023-08-15[Theme] Fix opening abs path if no/wrong extension (backward comp.)Dave Davenport
2023-08-15[rofi-theme] fix typoDave Davenport
2023-08-15[Theme] Try to fix importing of theme.Dave Davenport
- Fix the two place of resolving into one method. - Do not accept file in CWD. - Prefer file if it exists in same directory as parent file that imported it. fixes: #1889
2023-08-11script: Let script handle empty custom inputNikita Zlobin
2023-07-24widget_draw: clean useless calls in corner drawingNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-24Fix border segments stitchNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-24Fix mm type in descriptionNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-23Remaining modi words in the codeNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-23Better descriptions for sort options groupNikita Zlobin
It's unobvious from documentation, that sort only works against filtered menu. Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-22update man pages without scriptsNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-07-05[Lexer] Print some more debug info on error.Dave Davenport
issue: #1865
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-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).