| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-24 | Identified and fixed a few more cross-compilation issues related to prior ↵ | bakkeby | |
| refactoring / simplification | |||
| 2020-08-23 | Fixing wintitle and a few warning messages ref. #37 | bakkeby | |
| 2020-08-23 | Fixing warp barmodules compatibility ref. #37 | bakkeby | |
| 2020-08-22 | Simplified Pango integration by settling on common function signatures. | bakkeby | |
| 2020-08-22 | Added clientindicators patch and unified and simplified indicator code. ↵ | bakkeby | |
| Enabled centeredwindowname option for awesomebar and bartabgroups patches. | |||
| 2020-08-22 | Added clientindicators patch and unified and simplified indicator code. ↵ | bakkeby | |
| Enabled centeredwindowname option for awesomebar and bartabgroups patches. | |||
| 2020-08-22 | Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵ | bakkeby | |
| standalone bars that only show certain clients) | |||
| 2020-08-22 | Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵ | bakkeby | |
| standalone bars that only show certain clients) | |||
| 2020-08-21 | Simplification of color configuration; settling on a set of color schemes ↵ | bakkeby | |
| that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional) | |||
| 2020-08-20 | Refactoring and simplifying color configuration in config.h | bakkeby | |
| This involves always having configuration for floating border, regardless of whether it is used or not. Also permanently dropping the const expectation for color configuration in dwm, so that vtcolors and xrdb patches can change color configuration. | |||
| 2020-08-20 | Adding experimental flexwintitle patch based on bartabgroups | bakkeby | |
| 2020-08-20 | dragmfact: minor if / else if correction if one is not using the flextile ↵ | bakkeby | |
| deluxe layout | |||
| 2020-08-15 | bartabgroups: adding guard for missing wintitleactions patch, just to align ↵ | bakkeby | |
| with patch | |||
| 2020-08-15 | bartabgroups: grouped floating and hidden windows, added stack, float and ↵ | bakkeby | |
| hidden group weights | |||
| 2020-08-15 | bartabgroups: show title for hidden floating windows, added option to show ↵ | bakkeby | |
| always show title for floating windows | |||
| 2020-08-13 | Adding bartabgroups patch | bakkeby | |
| 2020-08-11 | Adding focusmaster patch | bakkeby | |
| 2020-08-11 | Adding decoration hints patch | bakkeby | |
| 2020-08-10 | Adding insets patch | bakkeby | |
| 2020-08-10 | Adding cool autostart patch | bakkeby | |
| 2020-08-10 | autostart: moving configs to config.def.h | bakkeby | |
| 2020-08-04 | awesomebar: use previously tiled when hiding client and the hidden client ↵ | bakkeby | |
| was the last tiled client | |||
| 2020-08-04 | zoomswap: renamed prevtiled back to findbefore as per original patch | bakkeby | |
| 2020-08-02 | Adding reorganizetags patch | bakkeby | |
| 2020-08-02 | awesomebar: when hiding a client make the next focused client the next tiled ↵ | bakkeby | |
| client | |||
| 2020-07-31 | status2d: set the correct scheme before updating colours | bakkeby | |
| 2020-07-24 | status2d: rawstext may not exist if neither statuscmd nor the extrabar patch ↵ | bakkeby | |
| is used | |||
| 2020-07-23 | Adding link to flextile-deluxe wiki page | bakkeby | |
| 2020-07-20 | barmodules: removing tags padding | bakkeby | |
| 2020-07-19 | BAR_TITLE_RIGHT_PAD --> BAR_TITLE_RIGHT_PAD_PATCH | bakkeby | |
| 2020-07-19 | Removing unnecessary .h file | bakkeby | |
| 2020-07-19 | Adding powerline patch | bakkeby | |
| 2020-07-19 | hidevacanttags: width and buttonpress fix | bakkeby | |
| 2020-07-18 | Extrabar --> extrastatus | bakkeby | |
| 2020-07-18 | holdbar: changes for new bar | bakkeby | |
| 2020-07-18 | Refinement | bakkeby | |
| 2020-07-15 | status2d: hide click_status2d if dwmblocks is used | bakkeby | |
| 2020-07-15 | Movestack can cause dwm to crash if there are no selections on the monitor | bakkeby | |
| 2020-07-15 | taggrid: fix for invalid highlighting for the last tag when columns have an ↵ | bakkeby | |
| uneven number of clients | |||
| 2020-07-15 | Adding BarWidthArg, BarDrawArg, BarClickArg to keep the method signatures static | bakkeby | |
| 2020-07-15 | Further bar renaming | bakkeby | |
| 2020-07-15 | Major refactoring in preparation for bar modules | bakkeby | |
| 2020-07-09 | flextile deluxe: fixed dual stack bug | bakkeby | |
| 2020-07-07 | Extrabar alignment, buttonclicks and other improvements | bakkeby | |
| 2020-07-05 | Extrabar compatibility improvements | bakkeby | |
| 2020-07-05 | Fix for dwm randomly crashing when the first systray application starts | bakkeby | |
| The crash error was: dwm: fatal error: request code=12, error code=11 X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 12 (X_ConfigureWindow) Serial number of failed request: 3333 Current serial number in output stream: 3338 This was backtracked to function updatesystray where XConfigureWindow was called with large negative X positions (e.g. -836585). The large number coming from the width of the systray icon. w += i->w; The systray icon width is set through the updatesystrayicongeom function and this is called by resizerequest, clientmessage and propertynotify. The height and width would appear to come from the X window attributes and sometimes have random values (e.g. height 32708 and width 1369918222). updatesystrayicongeom restricts the height of the icon to that of the bar, but did not have any restictions on the icon width. This fix limits the icon width to that of the bar height if it is greater than twice the bar height, leaving room for systray icons that are slightly wider than they are tall. | |||
| 2020-07-01 | Fixed a dwmblocks / statuscmd / systray compatibility issue where button ↵ | bakkeby | |
| clicks would be misaligned if systray pinning is used and systray is on another monitor | |||
| 2020-06-30 | holdbar: toggle bar improvements | bakkeby | |
| 2020-06-29 | dragmfact: Tweaks for fixed horizontal split | bakkeby | |
| 2020-06-25 | Adding cursor icons for resizecorners, resizepoint, dragmfact and dragcfact | bakkeby | |
