| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-07 | Extrabar alignment, buttonclicks and other improvements | bakkeby | |
| 2020-07-05 | Extrabar compatibility improvements | bakkeby | |
| 2020-07-05 | Extrabar compatibility improvements | bakkeby | |
| 2020-07-05 | extrabar compatibility updates | bakkeby | |
| + only shows on a given monitor if staticstatus patch is enabled. + status2d support (although extrabar status is written on the right, not on the left) + now clears extrabar on other monitors in a multi-monitor setup - breaks dwmblocks in terms of registred buttonpresses - extrabar is not clickable | |||
| 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-04 | center patch: adding options to center transient windows | bakkeby | |
| 2020-07-03 | switchtag improvements, making the restoring of tags optional and configurable | bakkeby | |
| 2020-07-03 | switchtag improvements, making the restoring of tags optional and configurable | bakkeby | |
| 2020-07-02 | switchtag patch: do not switch tags if the tag is already shown, same with ↵ | bakkeby | |
| focusonnetactive patch | |||
| 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 | Adding alternative activetagindicatorbar patch | bakkeby | |
| 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 | |
| 2020-06-25 | Updating sendmon_keepfocus to only keep focus if the client had focus | bakkeby | |
| 2020-06-24 | Adding link to sendmon_keepfocus patch | bakkeby | |
| 2020-06-24 | Adding sendmon_keepfocus patch | bakkeby | |
| 2020-06-24 | Adding statusbutton patch ref. #33 | bakkeby | |
| 2020-06-24 | Adding resizepoint patch | bakkeby | |
| 2020-06-23 | floatpos: allow controls in floating mode | bakkeby | |
| 2020-06-23 | floatpos: correction | bakkeby | |
| 2020-06-23 | floatpos: refactoring | bakkeby | |
| 2020-06-22 | floatpos: correcting defaults | bakkeby | |
| 2020-06-21 | Adding bar_height patch | bakkeby | |
| 2020-06-21 | setborderpx correction | bakkeby | |
| 2020-06-21 | Adding floatpos patch. | bakkeby | |
| 2020-06-21 | Minor style correction | bakkeby | |
| 2020-06-21 | Tidy following tagothermonitor merge | bakkeby | |
| 2020-06-21 | Merge pull request #32 from gx2b/master | Stein Gunnar Bakkeby | |
| Adding tagothermonitor patch | |||
| 2020-06-19 | Adding tagothermonitor patch | matt | |
| 2020-06-15 | Adding sizehints patch | bakkeby | |
| 2020-06-15 | Default example config should use .isfloating not .floating, could also use ↵ | bakkeby | |
| the FLOATING macro | |||
| 2020-06-15 | Default example config should use .isfloating not .floating, could also use ↵ | bakkeby | |
| the FLOATING macro | |||
| 2020-06-15 | Rule macro improvements + rule macro helper macros | bakkeby | |
| 2020-06-15 | Make EWMH windows float | bakkeby | |
| Move updatewindowtype() functionality into applyrules(), and also make following EWMH windows float: DIALOG, UTILITY, TOOLBAR, SPLASH. This is taking the proposed patch to add window type to the rule matching options for dwm, allowing dialog, utility, toolbar and splash windows to be configured to float by default. This patch is intended to be merged into the main dwm build. In effect the intermediate EWMH_WINDOWS_FLOAT_PATCH has also been removed. | |||
| 2020-06-14 | Autostart: Make autostart conform to XDG Base Directory specification (upgrade) | bakkeby | |
| 2020-06-14 | Added RULE macro to replace rules setup making the default config less of an ↵ | bakkeby | |
| abomination and making it simpler to include new rules based patches | |||
| 2020-06-11 | Upgrade to 5e34b2 | bakkeby | |
| 2020-06-11 | [dwm][PATCH] Fix memory leaks in drw | bakkeby | |
| The function drw_fontset_free in drw.c was never called. | |||
| 2020-06-11 | Adding pango patch (ref. #10) | bakkeby | |
| Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them). | |||
| 2020-06-10 | noborder: The noborder patch had a bug in it such that if moving the window ↵ | bakkeby | |
| in floating layout then the window would continuously grow, adding the fix for that | |||
| 2020-06-10 | SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH should not be enabled by default | bakkeby | |
| 2020-06-10 | staticstatus: Adding note about systray pinning | bakkeby | |
| 2020-06-10 | Adding staticstatus patch | bakkeby | |
| 2020-06-10 | EWMH window float patch: Floating window x, y coordinates may be negative in ↵ | bakkeby | |
| a multi-monitor setup | |||
| 2020-06-10 | Fix infinite loop in attachbelow patch | bakkeby | |
| 2020-06-05 | shiftviewclients: compatibility changes for scratchpads and scratchpad_alt_1 ↵ | bakkeby | |
| patches | |||
| 2020-06-05 | Renamed SCRATCHPAD_PATCH --> SCRATCHPADS_PATCH to match the naming of the ↵ | bakkeby | |
| suckless patches as the multiple scratchpads patch has its own location now | |||
| 2020-06-05 | scratchpad_alt: Style change | bakkeby | |
| 2020-06-05 | Upgrading Gaspar Vardanyan's scratchpad patch to the 20200510 version. | bakkeby | |
| https://github.com/GasparVardanyan/dwm-scratchpad/blob/master/dwm-scratchpad-20200510-f09418b.diff | |||
