aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-03updatefluxgen1-1/+1
2005-01-03updated changesmathias1-0/+5
2005-01-03fixed #996298, maximized windows and snapped windows dont respectmathias3-9/+25
toolbar-borderwidth further more windows do snap at screen-edges, no matter if maxover is enabled or not
2005-01-02updated pl_PL + minor nls-stuff from melti and cheestermathias4-13/+171
2005-01-02updated changesmathias1-0/+3
2005-01-02fix problems with imlib2 on restart:mathias1-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-02small issues:mathias1-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-31corrected name of antonio gomesmathias1-1/+1
2004-12-30updatefluxgen1-11/+11
2004-12-30updatefluxgen1-0/+3
2004-12-30fixed remove workspace bugfluxgen1-1/+5
2004-12-28updatefluxgen1-0/+3
2004-12-28fixed shape bugfluxgen1-1/+0
2004-12-24correct isExecutablemathias1-1/+1
2004-12-24fix the no-writing-history issue for fbrunmathias1-12/+19
2004-12-21updated changesmathias1-0/+15
2004-12-21adds imlib2-support to fluxbox: allows us to load several imageformatsmathias14-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-21updated changesmathias1-0/+8
2004-12-21fix a problem with enabling/disabling fullscreen-mode in gtk2-appsmathias4-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-21added deleteProperty to FbWindowmathias2-36/+42
2004-12-21show fbrun after moving to the right positionmathias1-1/+2
2004-12-21nls entry for remember->onheadmathias1-0/+1
2004-12-21* added new command:mathias6-57/+119
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>}
2004-12-21added url for gnome-hintsmathias1-0/+1
2004-12-18updated changesmathias1-0/+3
2004-12-18fix segfaulting when new text is smaller than the oldtext,mathias1-0/+1
m_start_pos has to be 0 before calculating anything else.
2004-12-18updated changesmathias1-0/+5
2004-12-18* moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now mathias7-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-18cosmetic, double #include of the same headermathias1-1/+0
2004-12-17called the wrong 'update' function for the sendtomenumathias1-1/+1
2004-12-17updatefluxgen1-9/+0
2004-12-16the version-stuff has to be done differently .. back to oldmathias1-1/+1
2004-12-16minor typomathias1-1/+1
2004-12-16configure.in carries now the reviosion number for fluxbox -version etc.mathias1-1/+1
this version number should be changed to a normal release number once a new release is tagged.
2004-12-15updated changesmathias1-0/+2
2004-12-14updated ru_RU translationsmathias1-2/+2
2004-12-13updatefluxgen1-0/+1
2004-12-13update from grubertfluxgen1-144/+96
2004-12-13updated changesmathias1-0/+5
2004-12-13icc complaint about a "possible" conflict between themathias19-41/+45
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-13added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh)mathias5-1/+256
2004-12-13updated changesmathias1-0/+3
2004-12-13applied patch from Rob Stevens:mathias3-20/+158
fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist
2004-12-10updatefluxgen1-2/+11
2004-12-10Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot sefluxgen3-1/+30
2004-12-10updated changesmathias1-1/+9
2004-12-10fix #1080323, a missing headermathias1-0/+2
2004-12-10maximizing a shaded window should unshade it before .. the user WANTS to seemathias1-0/+3
it. closed #1082671
2004-12-10closes #1081200mathias1-30/+33
added some ideas from the gentoo's ebuild (thanx ciaranm) minor cosmetic updates
2004-12-10added support for hsetroot (http://thegraveyard.org/hsetroot.php)mathias1-1/+8
to fbsetbg