summaryrefslogtreecommitdiffstats
path: root/source/modes/window.c
AgeCommit message (Collapse)Author
2023-01-14Update copyright dates.Dave Davenport
2023-01-08[window] When no window title set, handle this more gracefullyDave 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-17[Window] Fix reloading windowcd from xserver requestDave Davenport
2022-11-02[Window] Make sure their is a trailing 0 on the workspace strings.Dave Davenport
Issue: #1739
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-03Add format option to disable padding with space the "window-format" entries ↵David Kosorin
(#1715)
2022-09-25[window] Check bitmask, not full comparisonDave Davenport
2022-07-24[window] Add an option to hide active window.Dave Davenport
fixes: #1336
2022-07-23[Build] Fix some compile warnings.Dave Davenport
2022-06-28[Window] Small fix avoiding unneeded icon reloads.Dave Davenport
2022-06-27[Modes] Support icons off multiple icons.Dave Davenport
2022-05-17[Dmenu] use ssize_t instead of size_t.Dave Davenport
2022-03-15Cleanup some duplicate checks.Dave Davenport
2022-02-23Rename Dialogs -> ModesDave Davenport
Try to fix some of old syntax.