| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-18 | Making bars list into linked list | bakkeby | |
| 2020-07-18 | Revert config.mk uncommenting | 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-15 | Fixing rawstext defined but not used warning | bakkeby | |
| 2020-07-15 | Correcting links status2d compatible with extrabar | bakkeby | |
| 2020-07-09 | flextile deluxe: fixed dual stack bug | bakkeby | |
| 2020-07-09 | awesomebar: refactoring remainder logic, which seemed a bit off | bakkeby | |
| 2020-07-08 | dwm.1: fix wrong text in man page (aaad5f) | bakkeby | |
| 2020-07-08 | staticstatus + extrabar: Allow extrabar to be static on a monitor other than ↵ | bakkeby | |
| that of the main staticstatus monitor | |||
| 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. | |||
