aboutsummaryrefslogtreecommitdiff
path: root/src/Xutil.cc
AgeCommit message (Collapse)AuthorFilesLines
2014-09-14fix: check the correct XClassHint propertyMathias Gumz1-8/+3
kudos to Arkadiusz Bokowy (this commit is a slightly changed version of a patch sent to the devel-ml): when retrieving the '.res_name' of a XClassHint we should check '.res_name' and not '.res_class'. the other changes only reduce the code.
2010-09-08introduced FbTk::BidiStringMathias Gumz1-7/+8
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text).
2010-03-17Changed #ifdef DEBUG ... cerr << to using fbdbg.Henrik Kinnunen1-10/+5
This will reduce the number of #ifdef DEBUG for simple debug messages. include "Debug.hh" and use fbdbg instead of cerr for debug.
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-03-25Fix build with g++ 4.3Bernhard Walle1-0/+7
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory. Only missing includes and using directives are added.
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-7/+0
2007-10-13merged changes from pre-develmarkt1-7/+8
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2006-10-30Cosmetic patch from Slava Semushinmathias1-13/+19
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-2/+2
console, plus handle catalogs better.
2006-05-07handle utf-8 strings properly.simonb1-7/+8
use utf8 internally
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-06-07update NLS string handling...rathnor1-8/+6
2004-01-30slitlist fixing uprathnor1-1/+55
2004-01-11copyrightfluxgen1-2/+2
2003-10-02address some memory issues shown up with valgrindrathnor1-1/+5
2003-06-22getWMName for winclient, slit and slitclientfluxgen1-0/+79