Commit Briefs

cb3f58ad06 Anselm R Garbe

Prepare 6.2 release. (tags/6.2)


b69c870a30 Hiltjo Posthuma

pledge: add rpath promise for the ugly Xft font fallback


e78b4a9207 Hiltjo Posthuma

Makefile: just show the compiler output

Don't be fancy and just show the actual output so debugging is simpler.


3cd4023fb3 Hiltjo Posthuma

Do not strip at link stage

Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.


f40f86fa87 Hiltjo Posthuma

Pledge on OpenBSD


c3a2e016bb Hiltjo Posthuma

config.def.h: ClkTagBar missing from comment

by Christopher Drelich <cd@cdrakka.com> Patch was mangled on the ML, also adjusted the order to be the same as the enum in dwm.c


c8e9479186 Hiltjo Posthuma

Function declarations in correct order.

In dwm.c function declarations are in alphabetical order except for updategeom(). There doesn't appear to be any reason for this, so this patch corrects that, and now all function declarations are in alphabetical order.


10dfa65860 Hiltjo Posthuma

remove old TODO and BUGS entries

the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback!


3bd8466e93 Hiltjo Posthuma

update README: remove mentioning the old dextra repo

Thanks Christopher Drelich <cd@cdrakka.com>


76c8c16d79 Hiltjo Posthuma

All functions in alphabetical order except for this one.


3cb34830eb Hiltjo Posthuma

ColBorder has been moved to the enum with ColFg and ColBg.


db2236001c Hiltjo Posthuma

dont NUL terminate _NET_WM_NAME

Reported by Kernc, thanks! "This makes a particular program that uses libwnck [1] fail after: Wnck-WARNING **: Property _NET_WM_NAME contained invalid UTF-8 in this code [2] because the returned string contains a '\0' and the documentation for g_utf8_validate() [3] explicitly states that when string length is provided, no nul bytes are allowed." It is not entirely clear it is incorrect, other WM's seem to not NUL terminate it either though.


3756f7f6b8 Hiltjo Posthuma

sync dmenu drw.{c,h} code: use Clr* (was Scm)



a9b6a312a7 Hiltjo Posthuma

Set class name on status bar

This is useful for configuring compositors to ignore the status bar window.


6aa8e37efe Anselm R Garbe

simplify isfixed conditions


ceac8c91ff Anselm R Garbe

yet another cleanup

The previous patches introduced some unclean space-based indentation patterns. This patch fixes them.


5b238c8dab Anselm R Garbe

Don't restrict snap in mousemove

This also fixes a bug where client windows only switch to floating mode when the mouse is dragged in one specific direction.


022d076054 Anselm R Garbe

Button passthrough when client is not focused

Before this change it is not possible to press a button in a client on the first click if the client is not yet focused. The first click on the button would only focus the client and a second click on the button is needed to activate it. This situation can occur when moving the mouse over a client (therefore focusing it) and then moving the focus to another client with keyboard shortcuts. After this commit the behavior is fixed and button presses on unfocused clients are passed to the client correctly.


2952b68db8 Anselm R Garbe

cleanup

- unify multi-line expression alignment style. - unify multi-line function call alignment style. - simplify client moving on monitor count decrease. - clarify comment for focusin(). - remove old confusing comment about input focus fix in focusmon(). The explanation is already in the old commit message, so no need to keep it in the code. - remove old comment describing even older state of the code in focus(). - unify comment style. - break up some long lines. - fix some typos and grammar.




5376947571 Anselm R Garbe

applied Ian Remmler's man page adjustment suggestions


975c898376 Anselm R Garbe

applied Markus' decouple color-scheme patch


a137a86a23 Anselm R Garbe

applied Markus' clarify status text padding patch