gri3-wm/src
Michael Stapelberg c689b93bce Bugfix: Don’t crash when asprintf() can’t print the window name (Thanks ch3ka)
Apparantly, under some conditions (using LANG=en_US.UTF-8, other locale
variables unset), asprintf() says "Invalid or incomplete multibyte or
wide character" when given a string in COMPOUND_TEXT encoding.

For now, we properly handle asprintf-errors (this should have been
before), but there might be a better solution.
2009-04-28 22:41:00 +02:00
..
commands.c Bugfix: Correctly adjust state when transferring fullscreen windows to other workspaces (Thanks Mirko) 2009-04-17 21:01:33 +02:00
config.c Implement slog() and the LOG() macro, convert printf() to LOG() 2009-03-06 06:46:43 +01:00
debug.c Update TODO and header-comments 2009-02-15 03:07:29 +01:00
handlers.c Bugfix: Don’t crash when asprintf() can’t print the window name (Thanks ch3ka) 2009-04-28 22:41:00 +02:00
layout.c Bugfix: Send clients their absolute position/size in generated configure events, not relative 2009-04-11 22:37:48 +02:00
mainx.c Don’t rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4 2009-04-19 20:44:34 +02:00
table.c Bugfix: Perform some bounds checking for snapped containers in fix_colrowspan (Thanks jchome) 2009-04-11 14:52:11 +02:00
util.c Don’t rely on libxcb-wm any longer, as it got removed in libxcb 0.3.4 2009-04-19 20:44:34 +02:00
xcb.c Bugfix: That should be xcb_keycode_t, not xcb_keysym_t 2009-04-19 21:40:49 +02:00
xinerama.c Bugfix: Store dock clients per screen, not per workspace. 2009-04-11 14:29:15 +02:00