Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-15 | fix a few drawwing issues, esp menu opening offscreen | simonb | 1 | -11/+10 | |
2005-04-14 | cosmetic | mathias | 1 | -2/+2 | |
2005-04-13 | fix a few small bugs from recent big patch | simonb | 3 | -5/+6 | |
2005-04-10 | Big changes to how transparency works | simonb | 11 | -449/+278 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-04-02 | Tidy up some redundant pixmap allocs | simonb | 3 | -17/+37 | |
2005-03-16 | fix for #1152450, when having multiple screens the rootCommand's were | mathias | 1 | -2/+4 | |
called too often: m_root_menu is locked for the current screen when loading the style for the current screen, but not for the screens already initialized and thus its executed when called thru Theme::reconfigure(); now only the themes on the same screen are affected by the load-routine. | |||||
2005-02-13 | added stringstream header | fluxgen | 1 | -0/+1 | |
2005-02-13 | stringstream | fluxgen | 1 | -0/+19 | |
2005-02-10 | cosmetic + updated copyright year | mathias | 1 | -1/+1 | |
2005-02-08 | updated copyright year | mathias | 1 | -1/+1 | |
2005-02-07 | copyright year | mathias | 2 | -2/+2 | |
2005-02-07 | updated copyright date | mathias | 1 | -1/+1 | |
2005-02-07 | cosmetic white-space-stuff and/or copyright dates | mathias | 4 | -12/+13 | |
2005-02-07 | white-space cosmetic | mathias | 1 | -10/+10 | |
2005-01-31 | closes #1107213, 64bit issues with XChangeProperty | mathias | 1 | -1/+1 | |
submitted by Matthieu Herrb <matthieu.herrb@laas.fr> | |||||
2005-01-24 | fix to solve compileproblems under freebsd4 | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 93 | -93/+93 | |
2005-01-20 | copyright date | mathias | 1 | -1/+1 | |
2005-01-15 | cleaning | fluxgen | 2 | -132/+132 | |
2005-01-14 | moved ThemeItem<bool> - implementation to FbTk/ThemeItems.cc | mathias | 1 | -34/+120 | |
2005-01-14 | copyright | mathias | 2 | -2/+2 | |
2005-01-12 | cosmetic change | mathias | 1 | -4/+3 | |
2005-01-11 | fix for #1099278 | mathias | 1 | -3/+3 | |
2005-01-11 | fix for #1099950, Missing initialization in FbTk/FbWindow.cc | mathias | 1 | -1/+2 | |
2005-01-02 | fix problems with imlib2 on restart: | mathias | 1 | -21/+40 | |
only when using "imlib_load_image_with_error_return" as the loading function imlib2 seems to avoid trouble when an image with <filename> doesnt exist. all other loadroutines lead to heavy problems when fluxbox shuts down and tries to restart (memleak(?), distorted xressources etc) i ll analyze this further. another open issue with imlib2 is that it doesnt work when xserver/fluxbox is running in dualscreen-mode (not xinerama), no valid pixmaps are visible on the second head. dunno why (yet). | |||||
2005-01-02 | small issues: | mathias | 1 | -4/+6 | |
- added a guard so no invalid(0)-handler is deleted at shutdown - "if (s_image_map[extension] == 0)" -> creates an entry for sure, we dont want this. | |||||
2004-12-24 | correct isExecutable | mathias | 1 | -1/+1 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 8 | -16/+267 | |
besides xpm. to get imlib2 support in fluxbox one has to ./configure --enable-imblib2 default is disabled. a fluxbox-binary that supports imlib2 will have IMLIB2 in "fluxbox -info"-output explanation to the changed files: * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html) * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle imlib2-support * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global stuff for fonts and imagehandlers. * rest of changes just add the imlib2-code, pretty straightforward | |||||
2004-12-21 | added deleteProperty to FbWindow | mathias | 2 | -36/+42 | |
2004-12-18 | fix segfaulting when new text is smaller than the oldtext, | mathias | 1 | -0/+1 | |
m_start_pos has to be 0 before calculating anything else. | |||||
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 4 | -47/+103 | |
file and directory - helproutines. * created the FileUtil-namespace which contains file-related functions, moved those functions out of Directory - code * changes to the rest of the files to follow those changes | |||||
2004-12-18 | cosmetic, double #include of the same header | mathias | 1 | -1/+0 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 3 | -7/+10 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-12-10 | fix #1080323, a missing header | mathias | 1 | -0/+2 | |
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 5 | -18/+22 | |
primary problem was to use utf8 when in fact the FontSet wasnt utf8. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 86 | -86/+86 | |
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 | |
2004-11-01 | accepted patch #1057446, improved iterator in timer-code | akir | 1 | -6/+15 | |
2004-10-31 | fix #1057499 | akir | 1 | -4/+5 | |
2004-10-25 | i forgot to remove a silly warning :) | akir | 1 | -2/+1 | |
2004-10-21 | moved ThemeItems.hh -> ThemeItems.cc | akir | 1 | -230/+0 | |
2004-10-21 | modified to make it work with the ThemeItem.hh -> ThemeItem.cc action | akir | 1 | -2/+2 | |
2004-10-21 | moved ThemeItems.hh to ThemeItems.cc, solves some linkissues | akir | 2 | -1/+231 | |
2004-10-21 | fixes missing header to avoid missing declarations (mipspro) | akir | 1 | -9/+11 | |
2004-10-21 | fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version ↵ | akir | 1 | -10/+24 | |
7.3.1.3m | |||||
2004-10-19 | if the systemtime is set back the timers wont be updated. | akir | 1 | -4/+21 | |
solution: add the delta to all of our timers too. | |||||
2004-10-18 | fixes MIPSpro Compilers: Version 7.3.1.3m issue | akir | 1 | -4/+16 | |
2004-10-10 | added padding: space between text and the border | akir | 2 | -7/+28 | |
2004-10-08 | entering @ and ~ from germankeyboards work again | akir | 1 | -3/+38 | |
added some stuff to let the user use the numpad too | |||||
2004-10-08 | we dont remove the scrolllock() modifier from the keystate anymore -> lead ↵ | akir | 1 | -2/+2 | |
to problems with altgr on german-keyboards -> no @ in textbox's possible. |