Commit graph

3820 commits

Author SHA1 Message Date
mathias
99ec2b49e0 added -c <startupfile> to startfluxbox so one can have different startup-files 2005-03-17 00:05:50 +00:00
mathias
d6befe5371 fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stevens <stever3 at nycap dot rr dot com> 2005-03-16 23:19:36 +00:00
mathias
ac3fa211bb updated changes 2005-03-16 22:53:07 +00:00
mathias
cfdba894ed added new option to specify, on which screen
fluxbox should handle the windows. default behavior is to handle 
each available screen. closes #1159809. usage:

   -screen <"all"|int[,int]>

eg:  
    
    $> fluxbox -screen 0,2      will run fluxbox on 0.0 and 0.2 so 
                                one can run any other wm on 0.1. 

    $> fluxbox -screen all      default, fluxbox manages all screens
2005-03-16 22:51:54 +00:00
mathias
150777e336 fix for #1152450, when having multiple screens the rootCommand's were
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-03-16 22:44:48 +00:00
fluxgen
abce9a0c27 update 2005-03-16 08:43:19 +00:00
fluxgen
68708a89cb with menu, style, keys, init options, thanks php-coder 2005-03-16 08:42:18 +00:00
fluxgen
fa930f7edf with menu, style, keys, init options, thanks php-coder 2005-03-16 08:42:11 +00:00
mathias
6b3400512a updated changes 2005-03-10 17:00:45 +00:00
mathias
730e398b82 commands with trailing whitespaces were problematic coz the 'argument' was
notempty (eg :NextWorkspace or :PrevWorkspace want to have the 'argument'
        really empty).
now the first thing we do is to remove whitespaces from begin and end of the
line.
2005-03-10 16:51:24 +00:00
simonb
86797859d4 changelog update about which usage 2005-03-10 13:55:27 +00:00
simonb
b7d3dc2fa3 fix 'which' program compatibility.
Test the capabilities of the one we find, rather than guessing
based on the system type
2005-03-10 13:53:26 +00:00
fluxgen
aa0a9cd506 update 2005-02-13 16:42:22 +00:00
fluxgen
5f344f3a35 update for romanian, thanks Costin Stroie 2005-02-13 16:42:13 +00:00
fluxgen
5b95321cbd update 2005-02-13 16:37:51 +00:00
fluxgen
bac15c745e using stringstream header in FbTk 2005-02-13 16:36:54 +00:00
fluxgen
b8a39c1e6c stringstream header 2005-02-13 16:34:37 +00:00
fluxgen
e822437cb8 added stringstream header 2005-02-13 16:34:14 +00:00
fluxgen
8e0a3300ad stringstream 2005-02-13 16:33:49 +00:00
mathias
4a7d0b8434 cosmetic + updated copyright year 2005-02-10 10:24:31 +00:00
mathias
6e15a32973 more portability-stuff from dung, mostly for variables 2005-02-10 02:01:15 +00:00
mathias
b1b4008ce7 updated changes 2005-02-09 14:58:31 +00:00
mathias
cc57d59dbb patch from dung lam to fix some portability-issues with latest fbgm 2005-02-09 14:57:49 +00:00
mathias
39e27876dd updated copyright year 2005-02-08 17:09:56 +00:00
mathias
b82b3b98d2 copyright year 2005-02-07 23:39:57 +00:00
mathias
d74e851955 updated copyright date 2005-02-07 13:51:50 +00:00
mathias
703fc0b0ee cosmetic white-space-stuff and/or copyright dates 2005-02-07 13:46:55 +00:00
mathias
8e33dad39f white-space cosmetic 2005-02-07 13:45:31 +00:00
mathias
31d8f96685 updated copyright dates 2005-02-07 13:42:43 +00:00
mathias
a1cf88cf25 updated changes 2005-02-04 17:29:05 +00:00
mathias
17abbcb3a7 fixed uninitialized pointer which could lead to segfaults when the user
specifies nonexistent/invalid tool-names in the init-file
2005-02-04 17:27:39 +00:00
mathias
7b2d1c12f2 updated changes 2005-02-03 16:48:47 +00:00
mathias
b7bf873aa0 fixes the year for fluxbox -version
added a way to display the svn-revision-number in fluxbox -info
2005-02-03 16:46:46 +00:00
mathias
a88dcb3676 updated manpage for the SIGNAL change 2005-02-02 15:25:02 +00:00
mathias
42b57e68ea updated changes 2005-02-02 15:24:05 +00:00
mathias
78c0048b5c changed SIGNAL handling to:
SIGHUP: restartfluxbox
  SIGUSR1: load configuration
  SIGUSR2: reload configuration

TODO:

  whats the essential difference between "loading" and "reloading"?
  maybe we can drop one of that functions
2005-02-02 15:22:58 +00:00
mathias
38e16876a8 added apps (close #1107234)
changed "ownership" -> Dung Lam takes over from Han
2005-02-02 15:05:13 +00:00
mathias
2f219f9a5a updated changes 2005-02-01 19:18:36 +00:00
mathias
7e11048249 imlib2 wasnt default-off as it seems, this should fix it 2005-02-01 19:18:28 +00:00
mathias
af526573b8 updated changes 2005-02-01 10:16:20 +00:00
mathias
67f7f7404d minor changes to ru_RU - translations (thanx php-coder) 2005-02-01 09:24:35 +00:00
mathias
67098a21ea closes #1107213, 64bit issues with XChangeProperty
submitted by  Matthieu Herrb <matthieu.herrb@laas.fr>
2005-01-31 16:55:38 +00:00
mathias
f4d3d79d38 close #1111378, -S (smooth) to wmsetbg's aspect-setting 2005-01-31 16:40:08 +00:00
mathias
a7624355a0 updated changes 2005-01-31 09:43:22 +00:00
mathias
8cef770e0b updated translators 2005-01-31 09:42:31 +00:00
mathias
49b75faa67 added cs_CZ-locales (thanx to Radek Kubicek) 2005-01-31 09:41:13 +00:00
mathias
70fee59a9a outcommenting of some debugmessages 2005-01-30 22:17:17 +00:00
mathias
3053f230e6 updated changes 2005-01-29 19:17:07 +00:00
mathias
0cb6312447 big feature-addon for fbgm: icon-support. work done by Dung N. Lam 2005-01-29 19:14:38 +00:00
mathias
c8b538b264 updated changes 2005-01-24 20:02:56 +00:00