Mark Tiefenbruck
93b0c5322a
refactor menu reloading, added FbTk::AutoReloadHelper
2008-05-11 17:22:40 -07:00
Mark Tiefenbruck
72a45fae3c
reuse some menu pointers instead of using delete/new
2008-05-11 10:17:21 -07:00
Mark Tiefenbruck
85d8ac7549
more useless code
2008-05-11 09:08:14 -07:00
Mark Tiefenbruck
a9fd0f5b26
remove some more useless code
2008-05-11 08:54:18 -07:00
Mark Tiefenbruck
518af23488
remove some unnecessary code
2008-05-10 15:42:35 -07:00
Henrik Kinnunen
c31638038a
Fixed so tooltip window in the iconbar when the title changes.
2008-05-09 19:39:02 +02:00
Mark Tiefenbruck
05fa2be096
adjust coordinates for window border in synthetic ConfigureNotify events
2008-05-07 11:35:28 -07:00
Slava Semushin
faf26f16fb
ChangeLog: fixed typo (s/rememberm/remember/).
...
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 08:02:02 +02:00
Slava Semushin
a9ae7533e8
fluxstyle.1: fixed typo which prevent substitution for path to styles directory.
...
In doc/Makefile.am replaces @pkgdatadir@ string, not @pkg_datadir@.
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 08:01:38 +02:00
Slava Semushin
4d0dba57f0
fluxstyle.1: changed path to rgb.txt file.
...
In Xorg rgb.txt file located at /usr/share/X11 directory.
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 08:00:47 +02:00
Slava Semushin
daee94bccc
nls/translators.txt: updated my name and email address.
...
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 07:59:28 +02:00
Mark Tiefenbruck
969133c067
fix tooltip windows for xinerama
2008-05-05 06:37:35 -07:00
Mark Tiefenbruck
8f0b031aa3
change default menu delays
2008-05-05 06:12:59 -07:00
Mark Tiefenbruck
f51e3d76cb
add more default keybindings
2008-05-05 05:33:50 -07:00
Matteo Galiazzo
4a3be045b2
add tooltips for iconbar buttons when title is too long to fit
2008-05-05 05:05:52 -07:00
Mark Tiefenbruck
ba604ac821
little hack to allow arbitrary commands in the toolbar
2008-05-02 05:47:30 -07:00
skiidoo
146a38c776
some additions/corrections for fbgm
2008-05-02 03:59:47 -07:00
Mark Tiefenbruck
d7afd7b39e
remove some unnecessary arguments
2008-05-02 03:44:27 -07:00
Mark Tiefenbruck
50024d32bc
save timestamp for non-existent menu file, in case user creates one
2008-05-01 01:22:16 -07:00
Mark Tiefenbruck
2c3f266c74
add reconfigure to default menu
2008-04-30 08:34:59 -07:00
Mark Tiefenbruck
92c4489a7b
workaround for keys files broken by fluxconf
2008-04-30 08:31:04 -07:00
Mark Tiefenbruck
92d1e5fcfb
don't allow empty root menu
2008-04-30 03:06:31 -07:00
Ken Bloom
f552b328bc
add -nearmouse to fbrun man page
2008-04-29 23:30:51 -07:00
Mark Tiefenbruck
6cb26c97a9
don't add program icons to tabs for previous users, for backwards compatibility, but leave it as default for new users
2008-04-29 05:51:43 -07:00
Henrik Kinnunen
7bc04b37e3
changelog
2008-04-27 21:25:17 +02:00
Henrik Kinnunen
80b10f7772
Added SimpleObserver class.
...
This class works in the same way as the SimpleCommand class.
Use it with the makeObserver function.
It calls the receiver's member function when the subject sends
a signal.
2008-04-27 21:22:18 +02:00
Mark Tiefenbruck
40e17b4d0e
some updates for the startup file in modern times
2008-04-25 17:56:51 -07:00
Mark Tiefenbruck
c13bd3164e
we don't need to tell this to everyone
2008-04-25 06:01:43 -07:00
Mark Tiefenbruck
6fad1e2f88
forgot to add apps.in to git
2008-04-25 01:41:29 -07:00
Mark Tiefenbruck
2301968bd9
add fbrun to default apps file
2008-04-25 01:36:26 -07:00
Mark Tiefenbruck
79daf5b187
some minor changes to default keys file
2008-04-25 01:06:12 -07:00
Thomas Orgis
1e2ab2f3ed
some fixes for gcc 3.4
2008-04-21 15:43:10 -07:00
Matteo Galiazzo
e048bdfd7a
system tray border patch from matteo
2008-04-15 01:55:14 -07:00
Nitish Padgaonkar
f68c36264b
Added autoscan hints to configure.in
2008-04-03 08:44:48 +02:00
Mathias Gumz
2cac7ddf6f
fixed a small issue with autohidden toolbar
...
the toolbar was not going to hidden state when the slit
covered the toolbar and the mouse was still in the toolbar
area. now we check event.subwindow to decide if it was a
"valid" leaveNotifyEvent.
2008-03-29 17:15:37 +01:00
Bernhard Walle
d300c62ba0
Fix build with g++ 4.3
...
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory.
Only missing includes and using directives are added.
2008-03-25 20:59:52 +01:00
Jim Ramsay
173682f8de
The unfocused/pressed pixmaps for the 'stick' button were ignored.
...
This fixes a bug in commit 1f01d84c08
(split
WinButtonTheme into multiple themes), where every other theme except for
m_stick_pm was changed.
2008-03-19 21:02:47 +01:00
Mathias Gumz
1b1262e01b
transform _NET_WM_ICON data to correct depth
2008-03-05 09:24:40 +01:00
Mathias Gumz
73848440ce
Merge branch 'makefile_correct'
2008-02-25 20:33:44 +01:00
Mathias Gumz
bd43158c48
disable automake-warnings
...
warnings like 'data/Makefile.am:19: (probably a GNU make extension)' etc
are kind of pointless to fluxbox since the build system is gmake.
2008-02-25 20:30:52 +01:00
Mathias Gumz
60a44e573e
feed the right git revision used to build fluxbox into defaults.hh
2008-02-24 22:22:13 +01:00
Mathias Gumz
46fdf4d1b4
use _NET_WM_ICON property as resource for icons, fixed partly #1852693
...
instead of depending on proper icons in the old icccm wmhints, fluxbox now
tries to get the icon data stored in _NET_WM_ICON
2008-02-24 21:58:24 +01:00
Mark Tiefenbruck
611b6aa57e
more fun with the window menu
2008-02-11 10:17:45 -08:00
Henrik Kinnunen
cd128d7a3e
removed goto
2008-02-10 18:16:50 +01:00
Mark Tiefenbruck
26dafdafbe
fix highlighted menu item on mouse out
2008-02-08 18:36:06 -08:00
Tomas Janousek
3a8ec6512b
Fix a freed memory access in ~BScreen.
...
mit->second->parent() == 0 didn't do what it was supposed to. m_parent being
zero does not imply that no pointer points to it.
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-06 16:40:46 +01:00
Tomas Janousek
1534c8d728
Consistency: alpha submenu of WindowMenu should not have title.
...
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-06 16:36:23 +01:00
Tomas Janousek
b61502ffbc
Fix a freed memory access in Keys::doAction.
...
The thing next_key pointed to was getting freed in deleteTree.
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-04 18:46:24 +01:00
Tomas Janousek
9671b2f99c
Fix crash with apps reloading.
...
Yeah, we shouldn't delete pointers that are mentioned elsewhere...
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-04 18:46:22 +01:00
Mark Tiefenbruck
38f84c3932
fix window menu again
2008-02-04 06:00:33 -08:00