Commit graph

1149 commits

Author SHA1 Message Date
markt
86031f9c75 don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copy 2007-07-03 01:55:44 +00:00
markt
2ddc0290cb use old size/position in apps file when the window is shaded or maximized 2007-07-02 21:26:01 +00:00
markt
b00d53eb72 enable Xinerama and Imlib2 by default 2007-07-02 20:15:19 +00:00
markt
562fa26423 minor usability fix for :Tab command and fixed handle rendering when switching from a style without them 2007-07-02 05:26:32 +00:00
markt
5fcb520bbb fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0
moved the transparency menu up with the rest of the submenus in the config menu
2007-07-02 02:50:09 +00:00
markt
69d63da542 added key commands :AddWorkspace and :RemoveLastWorkspace 2007-07-01 21:01:31 +00:00
markt
7783a8c84e more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION 2007-07-01 17:59:57 +00:00
markt
0f9f193444 fixed implementation of _NET_WM_STATE_MODAL 2007-06-30 16:54:05 +00:00
markt
8e75ace959 fixed the groups file for the last time 2007-06-30 04:15:55 +00:00
markt
8fbeaf279e little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabs 2007-06-30 01:28:54 +00:00
markt
329fca30fd updates for compiling with gcc 4.3 2007-06-29 17:25:24 +00:00
markt
bbdc61c87b strip off extra bits set by Xorg in event state 2007-06-28 22:25:35 +00:00
markt
9522db45a8 added some entries to fbgm, plus some minor bug fixes 2007-06-28 20:59:04 +00:00
markt
b4b927dad9 moved function so fluxbox compiles with --disable-remember 2007-06-16 22:50:09 +00:00
mathias
6f8a5c7a8d small fix for the /bin/sh issue .. just using /bin/zsh now 2007-06-09 17:44:27 +00:00
markt
222d8cd7e9 don't tab transient windows from apps file, and change their layers when the main window does 2007-06-08 19:39:12 +00:00
mathias
dff2aa3356 fix for the following problem:
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's 
  but a real standalone shell. and it behaves differently from "bash -c"
  behavior .. it doesnt exec the command given but waits till the command
  finishes. as a result a lot of "rogue" a flying around. solution is now 

     ( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-06 06:22:37 +00:00
grubert
467cb9ac6d * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not
"wallpaper". asciidoc manpages are stale.
--Tis line, and those below, will be ignored--

M    ChangeLog
M    doc/fluxbox.1.in
M    doc/asciidoc/fluxbox.txt
M    doc/asciidoc/fluxbox.es.txt
M    doc/asciidoc/fluxbox.de.txt
2007-06-04 15:32:23 +00:00
markt
8f89c86592 update menu xinerama settings after moving 2007-06-03 23:51:11 +00:00
markt
c16f838abf deiconify windows when auto-grouped with new window, when using focusnew 2007-06-03 20:37:32 +00:00
markt
678703b08f open slit menu properly wrt xinerama 2007-06-03 20:30:21 +00:00
markt
226ec5d371 send transient windows along with sendtoworkspace 2007-06-03 20:27:52 +00:00
markt
f9c5bfec07 fixes bug with rox panel flickering with mousefocus 2007-06-03 20:12:20 +00:00
markt
e6e784e20d fixed infinite loop caused by removing the last workspace when it contains windows 2007-06-01 02:15:26 +00:00
fluxgen
fc0b87b279 fixed bug #1717782, Bad fullscreen in ooimpress. 2007-05-20 12:48:51 +00:00
fluxgen
4377bf1e2b fixed bug #1718112, memory leak in FbWindow::textProperty 2007-05-19 11:43:43 +00:00
markt
d927862a8f fixed some window placement issues 2007-05-17 18:27:59 +00:00
markt
805fae9340 this should be a whitespace separated list 2007-05-14 20:59:22 +00:00
markt
f1fe336cea changed interpretation of maximize horz/vert on a maximized window 2007-05-12 20:36:38 +00:00
markt
f21186431b fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebar 2007-05-12 17:31:34 +00:00
markt
db2904e144 fix infinite loop caused by deiconify command 2007-05-04 17:13:50 +00:00
mathias
5eb658a51f fixed a bug in parsing cli, thanks to steven kah hien wong <steven at zensaki dot com> 2007-04-24 19:38:40 +00:00
mathias
4929bda39e use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00
markt
cd238a475b disabled resizing shaded windows 2007-04-23 16:09:00 +00:00
mathias
d267acc8e0 fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi at nomi dot cz> 2007-04-20 20:26:57 +00:00
markt
3980e3c40a fixed crash when CustomMenu doesn't point to a real file 2007-04-19 19:12:56 +00:00
mathias
6ac57655d9 basicly cosmetic changes, patch by slava semushin 2007-04-17 07:52:40 +00:00
mathias
1f55dcc9b8 updated asciidoc docs, added german translation from Christian Loosli 2007-04-11 19:15:17 +00:00
markt
3b9351be77 menu from workspacename tool wasn't focused, and fixed unpressed button rendering 2007-04-08 18:01:01 +00:00
simonb
91963544bd Only replace numbers with zeros when calculating clock width.
Otherwise width of things in proportional fonts can be way out.
sf.net bug #1545066.
2007-04-08 01:53:19 +00:00
markt
b09aae8579 changed caps lock detection to use LockMask, so the actual key can be used for Mod4, etc. 2007-04-05 16:07:01 +00:00
markt
48f761f981 fixed problem with creating windows in iconic state 2007-04-01 21:42:01 +00:00
simonb
311cb38f29 Fix window menu context when opened by clicking on tab 2007-03-31 13:34:44 +00:00
simonb
383f99d4b6 Default value for $LAUNCHER, plus add util and util/fbrun to the
PATH when generating install menu so it can find fbrun.
data thus needs to come after util in toplevel subdir processing so
that fbrun is built
2007-03-31 11:28:46 +00:00
simonb
9ce423ab5f emit [encoding] tags around the menus 2007-03-31 10:53:53 +00:00
fluxgen
a492e33a70 added fi_FI support, thanks Pasi Juvonen 2007-03-30 18:14:25 +00:00
markt
6e143b516e startup file wasn't being run properly when first created 2007-03-28 02:56:21 +00:00
markt
d8e66eeeb9 updated french translations 2007-03-24 23:43:51 +00:00
fluxgen
ec9a84103a minor changes 2007-03-24 18:03:04 +00:00
markt
9665c95638 fixed the changelog 2007-03-24 16:51:08 +00:00