gri3-wm/src
Michael Stapelberg 061f8f1375 Fix predict_text_width by using xcb_query_text_extents
This fixes ticket #173, at least for the rendering errors.
I don’t really know why I implemented predict_text_width like it
was before (querying the whole table and pulling out information
one by one). Maybe I have overlooked xcb_query_text_extents. In
any case, it works better now.
2010-03-12 00:50:31 +01:00
..
cfgparse.l bugfix: lexer: return to INITIAL state (Thanks dirkson) 2010-01-08 18:56:53 +01:00
cfgparse.y Bugfix: Also allow WORDs as workspace names (Thanks Grauwolf) 2009-11-18 19:54:24 +01:00
click.c Bugfix: Containers could lose their snap state (Thanks Atsutane) 2010-01-01 22:43:02 +01:00
client.c Bugfix: Use both parts of WM_CLASS (it contains instance and class) (Thanks fallen) 2010-02-12 15:56:19 +01:00
commands.c Bugfix: Containers could lose their snap state (Thanks Atsutane) 2010-01-01 22:43:02 +01:00
config.c Merge branch 'next' 2009-11-09 22:55:24 +01:00
debug.c Update TODO and header-comments 2009-02-15 03:07:29 +01:00
floating.c s/DLOG/LOG (Thanks ccount) 2010-02-14 13:22:32 +01:00
handlers.c Bugfix: Don’t mess up x/y coordinates in configurerequests for floating windows 2010-03-12 00:50:31 +01:00
ipc.c Bugfix: Don’t leak IPC socket to launched processes 2010-01-23 00:35:10 +01:00
layout.c Bugfix: Correctly do boundary checking/moving to other workspaces when moving floating clients via keyboard (Thanks sasha) 2010-02-12 15:56:47 +01:00
mainx.c Bugfix: Use ev_loop_new instead of ev_default_loop because the latter one blocks SIGCHLD (Thanks Ciprian) 2010-01-07 13:39:45 +01:00
manage.c Bugfix: Correctly check for fullscreen windows when mapping new clients 2009-12-12 21:32:47 +01:00
resize.c Bugfix: Also fix horizontal resizing 2009-12-08 11:52:49 +01:00
table.c Bugfix: Containers could lose their snap state (Thanks Atsutane) 2010-01-01 22:43:02 +01:00
util.c Bugfix: Use both parts of WM_CLASS (it contains instance and class) (Thanks fallen) 2010-02-12 15:56:19 +01:00
workspace.c bugfix: don’t remap stack windows errnously when changing workspaces 2010-03-12 00:50:31 +01:00
xcb.c Fix predict_text_width by using xcb_query_text_extents 2010-03-12 00:50:31 +01:00
xinerama.c Bugfix: Correctly re-assign dock_clients to the first screen when their screen disappears 2009-10-28 15:37:34 +01:00