summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2022-12-24[Theme] Move some definitions header around for plugin.Dave Davenport
2022-12-23[Textbox] Cursor goes over, not under. allow cursor outline.Dave Davenport
2022-12-23[Textbox] Add text-outline to styleDave Davenport
2022-12-20[Doc] Clarify documentation on `require-input` further.Dave Davenport
2022-12-20[Doc] Clarify that `require-input` only hides it.Dave Davenport
2022-11-25make cursor more customizable by adding cursor-width and cursor-color (#1753)vE5li
* make cursor more customizable by adding cursor-width and cursor-color to the theme * fix placeholder color * add doc entry * more documentation
2022-11-21[XIM] Fix an unitialized value problem.Dave Davenport
2022-11-21[Doc] Add example run command with cgroup support (#1752)Martin Weinelt
Adds an example command to launch processes via systemd-run into a dedicated systemd scope within the users slice, which allows using systemd-oomd, that evaluates memory consumption on a per cgroup basis. The systemd-run arguments are chosen in alignment with systemds desktop environment integration recommendationsÂą. [1] https://systemd.io/DESKTOP_ENVIRONMENTS/ Co-Authored-By: Dave Davenport <qball@blame.services> Co-authored-by: Dave Davenport <qball@blame.services>
2022-11-19[Build] Fix test building in makefile.Dave Davenport
2022-11-19[Doc] Add documentation for new functions.Dave Davenport
2022-11-19[Doc] Fix some missing docu.Dave Davenport
2022-11-19[DMenu] Add -ellipsize-mode option.Dave Davenport
2022-11-19Move config.hDave Davenport
small updates Tweak header a bit [CI] Add lto build to sh ci. [CI] Fix artifact upload [CI] no wildcard for artifact
2022-11-18Move doxy-coverage to davatorium versionDave Davenport
2022-11-18[listview] Set ellipsize mode on creation of textboxDave Davenport
So if rows are added, they behave correctily. Issue: #1746
2022-11-17Disable imdkit by defaultDave Davenport
2022-11-17Build documentation (#1744)cognitiond
* explain how to pass options to meson * fix typo in INSTALL.md
2022-11-17[Build] Use built-in lto option.Dave Davenport
2022-11-17[Window] Fix reloading windowcd from xserver requestDave Davenport
2022-11-17[Build] Add option to build with lto to meson.Dave Davenport
Fix error in test. Issue: #1743
2022-11-15[Build] Add option to disable imdkit at compile time.Dave Davenport
Issue: #1742
2022-11-11[Doc] Update support links.Dave Davenport
Remove reddit.
2022-11-08input method (#1735)duarm
* input method draft * restoring relese event * using unused macro, removing debug code, handling disconnection * review fixes, new update_im_window_pos method * initializing variables correctly * initializing im pos queue correctly * ime window positioning * add widget_get_y_pos() position * [Build] Update makefile with imdkit * [CI] Add imdkit as dependency. * [XCB] rofi_view_paste don't throw warning, print debug. * [XCB] rofi_view_paste lower 'failed to convert selection' * [Build] Add minimum version check to imdkit * new macro XCB_IMDKIT_1_0_3_LOWER * [Build] Try to support old version of imdkit in meson/makefile. * [Build] Fix typo in meson.build * [XIM] Don't set use compound/set use utf8 when on old version. * [Build] Allow building without imdkit. * [Doc] Add imdkit to dependency list. Co-authored-by: Dave Davenport <qball@gmpclient.org>
2022-11-02[Window] Make sure their is a trailing 0 on the workspace strings.Dave Davenport
Issue: #1739
2022-10-31[FileBrowser] Bind kb-delete-entry to toggle show-hidden.Dave Davenport
2022-10-27[Textbox] Add a 'get_cursor_x_pos' function.Dave Davenport
2022-10-25[man] re-gen manpage.Dave Davenport
2022-10-25[DOC] Add parsing row options to dmenu manpage (#1734)Fabian Winter
2022-10-24[Build] Fix icon install path for makefile.Dave Davenport
fixes: #1733
2022-10-22[Window] Small fixes to prefer-icon-theme optionDave Davenport
Thanks to Kafva (https://github.com/Kafva) for the original patch. Issue: #1702
2022-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
Fixes: #1702
2022-10-13[drun] Only pass path on launch, if one is setDave Davenport
2022-10-11The mode is filebrowser (not file-browser) (#1723)aloispichler
2022-10-11[DOC] Rerun update-manpages.Dave Davenport
2022-10-11[filebrowser] Add an option to show hidden files. (#1716)Dimitris Triantafyllidis
Add an option to show hidden files by looking up the "show-hidden" filebrowser property and modifying the relevant logic in "filebrowser.c". Co-authored-by: Dave Davenport <DaveDavenport@users.noreply.github.com>
2022-10-11gitmodules: fix submodule again.Dave Davenport
2022-10-11[Doc] Update rofi-keys manpage with unset sectionDave Davenport
2022-10-03Add format option to disable padding with space the "window-format" entries ↵David Kosorin
(#1715)
2022-10-03gitmodules: Update libnkutilsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2022-10-03[Script] Split mode string only once on :, allowing : in right part.Dave Davenport
Issue: #1718