summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-02-11[Dmenu] Implement a select rows for dmenu multi-select.1806-request-pre-check-some-or-all-boxes-on-demu-multi-selectDave Davenport
Issue: #1802
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
2023-01-22Merge remote-tracking branch 'github/next' into nextDave Davenport
2023-01-22I785 (#1789)Dave Davenport
* [Textbox] Add history to the entrybox. * [Textbox] Add comments and move into sub functions. * [doc] Add conflicting constraint section to manpage. * [Script] Some small memory leak fixes. * [Entry History] Add documentation. fixes: #785
2023-01-22[doc] Add conflicting constraint section to manpage.Dave Davenport
2023-01-21[mkdoc] add link to user scriptsDave Davenport
2023-01-18[Textbox] Replace 'space' with a spaceDave Davenport
Issue: #1784
2023-01-16draw text after cursor (#1777)vE5li
2023-01-16[Doc] Small tweak to markdown.Dave Davenport
2023-01-16[Example] Small change in escaping for caday.Dave Davenport
2023-01-14Update copyright dates.Dave Davenport
2023-01-14[Doc] Add manpage documentation for pango font string.Dave Davenport
2023-01-13[MKDocs] Add dynamic theme guide.Dave Davenport
2023-01-11[FileBrowser] Allow command to be overwrittenDave Davenport
2023-01-10[theme] Small theme tweak.Dave Davenport
2023-01-10[Theme] Add NO_IMAGE mode to theme.Dave Davenport
2023-01-10[Themes] add fullscreen theme with preview part.Dave Davenport
2023-01-08[window] When no window title set, handle this more gracefullyDave Davenport
2023-01-08[DMenu|Script] Add per row urgent/active option.Dave Davenport
Instead of having a global list of entries to highlight urgent/active, you can now to it per row.
2023-01-08Merge pull request #1775 from nomoo/nextRasmus Steinke
sed & realpath workaround for BSD and Darwin OS
2023-01-08sed & realpath workaround for BSD and Darwin OSnomoo
2023-01-06[filebrowser] Add option to return 1 on cancel.Dave Davenport
Fixes: #1732
2023-01-01[Theme] Small tweak to fancy2 themeDave Davenport
2023-01-01update issue templateDave Davenport
Expand option text.
2023-01-01update issue templateDave Davenport
It seems No is a reserved keyword.
2023-01-01update issue templateDave Davenport
If only github tells me before commit it is wrong, not after.
2023-01-01update issue template with checkDave Davenport
2023-01-01[MKDocs] Link to rasi files in theme page.Dave Davenport
2022-12-31[Themes] Add fancy2 theme.Dave Davenport
2022-12-31[Themes] Add material themeDave Davenport
2022-12-31Merge remote-tracking branch 'origin/next' into nextDave Davenport
2022-12-31Fix header themeDave Davenport
2022-12-31[Helper] Quick fix for wrong dereference.Dave Davenport
2022-12-31MKDoc website (#1772)Dave Davenport
* Add initial documentation page using mkdocs * Test action * Add notes to mkdoc site. * Add installation guide * Add installation and config guide to mkdocs. * Add installation manual * Add image to main page * [mkdocs] Add plugin guide. * [mkdocs] Add plugin to main page and some small fixes. * Add shipped themes page * [actions] Also rebuild website on the next branch
2022-12-31[themes] don't use screenshot transparency in shipped themesDave Davenport
2022-12-30[IconFetcher] Fix for api changeDave Davenport
2022-12-30[Theme] support rasinc for theme include files.Dave Davenport
2022-12-29[listview] Don't calculate infinite rows on empty height.Dave Davenport
Issue: #1769
2022-12-25[CI] Maintenance. (#1767)TonCherAmi
* [CI] Bump actions/upload-artifact version. * [CI] Bump actions/checkout version. * [CI] Bump actions/setup-python version. * [CI] Adjust doxy redirection order.