Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-18 | Fix VPATH builds | Pavel Labath | 1 | -1/+1 | |
2011-04-15 | Fix a couple of "comparison between signed and unsigned" warnings | Pavel Labath | 2 | -9/+7 | |
2011-03-19 | added RectangleUtil::overlapRectangles() + test cases | Mathias Gumz | 1 | -0/+55 | |
2011-03-18 | added tests/testRectangleUtil.cc | Mathias Gumz | 2 | -1/+69 | |
2011-03-18 | some love to src/tests, use automake to use the same build environment as ↵ | Mathias Gumz | 8 | -260/+63 | |
the rest of fluxbox | |||||
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 1 | -11/+11 | |
2011-02-21 | Render rectangles instead of squares to test TextureRender.cc | Mathias Gumz | 1 | -13/+9 | |
2010-09-20 | updated 'texturetest.cc' to work with current API | Mathias Gumz | 1 | -4/+6 | |
2010-03-19 | Added simple stress test in python | Henrik Kinnunen | 1 | -0/+87 | |
2010-03-19 | Added SelectArg and MemFunSelectArg* | Henrik Kinnunen | 1 | -1/+32 | |
The MemFunSelectArg* functions can be used to select a specific argument from a signal. For example this would select the string argument as argument to the callback: Signal<void, int, float, string> signal; signal.connect(MemFunSelectArg2(obj, &Object::takesOneStringArg)); signal.emit(10, 3.14, "hello"); ... void Object::takesOneStringArg(const string& value) { ... } | |||||
2010-03-18 | Added FbTk::relaySignal, which relays new signals to old Subject type signals. | Henrik Kinnunen | 2 | -3/+25 | |
2010-03-18 | Fixed so testDemandAttention compiles | Henrik Kinnunen | 1 | -3/+5 | |
2010-03-18 | Added MemFunIgnoreArgs which ignores aditional arguments. | Henrik Kinnunen | 1 | -1/+22 | |
For example connecting a function that takes two arguments to a signal that emits three arguments: struct Functor { void show(int a, int b); }; Functor f; Signal<void, int, int, int> s3; s3.connect(MemFunIgnoreArgs(f, &Functor::show)); | |||||
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 2 | -1/+126 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 6 | -12/+0 | |
2007-05-20 | added fullscreen test | fluxgen | 2 | -0/+173 | |
2007-05-19 | added title test for _NET_WM_NAME and WM_NAME memory leaks | fluxgen | 2 | -0/+123 | |
2006-11-07 | cosmetic patch from slava again | mathias | 1 | -1/+0 | |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -1/+2 | |
2006-09-18 | added include path | fluxgen | 1 | -1/+1 | |
2006-05-13 | added test program for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -0/+5 | |
2006-05-13 | test program for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -0/+131 | |
2006-05-07 | handle utf-8 strings properly. | simonb | 1 | -1/+4 | |
use utf8 internally | |||||
2006-03-26 | rotated fonts, buttons, containers. Used for tabs for now | simonb | 1 | -14/+44 | |
2006-02-16 | updated copyright info | mathias | 12 | -12/+12 | |
2005-11-22 | testing replaceString | fluxgen | 1 | -10/+16 | |
2005-06-03 | - Usage of xft-fonts is prefered, except a font-description starts with '-' | mathias | 2 | -11/+12 | |
- Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start) | |||||
2005-01-24 | copyright date | mathias | 12 | -8/+21 | |
2005-01-15 | minor stuff | fluxgen | 1 | -2/+1 | |
2005-01-15 | fixed some issues and added testMenu target | fluxgen | 1 | -2/+5 | |
2005-01-15 | testing menu theme and parser | fluxgen | 1 | -0/+155 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-11-17 | needed init for font-test | mathias | 1 | -2/+4 | |
2004-10-06 | fixed compile | fluxgen | 1 | -1/+1 | |
2004-09-12 | fix for Font drawText | fluxgen | 1 | -2/+2 | |
2004-09-01 | update | fluxgen | 1 | -31/+12 | |
2004-09-01 | foreground and background color as argument | fluxgen | 1 | -9/+30 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 2 | -2/+10 | |
2004-05-02 | update | fluxgen | 1 | -1/+2 | |
2004-05-02 | minor fixes | fluxgen | 1 | -8/+14 | |
2004-05-02 | movetest | fluxgen | 1 | -0/+83 | |
2004-05-02 | testing menu parser | fluxgen | 1 | -0/+31 | |
2004-05-02 | parsertest | fluxgen | 1 | -3/+13 | |
2004-03-01 | template | fluxgen | 1 | -0/+103 | |
2004-01-12 | removed print | fluxgen | 1 | -1/+0 | |
2004-01-11 | texture tests | fluxgen | 4 | -5/+406 | |
2003-09-11 | update | fluxgen | 1 | -28/+8 | |
2003-09-11 | update | fluxgen | 2 | -59/+65 | |
2003-05-15 | cleaning in FluxboxWindow interface | fluxgen | 1 | -2/+8 | |
2003-04-27 | add missing #include <cassert> | rathnor | 1 | -0/+1 | |