Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-26 | build-sys: use pkg-config to locate dependencies | Sami Kerola | 1 | -1/+1 | |
This commit alters XRANDR (X Resize And Rotate) extension dependency, which is expected to have at least version 1.4. Earlier old versions of xrandr were supported, at least to some extent. | |||||
2011-10-31 | FbTk/FbString.cc,Font.cc: Windows doesn't have nl_langinfo | Ryan Pavlik | 1 | -2/+2 | |
2011-10-23 | small code simplification | Mathias Gumz | 1 | -73/+68 | |
2011-09-11 | FbString: fix build without iconv | Peter Korsgaard | 1 | -1/+2 | |
Commit 690d926 (introduced FbTk::BidiString) broke building without HAVE_ICONV, because of wrong variable name and use of iconv_t type. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||||
2010-09-14 | cleanup and code deduplication | Mathias Gumz | 1 | -0/+1 | |
* ClientPattern.cc: make compiler happy (complaints about XPROP not handled in switch) * FbTk/FbPixmap.cc FbTk/StringUtil.cc: signed vs unsigned * FbTk/FbString.cc: missing return * WinClient.cc: create atoms only once; use helper function * Window.cc: use a helper function | |||||
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -54/+96 | |
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-09-05 | cosmetic | Mathias Gumz | 1 | -2/+6 | |
2010-09-05 | reuse temporary memory for reencoding / reordering fribidi-strings | Mathias Gumz | 1 | -17/+25 | |
2010-09-04 | added support for bidirectional text | Ken Bloom | 1 | -0/+37 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -2/+2 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -7/+3 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+10 | |
2007-01-05 | use LC_TIME for interpreting clock locale. | simonb | 1 | -1/+1 | |
Fix something likely to break locales on BSDs and things without nl_langinfo | |||||
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 1 | -22/+28 | |
uses only those things from "namespace std" what we really need. | |||||
2006-07-04 | fix crash on startup from iconv_close of an invalid descriptor | simonb | 1 | -1/+2 | |
2006-06-26 | properly protect usage of iconv_t by HAVE_ICONV | simonb | 1 | -2/+6 | |
2006-06-25 | support encodings in menu files | simonb | 1 | -2/+47 | |
2006-06-25 | fix crash when unable to convert from local to utf-8 | simonb | 1 | -0/+3 | |
2006-06-10 | fix compile in hosts without HAVE_ICONV | simonb | 1 | -5/+6 | |
2006-05-22 | fix parentrelative background, and some tidying | simonb | 1 | -4/+4 | |
2006-05-22 | fix build on cygwin (iconv constness) | simonb | 1 | -3/+9 | |
2006-05-20 | missing include (broke gcc 2.95 build) | simonb | 1 | -0/+2 | |
2006-05-20 | fix error when running with -i (or similar "don't start Fluxbox class" | simonb | 1 | -0/+5 | |
options | |||||
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -0/+8 | |
2006-05-07 | missed two added files, whoops | simonb | 1 | -0/+207 | |