aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-13Fixed startup bug for window menu in iconbar.Henrik Kinnunen3-14/+21
The window menu in the iconbutton was not updated properly the first time it was used ( before right clicking in the real window titlebar).
2008-05-09Fixed so tooltip window in the iconbar when the title changes.Henrik Kinnunen8-64/+118
2008-05-07adjust coordinates for window border in synthetic ConfigureNotify eventsMark Tiefenbruck1-2/+2
2008-05-07ChangeLog: fixed typo (s/rememberm/remember/).Slava Semushin1-1/+1
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07fluxstyle.1: fixed typo which prevent substitution for path to styles directory.Slava Semushin3-3/+3
In doc/Makefile.am replaces @pkgdatadir@ string, not @pkg_datadir@. Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07fluxstyle.1: changed path to rgb.txt file.Slava Semushin3-3/+3
In Xorg rgb.txt file located at /usr/share/X11 directory. Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07nls/translators.txt: updated my name and email address.Slava Semushin1-1/+1
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-05fix tooltip windows for xineramaMark Tiefenbruck1-9/+9
2008-05-05change default menu delaysMark Tiefenbruck1-2/+2
2008-05-05add more default keybindingsMark Tiefenbruck1-2/+8
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo13-10/+241
2008-05-02little hack to allow arbitrary commands in the toolbarMark Tiefenbruck1-2/+1
2008-05-02some additions/corrections for fbgmskiidoo2-31/+39
2008-05-02remove some unnecessary argumentsMark Tiefenbruck4-22/+13
2008-05-01save timestamp for non-existent menu file, in case user creates oneMark Tiefenbruck3-10/+11
2008-04-30add reconfigure to default menuMark Tiefenbruck1-0/+2
2008-04-30workaround for keys files broken by fluxconfMark Tiefenbruck1-0/+2
2008-04-30don't allow empty root menuMark Tiefenbruck2-1/+4
2008-04-30add -nearmouse to fbrun man pageKen Bloom1-0/+3
2008-04-29don't add program icons to tabs for previous users, for backwards ↵Mark Tiefenbruck3-2/+12
compatibility, but leave it as default for new users
2008-04-27changelogHenrik Kinnunen1-0/+4
2008-04-27Added SimpleObserver class.Henrik Kinnunen8-58/+139
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-26some updates for the startup file in modern timesMark Tiefenbruck6-15/+33
2008-04-25we don't need to tell this to everyoneMark Tiefenbruck1-0/+2
2008-04-25forgot to add apps.in to gitMark Tiefenbruck1-0/+4
2008-04-25add fbrun to default apps fileMark Tiefenbruck4-6/+33
2008-04-25some minor changes to default keys fileMark Tiefenbruck1-4/+7
2008-04-21some fixes for gcc 3.4Thomas Orgis57-60/+62
2008-04-15system tray border patch from matteoMatteo Galiazzo2-5/+11
2008-04-03Added autoscan hints to configure.inNitish Padgaonkar1-0/+64
2008-03-29fixed a small issue with autohidden toolbarMathias Gumz1-2/+8
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-25Fix build with g++ 4.3Bernhard Walle5-0/+23
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory. Only missing includes and using directives are added.
2008-03-19The unfocused/pressed pixmaps for the 'stick' button were ignored.Jim Ramsay1-1/+2
This fixes a bug in commit 1f01d84c080d607a91eb417efcaf5e500b5f1d7e (split WinButtonTheme into multiple themes), where every other theme except for m_stick_pm was changed.
2008-03-05transform _NET_WM_ICON data to correct depthMathias Gumz1-11/+38
2008-02-25Merge branch 'makefile_correct'Mathias Gumz1-1/+1
2008-02-25disable automake-warningsMathias Gumz1-1/+1
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-24feed the right git revision used to build fluxbox into defaults.hhMathias Gumz1-1/+1
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz3-11/+180
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-11more fun with the window menuMark Tiefenbruck8-43/+50
2008-02-10removed gotoHenrik Kinnunen2-13/+17
2008-02-09fix highlighted menu item on mouse outMark Tiefenbruck2-2/+14
2008-02-06Fix a freed memory access in ~BScreen.Tomas Janousek1-15/+26
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-06Consistency: alpha submenu of WindowMenu should not have title.Tomas Janousek1-3/+6
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-04Fix a freed memory access in Keys::doAction.Tomas Janousek2-2/+5
The thing next_key pointed to was getting freed in deleteTree. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-04Fix crash with apps reloading.Tomas Janousek1-3/+8
Yeah, we shouldn't delete pointers that are mentioned elsewhere... Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-02-04fix window menu againMark Tiefenbruck1-0/+2
2008-02-03check pointer, even though it shouldn't be necessaryMark Tiefenbruck1-1/+1
2008-02-03fix rotationMark Tiefenbruck1-3/+3
2008-01-31fix focus revert when closing menuMark Tiefenbruck1-3/+3
2008-01-28fix warningMark Tiefenbruck1-1/+1