Commit graph

3711 commits

Author SHA1 Message Date
fluxgen
338a985c05 update 2005-01-03 20:17:35 +00:00
mathias
06fccd11a9 updated changes 2005-01-03 05:03:12 +00:00
mathias
fdc9b5adb7 fixed #996298, maximized windows and snapped windows dont respect
toolbar-borderwidth

further more windows do snap at screen-edges, no matter if maxover
is enabled or not
2005-01-03 05:00:39 +00:00
mathias
0438a7bfd7 updated pl_PL + minor nls-stuff from melti and cheester 2005-01-02 07:27:44 +00:00
mathias
368060e1a0 updated changes 2005-01-02 06:29:14 +00:00
mathias
0134038fee fix problems with imlib2 on restart:
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 06:27:45 +00:00
mathias
c7a3200730 small issues:
- 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.
2005-01-02 06:21:45 +00:00
mathias
1be23b544f corrected name of antonio gomes 2004-12-31 16:32:51 +00:00
fluxgen
cc88f37fd3 update 2004-12-30 14:38:47 +00:00
fluxgen
07110ee7ff update 2004-12-30 14:35:59 +00:00
fluxgen
45f00785e9 fixed remove workspace bug 2004-12-30 14:33:38 +00:00
fluxgen
96e62e53ae update 2004-12-28 22:22:03 +00:00
fluxgen
a0340e73a7 fixed shape bug 2004-12-28 22:21:15 +00:00
mathias
ddfb14a264 correct isExecutable 2004-12-24 06:14:08 +00:00
mathias
1910d5af46 fix the no-writing-history issue for fbrun 2004-12-24 03:02:48 +00:00
mathias
d39897f19d updated changes 2004-12-21 23:50:41 +00:00
mathias
bc7c988561 adds imlib2-support to fluxbox: allows us to load several imageformats
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 23:42:09 +00:00
mathias
7e41a1494a updated changes 2004-12-21 16:22:56 +00:00
mathias
ad10a3543e fix a problem with enabling/disabling fullscreen-mode in gtk2-apps
* 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 16:17:14 +00:00
mathias
a88d3b39ad added deleteProperty to FbWindow 2004-12-21 16:12:28 +00:00
mathias
37c6602f07 show fbrun after moving to the right position 2004-12-21 16:10:57 +00:00
mathias
6e4017c0e2 nls entry for remember->onhead 2004-12-21 16:10:18 +00:00
mathias
6dffafc39e * added new command:
sethead <int>

  which sets the current window to head<int>

* added remembering of the head to apps-file:
    
   [Head] {<int>}
2004-12-21 16:09:36 +00:00
mathias
f3dfb80c40 added url for gnome-hints 2004-12-21 16:04:14 +00:00
mathias
8f94dc6a31 updated changes 2004-12-18 02:46:35 +00:00
mathias
33d90f7a5e fix segfaulting when new text is smaller than the oldtext,
m_start_pos has to be 0 before calculating anything else.
2004-12-18 02:44:11 +00:00
mathias
c7baeb1ae2 updated changes 2004-12-18 01:32:26 +00:00
mathias
b3fa5c2428 * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now
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 01:29:22 +00:00
mathias
6458b1b485 cosmetic, double #include of the same header 2004-12-18 01:10:33 +00:00
mathias
0096ce6ea9 called the wrong 'update' function for the sendtomenu 2004-12-17 18:35:18 +00:00
fluxgen
b5b2854354 update 2004-12-17 15:26:03 +00:00
mathias
e323069408 the version-stuff has to be done differently .. back to old 2004-12-16 02:32:27 +00:00
mathias
97be5dfdfe minor typo 2004-12-16 00:24:16 +00:00
mathias
4ac1c583af configure.in carries now the reviosion number for fluxbox -version etc.
this version number should be changed to a normal release number once
a new release is tagged.
2004-12-16 00:17:11 +00:00
mathias
ed3ac63b4a updated changes 2004-12-15 05:07:39 +00:00
mathias
247d4bf5a7 updated ru_RU translations 2004-12-14 10:26:44 +00:00
fluxgen
5ee666fba6 update 2004-12-13 21:33:13 +00:00
fluxgen
8c442f3e3e update from grubert 2004-12-13 21:31:23 +00:00
mathias
12df6d625e updated changes 2004-12-13 14:07:05 +00:00
mathias
eb42a7806d icc complaint about a "possible" conflict between the
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-13 14:03:17 +00:00
mathias
7c7dfbfbdd added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh) 2004-12-13 13:32:11 +00:00
mathias
85eb49917a updated changes 2004-12-13 12:19:14 +00:00
mathias
2095468fe6 applied patch from Rob Stevens:
fixes dragNdrop ordering of tabs so next/prevtab are not
  confused -> modification of m_clientlist
2004-12-13 12:17:58 +00:00
fluxgen
60e90553ed update 2004-12-10 09:50:09 +00:00
fluxgen
6ba7744f65 Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se 2004-12-10 09:49:01 +00:00
mathias
cc486c194f updated changes 2004-12-10 04:08:03 +00:00
mathias
55163188b5 fix #1080323, a missing header 2004-12-10 03:42:53 +00:00
mathias
916781f10f maximizing a shaded window should unshade it before .. the user WANTS to see
it.

closed #1082671
2004-12-10 03:33:23 +00:00
mathias
910215d0a5 closes #1081200
added some ideas from the gentoo's ebuild (thanx ciaranm)
minor cosmetic updates
2004-12-10 03:19:54 +00:00
mathias
09439fe83a added support for hsetroot (http://thegraveyard.org/hsetroot.php)
to fbsetbg
2004-12-10 02:45:19 +00:00