Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -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-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -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-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-03-25 | Fix build with g++ 4.3 | Bernhard Walle | 1 | -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-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -7/+0 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -7/+8 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -13/+19 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -2/+2 | |
console, plus handle catalogs better. | |||||
2006-05-07 | handle utf-8 strings properly. | simonb | 1 | -7/+8 | |
use utf8 internally | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -8/+6 | |
2004-01-30 | slitlist fixing up | rathnor | 1 | -1/+55 | |
2004-01-11 | copyright | fluxgen | 1 | -2/+2 | |
2003-10-02 | address some memory issues shown up with valgrind | rathnor | 1 | -1/+5 | |
2003-06-22 | getWMName for winclient, slit and slitclient | fluxgen | 1 | -0/+79 | |