Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-11 | fix for #1099950, Missing initialization in FbTk/FbWindow.cc | mathias | 1 | -1/+2 | |
2005-01-11 | updated changes | mathias | 1 | -1/+3 | |
2005-01-11 | updated ko_KR - translations | mathias | 1 | -95/+95 | |
2005-01-11 | removed unneeded file | mathias | 1 | -258/+0 | |
2005-01-11 | ungrabbuttons on windows we dont handle anymore (withdrawn) | mathias | 1 | -0/+1 | |
2005-01-10 | updated changes | mathias | 1 | -0/+2 | |
2005-01-10 | fix for #1087220 (Wrong handling of XWithdrawWindow) | mathias | 1 | -5/+12 | |
an XWithdrawWindow unmaps a window and sends a synthetic UnmapEvent after that. when the second UnmapEvent arrives we have to set either the WM_STATE to WithdrawnState or delete it. i decided for deletion so its absolutly clear its not any longer under our control | |||||
2005-01-10 | forgotten debug-stuff | mathias | 1 | -1/+1 | |
2005-01-10 | fix position init from atom handlers | simonb | 2 | -7/+18 | |
2005-01-08 | updated the years | mathias | 1 | -1/+1 | |
2005-01-05 | added imlib2-check so fbgm would prefer *.png over *.xpm when trying to find | mathias | 1 | -3/+20 | |
icons | |||||
2005-01-05 | fix up window initialisation ordering | simonb | 4 | -21/+58 | |
2005-01-05 | updated changes | mathias | 1 | -1/+8 | |
2005-01-05 | Simon's last changes lead to segfaults when the users specified <Sticky> or | mathias | 2 | -25/+9 | |
<Workspace> in apps-file. Reason is, that an unmanaged window is not yet assigned to an workspace and thus the returned workspacenumber is -1 ... which leads in combination with getWorkspace(nr) to an invalid workspace (0x0) ... This also fixes the problem with several deiconify-modes of the iconbar, when the iconbar is in icons-only mode (same reason) The other changes in the files are just cosmetic, i throw out the comments about the changes Simon did coz they make sense and are correct imho. | |||||
2005-01-04 | added apps to fbgm | mathias | 2 | -8/+20 | |
2005-01-04 | updated ru_RU translations | mathias | 8 | -6/+612 | |
added ko_KR translations | |||||
2005-01-04 | fix some initialisation, especially relating to placement and | simonb | 5 | -25/+30 | |
decoration/handler hints | |||||
2005-01-03 | update | fluxgen | 1 | -1/+1 | |
2005-01-03 | updated changes | mathias | 1 | -0/+5 | |
2005-01-03 | fixed #996298, maximized windows and snapped windows dont respect | mathias | 3 | -9/+25 | |
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not | |||||
2005-01-02 | updated pl_PL + minor nls-stuff from melti and cheester | mathias | 4 | -13/+171 | |
2005-01-02 | updated changes | mathias | 1 | -0/+3 | |
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-31 | corrected name of antonio gomes | mathias | 1 | -1/+1 | |
2004-12-30 | update | fluxgen | 1 | -11/+11 | |
2004-12-30 | update | fluxgen | 1 | -0/+3 | |
2004-12-30 | fixed remove workspace bug | fluxgen | 1 | -1/+5 | |
2004-12-28 | update | fluxgen | 1 | -0/+3 | |
2004-12-28 | fixed shape bug | fluxgen | 1 | -1/+0 | |
2004-12-24 | correct isExecutable | mathias | 1 | -1/+1 | |
2004-12-24 | fix the no-writing-history issue for fbrun | mathias | 1 | -12/+19 | |
2004-12-21 | updated changes | mathias | 1 | -0/+15 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 14 | -117/+532 | |
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 | updated changes | mathias | 1 | -0/+8 | |
2004-12-21 | fix a problem with enabling/disabling fullscreen-mode in gtk2-apps | mathias | 4 | -49/+196 | |
* synchronize _NET_WM_STATE in Ewmh.cc * added FluxboxWindow::setFullscreen(bool) to Window.cc furthermore, if a window is in fullscreenmode any existing shape is disabled (looks pretty annoying in mplayer for example) | |||||
2004-12-21 | added deleteProperty to FbWindow | mathias | 2 | -36/+42 | |
2004-12-21 | show fbrun after moving to the right position | mathias | 1 | -1/+2 | |
2004-12-21 | nls entry for remember->onhead | mathias | 1 | -0/+1 | |
2004-12-21 | * added new command: | mathias | 6 | -57/+119 | |
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>} | |||||
2004-12-21 | added url for gnome-hints | mathias | 1 | -0/+1 | |
2004-12-18 | updated changes | mathias | 1 | -0/+3 | |
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 | updated changes | mathias | 1 | -0/+5 | |
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 7 | -127/+169 | |
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-17 | called the wrong 'update' function for the sendtomenu | mathias | 1 | -1/+1 | |
2004-12-17 | update | fluxgen | 1 | -9/+0 | |
2004-12-16 | the version-stuff has to be done differently .. back to old | mathias | 1 | -1/+1 | |
2004-12-16 | minor typo | mathias | 1 | -1/+1 | |