increase default size of toolbar and icon buttons
Mark Tiefenbruck mark@fluxbox.org
unrevert 1fdef35e51 x Mathias should listen to me when I say "by the way, I know you liked the code I just removed; you should change your keys file to use :MacroCmd {Focus} {Raise} {StartMoving}". Behavior in 1.0.0 and previous was that alt+click would focus and raise, regardless of whether the window was moved or not. If mathias really wants his alt+drag to preserve stacking order, he should add Mouse<N>Move events to the keys file to distinguish moving from clicking. I've been planning on doing it anyway.
Mark Tiefenbruck mark@fluxbox.org
additional fix for the resize bug
Mathias Gumz akira at fluxbox dot org
reverted 1fdef35e51, added more info about that feature
Mathias Gumz akira at fluxbox dot org
don't allow resizing to negative dimensions this fixes a problem when the user resizes a window over the opposite border. as a result a signed overflow occured which lead to quite huge windows.
Mathias Gumz akira at fluxbox dot org
ignore XRandr events that don't actually change the screen size
Mark Tiefenbruck mark@fluxbox.org
remove doc/asciidoc/fluxbox.1 from index
Mark Tiefenbruck mark@fluxbox.org
merge menuDelay and menuDelayClose options
Mark Tiefenbruck mark@fluxbox.org
focus window when done dragging to a new workspace with outline moving
Mark Tiefenbruck mark@fluxbox.org
using namespace instead of a useless class
Mathias Gumz akira at fluxbox dot org
don't show window on new workspace when warping with outline moving
Mark Tiefenbruck mark@fluxbox.org
show/hide tooltip if title length changes enough while mouse is over the iconbutton
Mark Tiefenbruck mark@fluxbox.org
fix windows mapping into IconicState again
Mark Tiefenbruck mark@fluxbox.org
remove some unneeded code
Mark Tiefenbruck mark@fluxbox.org
allow relative path for background images in style files
Mark Tiefenbruck mark@fluxbox.org
remove menu modes
Mark Tiefenbruck mark@fluxbox.org
remove follow models
Mark Tiefenbruck mark@fluxbox.org
remove line style resources from init file
Mark Tiefenbruck mark@fluxbox.org
remove rootcommand from init file
Mark Tiefenbruck mark@fluxbox.org
add a message to default init file explaining why there aren't any options there
Mark Tiefenbruck mark@fluxbox.org
recognize --option in addition to -option for most things
Mark Tiefenbruck mark@fluxbox.org
add -print option to fbrun to return result to stdout instead of executing it
Mark Tiefenbruck mark@fluxbox.org
in ClickFocus, replay pointer before focusing window
Mark Tiefenbruck mark@fluxbox.org
fix CustomMenu and ClientMenu commands from fluxbox-remote
Mark Tiefenbruck mark@fluxbox.org
break keychains after an invalid key is pressed (which unfortunately will be swallowed)
Mark Tiefenbruck mark@fluxbox.org
fix flickering of shaped windows on focus changes
Mark Tiefenbruck mark@fluxbox.org
fix restacking
Mark Tiefenbruck mark@fluxbox.org
don't flash original window in the middle of cycling focus
Mark Tiefenbruck mark@fluxbox.org
reset background on resolution change
Mark Tiefenbruck mark@fluxbox.org
restore missing config files on reconfigure
Mark Tiefenbruck mark@fluxbox.org
Changed resize signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed workspace area signal to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox Conflicts: ChangeLog
Henrik Kinnunen fluxgen@fluxbox.org
Change focused signal to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed icon list signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed client list signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed background changed signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed workspace names signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
Changed current workspace signal in BScreen to use the new signal system
Henrik Kinnunen fluxgen@fluxbox.org
no virtuals needed Signals, added leaveAll for SignalTracker which must be used before all screens dies.
Henrik Kinnunen fluxgen@fluxbox.org
re-fix maximizing problem with non-northwest gravity windows
Mark Tiefenbruck mark@fluxbox.org
fix placement of windows with non-default decorations
Mark Tiefenbruck mark@fluxbox.org
fix a few things with new signal code
Mark Tiefenbruck mark@fluxbox.org
Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox Conflicts: ChangeLog
Henrik Kinnunen fluxgen@fluxbox.org
Changed workspace count signal in BScreen to use the new signal system.
Henrik Kinnunen fluxgen@fluxbox.org
Added new Signal/Slot system in FbTk This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage.
Henrik Kinnunen fluxgen@fluxbox.org
minor changes for news
Henrik Kinnunen fluxgen@fluxbox.org
new version
Henrik Kinnunen fluxgen@fluxbox.org
added RectangleUtil.hh to build
Henrik Kinnunen fluxgen@fluxbox.org
Fixed a pixmap resource leak with selected pixmap in menus. menu.hilite.selected.pixmap and menu.selected.pixmap was not deleted while switching between non-pixmap styles and pixmap styles.
Henrik Kinnunen fluxgen@fluxbox.org
some minor code cleaning.
Henrik Kinnunen fluxgen@fluxbox.org
fix some default values
Mark Tiefenbruck mark@fluxbox.org
try to fix some weird focus issues
Mark Tiefenbruck mark@fluxbox.org
fix program crashes caused by unshading
Mark Tiefenbruck mark@fluxbox.org
be aware of badly specified _NET_WM_ICONS
Mathias Gumz akira at fluxbox dot org
fix updating of keys file for scrolling on toolbar
Mark Tiefenbruck mark@fluxbox.org
update workspace names atoms/resources when adding a new workspace also removed unnecessary items from default init file
Mark Tiefenbruck mark@fluxbox.org
remove unnecessary signals causing toolbar renders on workspace change
Mark Tiefenbruck mark@fluxbox.org
turn on opaque window moving by default
Mark Tiefenbruck mark@fluxbox.org
add check to configure script to detect old versions of Xrandr
Mark Tiefenbruck mark@fluxbox.org
fix maximize/fullscreen for windows with non-Northwest gravity
Mark Tiefenbruck mark@fluxbox.org
remove tooltip when IconButton is destroyed
Mark Tiefenbruck mark@fluxbox.org
add windowmenu to dist package
Mark Tiefenbruck mark@fluxbox.org
back to git version
Henrik Kinnunen fluxgen@fluxbox.org
resize fullscreen windows when resolution changes
Mark Tiefenbruck mark@fluxbox.org
some documentation updates
Mark Tiefenbruck mark@fluxbox.org
update window's size hints when client updates size hints
Mark Tiefenbruck mark@fluxbox.org
included some missing files in distribution
Henrik Kinnunen fluxgen@fluxbox.org
removed ObjectResource.hh and CompareWindow.hh
Henrik Kinnunen fluxgen@fluxbox.org
new version 1.1
Henrik Kinnunen fluxgen@fluxbox.org
fixes for NEWS entry
Mark Tiefenbruck mark@fluxbox.org
updated for 1.1
Henrik Kinnunen fluxgen@fluxbox.org
highlight the nearest menu item when the current one is disabled, and add separators to focus model menu
Mark Tiefenbruck mark@fluxbox.org
fix focus after tabbing
Mark Tiefenbruck mark@fluxbox.org
missed one
Mark Tiefenbruck mark@fluxbox.org
use FbMenu::window instead of WindowCmd<>::window for displaying items in the window menu
Mark Tiefenbruck mark@fluxbox.org
more fun with global variables
Mark Tiefenbruck mark@fluxbox.org
don't change a fullscreen window's layer when its transient takes the focus
Mark Tiefenbruck mark@fluxbox.org
move some things from FluxboxWindow to WindowState
Mark Tiefenbruck mark@fluxbox.org
make FbWinFrame and FluxboxWindow share a WindowState object
Mark Tiefenbruck mark@fluxbox.org
remove option to disable decorations on transient windows
Mark Tiefenbruck mark@fluxbox.org
move decoration handling for non-resizable windows to SizeHint class
Mark Tiefenbruck mark@fluxbox.org
move FbWinFrame::State class to a new file
Mark Tiefenbruck mark@fluxbox.org
use old focus/raise behavior for default alt+left/right mouse bindings
Mark Tiefenbruck mark@fluxbox.org
toolbar placement menu wasn't updating
Mark Tiefenbruck mark@fluxbox.org
make clicking on the border of the toolbar activate toolbar buttons
Mark Tiefenbruck mark@fluxbox.org
fix for restoring horizontally or vertically resized windows
Mark Tiefenbruck mark@fluxbox.org
fix reading iconbar border from theme
Mark Tiefenbruck mark@fluxbox.org
resize maximized windows when the toolbar or slit changes size
Mark Tiefenbruck mark@fluxbox.org
when a transient dies, revert focus to its parent
Mark Tiefenbruck mark@fluxbox.org
make ShowDesktop and Deiconify commands maintain focus order
Mark Tiefenbruck mark@fluxbox.org
allow various combinations of shaded, maximized, and fullscreen states
Mark Tiefenbruck mark@fluxbox.org
be a little smarter about size hints in tabbed windows
Mark Tiefenbruck mark@fluxbox.org
don't let MWM hints override defaultDeco
Mark Tiefenbruck mark@fluxbox.org
another parsing fix
Mark Tiefenbruck mark@fluxbox.org
remove borders from maximized windows
Mark Tiefenbruck mark@fluxbox.org
add -sync command line option for debugging X issues
Mark Tiefenbruck mark@fluxbox.org
accidentally left this on
Mark Tiefenbruck mark@fluxbox.org
move fullscreen and maximization handling to FbWinFrame
Mark Tiefenbruck mark@fluxbox.org
don't apply rounded corners to windows without decorations
Mark Tiefenbruck mark@fluxbox.org
apply patch to fix memory leak that shouldn't exist
Mark Tiefenbruck mark@fluxbox.org
fix cycling with minimized windows
Mark Tiefenbruck mark@fluxbox.org
fix parsing of Delay command
Mark Tiefenbruck mark@fluxbox.org
make Swing apps only somewhat horribly broken again
Mark Tiefenbruck mark@fluxbox.org
;
Mark Tiefenbruck mark@fluxbox.org
some cleanup
Mark Tiefenbruck mark@fluxbox.org
add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindowCmd
Mark Tiefenbruck mark@fluxbox.org
split documenation into different directories
Mathias Gumz akira at fluxbox dot org
create section 5 manpages as well
Mathias Gumz akira at fluxbox dot org
fixed some menu documentation
Mark Tiefenbruck mark@fluxbox.org
fix match limits in apps file, plus some documentation
Mark Tiefenbruck mark@fluxbox.org
ShowDesktop should ignore everything on the desktop layer, not just windows of type Desktop
Mark Tiefenbruck mark@fluxbox.org
add SetDecor key command
Mark Tiefenbruck mark@fluxbox.org
make creating manpages easier
Mathias Gumz akira at fluxbox dot org
shift+enter wasn't sending right click if the menu item had a submenu
Mark Tiefenbruck mark@fluxbox.org
add [transient] tag to apps file to match transient windows
Mark Tiefenbruck mark@fluxbox.org
update keys file for changes to NextWindow syntax
Mark Tiefenbruck mark@fluxbox.org
fix :Focus <pattern> when all windows are minimized
Mark Tiefenbruck mark@fluxbox.org
fix a bug with Some and Every commands and the stupid global current window variable
Mark Tiefenbruck mark@fluxbox.org
update the manuals for previous commit
Mark Tiefenbruck mark@fluxbox.org
combined code for saved window positions and MoveTo key command added left, right, top, and bottom center reference points
Mark Tiefenbruck mark@fluxbox.org
fix some defaults
Mark Tiefenbruck mark@fluxbox.org
add top, left, right, and bottom center tab placement options
Mark Tiefenbruck mark@fluxbox.org
add SetTitle and SetTitleDialog key commands
Mark Tiefenbruck mark@fluxbox.org
revert focus when closing dialogs
Mark Tiefenbruck mark@fluxbox.org
some cleanup
Mark Tiefenbruck mark@fluxbox.org
cosmetic changes
Mark Tiefenbruck mark@fluxbox.org
move interpretation of normal hints to size hint class
Mark Tiefenbruck mark@fluxbox.org
cosmetic api change
Mathias Gumz akira at fluxbox dot org
fix compilation
Mark Tiefenbruck mark@fluxbox.org
let FbWinFrame handle decorations in fullscreen state
Mark Tiefenbruck mark@fluxbox.org
move getDecoMaskFromString to FbWinFrame
Mark Tiefenbruck mark@fluxbox.org
fix some consts and private functions
Mark Tiefenbruck mark@fluxbox.org
group some window properties into a new class FbWinFrame::State
Mark Tiefenbruck mark@fluxbox.org
have fullscreen and maximization code call applySizeHints directly
Mark Tiefenbruck mark@fluxbox.org
move some frame size calculations to FbWinFrame
Mark Tiefenbruck mark@fluxbox.org
aspect ratios should take base size into account, fix size hint initialization
Mark Tiefenbruck mark@fluxbox.org
move size hint code to methods in size hint struct, restructure them a little
Mark Tiefenbruck mark@fluxbox.org
move size hint code to FbWinFrame
Mark Tiefenbruck mark@fluxbox.org
move size hints to a struct
Mark Tiefenbruck mark@fluxbox.org
cleanup of some files
Mathias Gumz akira at fluxbox dot org
Merge branch 'master' into to_push
Mathias Gumz akira at fluxbox dot org
Merge branch 'makefile_correct' into to_push
Mathias Gumz akira at fluxbox dot org
feed the right git revision used to build fluxbox into defaults.hh
Mathias Gumz akira at fluxbox dot org
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
Mathias Gumz akira at fluxbox dot org
more fun with the window menu
Mark Tiefenbruck mark@fluxbox.org
removed goto
Henrik Kinnunen fluxgen@fluxbox.org
fix highlighted menu item on mouse out
Mark Tiefenbruck mark@fluxbox.org
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>
Tomas Janousek tomi@nomi.cz
Consistency: alpha submenu of WindowMenu should not have title. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
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>
Tomas Janousek tomi@nomi.cz
Fix crash with apps reloading. Yeah, we shouldn't delete pointers that are mentioned elsewhere... Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
fix window menu again
Mark Tiefenbruck mark@fluxbox.org
check pointer, even though it shouldn't be necessary
Mark Tiefenbruck mark@fluxbox.org
fix rotation
Mark Tiefenbruck mark@fluxbox.org
fix focus revert when closing menu
Mark Tiefenbruck mark@fluxbox.org
fix warning
Mark Tiefenbruck mark@fluxbox.org
Merge branch 'xinerama_randr'
Tomas Janousek tomi@nomi.cz
minor correction of include names
Mathias Gumz akira at fluxbox dot org
reordering
Mathias Gumz akira at fluxbox dot org
cosmetics
Mathias Gumz akira at fluxbox dot org
std::string.c_str() is never NULL
Mathias Gumz akira at fluxbox dot org
don't require final {} on :If
Mark Tiefenbruck mark@fluxbox.org
fix issue with multiple spaces in filename in fbsetbg
Mark Tiefenbruck mark@fluxbox.org
use hash instead of which in fbsetbg
Mark Tiefenbruck mark@fluxbox.org
fix some potential bugs with window menus
Mark Tiefenbruck mark@fluxbox.org
fix potential infinite loop in transient windows
Mark Tiefenbruck mark@fluxbox.org
fix some issues with window menus
Mark Tiefenbruck mark@fluxbox.org
fix some updates on style change
Mark Tiefenbruck mark@fluxbox.org
move position and geometry windows into their own class
Mark Tiefenbruck mark@fluxbox.org
Fix missing destructor warning
Simon Bowden rathnor@fluxbox.org
Merge branch 'master' of fluxbox@gitfbox:fluxbox
Mark Tiefenbruck mark@fluxbox.org
use function pointer for CommandParser::Command
Mark Tiefenbruck mark@fluxbox.org
fix crashes on restart
Mark Tiefenbruck mark@fluxbox.org
fix initialization of WorkspaceNameTheme
Mark Tiefenbruck mark@fluxbox.org
fix some issues with reverting focus
Mark Tiefenbruck mark@fluxbox.org
move some stuff from Fluxbox to BScreen
Mark Tiefenbruck mark@fluxbox.org
forgot to add this
Mark Tiefenbruck mark@fluxbox.org
make FbTk::Command a template class, split parsing information out of ObjectRegistry
Mark Tiefenbruck mark@fluxbox.org
split WinButtonTheme into multiple themes
Mark Tiefenbruck mark@fluxbox.org
switch FbWinFrameTheme to use FocusableTheme
Mark Tiefenbruck mark@fluxbox.org
added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems
Mark Tiefenbruck mark@fluxbox.org
update code to use ThemeProxy
Mark Tiefenbruck mark@fluxbox.org
add a level of indirection to themes
Mark Tiefenbruck mark@fluxbox.org
remove some unnecessary code
Mark Tiefenbruck mark@fluxbox.org
remove old svn $Id$ tags
Mark Tiefenbruck mark@fluxbox.org
merged
Mathias Gumz akira at fluxbox dot org
moved seldom used code to where it is actually used, no need to include code into compilation when its not needed
Mathias Gumz akira at fluxbox dot org
more encapsulation for Ewmh
Mathias Gumz akira at fluxbox dot org
more header 'correctness'
Mathias Gumz akira at fluxbox dot org
decoupling, moved private datastructures to Keys.cc
Mathias Gumz akira at fluxbox dot org
fix some flickering on focus change
Mark Tiefenbruck mark@fluxbox.org
fix compatibility with older gcc versions
Mark Tiefenbruck mark@fluxbox.org
Fix minimize regression caused by b5c354b9.
Tomas Janousek tomi@nomi.cz
this really needs to be fixed
Mark Tiefenbruck mark@fluxbox.org
Fix freeze with actions on external tab.
Tomas Janousek tomi@nomi.cz
removed some unneeded headers
Mathias Gumz akira at fluxbox dot org
remove some (hopefully) unneeded header includes
Mark Tiefenbruck mark@fluxbox.org
forgotten inlines from previous round
Mathias Gumz akira at fluxbox dot org
'inline' in class declaration is implicitly inline
Mathias Gumz akira at fluxbox dot org
move #define SHAPE to config.h instead of -DSHAPE on command line
Mark Tiefenbruck mark@fluxbox.org
moved DelayedCmd from Screen.cc to FbTk/Timer.cc, added it to the keys file
Mark Tiefenbruck mark@fluxbox.org
move shape handling from FbMenu to FbTk::Menu
Mark Tiefenbruck mark@fluxbox.org
merge MenuTheme with FbTk::MenuTheme
Mark Tiefenbruck mark@fluxbox.org
move Shape to FbTk
Mark Tiefenbruck mark@fluxbox.org
move STLUtil to FbTk
Mark Tiefenbruck mark@fluxbox.org
move RegExp to FbTk
Mark Tiefenbruck mark@fluxbox.org
move Parser to FbTk
Mark Tiefenbruck mark@fluxbox.org
moved Container to FbTk
Mark Tiefenbruck mark@fluxbox.org
moved BorderTheme and TextTheme to FbTk
Mark Tiefenbruck mark@fluxbox.org
architecture astronomy
Mark Tiefenbruck mark@fluxbox.org
simplify the window transparency menu and handling a bit
Mark Tiefenbruck mark@fluxbox.org
stupid &
Mark Tiefenbruck mark@fluxbox.org
revert previous patch until it can be fixed
Mark Tiefenbruck mark@fluxbox.org
changing focusnew/mousefocus should affect windows that are already open
Mark Tiefenbruck mark@fluxbox.org
updated german translations for maximization menu
Mark Tiefenbruck mark@fluxbox.org
implement some focus policies for splash, dock, and desktop windows
Mark Tiefenbruck mark@fluxbox.org
don't add new windows to front of focus list if they don't acquire the focus
Mark Tiefenbruck mark@fluxbox.org
removed KDE configure option
Mark Tiefenbruck mark@fluxbox.org
added resource session.screen<N>.slit.acceptKdeDockapps
Mark Tiefenbruck mark@fluxbox.org
fix showing program icons with depth=1 in menus
Mark Tiefenbruck mark@fluxbox.org
make bit depth accessible from an FbDrawable
Mark Tiefenbruck mark@fluxbox.org
`hash -t' seems to be bash-only
Mark Tiefenbruck mark@fluxbox.org
replaced `which' with the bourne shell built-in `hash' and fixed some --program-prefix/suffix problems
Mark Tiefenbruck mark@fluxbox.org
search subdirectories when looking for icons
Mark Tiefenbruck mark@fluxbox.org
minor fixes for handling ConfigureRequest events
Mark Tiefenbruck mark@fluxbox.org
added focused/unfocused borders to styles
Mark Tiefenbruck mark@fluxbox.org
make FbWinFrame aware of the decoration state
Mark Tiefenbruck mark@fluxbox.org
if a window is prevented from stealing the focus, don't put it on top
Mark Tiefenbruck mark@fluxbox.org
don't allow clients to move or resize fullscreen/maximized windows
Mark Tiefenbruck mark@fluxbox.org
make better decisions about when to allow stealing the focus
Mark Tiefenbruck mark@fluxbox.org
leave fullscreen windows on top, even without the focus, as long as focused window is on another head
Mark Tiefenbruck mark@fluxbox.org
remove 'friend' declaration in Window.hh
Mark Tiefenbruck mark@fluxbox.org
little cleanup
Mark Tiefenbruck mark@fluxbox.org
added key command StartTabbing
Mark Tiefenbruck mark@fluxbox.org
add some more useful keybindings to the default keys file
Mark Tiefenbruck mark@fluxbox.org
remove `OnTitlebar Mouse2 :Lower', as it interferes with tabbing
Mark Tiefenbruck mark@fluxbox.org
fixed backwards compatibility for toolbar/tab styles
Mark Tiefenbruck mark@fluxbox.org
fix menuitem height on startup
Mark Tiefenbruck mark@fluxbox.org
convert macro command parsing to use new StringUtil function
Mark Tiefenbruck mark@fluxbox.org
added ForEach key command
Mark Tiefenbruck mark@fluxbox.org
replace svn stuff with git
Mark Tiefenbruck mark@fluxbox.org
"fix" `About' item in fbgm with tcsh, #1806327
Mark Tiefenbruck mark@fluxbox.org
fix a few $HOME-related issues in fbgm
Mark Tiefenbruck mark@fluxbox.org
fixed "iconify" menu item
Mark Tiefenbruck mark@fluxbox.org
check apps file settings after ewmh and gnome
Mark Tiefenbruck mark@fluxbox.org
always focus a client that gets raised in the focused window
Mark Tiefenbruck mark@fluxbox.org
don't minimize a window just because its transient got minimized
Mark Tiefenbruck mark@fluxbox.org
remove reassoc argument from FluxboxWindow::deiconify
Mark Tiefenbruck mark@fluxbox.org
remove some unnecessary uses of FluxboxWindow::deiconify
Mark Tiefenbruck mark@fluxbox.org
don't let transient windows steal the focus from other programs
Mark Tiefenbruck mark@fluxbox.org
clicks on the handle were matching OnTitlebar
Mark Tiefenbruck mark@fluxbox.org
switched Mouse Tab Focus and Click Tab Focus nls entries
Mark Tiefenbruck mark@fluxbox.org
open transient windows on same workspace as parent
Mark Tiefenbruck mark@fluxbox.org
fix torn menus
Mark Tiefenbruck mark@fluxbox.org
holding control will now keep the menu open
Mark Tiefenbruck mark@fluxbox.org
make MenuItem responsible for decision to close menu when clicked
Mark Tiefenbruck mark@fluxbox.org
fix startup items in apps file with specified screen number
Mark Tiefenbruck mark@fluxbox.org
removed session.screen<N>.imageSearchPath, as it was: 1) undocumented 2) improperly implemented 3) responsible for broken pixmap loading in styles
Mark Tiefenbruck mark@fluxbox.org
fix initialization of menu fonts
Mark Tiefenbruck mark@fluxbox.org
load style before loading theme objects, remove duplicate theme load
Mark Tiefenbruck mark@fluxbox.org
changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>
Mark Tiefenbruck mark@fluxbox.org
fix compile issue with gcc 4.3
Mark Tiefenbruck mark@fluxbox.org
StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was only whitespace
markt markt
fix --with-style configure option
markt markt
close menus when they lose focus, instead of on [exec] commands
markt markt
added FbTk::CommandRegistry, decentralized command parsing, and made them auto-register
markt markt
added edge resize modes
markt markt
only allow one open menu at a time
markt markt
update default keys and init files for OnTitlebar code
markt markt
added OnTitlebar modifier to keys file
markt markt
fixing previous commit
markt markt
updated turkish translations
markt markt
make sure subj != 0 in IconbarTool::update()
markt markt
fix from NetBSD for using the home directory of the user who compiled fluxbox also fix 'regenerate menu' code to use correct program name, rather than $0
markt markt
make sure window commands operate on the right window
markt markt
somewhat fixed DeiconifyCmd
markt markt
added special FocusIn/Out MouseOver/Out ChangeWorkspace keys
markt markt
applied some patches from NetBSD
markt markt
added translations for zh_TW
markt markt
set resize increments to 1 when set to 0 by the application
markt markt
use winclient instead of fluxboxwindow for matching, and removing old code
markt markt
added conditional statements to keys file
markt markt
move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed
markt markt
added :Focus key command
markt markt
ToggleDecor from a window with Deco=TAB should hide the tabs, rather than show titlebar
markt markt
fix minimization
markt markt
fix signaling when changing tabs
markt markt
a little fix for focusing lowered tabs on other workspaces
markt markt
allow arbitrary window patterns in iconbar
markt markt
fix font updates in iconbar
markt markt
one more fix again
markt markt
one more fix
markt markt
fix crash bug when cycling focus
markt markt
fix problem with stuck windows from previous patch
markt markt
fix alt-tab
markt markt
various refactoring and minor changes
markt markt
RevertToParent instead of RevertToPointerRoot on window close, as sometimes keys would go to the window under the mouse before a new window was focused
markt markt
update autoraise delay for open windows on reconfigure
markt markt
don't set focus to globally active windows
markt markt
a few random fixes
markt markt
move fullscreen windows to normal layer when they lose focus
markt markt
fixed gcc 2.96 compile problem
fluxgen fluxgen
added focusable.hh
fluxgen fluxgen
fix _NET_CLIENT_LIST updating on window close
markt markt
introduced workspacename for ClientPattern, and some miscellaneous cleanup
markt markt
reenabled raising window if window was moved by mouse by 0 pixels
mathias mathias
really fix placement when head is remembered but not position
markt markt
allow changing maximization state while window is fullscreen
markt markt
adding/removing workspaces wasn't updating menu
markt markt
we already have a subroutine for this
markt markt
allow remembering minimized, maximized, and fullscreen state
markt markt
allow negated patterns
markt markt
added [mouse] pattern, matches against prop HEAD and the mouse position
fluxgen fluxgen
added missing mouse3 and space before startresizing
fluxgen fluxgen
we can be in shutdown state, which means keys can be destroyed
fluxgen fluxgen
replaced ModKey with new key commands StartMoving and StartResizing
markt markt
allow decorations bitmask to be specified with 0x
markt markt
some xinerama features
fluxgen fluxgen
fixed bug #1809786
fluxgen fluxgen
add OnWindow modifier to keys file
markt markt
add support for transient windows in client patterns, and merge a few more changes from pre-devel
markt markt
bugfix for SendToPrevWorkspace/TakeToPrevWorkspace, destination was calculated wrong due to (wrong) implicit casting effects
mathias mathias
merged changes from pre-devel
markt markt
updated ru_RU (thanx Konstantin mit3z Shashkin)
mathias mathias
deiconify windows via :Deiconify in reverse order
mathias mathias
svn version again
fluxgen fluxgen
changed default style to bloe
fluxgen fluxgen
updated background options from tenner
fluxgen fluxgen
update from tenner
fluxgen fluxgen
update from tenner
fluxgen fluxgen
update from tenner
fluxgen fluxgen
update from tenner
fluxgen fluxgen
added new style bloe, thanks Sven Michel
fluxgen fluxgen
minor addons to fbgm (patch from Patrik Wenger <paddor at gmail dot com>)
mathias mathias
new version
fluxgen fluxgen
forgot to add Makefiles
fluxgen fluxgen
added new styles from Sven Michel aka tenner, removed some old styles too.
fluxgen fluxgen
load default key bindings on error
simonb simonb
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
updated ru_RU, thanks Slava Semushin
fluxgen fluxgen
move dock windows to DOCK layer and remove decorations
markt markt
Added support for slovak language, thanks Martin Lukac.
fluxgen fluxgen
fix crash when changing toolbar visibility with empty toolbar.tools
markt markt
dont use hardcoded Mod1Mask anymore
mathias mathias
fix problems with focus order when changing workspaces
markt markt
updated sv_SE translation
fluxgen fluxgen
added pidgin
fluxgen fluxgen
updated de_*
fluxgen fluxgen
updated de_* translation, bug #1767986. Thanks Christian Loosli
fluxgen fluxgen
updated
fluxgen fluxgen
updated project number
fluxgen fluxgen
cleaned and updated
fluxgen fluxgen
new copyright year
fluxgen fluxgen
removed README, README.style and README.menu
fluxgen fluxgen
removed obsolete docs
fluxgen fluxgen
removed
fluxgen fluxgen
clean slate
fluxgen fluxgen
Removed section GROUPS and fixed some other minor stuff
fluxgen fluxgen
Changed to Fluxbox Team
fluxgen fluxgen
svn version
fluxgen fluxgen
clean slate for 1.0
fluxgen fluxgen
updated for 1.0
fluxgen fluxgen
updated for 1.0
fluxgen fluxgen
updated sv_SE translation
fluxgen fluxgen
updated sv_SE translation
fluxgen fluxgen
update chinese translation, thanks yhlfh
simonb simonb
fix chinese encodings
simonb simonb
Fix handling of Shape, stage 2 (more involved/complete handling)
simonb simonb
fix elements of shaping, more to come
simonb simonb
rotate toolbar texture along with toolbar
markt markt
fix KDE dockapps on restart
simonb simonb
some minor changes
markt markt
remember role too by default
simonb simonb
remember on the class AND instance name by default
simonb simonb
translation update from guillote_GNU
simonb simonb
revert accidental change, sorry mark
simonb simonb
add some bug numbers
simonb simonb
fix encoding of [begin] label
simonb simonb
fix bug with --with-locale
simonb simonb
update generated files
simonb simonb
only possible anomaly I can see here
simonb simonb
thanks izhirahider, couple of missing strings
simonb simonb
add some missing translation strings
simonb simonb
Fix system tray restart issues
simonb simonb
Add two missing strings
simonb simonb
add some decorations to torn menus, and fix restart without an argument
markt markt
fix ToggleDecor for fullscreen and decorationless windows, plus some other cleanup
markt markt
minor fix for alt-tab
fluxgen fluxgen
updated behavior of alt-tab to match pre-devel, fixing bug #1755698
markt markt
make sure menus close only when right clicking down and up on the titlebar
markt markt
remove _NET_WM_DESKTOP, _NET_WM_STATE, and Gnome hints on client close
markt markt
fixes for --program-prefix and --program-suffix, plus fixed overwriting init file on reconfigure
markt markt
allow negative indices in :Workspace <int>
markt markt
save workspace names, and some fixes for menu behavior
markt markt
we know better than MPlayer
markt markt
some security fixes for fluxbox-remote, and a minor change for the gvim fix
markt markt
stop gvim from repeatedly resizing tabbed windows
markt markt
minor cosmetics to fluxbox-remote, display of usage
mathias mathias
fix updating of systemtray and kde dockapps in slit on background change added fluxbox-remote.cc
markt markt
don't create gigantic images when XGetGeometry fails in FbTk::FbPixmap::copy
markt markt
use old size/position in apps file when the window is shaded or maximized
markt markt
enable Xinerama and Imlib2 by default
markt markt
minor usability fix for :Tab command and fixed handle rendering when switching from a style without them
markt markt
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
markt markt
added key commands :AddWorkspace and :RemoveLastWorkspace
markt markt
more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION
markt markt
make internal tabs default
markt markt
fixed implementation of _NET_WM_STATE_MODAL
markt markt
fixed the groups file for the last time
markt markt
little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabs
markt markt
updates for compiling with gcc 4.3
markt markt
changed bsetroot to fbsetroot
fluxgen fluxgen
strip off extra bits set by Xorg in event state
markt markt
added some entries to fbgm, plus some minor bug fixes
markt markt
moved function so fluxbox compiles with --disable-remember
markt markt
small fix for the /bin/sh issue .. just using /bin/zsh now
mathias mathias
don't tab transient windows from apps file, and change their layers when the main window does
markt markt
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>
mathias mathias
* 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
grubert grubert
update menu xinerama settings after moving
markt markt
deiconify windows when auto-grouped with new window, when using focusnew
markt markt
open slit menu properly wrt xinerama
markt markt
send transient windows along with sendtoworkspace
markt markt
fixes bug with rox panel flickering with mousefocus
markt markt
fixed infinite loop caused by removing the last workspace when it contains windows
markt markt
reverted deletion of generated*.m files
mathias mathias
fixed bug #1717782, Bad fullscreen in ooimpress.
fluxgen fluxgen
added fullscreen test
fluxgen fluxgen
deleted all generated nls files
mathias mathias
updated ko_KR translations (thanks Jo Hyeonseok <trand at gmail dot com>)
mathias mathias
fixed bug #1718112, memory leak in FbWindow::textProperty
fluxgen fluxgen
fixed bug #1718112, memory leak in FbWindow::textProperty
fluxgen fluxgen
added title test for _NET_WM_NAME and WM_NAME memory leaks
fluxgen fluxgen
make sure included menus get remembered, in case they're modified
markt markt
added include command to ITypeAheadable.hh header for tolower()
markt markt
fixed some window placement issues
markt markt
added seamonkey to fbgm
markt markt
this should be a whitespace separated list
markt markt
changed interpretation of maximize horz/vert on a maximized window
markt markt
fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebar
markt markt
better check these too
markt markt
fixing return value checks for utf8 strings
markt markt
fix infinite loop caused by deiconify command
markt markt
fixed a bug in parsing cli, thanks to steven kah hien wong <steven at zensaki dot com>
mathias mathias
fix segfault on exit/restart after having opened a custommenu
markt markt
actually using now the new manpages
mathias mathias
use asciidoc-generated manpages from now on
mathias mathias
disabled resizing shaded windows
markt markt
fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi at nomi dot cz>
mathias mathias
fixed crash when CustomMenu doesn't point to a real file
markt markt
fix for fbsetbg -l when last wallpaper was using fbsetroot
markt markt
basicly cosmetic changes, patch by slava semushin
mathias mathias
small modifications
mathias mathias
patch from Hoeckner Bernhard (berhoeckner at gmx at) for fluxbox-generate_menu
mathias mathias
updated asciidoc docs, added german translation from Christian Loosli
mathias mathias
added alias "kill" for keys file
markt markt
apparently some people prefer English to Finnish
markt markt
menu from workspacename tool wasn't focused, and fixed unpressed button rendering
markt markt
use proper test for whether it's a number.
simonb simonb
Only replace numbers with zeros when calculating clock width. Otherwise width of things in proportional fonts can be way out. sf.net bug #1545066.
simonb simonb
changed caps lock detection to use LockMask, so the actual key can be used for Mod4, etc.
markt markt
getting rid of more useless files in the repo
markt markt
adding and removing things from the repository
markt markt
fixed a bug, removed some unused code
markt markt
fixed problem with creating windows in iconic state
markt markt
added some locales
markt markt
more documentation
fluxgen fluxgen
fixed some compiling issues
markt markt
added document
fluxgen fluxgen
Fix window menu context when opened by clicking on tab
simonb simonb
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
simonb simonb
emit [encoding] tags around the menus
simonb simonb
set m_icon_title to, you'll never guess, the icon title
markt markt
added fi_FI support, thanks Pasi Juvonen
fluxgen fluxgen
added fi_FI support, thanks Pasi Juvonen
fluxgen fluxgen
startup file wasn't being run properly when first created
markt markt
little fix for clients in tabbed windows raising themselves
markt markt
fixed french translations
markt markt
updated french translations
markt markt
removed warning for no background in style
markt markt
minor changes
fluxgen fluxgen
fixed the changelog
markt markt
fixed a little bug in fbsetbg when DISPLAY doesn't have .0 after it
markt markt
workspace menu wasn't updating when window titles changed
markt markt
small update for the copyright date
mathias mathias
fix a little compile error on some machines
markt markt
hidemenus hide custommenus and fix custommenu memleak
markt markt
new release
fluxgen fluxgen
updated docs in asciidoc-format
mathias mathias
added CustomMenu to the NEWS
markt markt
added mouse binding news
fluxgen fluxgen
updated
fluxgen fluxgen
update
fluxgen fluxgen
1.0rc3
fluxgen fluxgen
active menu item wasn't getting reset properly when closed from [exec] with buttonpress
markt markt
size of relative items in toolbar wasn't being calculated properly
markt markt
changed remembering of positions so it only remembers position relative to the current head that way, the windows don't get misplaced when the window is on second head, or when not using the head anymore
markt markt
function to find already existing keychains wasn't working properly
markt markt
change workspace number of iconified, stuck windows when changing workspaces
markt markt
maximizing window with aspect ratio caused windows to be made larger than the screen
markt markt
fixed a little bug with placing new menus
markt markt
added custommenu command
markt markt
fixed parentrelative menu highlight bug
markt markt
make sure autogrouped windows get added to the apps file
markt markt
changed default toolbar layer to DOCK
markt markt
make sure iconbar text padding gets reapplied on reconfigure
markt markt
make sure we don't steal focus from unmanaged windows
markt markt
removed some useless code
markt markt
don't mark menu as focused, even if it gets a FocusIn, when it's not visible
markt markt
I seem to have forgotten this in the last patch
markt markt
fix a little issue with tempraising windows with transients also, do a proper revert focus when closing a transient, rather than focusing transient_for
markt markt
fixed bug with keys not working when using a style background
markt markt
session.screen0.defaultDeco now understands TAB, BORDER, etc.
markt markt
fixed compiling error with xft disabled
markt markt
more little changes to typeahead (thanks Matteo, plus changes from me)
markt markt
little bug fix for menu typeahead (thanks Matteo)
markt markt
moved some code around (regarding event handling) in preparation for upcoming features
markt markt
removed session.numLayers resource, as it was useless and caused segfaults
markt markt
fixed credit for typeahead patch
markt markt
added support for typeahead in menus
markt markt
add XK_KP_Enter to menu
markt markt
changed FocusControl::cycleFocus() to take a list of windows as an argument also fixed some latent bugs and compiler warnings
markt markt
whoops, didn't mean to add these
markt markt
ignore borders when doing FocusLeft, etc.
markt markt
some code simplification and bug fixes mainly, using a non-zero menuDelayClose allowed you to have multiple submenus open
markt markt
fixed a typo
markt markt
respect external tabs in ArrangeWindows, patch from Tomas Janousek <tomi@nomi.cz>
mathias mathias
lots of unrelated fixes
markt markt
this shouldn't be necessary
markt markt
update systemtray alpha with toolbar alpha
markt markt
little sanity check
markt markt
and check for maximized state in Ewmh::updateState() while we're at it
markt markt
send statesig when maximizing/restoring a window
markt markt
update titlebar buttons on reconfigure
markt markt
added some support for XEMBED protocol in systemtray
markt markt
command -v seems to cause problems for some distros, despite being POSIX and built into sh
markt markt
ButtonRelease should only trigger actions if ButtonPress was on the same button
markt markt
when a client in a tabbed window asks to be raised, set it to the current client
markt markt
fixed some strange behavior with tabbing a transient to its main window
markt markt
little cleanup
markt markt
an empty slit without autoHide but with clients in the slitlist file still created a strut
markt markt
update workspace names on reconfig, and don't truncate list of names when writing rc
markt markt
fixed some issues with creating and alt-tabbing to transients of inactive tabs
markt markt
little cleanup
markt markt
forgot to revert part of my previous patch
markt markt
still fixing bug with session.ignoreBorder
markt markt
windows weren't getting set resizable when MaxSize and MinSize hints changed
markt markt
changed default value for decorateTransients in the init file -- see sf.net bug #1604959 for explanation
markt markt
it was still possible to move a window by grabbing the border with session.ignoreBorder: true
markt markt
window was growing when we received a configurerequest that changed width but not height
markt markt
added mouse bindings to the keys file
markt markt
wrong client was raised when attaching an unfocused window to the focused window
markt markt
closing a window from the workspace menu should close the chosen client, rather than the active tab in the same window
markt markt
change defaults for fullMaximization and autoRaise
markt markt
some fixes for grouping with the apps file
markt markt
fix remembered layer and layer menu
markt markt
clicking on the edge of a button didn't work
markt markt
updated documentation
markt markt
revert svn 4684, transparency in window buttons
markt markt
added SetAlpha key command
markt markt
another little fix
markt markt
minor cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
bunch of cleanup, little bug fixes
markt markt
fix some crashes with empty menus, and fixed default workspace names
markt markt
opening window on different workspace should put it at front of focused list with focusnew
markt markt
little cleanup
markt markt
don't raise windows above OverrideRedirect windows, or else they eventually get restacked on the bottom
markt markt
detect shell from environment variable
markt markt
documented scroll actions in the manual
markt markt
allow transparency in window buttons
markt markt
don't move window frame when closing tab with non-northwest gravity, just the client
markt markt
various changes to menu behavior
markt markt
use uppercase arguments to fbsetbg from styles
markt markt
change rootcommand entry in docs to reflect changes from previous revision
markt markt
let styles override rootCommand in init, plus removing some code I accidentally left in
markt markt
minor changes for cascade placement
markt markt
right click on iconbutton toggles menu
markt markt
automatically reconfigure after changing alpha from menu, using a timer
markt markt
prevent per-window alpha menu from scrolling past 0 or 255: suppose your alpha was at 3 and then you double-clicked -- IntResMenuItem was setting the alpha to -2, which in FbWinFrame::setAlpha got cast to an unsigned char, or 254; then, IntResMenuItem would check if the value was less than 0, which, of course, it wasn't now, IntResMenuItem checks if the value will exceed the max/min before setting
markt markt
fix rootmenu disappearing on reconfigure -- I can't tell that the code I removed here did anything useful; it's probably a remnant of an old menu implementation
markt markt
minor edits to manual
markt markt
stay on same workspace after restart
markt markt
allow windows to deiconify themselves
markt markt
make sure we ungrab the keyboard when changing the alt-tab screen, or else we'll lose an entire keystroke!\
markt markt
several fixes for background option in styles
markt markt
don't change focus order unless the user specifically focuses a window
markt markt
forgot this
markt markt
little cleanup
markt markt
add feature to minimize windows in current layer
markt markt
fix another 64-bit window property
markt markt
fixed _NET_WM_DESKTOP regression
markt markt
this code accidentally went in with revision 4661
markt markt
another little bug with iconbar rendering
markt markt
remove race condition from workspace warping code
markt markt
little cleanup
markt markt
fix little bug with iconbar rendering
markt markt
I overkilled RefCount. Too tired. Heres the proper fix.
simonb simonb
par tof per-window alpha changes
simonb simonb
part of per-window alpha changes
simonb simonb
add the missed files
simonb simonb
forgot to svn add the files
simonb simonb
fix intrinsic problem with refcount adjust slit menus to deconstruct properly
simonb simonb
per-window transparency, including apps and menu support, plus some infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
simonb simonb
updated nb_NO translations
markt markt
set opacity properly
markt markt
make "force pseudotransparency" menu item work immediately
markt markt
little fix for previous patch to transient window raising
markt markt
oops, didnt mean to commit this change, twas for testing, so revert it
simonb simonb
move triangle drawing into FbDrawable Make MenuItem triangles proportional
simonb simonb
set active client when raising a transient window
markt markt
window wasn't staying focused when dragging across workspaces with outline window moving
markt markt
fix window menu placement with toolbar at top of screen, and disable titlebar when doing it
markt markt
don't change focus to a window that doesn't accept focus, see bug #1626114
markt markt
only grab keybindings on screens managed by fluxbox
markt markt
use LC_TIME for interpreting clock locale. Fix something likely to break locales on BSDs and things without nl_langinfo
simonb simonb
patch needed to be a bit heavier to properly separate a string for spacing and a string for the text...
simonb simonb
properly fix the nls issue, adding a new string
simonb simonb
fix nls strings to use %04d instead of %4d, as 4d doesn't pad properly with non-monospaced fonts
simonb simonb
fix loading of rotated fonts on style change
simonb simonb
change default Xft font so that it works properly with rotation (see notes in ChangeLog or FbTk/Font.cc)
simonb simonb
insignificant change to the makefile
markt markt
random attempt to fix an aMSN bug
markt markt
little cleanup
markt markt
add session.screenN.defaultDeco: <bitmask> to the apps file
markt markt
little cleanup
markt markt
this seems to be a change that will affect a lot of things, so it should wait until after 1.0, even though I think it's important
markt markt
set IconicState on all unmapped clients, and unmap all clients when set to IconicState also, a little bug fix for previous commit
markt markt
move iconified windows to the end of the focused list for cycling/reverting
markt markt
don't run [startup] items on restart
markt markt
scaling color values so that they have the right intensity
markt markt
replace `which' in fbsetbg and fbgm with `command -v'
markt markt
fix capitalization of valknut in fbgm
markt markt
don't escape regex metacharacters when writing apps file
markt markt
don't set menuicon background to style's pixmap when the window has an icon
markt markt
don't run [startup] items if fluxbox fails to load
markt markt
don't run [startup] items in apps file on reconfigure when apps file has been modified
markt markt
check return code when setting utf8 workspace names
markt markt
update window scroll action and direction on reconfigure
markt markt
update toolbar visibility on reconfigure
markt markt
Fix _NET_FRAME_EXTENTS on 64-bit systems
simonb simonb
don't add 2 pixels to toolbar.height from init file; oh, and I named the remember menu to help debugging
markt markt
allow focus to revert to stuck windows, and we'll see if it still causes problems with normal focus -- that comment is older than FocusControl.cc, and I've made a lot of changes to focus handling since then; just disabling it wasn't the right thing to do, anyway
markt markt
fix some misbehaving settings in the apps file
markt markt
more dead functions
markt markt
little fix for nls in keys
markt markt
_FLUXBOX_GROUP_LEFT wasn't being removed on detach, and the correct client in tabbed windows wasn't always being raised on restart
markt markt
Change to data structure for keybindings, ungrab and grab keys when switching keymodes instead of deciding whether we need it and repeating the key.
markt markt
Rotate items in toolbar the same way as tabs
markt markt
Stop cycling focus when another command gets run, even if modifiers are still down
markt markt
Apparently, this code did the following: - create an empty database - load the rc file into a database - merge the empty database into the second one - write the result to the rc file - delete both databases
markt markt
removed duplicate headers, patch from Slava Semushin aka php-coder
fluxgen fluxgen
cosmetic patch from slava again
mathias mathias
Cosmetic patch from Slava Semushin
mathias mathias
changed mode for ~/.fluxbox/startup to 644 so people on noexec-mounted partitions dont run into problems
mathias mathias
small changes to the asciidoc-docs
mathias mathias
cosmetic patch from slava semushin, removes whitespaces and uses only those things from "namespace std" what we really need.
mathias mathias
comment
fluxgen fluxgen
initialize m_state
fluxgen fluxgen
added CachedPixmap
fluxgen fluxgen
update
fluxgen fluxgen
some cleaning, using CachedPixmap
fluxgen fluxgen
cached pixmap helper, works like auto ptr for cached pixmaps
fluxgen fluxgen
fix for the fbsetbg-fix from yesterday
mathias mathias
fixed bug #1561482, crashed with toolbarmenu
fluxgen fluxgen
fixed little issue with fbsetbg showing the warning about missing wpsetters even if the user only pipes arguments towards fbsetroot
mathias mathias
removed
fluxgen fluxgen
added include path
fluxgen fluxgen
translations and minor updates to fbgm, patch from antonio gomes (izi)
mathias mathias
fix minor menu separator highlight issue
simonb simonb
unused function
markt markt
fix restoring fullscreen windows
markt markt
silly warnings
markt markt
little hack to make sure background only loads once symptom of a deeper problem with loading styles
markt markt
portuguese updates from izhirahider
markt markt
fix crash in ClientPattern
simonb simonb
implement _NET_WM_WINDOW_TYPE_MENU AND _NET_WM_WINDOW_TYPE_TOOLBAR
markt markt
remove the "utf8" translation in el_GR, should be UTF-8 Thanks Slava Semushin
simonb simonb
it never existed (what never existed?)
markt markt
remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing submenus
markt markt
fix some compiler warnings in gcc 4.1
markt markt
updated docs
markt markt
distinguish between startup and restart
markt markt
don't call placement strategy on maximized or fullscreen windows
markt markt
a little fix for auto-grouping after restart
markt markt
updated man fluxstyle
markt markt
forgot about autogrouping
markt markt
allow aspect/centered/tiled options with random in fbsetbg
markt markt
don't re-apply remembered settings on restart if they are set as window properties
markt markt
updated spanish translations
markt markt
updated german translations
markt markt
add es_AR to the list
markt markt
updated pt_BR translations
markt markt
updated spanish translations, added es_AR
markt markt
who?
markt markt
change the debug output in FocusControl::setFocusedWindow()
markt markt
don't raise a window after cycling if it has been minimized
markt markt
add support for negative arguments to :Tab
markt markt
updated documentation
markt markt
check if window is stuck when using followmodel
markt markt
rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel
markt markt
update _NET_WORKAREA on screen resize
markt markt
updated portuguese translations
markt markt
fix ClickTabFocus and MouseTabFocus in nls
markt markt
whoops
markt markt
little cleanup, remove FluxboxWindow::isInitialized()
markt markt
list windows in iconbar in creation order
markt markt
added missing MouseTabFocus and ClickTabFocus
mathias mathias
mathias mathias
don't jump to rememberd apps on restart
markt markt
markt markt
little fix-up, just in case some transient windows have their own transients
markt markt
don't switch windows with transients in initWindows() - just do transient later
markt markt
fix torn menus on exec
markt markt
updated pt_PT translations from Antonio Gomes)
mathias mathias
mathias mathias
started to convert fluxstyle to asciidoc
mathias mathias
typo in manual
markt markt
added resource and menu item for maximizing over tabs
markt markt
don't revert focus away from command dialogs
markt markt
fix m_background_loaded
markt markt
forgot about the menu
markt markt
use a timer to make sure focus always reverts if possible
markt markt
also move icons when removing a workspace
markt markt
fix restacking while cycling
markt markt
dead resource
markt markt
ewmh compliance updates
markt markt
unfix *lock modifiers, ignore scroll lock on events
markt markt
allow negative width and height
markt markt
wrong bug number 8)
markt markt
fix _NET_WM_MOVERESIZE to interpret x_root and y_root correctly
markt markt
properly revert focus when two windows close at the same time
markt markt
keep tabs in same order on restart (except some extremely unlikely cases)
markt markt
update for next generation
fluxgen fluxgen
whoops
markt markt
preserve order of focused windows on restart
markt markt
fixed some uninitialized variables
fluxgen fluxgen
Fixed bug #1362913, did not check format pointer.
fluxgen fluxgen
Fixed bug #1362913, did not check format pointer.
fluxgen fluxgen
include iconic windows when cycling also, stop cycling on one screen when cycling begins on another
markt markt
remove lock from RootTheme and redundant loadTheme from fluxbox
markt markt
fix background: random so that background.pixmap allows a directory name
markt markt
a little code simplification
markt markt
mention in the manual what head 0 means
markt markt
replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow()
markt markt
just a temporary fix
fluxgen fluxgen
dead function
markt markt
next/prevwindow toolbar buttons break mousefocus
markt markt
fix detach focus again 8)
markt markt
setting focus the right way
markt markt
fix implementation of _NET_MOVERESIZE_WINDOW
markt markt
new dead function
markt markt
update
fluxgen fluxgen
bug number
fluxgen fluxgen
fixed bug in Slit
fluxgen fluxgen
dont use a strut if slit is empty
fluxgen fluxgen
update
fluxgen fluxgen
update shape after resize, fixes bug #1491571
fluxgen fluxgen
changing between internal and external tabs doesn't affect iconified windows
markt markt
use auto-raise for attached window
markt markt
re-fixing the focus after fixing the crash bug
markt markt
fix crash on startup from iconv_close of an invalid descriptor
simonb simonb
fix some sizing issues with gravity fixes
simonb simonb
autogrouped windows from groups file didn't raise, bug #1449608
markt markt
new windows don't steal focus from fullscreen windows
markt markt
some dead resources and the functions that go with them
markt markt
fix gravity
simonb simonb
LOCALE_PATH needed some extra magic to give an expanded value in the config.h file, but unexpanded through the make install process
simonb simonb
make sure that PREFIX is expanded in the correct place (make stage, rather than configure stage). Affects menu, init, keys, locale and style files
simonb simonb
recreated fluxbox.1 after mark's changes
mathias mathias
call waitpid until no more children to wait for (thanks Devin/dlab).
simonb simonb
updated documentation and another dead function
markt markt
more dead functions
markt markt
more dead functions
markt markt
more dead functions
markt markt
dead functions
markt markt
another dead function
markt markt
Fixing my own code
markt markt
compile fix for nls enabled
simonb simonb
Make fbsetroot set one screen at a time
markt markt
minor tidy, thanks Slava Semushin
simonb simonb
Fix fbsetroot segfault when DISPLAY unset
markt markt
Linear cycling wasn't affecting normal cycling order (Mark)
markt markt
cleanup dead function Workspace::setLastFocusedWindow
markt markt
more focus issues with linear cycling and tabbed windows
markt markt
one more focus issue on detach
markt markt
Fix some focus issues on detach and restart
markt markt
fiddle with nls news
simonb simonb
rc2
fluxgen fluxgen
update
fluxgen fluxgen
some minor code cleanups thanks Slava Semushin (php-coder), who also thanks Mikhail Gusarov
simonb simonb
Fix slit menu so it closes when you press escape
markt markt
fix _NET_FRAME_EXTENTS
simonb simonb
Fix FocusHidden (added m_focus_hidden to FluxboxWindow)
markt markt
properly protect usage of iconv_t by HAVE_ICONV
simonb simonb
Fix compile error with some compilers not including iconv.h before FbString.hh
markt markt
fix FbPixmap retaining pixmap (that made cache not work properly) Also small tidy in FbWinFrame.cc
simonb simonb
Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at sourceforge)
simonb simonb
support encodings in menu files
simonb simonb
fix crash when unable to convert from local to utf-8
simonb simonb
Fix DetachClient key command so new window is visible
markt markt
Make Urgency Hint flash the correct WinClient's tab.
markt markt
fix more x errors due to using an invalid background
simonb simonb
fix disappearing menu selection boxes
simonb simonb
Make startfluxbox aware of --program-prefix and --program-suffix
markt markt
Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely define the used modkey. Added new action SetModKey too
mathias mathias
fix de_DE translation (patch from michael bueker)
mathias mathias
Fix nls in fbsetroot.cc .
markt markt
typos, clarify
simonb simonb
add new tab options
simonb simonb
fix nls... notably classify text on conversion whether its for X or console, plus handle catalogs better.
simonb simonb
make new nls stuff work. Was missing path update
simonb simonb
Fix window placement when apps remembers size but not location
simonb simonb
updated
fluxgen fluxgen
better fix for iconbar bug
fluxgen fluxgen
add EUC-KR to ko_KR encodings
simonb simonb
try ignoring NotifyUngrab to fix focus revert issues when closing unmanaged windows that grab pointer
simonb simonb
update in line with Translation.m
simonb simonb
fix placement issue with xinerama (only hit if screens are vertically aligned)
simonb simonb
fix timer issues (esp clock not updating on multiple screens)
simonb simonb
update
fluxgen fluxgen
added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS
fluxgen fluxgen
init variables
fluxgen fluxgen
fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_title_override to false.
fluxgen fluxgen
ewmh support docs
fluxgen fluxgen
updated german translation, thanks Michael Bueker m.bueker at berlin de
fluxgen fluxgen
markt markt
markt markt
Fix crash when closing a window while cycling (Mark)
markt markt
update
fluxgen fluxgen
update
fluxgen fluxgen
minor change
fluxgen fluxgen
update
fluxgen fluxgen
updated for external tabs
fluxgen fluxgen
update
fluxgen fluxgen
changed version number to 1.0rc
fluxgen fluxgen
support for _NET_WM_MOVERESIZE
fluxgen fluxgen
support for urgency hint
fluxgen fluxgen
added support for urgency hint, thanks Mark Tiefenbruck
fluxgen fluxgen
dont free old color until we have a valid new color
fluxgen fluxgen
updated
fluxgen fluxgen
update
fluxgen fluxgen
added new command: ToggleCmd, works like a macro but executes the commands one at the time. Thanks Mark Tiefenbruck
fluxgen fluxgen
user patches applied
fluxgen fluxgen
improved the danish translation a little bit, and added a #layers comment to set 0 in C. Thanks Jonas Koelker
fluxgen fluxgen
fixed resize box bug. The text used to determine the size used space, which could have different width than characters on certain fonts. Thanks Scott Kuhl
fluxgen fluxgen
mentions the fact that if you middle-click a workspace name in the workspace menu, you jump to that particular workspace. Thanks Jonas Koelker
fluxgen fluxgen
using shift while pressing enter in menu will fake a button 3 press (rmb), thanks _markt
fluxgen fluxgen
added session.titlebar.left/right doc, thanks Jonas Koelker
fluxgen fluxgen
fix compile in hosts without HAVE_ICONV
simonb simonb
couple of alignment fixes, esp for external tabs
simonb simonb
Add bullet options.
grubert grubert
* update of new manpage (thanx Guillermo Patterer)
mathias mathias
thanx to Guillermo Patterer for his spanish translation of the new manpage
mathias mathias
fix parentrelative background, and some tidying
simonb simonb
fix build on cygwin (iconv constness)
simonb simonb
fix external tab bg when label bg is parentrelative
simonb simonb
missing include (broke gcc 2.95 build)
simonb simonb
fix error when running with -i (or similar "don't start Fluxbox class" options
simonb simonb
fix build without nls
simonb simonb
improve native language handling, move messages and menu labels to FbTk::FbString
simonb simonb
fix root pixmap + atoms indexes in FbPixmap Fixes issues with transparency on multiple screens, and probably also some alternate rootbg atoms
simonb simonb
typo of STLutil.hh
simonb simonb
Coding_Style was renamed
simonb simonb
issue with maximise and quadrant resize
simonb simonb
fixed some redraw issues with the title, thanks _markt
fluxgen fluxgen
fixed some redraw issues with the title, thanks _markt
fluxgen fluxgen
added comments
fluxgen fluxgen
just a minor change
fluxgen fluxgen
added support for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
added AttentionNoticeHandler.hh AttentionNoticeHandler.cc STLUtil.h
fluxgen fluxgen
added one more render option for renderButton, force render of focused. Listening to attention signal from Window.
fluxgen fluxgen
added one more render option for renderButton, force render of focused
fluxgen fluxgen
added new signal, attentionSig(), will notify listeners when this window demands attention
fluxgen fluxgen
added new signal, attentionSig(), will notify listeners when this window demands attention
fluxgen fluxgen
added support for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
added support for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
handles flashing of titlebar if the window demands attention
fluxgen fluxgen
STL utilities
fluxgen fluxgen
moved destroyAndClearList from Screen.cc to STLUtil::destroyAndClear
fluxgen fluxgen
added test program for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
test program for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
added net_wm_name and net_wm_icon_name to supported atoms
fluxgen fluxgen
more utf8 changes, notably window titles
simonb simonb
removed duplicate setItemEnabled
fluxgen fluxgen
missed two added files, whoops
simonb simonb
handle utf-8 strings properly. use utf8 internally
simonb simonb
make apps file keywords case insensitive, plus check it for reload before save on close and other save events
simonb simonb
first try of converted new manpage
mathias mathias
fixed minor bug
fluxgen fluxgen
resize and notify client when autogrouping
simonb simonb
mathias mathias
Cleanup unneeded headers (thanks Slava Semushin)
mathias mathias
Fix occasional highlighting of menu nops+separators, sf.net patch #1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
simonb simonb
fbrun: Move the cursor to the end when tab completing + thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
simonb simonb
fix a bunch of comments, make default textures obvious Thanks Jonas Koelker
simonb simonb
Output the error message on fallback restart execs (sf.net patch #1475213). Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net.
simonb simonb
Use -Wall when --enable-debug and some warning fixes + thanks Jonas Koelker
simonb simonb
fix memory leaks in menu code
simonb simonb
external tabs as default
simonb simonb
_NET_RESTACK_WINDOW
fluxgen fluxgen
removed include
fluxgen fluxgen
added support for _NET_RESTACK_WINDOW.
fluxgen fluxgen
added support for _NET_WM_RESTACK_WINDOW.
fluxgen fluxgen
maxWidth() and maxHeight()
fluxgen fluxgen
fixed typos, patches from php-coder (slava)
mathias mathias
more ewmh support
fluxgen fluxgen
added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH
fluxgen fluxgen
missed out clearing startups on apps reload
simonb simonb
reload the apps file on flux reload
simonb simonb
update docs for Next/PrevWindow commands
simonb simonb
focus a window if it's the only one. Thanks Jonas Koelker
simonb simonb
tidy up window cycling Thanks Mark Tiefenbruck, mark at tiefenbruck dot org
simonb simonb
fix menu corruption when size/label changes
simonb simonb
fix crash when toolbar disabled
simonb simonb
couple of memory fixes from valgrind
simonb simonb
applied #1458069 and #1467926 to the new doc (fluxbox.txt)
mathias mathias
fix static management of CommandParser, sf.net 1474444
simonb simonb
minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru
simonb simonb
* cosmetics to Workspace.hh CurrentWindowCmd.cc * added first draft of new docs in asciidoc format, needs to be converted properly to roff-format, right now its just a temporary "home" * rename of Coding_style to CODESTYLE
mathias mathias
oops... didnt compile!
simonb simonb
minor fixes to slit transparency handling
simonb simonb
revert previous update, php_coder says it's a bit broken
simonb simonb
update transparent window backgrounds on bg change
simonb simonb
border between tabs same as window border
simonb simonb
typos, plus get rid of error message if "icons" isn't a dir...
simonb simonb
fbgm expansion - system utils menu
simonb simonb
Update Norwegian Bokml translation, nb_NO, sf.net patch #1393780 Thanks Alexander N. Sornes, emptydoor at users.sourceforge.net
simonb simonb
Update Danish translation, da_DK Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net
simonb simonb
mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edu
simonb simonb
allow ~ in background pixmap path
simonb simonb
windows keep relative positions in ArrangeWindows, based on distance to new 'cell' center
mathias mathias
no local or globbing in pure bourne
mathias mathias
don't check the clock so often...
simonb simonb
fix freeze in systemtray configuring, sf.net bug #1359442
simonb simonb
iconbutton handling fixes
simonb simonb
fix transparency updates for the toolbar when autohide is on
simonb simonb
fix some toolbar transparency
simonb simonb
fix label display with external tabs on some wins
simonb simonb
fix fbrun positioning code to use hints properly
simonb simonb
grow the clock if the text gets too big
simonb simonb
fix some rotation issues
simonb simonb
portability fixes for couple of shell scripts
simonb simonb
shell portability fix
simonb simonb
fix compiler warnings in fbrun too
simonb simonb
add reversewheeling option thanks Kalle - ice_jkpg at users.sourceforge.net
simonb simonb
add missing space in translation
simonb simonb
improved defaulting of int args in commands (thanks Jonas Koelker)
simonb simonb
add CloseAllWindows key action thanks Adriano Dal Bosco - adbosco at users.sourceforge.net
simonb simonb
fix all compiler warnings with -Wall
simonb simonb
signedness fix
simonb simonb
implement vertical toolbar placement options
simonb simonb
more button state fixing for shade, should be right now plus noticed typo in theme for unshade
simonb simonb
fix time type affecting double click on fbwinframe
simonb simonb
fix window button image updates
simonb simonb
add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org
simonb simonb
situation: a maximized xterm changes its size (coz the user changes the font). after unmaximizing the window it snaps back to its old values .. which are not in sync with the sizehints anymore. hence we need to apply them for maximizing / unmaximizing and unfullscreen to avoid ugly visual appearance.
mathias mathias
cosmetic, closes #1467926
mathias mathias
fixed size_t issue with prevWorkspace, minor cosmetic changes to Screen.hh
mathias mathias
just some indent
fluxgen fluxgen
fix label transparent bg update with ext. tabs
simonb simonb
fix size_t issues and other 64bit-highlighted warnings
simonb simonb
fix build error in gcc 2.95.4, missing include
simonb simonb
fix Xmbfonts on multiple screens and external tabs showing from different workspaces on placement change
simonb simonb
rotated Xmb Fonts, by rotating as we draw
simonb simonb
rotated XFonts (and minor ext tab alignment fixes)
simonb simonb
missing nls string id, thanks Michael 'buk' Scherer
simonb simonb
another build issue with size_t update, header file not updated
simonb simonb
typo broke build
simonb simonb
size_t fixes
fluxgen fluxgen
size_t fixes, thanks Semushin Slava aka php-coder
fluxgen fluxgen
removed green background
fluxgen fluxgen
don't follow stuck windows in deiconify (thanks _markt)
simonb simonb
fix crash when deiconfiy mode = Follow
simonb simonb
oops, took out an include that shouldn't have
simonb simonb
some mroe external tabs tweaking
simonb simonb
forgot to update rendering when orientation changes
simonb simonb
rotated fonts, buttons, containers. Used for tabs for now
simonb simonb
fix alignment when shaded
simonb simonb
Change SendToWorkspace and add TakeToWorkspace.
grubert grubert
fix compile error, include algorithm
simonb simonb
update
fluxgen fluxgen
save apps file using the user's configured option rather than hardcoded...
simonb simonb
update
fluxgen fluxgen
fixed duplicate ClickTabFocus menu item, thanks mal
fluxgen fluxgen
external tab fixes, plus aligning items properly
simonb simonb
fix minor rendering bug when growing tabs
simonb simonb
more external tab work, tidying and tab width config option
simonb simonb
external tabs features and bugfixes
simonb simonb
minor comment fix
fluxgen fluxgen
minor type-o fix, thanks Semushin Slava
fluxgen fluxgen
minor type-o fix, thanks Semushin Slava
fluxgen fluxgen
some small placement fixes
simonb simonb
external tabs
simonb simonb
update
fluxgen fluxgen
missing file
fluxgen fluxgen
added missing files
fluxgen fluxgen
removed unused resources
fluxgen fluxgen
update
fluxgen fluxgen
0.9.15 news, first revision
fluxgen fluxgen
update, new version
fluxgen fluxgen
removed tabs in help text
fluxgen fluxgen
minor fix for fbsetroot nls, thanks Semushin Slava
fluxgen fluxgen
removed geom window nls
fluxgen fluxgen
added addManagedResource, which adds a resource to BScreen and will be destroy by BScreen. + removed geom window nls
fluxgen fluxgen
Using WinButton enum for titlebar button type
fluxgen fluxgen
no more session.titlebar.left/right. They are now screen specific and the resources are created on the fly in FluxboxWindow
fluxgen fluxgen
no more session.titlebar.left/right. They are now screen specific and the resources are created on the fly in FluxboxWindow
fluxgen fluxgen
added addManagedResource, which adds a resource to BScreen and will be destroy by BScreen
fluxgen fluxgen
We now create titlebar resource session.screen<num>.titlbar.left/right on the fly here instead of fluxbox.cc
fluxgen fluxgen
define ostrstream and ostringstream
fluxgen fluxgen
added Type typedef of T in Resource
fluxgen fluxgen
forgotten #include
mathias mathias
update
fluxgen fluxgen
fixed memory leak when XCreateImage fail, thanks php-coder
fluxgen fluxgen
update copyright string
fluxgen fluxgen
update
fluxgen fluxgen
update from php-coder
fluxgen fluxgen
update from php-coder
fluxgen fluxgen
enhanced :NextWindow / :PrevWindow to accept <delta> as parameter, patch from marcus obst
mathias mathias
added zh_CN translations (thanx Andyliu) fixed ko_KR translations (thanx Jo Hyunseok)
mathias mathias
applied patch from mark to fix a _net_wm_state_hidden issue
mathias mathias
update
fluxgen fluxgen
fix for stuck icons, thanks _markt
fluxgen fluxgen
update Danish Translation Thanks to Jonas Koelker, jonaskoelker AT users.sourceforge.net
simonb simonb
fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at lowlatency dot de>
mathias mathias
fixes for translations, patch from php-coder
mathias mathias
little fix
mathias mathias
forgotten cosmetics
mathias mathias
cosmetic changes from php-coder (copyright, header)
mathias mathias
update
fluxgen fluxgen
moved class Layer from class Fluxbox and thus reduces some dependecies
fluxgen fluxgen
forgotten nb_NO entry in configure.in
mathias mathias
src dir
fluxgen fluxgen
norska
fluxgen fluxgen
new resize mode
fluxgen fluxgen
Added center resize. Resizes all corners at the same time.
fluxgen fluxgen
FbWinFrame should not depend on class Fluxbox
fluxgen fluxgen
placement strategy
fluxgen fluxgen
moved placement strategies to different PlacementStrategy classes
fluxgen fluxgen
moved placement strategies to different PlacementStrategy classes
fluxgen fluxgen
moved placement strategies to different PlacementStrategy classes
fluxgen fluxgen
forgot to delete focus control
fluxgen fluxgen
removed some debug output
fluxgen fluxgen
added safety counter for the loops in nextFocus
fluxgen fluxgen
focus handling
fluxgen fluxgen
moved all focus handling to FocusControl
fluxgen fluxgen
moved all focus handling to class FocusControl
fluxgen fluxgen
moved all focus handling to class FocusControl
fluxgen fluxgen
moved all focus handling to class FocusControl
fluxgen fluxgen
Added template getResource(string) to ResourceManager. It finds and returns reference to resource on success, else throws ResourceException.
fluxgen fluxgen
moved all focus handling to class FocusControl
fluxgen fluxgen
moved all focus handling to class FocusControl
fluxgen fluxgen
updated copyright info
mathias mathias
fix nls compilation (committed on akira's behalf)
simonb simonb
update
fluxgen fluxgen
fixed bug #1417688, remember apps keeps incrementing vertical dimension
fluxgen fluxgen
minor typeo
fluxgen fluxgen
explicit constructor
fluxgen fluxgen
added static validColorString function, returns true if the color string is in valid color format
fluxgen fluxgen
added force_update option to force an update of the m_root_pixmaps
fluxgen fluxgen
added run() for ExecuteCmd, which returns pid of the child process
fluxgen fluxgen
fixed root pixmap crash problem, using fbsetroot to render background
fluxgen fluxgen
updated project number
fluxgen fluxgen
nls fix from php-coder
fluxgen fluxgen
update
fluxgen fluxgen
update from php-coder
fluxgen fluxgen
fix for nb_NO, thanks php-coder
fluxgen fluxgen
added makefile, thanks php-coder
fluxgen fluxgen
minor fix
fluxgen fluxgen
error msg fix, thanks php-coder
fluxgen fluxgen
copyright fix, thanks php-coder
fluxgen fluxgen
copyright fix, thanks php-coder
fluxgen fluxgen
copyrigth fix, thanks php-coder
fluxgen fluxgen
added nb_NO, Thanks Alexander Sornes
fluxgen fluxgen
removed
fluxgen fluxgen
update
fluxgen fluxgen
bsetroot to fbsetroot, patches from OpenBSD
fluxgen fluxgen
bsetroot to fbsetroot, patches from OpenBSD
fluxgen fluxgen
bsetroot to fbsetroot, patches from OpenBSD
fluxgen fluxgen
Add norwegian bokmal (nb_NO) translation from alexander sornes.
grubert grubert
little fix for fbsetbg (patch from mark tiefenbruck)
mathias mathias
minor stuff
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor stuff, thanks php-coder
fluxgen fluxgen
applied patch from php-coder to fix some warnings, mostly signed vs unsigned issues
mathias mathias
* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)
mathias mathias
unused headers
fluxgen fluxgen
unused headers
fluxgen fluxgen
update
fluxgen fluxgen
using screen based vector for theme lists
fluxgen fluxgen
Fix url in fbsetbg.1.
grubert grubert
update
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
oops
fluxgen fluxgen
not mitz
fluxgen fluxgen
update
fluxgen fluxgen
added random and aspect options for background, thanks mitz
fluxgen fluxgen
minor fix: forgot template above function
fluxgen fluxgen
updated styles for new background item, still needs some work
fluxgen fluxgen
new background style item, making rootCommand in styles obsolete
fluxgen fluxgen
testing replaceString
fluxgen fluxgen
nls for screen argument
fluxgen fluxgen
const function Resource getString
fluxgen fluxgen
public setRootPixmap
fluxgen fluxgen
minor indent
fluxgen fluxgen
const fix
fluxgen fluxgen
const resourceValue function
fluxgen fluxgen
indentation
fluxgen fluxgen
changelog had wrong name, default was from old patch
simonb simonb
introduced session.styleOverlay (~/.fluxbox/overlay), all style settings made in that file will override/overlay the ones made in the used style. TODO: write more specific docu about it
mathias mathias
just some minor cosmetic issues
mathias mathias
minor typo for rootcommand
mathias mathias
resolved minor for compiling under win32/cygwin, multiple symbols
mathias mathias
update
fluxgen fluxgen
create .fluxbox directory and lastwallpaper file if they dont exist
fluxgen fluxgen
Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probs Patch from thanx t35t0r
mathias mathias
Fixed #1223878, Style reloading on USR2 (patch from Zan) cosmetic stuff in StringUtil.cc/hh
mathias mathias
update
fluxgen fluxgen
add backslash to special chars, fixes bug #1327878
fluxgen fluxgen
added replaceString
fluxgen fluxgen
Fixed reordering of tabs, patch from Rob Stevens
mathias mathias
added no_NO, patch from Ole Rydland Thorsen
mathias mathias
small changes from fbsd
mathias mathias
avoid drawing the resize outline when not really resizing, caused flickering.
mathias mathias
forgotten entry to ChangeLog
mathias mathias
update from php-coder
fluxgen fluxgen
update
fluxgen fluxgen
added nls for screen requires an argument, thanks php-coder
fluxgen fluxgen
reverted last change .. the problem of the user must be handled differently... never commit after 3 hours of sleep again.
mathias mathias
LeftMouseButton should always setInputFocus() to avoid focus problems when changing the active window via NextWindow/PrevWindow and then not beeing able to set the focus of the window underneath the mouse with a simple click again (in MouseFocus - mode). Suggestion via mail to devel-ml from Eike von Seggern
mathias mathias
use fbsetroot in default styles
mathias mathias
update
fluxgen fluxgen
minor change
fluxgen fluxgen
moved MenuContext class
fluxgen fluxgen
include memory for auto_ptr
fluxgen fluxgen
include functional for mem_fun_t
fluxgen fluxgen
include memory for auto_ptr
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
fixes #1281708, MenuIcon doesnt scale properly, patch from sf.net
mathias mathias
new version
fluxgen fluxgen
tweak last patch for titlebar scroll options
simonb simonb
update
fluxgen fluxgen
bugfix for client menu
fluxgen fluxgen
Add titlebar scrolling options (thanks Krzysiek Pawlik <krzysiek.pawlik__AT__people.pl>) New init options added: session.screenN.windowScrollAction: Shade|NextTab - set the action that happens when scrolling on the titlebar session.screenN.windowScrollReverse: true|false - reverse the action direction
simonb simonb
added feature request #1084510: when mod1 + leftmouse are clicked on a window and the mouse is not moved, the window is raised at leftmouserelease. i dont think we need an extra option for that since its very unobtrusive but neat to have.
mathias mathias
texture limits were hardcoded to 3200 in TextureRender.cc .. this lead to useless warnings on huge xinerama setups with those nifty 20' or bigger lcds ... we use now screen dimensions to set a sane limit for textures
mathias mathias
update
fluxgen fluxgen
added svn revision number output, thanks php-coder
fluxgen fluxgen
added svn revision number output, thanks php-coder
fluxgen fluxgen
added el_GR (greek) Translation, thanx to Theofilos Intzoglou
mathias mathias
--disable-regexp switches from <regexp.h> to <string> in Regexp.cc .. but it still needs to be compiled. hence the little fix in src/Makefile.am
mathias mathias
added 'education' submenu to fbgm, patch from lam
mathias mathias
update
fluxgen fluxgen
added uk_UA
fluxgen fluxgen
fluxgen fluxgen
added uk_UA locales, thanks Anatoli M. Sakhnik and php-coder
fluxgen fluxgen
minor patch from php-coder
fluxgen fluxgen
Fix for #1240248, Segfaults for :MoveTabLeft/Right wrong code in Container.cc
mathias mathias
Changed some *Focus options, just to make some things a bit more clear. the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus
mathias mathias
When the screen is filled with windows it can be pretty hard to find a "valid" area to drop a tab button to detach the client from the group. solution is to detach the client if the tab button is dropped onto the client area of the same group.
mathias mathias
little update of current situation
mathias mathias
Renaming of 'bsetroot' to 'fbsetroot' (Mathias) blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
mathias mathias
update
fluxgen fluxgen
info about locale path, patch from php-coder
fluxgen fluxgen
info about locale path, patch from php-coder
fluxgen fluxgen
added more apps to fbgm
mathias mathias
respect border size in the MoveTo action, especially at the right and lower border of the screen.
mathias mathias
added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgm
mathias mathias
cleaning, change getCount to numberOfWorkspaces
fluxgen fluxgen
cleaning, change getCount to numberOfWorkspaces
fluxgen fluxgen
cleaning, change getCount to numberOfWorkspace
fluxgen fluxgen
Fix #1223780, fbgm updated - added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
mathias mathias
if we check the time only ever second we can get into trouble, eg: assume its 12:34:56.99, displaying 12:34:56 takes some time and so its already 12:34:57 when we display 12:34:56. to fix that i set the time to check the clock to 0.01 seconds. that shouldnt hurt much since we only redraw the clock when the string has changed. a more complex approach would be to analyze the strftime-string and set the timeout accordingly. but i dont know if its really worth the effort and beeing a bit off schedule can happen too, just not as often as if you are in seconds mode.
mathias mathias
Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue.
grubert grubert
- Fix for toggling the toolbar doesnt update strut (thanx C. Monti) - Little reordering of ToolbarMenu items, more important ones to the top and "edit current ws" out... maybe we should think of another way of providing menus for the tools .. submenus?
mathias mathias
minor fix for window menu
fluxgen fluxgen
added forgotten _FBNLS;
mathias mathias
update
fluxgen fluxgen
moved window menu from FluxboxWindow to BScreen
fluxgen fluxgen
added showSubmenu in MenuItem
fluxgen fluxgen
moved window menu from FluxboxWindow to BScreen
fluxgen fluxgen
new files
fluxgen fluxgen
fix handling of shaded and iconic windows, particularly on restart
simonb simonb
revert 4055, caused crashes plus it should be done differently
simonb simonb
change fbwinframe to use container move a few frame ops to have most code in Container
simonb simonb
updated changes
mathias mathias
fbgm used non-portable grep - option (-m) which is now replaced by grep | head -n 1
mathias mathias
Fixes #1116965, shadwd windows on restart: shaded icons behaved badly on restart, they went into a real stupid state: somehow shaded, but at the same time iconic, so you werent able to unshade, resize them properly. i fixed that by applying NormalState on shutdowntime (see FluxboxWindow::restore(), unshading a shaded frame to get good window dimensions and on init() i mark the window initialized and connect it to Fluxbox::attachSignals() a bit later.
mathias mathias
Screen.cc: not used code fbgm.in: added amarok
mathias mathias
*.font.shadow.x and *.font.shadow.x were not correctly read or better, misinterpreted. so the shadow'ed text was written direct underneath the normal text .. and hence invisible.
mathias mathias
little typo which prevented shadowcolor beeing set
mathias mathias
Enhanced MoveTo, fixes #1074568 MoveTo <int|*> <int|*> <Reference Corner> - * means "use current value" - Reference Corner is one of: - UpperLeft, Upper, UpperRight - Left, Right - LowerLeft, Lower, Right examples: MoveTo 0 * Left -> snap to left workspace edge MoveTo * 0 Lower -> snap to lower workspace edge MoveTo 0 0 UpperRight -> snap to upper right workspace corner TODO: perhaps add some "aliases" to make it more userfriendly
mathias mathias
fixes #1198192, added vlc to fbgm
mathias mathias
Fixes #1213003, SendToWorkspace shouldnt follow SendToWorkspace and the rest are putting the window onto the new workspace silently, TakeToWorkspace warps to the new workspace with the window.
mathias mathias
Fixes #1216020, *.font.effect wont get cleared if not defined in style
mathias mathias
most used items should appear ontop of a menu. so i reordered the workspacemenu a bit to fit that idea.
mathias mathias
Fixed justification in WorkspaceNameTool #1213262, values were set after the render() call was made.
mathias mathias
added -screen to -help
mathias mathias
Add fullscreen command.
grubert grubert
- Usage of xft-fonts is prefered, except a font-description starts with '-' - Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start)
mathias mathias
deleted the "fallback"-code, which was one of the reasons for slowing down fluxbox in utf8-locales: if no fontset is found up to this point its because of a) no such font b) not supported locale if we try our best and enhance the basename-list and add some more generic patterns the xserver will give us a valid fontset .. which is good coz we have something to work with but which is BAD coz we return a valid fontset as if we have found the font the user wants .. so, every fallback in higher level code will fail coz we find a valid fontset by any meaning here. if no fontset can be found, the "fixed"-fontset should be there already.
mathias mathias
updated changes
mathias mathias
* patch from vadim <suhanov_vadim@mail.ru>: "_BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING lists updates."
mathias mathias
* patch from vadim <suhanov_vadim@mail.ru>: "when i iconify some window it disappears from _NET_CLIENT_LIST until Ewmh::updateClientLis are been called again."
mathias mathias
* _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, this state is set... what about moving it outside of the visible area? we need to think about this. * mixing _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR is solved, we dont do this anymore * we dont use _NET_WM_STATE_SKIP_PAGER .. so we shouldnt delete it, thats handled now correctly -> look at the *State() - functions
mathias mathias
fix for dest dir, thanks php-coder
fluxgen fluxgen
fix for dest dir, thanks php-coder
fluxgen fluxgen
be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net
fluxgen fluxgen
be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net
fluxgen fluxgen
be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net
fluxgen fluxgen
be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net
fluxgen fluxgen
update
fluxgen fluxgen
added the ability to use keycode in keys file
fluxgen fluxgen
locale path
fluxgen fluxgen
update
fluxgen fluxgen
locale path
fluxgen fluxgen
locale path
fluxgen fluxgen
locale path
fluxgen fluxgen
update
fluxgen fluxgen
fix systemtray overlap
simonb simonb
updated changes
mathias mathias
Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are not updated when sending _BLACKBOX_NOTIFY_WINDOW_DEL _NET_WM_DESKTOP and _WIN_WORKSPACE had wrong initial values (-1), which lead to probems with (eg) fbpager (unaware of newly created windows and such things)
mathias mathias
last minor issues for 0.9.13
mathias mathias
new version
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
fix a segfault
simonb simonb
updated changes
mathias mathias
llittle rewrite for the FbTk_istringstream usage.. was needed coz gcc2.95.x systems had problems before. with this change fluxbox should compile on such old compilers.
mathias mathias
replaced setenv() completly by putenv(). since putenv() really puts the *string into the environment we need to track what we putenv.
mathias mathias
on some systems (openbsd, solaris, freebsd) the iconv was not really well recognized and/or added to the LIBS .. i tested this version on a lot of different platforms and it SHOULD work propperly, even if it looks a bit strange.
mathias mathias
missing #include <typeinfo>
mathias mathias
__APPLE__ doesnt have <nl_types.h>
mathias mathias
when the app changes its pixmap we need to trigger that correctly
mathias mathias
i was a bit unspecific about the problem
mathias mathias
minor optimization
mathias mathias
copy N paste ... icc complained slightly
mathias mathias
cache the root pixmap (per screen)
simonb simonb
fixed missing fonts
mathias mathias
`AM_CONFIG_HEADER' Automake will generate rules to automatically regenerate the config header. This obsolete macro is a synonym of `AC_CONFIG_HEADERS' today (*note Optional::). so we use the nonobsolete now, thanx php-coder for pointing that out.
mathias mathias
fix from vadim for fbrun-tabcompletion
mathias mathias
fix for gentoo #91955, remembering the current window-position didnt store the reference corner to the appsfile.
mathias mathias
patch from vadim to fix the issues in input-areas he introduced with his last patch
mathias mathias
remove default gray background on created FbWindows (not everything should get a bg set)
simonb simonb
new code in WinButton was assuming that at ::clear() - time there is always a valid m_listen_to.winClient() .. which is not true under some circumstance. i guarded the code accordingly.
mathias mathias
fix titlebar transparency in some cases
simonb simonb
Added new Buttons for the Titlebar of a Window (Mathias) - Shade - just like the "Stick"-button Styleresources: window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap etc. - MenuIcon - click on it provides the windowmenu, if the app contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a little menu otherwise. Styleresources: windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap etc. Example ~/.fluxbox/init - entry: session.titlebar.left: MenuIcon Stick session.titlebar.right: Shade Minimize Maximize Close hint: if the app HAS a pixmap i use window.title.focus.pixmap (look WinButtonTheme for reference)in pixmap-based-styles. this looks excellent and dont need much extra-code to pipe that info into WinButtons.
mathias mathias
fix wm_name for fluxbox
simonb simonb
fix segfault opportunity in menu
simonb simonb
more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>
mathias mathias
Fix for #1160244, #1099704, #1094107: if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout.
mathias mathias
fix some menu drawing issues
simonb simonb
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
using associateClient to create new tab and map it to labelbuttons
fluxgen fluxgen
code cleaning
fluxgen fluxgen
more compose and select2nd
fluxgen fluxgen
Select2nd file
fluxgen fluxgen
update
fluxgen fluxgen
using Select2nd
fluxgen fluxgen
select 2nd element in pair
fluxgen fluxgen
update
fluxgen fluxgen
cleaning, create and delete tabs with FbWinFrame createTab/removeTab
fluxgen fluxgen
Fix #1086673 ArrangeWindows on shaded aterms causes inconsistency (Mathias) we now place shaded Windows above the normal windows. ArrangeWindows touches only windows on the current (xinerama)-head. there are still some open issues with this, look at my notes at the function itself.
mathias mathias
minor const fix
fluxgen fluxgen
commited the wrong file in the last session :/
mathias mathias
updated changes
mathias mathias
added new IconbarModes: NoIcons - display all noniconified windows WorkspaceNoIcons - display all noniconified windows on the current workspace modified the nls-files accordingly
mathias mathias
removed dead code
mathias mathias
little fix for nls and in the Makefile
mathias mathias
enabled MenuItems / Separators are not clickable and the same logic should apply to keys.
mathias mathias
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
display accessor
fluxgen fluxgen
transient window fix
fluxgen fluxgen
transient window fix
fluxgen fluxgen
revert mathias last change, and fix it differently using info already there
simonb simonb
i added an attribute to FbWindow to mark windows which are only used as "carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea.
mathias mathias
fix background setting + initialisation
simonb simonb
add rough support for non-default depth pixmaps. Saves us having ghost holes in windows
simonb simonb
fix a few more bugs with recent reworking stuff Some fixes could incidentally fix a few other bugs... the flaws were pre-existing, I've just been weeding out a lot of duplication
simonb simonb
cosmetic
mathias mathias
use of @PREFIX@
mathias mathias
close #1107216, buildsystem issue
mathias mathias
close #1182770 if someone changed the session.screen0.workspaces:<int> value and fired a "reload config"/reconfigure-Command fluxbox crashed. changes: - cleaner way of reading in the workspacenames - cleaner way of initialize the workspaces in BScreen() - on BScreen::reconfigure we add/delete Workspaces to the current screen until init-file and fluxbox are in sync -> the user changed the initfile and pressed reload, so imho he wants to have the changes in the init-file realized.
mathias mathias
fix drawing foreground when transparency off
simonb simonb
fix systray client sizing
simonb simonb
extension of previous big patch. Move a bunch of menu things onto background pixmap. Same for textbuttons.
simonb simonb
we are fluxbox, not blackbox.
mathias mathias
#1188690, fbrun segfault
mathias mathias
close #956325
mathias mathias
fixed #960535, Deiconify with apps set 'sticky'
mathias mathias
fixed #1020399 aka broken ShowDesktop, its an error to travers the workspace-windowlist and deiconify each window coz that list is modified each time a window is iconified. a copy of that list solves the problem.
mathias mathias
clear the maximized-Flag from a resized/moved Window ... a moved or resized Window is not maximized any longer per definition imho. maybe we need to apply the same policy to the fullscreen-State
mathias mathias
fixed a problem with iconified + sticky window not displayed in the iconbar when running in WorkspaceIcons-mode
mathias mathias
this should REALLY fix it.
mathias mathias
fix iconv-issues on *BSD and MacOSX
mathias mathias
updated changes
mathias mathias
fixes #1133809, ArrangeWindows doesnt respect available space on the workspace (toolbar and slit would be covered)
mathias mathias
updated Changes
mathias mathias
fixes a problem with clients which define/request a Strut (see http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2507548), eg kicker: after killing/closing kicker the availableWorkspaceArea is not recalculated which lead to kind of invisible barrier where the Strut was.
mathias mathias
updated changes
mathias mathias
fixes a problem with snapping to the slit. slit's borderwith wasnt part of the strut.
mathias mathias
fixes a little bug with snapping to windows which have a border only. such windows dont have DECORM_ENABLED and hence no borderwidth was added to the calculation. thats fixed now
mathias mathias
updated changes
mathias mathias
closes #1170056, Moving tab beyong last right tab causes malfunction
mathias mathias
fix a few drawwing issues, esp menu opening offscreen
simonb simonb
cosmetic
mathias mathias
fix a few small bugs from recent big patch
simonb simonb
Big changes to how transparency works Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
simonb simonb
updated changes
mathias mathias
fixed issues introduced from last change (it was me :)
mathias mathias
no need to compile default.cc for every run, so we ll check for a change of the revision-number
mathias mathias
Tidy up some redundant pixmap allocs
simonb simonb
forgotten xchat-2
mathias mathias
updated changes
mathias mathias
added "Fullscreen" - command, removes borders and maximizes to the full screen ... hence the name :)
mathias mathias
move the slitframe out of sight at startup
mathias mathias
updated changes
mathias mathias
mostly cosmetic changes (tabs -> spaces), added 'cli_find' which does the same as 'normal_find' but creates entries for cli-programs
mathias mathias
updated changes
mathias mathias
mathias mathias
added -c <startupfile> to startfluxbox so one can have different startup-files
mathias mathias
fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob Stevens <stever3 at nycap dot rr dot com>
mathias mathias
updated changes
mathias mathias
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
mathias mathias
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.
mathias mathias
update
fluxgen fluxgen
with menu, style, keys, init options, thanks php-coder
fluxgen fluxgen
with menu, style, keys, init options, thanks php-coder
fluxgen fluxgen
updated changes
mathias mathias
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.
mathias mathias
changelog update about which usage
simonb simonb
fix 'which' program compatibility. Test the capabilities of the one we find, rather than guessing based on the system type
simonb simonb
update
fluxgen fluxgen
update for romanian, thanks Costin Stroie
fluxgen fluxgen
update
fluxgen fluxgen
using stringstream header in FbTk
fluxgen fluxgen
stringstream header
fluxgen fluxgen
added stringstream header
fluxgen fluxgen
stringstream
fluxgen fluxgen
cosmetic + updated copyright year
mathias mathias
more portability-stuff from dung, mostly for variables
mathias mathias
updated changes
mathias mathias
patch from dung lam to fix some portability-issues with latest fbgm
mathias mathias
updated copyright year
mathias mathias
copyright year
mathias mathias
updated copyright date
mathias mathias
cosmetic white-space-stuff and/or copyright dates
mathias mathias
white-space cosmetic
mathias mathias
updated copyright dates
mathias mathias
updated changes
mathias mathias
fixed uninitialized pointer which could lead to segfaults when the user specifies nonexistent/invalid tool-names in the init-file
mathias mathias
updated changes
mathias mathias
fixes the year for fluxbox -version added a way to display the svn-revision-number in fluxbox -info
mathias mathias
updated manpage for the SIGNAL change
mathias mathias
updated changes
mathias mathias
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
mathias mathias
added apps (close #1107234) changed "ownership" -> Dung Lam takes over from Han
mathias mathias
updated changes
mathias mathias
imlib2 wasnt default-off as it seems, this should fix it
mathias mathias
updated changes
mathias mathias
minor changes to ru_RU - translations (thanx php-coder)
mathias mathias
closes #1107213, 64bit issues with XChangeProperty submitted by Matthieu Herrb <matthieu.herrb@laas.fr>
mathias mathias
close #1111378, -S (smooth) to wmsetbg's aspect-setting
mathias mathias
updated changes
mathias mathias
updated translators
mathias mathias
added cs_CZ-locales (thanx to Radek Kubicek)
mathias mathias
outcommenting of some debugmessages
mathias mathias
updated changes
mathias mathias
big feature-addon for fbgm: icon-support. work done by Dung N. Lam
mathias mathias
updated changes
mathias mathias
fix to solve compileproblems under freebsd4
mathias mathias
updated changes
mathias mathias
copyright date
mathias mathias
copyright date
mathias mathias
copyright date
mathias mathias
copyright date
mathias mathias
copyright dates
mathias mathias
updated changes
mathias mathias
copyright dates
mathias mathias
close #1107222
mathias mathias
typo, close #1107227
mathias mathias
cosmetic
mathias mathias
copyright date
mathias mathias
fix tab detach - the window wasn't shown after attachTo
simonb simonb
updated changes
mathias mathias
closes #1105048, minor issues
mathias mathias
applied patches from openbsd-ports, closed #1105041 (sf) execl needs a terminating NULL at the end, a '0' would be converted to "int 0" on 64bit-systems
mathias mathias
updated copyrights
mathias mathias
revert Xau changes
fluxgen fluxgen
update
fluxgen fluxgen
forgotten space
mathias mathias
updated changes
mathias mathias
update
fluxgen fluxgen
update
fluxgen fluxgen
cleaning
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fixed some issues and added testMenu target
fluxgen fluxgen
testing menu theme and parser
fluxgen fluxgen
updated changes
mathias mathias
systemtray-tool has now a propper background. its styleable via the toolbar.systray.* ressource, same way as the clock.
mathias mathias
moved ThemeItem<bool> - implementation to FbTk/ThemeItems.cc
mathias mathias
copyright
mathias mathias
copyright
mathias mathias
copyright updated
mathias mathias
made the error-message a bit better
mathias mathias
cosmetic change
mathias mathias
added --with-style=<path-to-style> option for ./configure, patch from php-coder
mathias mathias
default-values for some path-related resources (groups, apps etc)
mathias mathias
added --with-style=<path-to-style> option for ./configure, patch from php-coder
mathias mathias
updated changes
mathias mathias
fix for #1099278
mathias mathias
fix for #1099950, Missing initialization in FbTk/FbWindow.cc
mathias mathias
updated changes
mathias mathias
updated ko_KR - translations
mathias mathias
removed unneeded file
mathias mathias
ungrabbuttons on windows we dont handle anymore (withdrawn)
mathias mathias
updated changes
mathias mathias
fix for #1087220 (Wrong handling of XWithdrawWindow) an XWithdrawWindow unmaps a window and sends a synthetic UnmapEvent after that. when the second UnmapEvent arrives we have to set either the WM_STATE to WithdrawnState or delete it. i decided for deletion so its absolutly clear its not any longer under our control
mathias mathias
forgotten debug-stuff
mathias mathias
fix position init from atom handlers
simonb simonb
updated the years
mathias mathias
added imlib2-check so fbgm would prefer *.png over *.xpm when trying to find icons
mathias mathias
fix up window initialisation ordering
simonb simonb
updated changes
mathias mathias
Simon's last changes lead to segfaults when the users specified <Sticky> or <Workspace> in apps-file. Reason is, that an unmanaged window is not yet assigned to an workspace and thus the returned workspacenumber is -1 ... which leads in combination with getWorkspace(nr) to an invalid workspace (0x0) ... This also fixes the problem with several deiconify-modes of the iconbar, when the iconbar is in icons-only mode (same reason) The other changes in the files are just cosmetic, i throw out the comments about the changes Simon did coz they make sense and are correct imho.
mathias mathias
added apps to fbgm
mathias mathias
updated ru_RU translations added ko_KR translations
mathias mathias
fix some initialisation, especially relating to placement and decoration/handler hints
simonb simonb
update
fluxgen fluxgen
updated changes
mathias mathias
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
mathias mathias
updated pl_PL + minor nls-stuff from melti and cheester
mathias mathias
updated changes
mathias mathias
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).
mathias mathias
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.
mathias mathias
corrected name of antonio gomes
mathias mathias
update
fluxgen fluxgen
update
fluxgen fluxgen
fixed remove workspace bug
fluxgen fluxgen
update
fluxgen fluxgen
fixed shape bug
fluxgen fluxgen
correct isExecutable
mathias mathias
fix the no-writing-history issue for fbrun
mathias mathias
updated changes
mathias mathias
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
mathias mathias
updated changes
mathias mathias
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)
mathias mathias
added deleteProperty to FbWindow
mathias mathias
show fbrun after moving to the right position
mathias mathias
nls entry for remember->onhead
mathias mathias
* added new command: sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>}
mathias mathias
added url for gnome-hints
mathias mathias
updated changes
mathias mathias
fix segfaulting when new text is smaller than the oldtext, m_start_pos has to be 0 before calculating anything else.
mathias mathias
updated changes
mathias mathias
* 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
mathias mathias
cosmetic, double #include of the same header
mathias mathias
called the wrong 'update' function for the sendtomenu
mathias mathias
update
fluxgen fluxgen
the version-stuff has to be done differently .. back to old
mathias mathias
minor typo
mathias mathias
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.
mathias mathias
updated changes
mathias mathias
updated ru_RU translations
mathias mathias
update
fluxgen fluxgen
update from grubert
fluxgen fluxgen
updated changes
mathias mathias
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 :)
mathias mathias
added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh)
mathias mathias
updated changes
mathias mathias
applied patch from Rob Stevens: fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist
mathias mathias
update
fluxgen fluxgen
Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se
fluxgen fluxgen
updated changes
mathias mathias
fix #1080323, a missing header
mathias mathias
maximizing a shaded window should unshade it before .. the user WANTS to see it. closed #1082671
mathias mathias
closes #1081200 added some ideas from the gentoo's ebuild (thanx ciaranm) minor cosmetic updates
mathias mathias
added support for hsetroot (http://thegraveyard.org/hsetroot.php) to fbsetbg
mathias mathias
updated changes
mathias mathias
changing the timeformat of the clocktool is done via the editdialog which causes a reconfigure .. which causes a loop over all toolbaritems and call updateSizing() .. where we should check, if a new timeformat makes the clock bigger or smaller... closes #1026096
mathias mathias
update date and version at bot of manpage
simonb simonb
Update a few things in the manpage, especially the apps file section.
simonb simonb
minor cosmetic issue
mathias mathias
grrr .. future code commited, sorry about that
mathias mathias
fixed issue with clientUp/Down in SlitClientMenu
mathias mathias
update
fluxgen fluxgen
version bump
fluxgen fluxgen
typo
mathias mathias
updated changes
mathias mathias
added middle/rightclick on slitclient-menu-items to move the client up/down in the slit
mathias mathias
former updates of the fluxbox-nls.hh were done with the automated tool .. which leads to problems. this is now handmodified and should lead to right translations... i really really need to work on the nls-tool thats in my mind for too long now.
mathias mathias
updated changes
mathias mathias
* leftclick on the slitclients in the clientmenu enables/disables it * wheel up/down move the slitclient up/down * visual cosmetic for the slitclient-menu * added "Save SlitList" - menuentry in slitclient-menu
mathias mathias
really set the default deiconifyMode to FOLLOW
mathias mathias
deiconifyMode: Follow is the new/old default (as it was before deiconifyMode was introduced)
mathias mathias
updated nls file
mathias mathias
updated changes
mathias mathias
context needs a "window", not the "screen", thanx Rob Stevens for reporting
mathias mathias
"fixes" http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2 and all related bugreports elsewhere. "fixes" because i think the real problem is in xft somewhere somehow, but i dont have any prove (yet). thanx to Rob Stevens for informing us about that problem.
mathias mathias
updated changes
mathias mathias
fix a problem with java-dialogs which dont open correct (thanx Scott Moser) furthermore, and this is really interesting, this seems to fix also the bug widely known as g.o.d - the grab of death. the g.o.d seems to freeze fluxbox but let the mouse still be moving and no high-cpuload can be seen. the (un)lucky can force the g.o.d by clicking like a weirdo and pressing keys like crazy and then maybe it will happen. we are not quite sure WHY exactly this happens but as it seems: XSync(true) caused the trouble. we still keep watching this issue but hopefully noone experiences bad "freezes" anymore. (/me crosses fingers)
mathias mathias
updated changes
mathias mathias
updated docs from curt micol
mathias mathias
updated changes
mathias mathias
adds "kill" to the windowmenu closes #1075142
mathias mathias
minor issue
mathias mathias
updated changes
mathias mathias
fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ... the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly so this is still an open issue imho.
mathias mathias
updated changes
mathias mathias
forgotten initialization of frame.y_hidden
mathias mathias
updated changes
mathias mathias
patch from Rob Stevens to add dragndrop-reordering of the tabs disable title of the windowmenu when called from titlebar
mathias mathias
patch from Rob Stevens to add dragndrop-reordering of the tabs
mathias mathias
patch from Rob Stevens to add dragndrop-reordering of the tabs
mathias mathias
enable title of windowmenu when called from iconbar
mathias mathias
updated changes
mathias mathias
fix the hiding of the menu when the menufile-timestamps changed
mathias mathias
updated changes
mathias mathias
fix possible segfault: auto_ptr fluxbox may be 0 ..
mathias mathias
update of copyright and version number of fbrun
mathias mathias
updated changes
mathias mathias
dont overlap with screenborder added xinerama-support
mathias mathias
cosmetic (tabs -> spaces) fix possible memleak with XineramaQueryScreens: "Returned array should be free with XFree()" (from Xinerama.h)
mathias mathias
ensure sane values for ResizeCmd
mathias mathias
update
fluxgen fluxgen
do not handle configure request while iconified, fixes problem Wine with Paradise Poker client
fluxgen fluxgen
updated changes
mathias mathias
undermouseplacement .. ensure the new window is on the screen. patch #1052534, close #1048000
mathias mathias
update changes
mathias mathias
fix problem with iconic windows on startup
mathias mathias
updated changes
mathias mathias
fix segfaults on restart/exit, still issues with former iconified windows at startup of fluxbox should close #1067582, #1067580, #1060912
mathias mathias
updated changes
mathias mathias
fix for adding/removing desktops (thanx Øyvind Albrigtsen)
mathias mathias
updated changes
mathias mathias
fixes fontsituations when text disappears in non-antialias mode primary problem was to use utf8 when in fact the FontSet wasnt utf8.
mathias mathias
svn propset svn:keywords "Id"
mathias mathias
keypad-enter should work with fbrun now
mathias mathias
fixed missing init for pointer in destructor .. could lead to segfaults
mathias mathias
needed init for font-test
mathias mathias
updated changes
mathias mathias
fix bug in Screen destructor, can lead to segfault at exit/restart
mathias mathias
update
fluxgen fluxgen
Updated swedish locales and a few new menu-entries from Jonas Ericsson jmaster at telia.com
fluxgen fluxgen
update changes
akir akir
the remember-menu now acts like a boolmenu, shows the current rememberstate a bit better
akir akir
updated changes
akir akir
fixed a problem with the snapping-windows code: decorationless windows have a borderWidth of 0 and thus the snapping was calculated wrong.
akir akir
updated Changes
akir akir
accepted patch #1057446, improved iterator in timer-code
akir akir
fix #1057499
akir akir
updated changes
akir akir
fix 1052095, windowmenu doesnt close when tabs are changed (closed,new attached or dragged around)
akir akir
updated changes
akir akir
fix #1034522
akir akir
updated changes
akir akir
fix for #1036982 (defaults.hh isnt distcleaned)
akir akir
i forgot to remove a silly warning :)
akir akir
updated changes
akir akir
closes bug #1039658 " When you choose a transparency of less than 255 for a unfocused window, the window title f the unfocused window will not be transparent. Only the buttons will."
akir akir
updated changes
akir akir
updated changes
akir akir
added iconbar.wheelMode and iconbar.deiconifyMode
akir akir
removed now obsolete #includes coz we moved FbTk/ThemeItems.hh -> FbTk/ThemeItems.cc
akir akir
moved ThemeItems.hh -> ThemeItems.cc
akir akir
modified to make it work with the ThemeItem.hh -> ThemeItem.cc action
akir akir
moved ThemeItems.hh to ThemeItems.cc, solves some linkissues
akir akir
back to setenv for non-irix for now, we need to look deeper into this some day.
akir akir
updated Changes
akir akir
minor fix for pedantic compilers (mipspro)
akir akir
fix: Explicit specialization of function "FbTk::ThemeItem<FbTk::Font>::setDefaultValue" must precede its first use. for mipspro again
akir akir
fix missing 'new(nothrow)' on mipspro
akir akir
fix missing namespace
akir akir
fix missing namespace
akir akir
removed unneeded code + some minor fix for mipspro
akir akir
missing namespace
akir akir
not all compilers have __FUNCTION__ (mipspro)
akir akir
missing template<>
akir akir
fixes missing header to avoid missing declarations (mipspro)
akir akir
fix to avoid: Explicit specialization of function "FbTk::ThemeItem<int>::setDefaultValue" (mipspro)
akir akir
putenv is more platform independent
akir akir
fix for wrong placed end of namespace }; (thanx mipspro :))
akir akir
fix for some pedantic compilers (mipspro)
akir akir
removed unused variables + cosmetic issue for some compilers (mipspro)
akir akir
meaningless const qualifier removed
akir akir
fix for mipspro: no 'new(nothrow)' available for MIPSpro Compilers: Version 7.3.1.3m
akir akir
missing default value for session.appsFile added
akir akir
updated changes
akir akir
added session.appsFile to the ressources
akir akir
if the systemtime is set back the timers wont be updated. solution: add the delta to all of our timers too.
akir akir
fixes MIPSpro Compilers: Version 7.3.1.3m issue
akir akir
updated changes
akir akir
rewritten fluxbox-restart code, all destructors are called before the new program is started. the former method didnt do that.
akir akir
cosmetic changes, added ResizeModel to ScreenRessources
akir akir
made iconic and shaded windows not resizable
akir akir
updated changes
akir akir
respect the users wish (followModel) to what happens if a window gets focus which is not on the current workspace
akir akir
added followModel Ressources, dunno if the name is so clever, i am open for other suggestions
akir akir
fix mainWarnDisplaySet -> mainWarnDisplayEnv
rathnor rathnor
needed update to have a correct headerfile
akir akir
updated changes
akir akir
fbrun switches between file-search and path-to-file-search now correctly (i think)
akir akir
updated changes
akir akir
added focusTabMinWidth
akir akir
added iconbar.iconTextPadding
akir akir
added session.tabPadding and session.focusTabMinWidth
akir akir
added padding: space between text and the border
akir akir
* Update de_DE Translation and add some missing NLS values (Thanks Christian Storm) - also a tiny cleanup of weird nls set
rathnor rathnor
updated changes
akir akir
entering @ and ~ from germankeyboards work again added some stuff to let the user use the numpad too
akir akir
we dont remove the scrolllock() modifier from the keystate anymore -> lead to problems with altgr on german-keyboards -> no @ in textbox's possible.
akir akir
cosmetic
akir akir
updated changes
akir akir
added LC_TIME so the ClockTool gets the right locale
akir akir
update
fluxgen fluxgen
tiny forgotten thingy from the MAN :)
akir akir
updated changes
akir akir
fix some keymovement issues, dunno if its completly correct that way. perhaps a rewrite of the movement stuff is needed one day. modified buttonPressEvent so it will place the cursor to the right place
akir akir
removed unneeded m_font
akir akir
updated changes
akir akir
added :Export / :Setenv command
akir akir
allocate red, green and blue buffers only for gradients
fluxgen fluxgen
fixed gradient bug, cleaning, version bump
fluxgen fluxgen
setTile for X Drawable
fluxgen fluxgen
fixed compile
fluxgen fluxgen
oops, missed a bit
rathnor rathnor
don't require [begin] in included files
rathnor rathnor
Add: [incldue] needs [begin][end].
grubert grubert
fix usage of setlocale return value, which returns a pointer to static memory, which we need to promptly copy
rathnor rathnor
updated changes
akir akir
fixed tiny typo in polish-translation
akir akir
updated changes
akir akir
title of current tab-window is now shown in the iconbar-buttons
akir akir
updated changes
akir akir
fix to make separators are not clickable/selectable
akir akir
updated changes
akir akir
fixes #1026929 (sourceforge)
akir akir
fix build issue, use cerr instead of fprintf(stderr
rathnor rathnor
updated ChangeLog
akir akir
fixed a minor bug that can lead to HIGH cpuload under some circumstances. actually we must ensure that only timers with a valid handle are added to the timerslist.
akir akir
make reconfig an alias for reconfigure
rathnor rathnor
fix menu creator not using args for some commands
rathnor rathnor
cleaning, we dont create windows with XCreateWindow
fluxgen fluxgen
windowmenu
fluxgen fluxgen
fix missing items
rathnor rathnor
dont ignore nls file
rathnor rathnor
little string update
rathnor rathnor
preliminary support for composite/compositing manager. Also general work for consistency with transparency resources
rathnor rathnor
update
fluxgen fluxgen
cleaning, moved resource functions to Resources.cc
fluxgen fluxgen
holds main resource functions
fluxgen fluxgen
tiny fix for -nearmouse
akir akir
for -nearmouse wrong -help - description
akir akir
update
fluxgen fluxgen
inject an entire directory of menu files with include + path, patch from Ciaran McCreesh
fluxgen fluxgen
fix for Font drawText
fluxgen fluxgen
update
fluxgen fluxgen
dont backup the menu unless we actually have one
fluxgen fluxgen
update
fluxgen fluxgen
Font::drawText takes reference to FbDrawable instead of X Drawable + some code cleaning
fluxgen fluxgen
copyright update
fluxgen fluxgen
access function for display
fluxgen fluxgen
using ShowMenu commands for buttonPress event
fluxgen fluxgen
workspace menu and root menu inside visible area
fluxgen fluxgen
init frame window in frame struct
fluxgen fluxgen
more X error fixing
rathnor rathnor
ignore 32-bit visuals for now - until we can support alpha channel in colors
rathnor rathnor
update
fluxgen fluxgen
head specific strut, patch from Mathieu De Zutter
fluxgen fluxgen
head specific strut, patch from Mathieu De Zutter
fluxgen fluxgen
head specific strut
fluxgen fluxgen
fix issues that resulted in unnecessary X errors
rathnor rathnor
cosmetic + avoid unneeded App::instance()->display() calls
akir akir
cosmetic + avoid unneeded App::instance()->display() calls
akir akir
updated changes
akir akir
cosmetic + try to avoid App::instance()->display() calls when not needed
akir akir
cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil), tried to avoid App::instance()->display() calls again.
akir akir
cosmetic, man, we need a beautifarm :)
akir akir
updated last changes
akir akir
put App::instance()->display() to FbDrawable::s_display to avoid too much unnecessary calls
akir akir
cosmetic, tab vs spaces
akir akir
cosmetic, tabs to spaces
akir akir
clean up unused variables, from Ryan O'Hara
rathnor rathnor
tiny cleanup to avoid calling unnecessary FbTk::App::instance()
akir akir
mod screenshot menu option in fbgm
rathnor rathnor
*** empty log message ***
akir akir
added forgotten [macrocmd] to menuitems
akir akir
transfered ::getRootPixmap from several places to new home, FbPixmap
akir akir
cosmetic, removing unnecessary calls.
akir akir
added button2-on-workspacename in workspacemenu jumps to workspacadded button2-on-workspacename in workspacemenu jumps to workspacee
akir akir
fix the segfault-fix of fluxgen some days before. workspacemenu must be destroyed after rootmenu is cleaned.
akir akir
update
fluxgen fluxgen
fix for crash on shutdown, the workspacemenu must be destroyed before clientlist. fix for duplicates in iconlist, note: check update(stateSig) in fluxbox.cc, icons might be added twice
fluxgen fluxgen
unique list from removeDuplicate. If we, for some reason, should have duplicate windows in the second argument windowlist
fluxgen fluxgen
blank lines again
akir akir
thanks Jason
rathnor rathnor
fix crash on amd64
rathnor rathnor
added -nearmouse to fbrun
akir akir
cosmetic
akir akir
adds -liconv when iconv_close is in libiconv
akir akir
start of 0.9.11 entries
akir akir
updated fixes
akir akir
fix to avoid crash when in remember-submenu and closing the application -> current clientwindow would be 0x0 -> crash
akir akir
allow blank lines in apps-file fixed wrong mapping of [TOP] <-> getNormalLayer()
akir akir
update
fluxgen fluxgen
foreground and background color as argument
fluxgen fluxgen
fixed multiple screen issue...again
fluxgen fluxgen
cosmetic
akir akir
fix width for a menuentry, added too much space
akir akir
update the list of compiler-issue-fixes
akir akir
final fix for iconv-issues on sun/sparcs
akir akir
fix for a compile-error with mips-pro 7.30 (segfaulted)
akir akir
update
fluxgen fluxgen
fixed restart issue + sending resize signal when ConfigureNotify
fluxgen fluxgen
update
fluxgen fluxgen
multiple screen fix, checks for screen number
fluxgen fluxgen
fix for the missing CODESET on openbsd
akir akir
hopefully final fix for missing iconv
akir akir
checking for const msg in iconv
fluxgen fluxgen
have const msg ptr to iconv
fluxgen fluxgen
update
fluxgen fluxgen
checking for have iconv
fluxgen fluxgen
fixed check for iconv, rearranged some stuff
fluxgen fluxgen
added fixes for 2.95.4-issues
akir akir
fix for gcc 2.95.4, again make_pair and missing #include <typeinfo> before typeid-usage
akir akir
fix for gcc 2.95.4 -> has problems to get the right template-types for make_pair
akir akir
add autoconf check for std c++ headers
rathnor rathnor
new version
fluxgen fluxgen
removed convert.awk
fluxgen fluxgen
tweak
rathnor rathnor
update
fluxgen fluxgen
update
fluxgen fluxgen
added RaiseLayer and LowerLayer
akir akir
clientWidth now iconWidth
fluxgen fluxgen
closes bug 977054
akir akir
close bug #1013735, #1012314
akir akir
suppress informative debugmessages
akir akir
antialias- and alpha-entries only in menu when its compiled in
akir akir
fi menuuclosebug -> choosed the wrong parent-menu under some circumstances
akir akir
minor
fluxgen fluxgen
forgotten changed Makefile.am
akir akir
better info in ChangeLog about [wallpapers]
akir akir
added [wallpapers|rootcommands] to menuitems
akir akir
fix wrapping upwards in menu
rathnor rathnor
fix bug with >1 column menus
rathnor rathnor
fix crash bug when windowmenu doesn't include extramenus improve checking of existence/success of loading windowmenu file
rathnor rathnor
fix toolbar localtion (visible when 100%) fix menu font size when no style
rathnor rathnor
add back Workspace<n> keys with deprecated message
rathnor rathnor
a few random fixes
rathnor rathnor
couple of menu render fixes
rathnor rathnor
fix a issue with fonts coming up blank
rathnor rathnor
fix menu rendering bug with selected items
rathnor rathnor
fluxbox::shutdown wasn't safe to get interruped by another signal
rathnor rathnor
add previously missing layer stuff in nls
rathnor rathnor
fallback to clock rather than workspace name for buttons (since its consistent with old and new themes)
rathnor rathnor
add a special fallback for toolbar button style
rathnor rathnor
unification for themes.cfg/styles.cfg and the same for menuentries: [stylesmenu] and [themesmenu] [stylesdir] and [themesdir]
akir akir
fix rendering of bevels for textures with solid textures
rathnor rathnor
make arrow button's arrow size scalable by the user
rathnor rathnor
fixed 2 possible memleaks
akir akir
fix up theming of the toolbar
rathnor rathnor
update
fluxgen fluxgen
make use of "size" in "recode" -> fixes drawin the cursor in textboxes
akir akir
don't look for icons in ~ if installing
rathnor rathnor
preliminary icon support in fluxbox-generate_menu
rathnor rathnor
udpate from han
rathnor rathnor
fbsetbg man page tweak from han
rathnor rathnor
update from Han
fluxgen fluxgen
fix handling of font+text encodings
rathnor rathnor
new manpage for startfluxbox from Han
rathnor rathnor
add fluxstyle.1, autogenerated
rathnor rathnor
tempfix for empty locale
fluxgen fluxgen
update
fluxgen fluxgen
fixed slow resize of xmms playlist, we called setupWindow in XA_WM_NORMAL_HINTS even when didnt have to
fluxgen fluxgen
moved fluxstyle.1 to fluxstyle.1.in and using regexp to replace pkgdatadir, patch from php-coder
fluxgen fluxgen
update
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
debug messages and some minor cleaning
fluxgen fluxgen
fixed fbrun crash when history item is bigger than entry box, sf: [ 1005182 ] fix for Bug with RequestID #877004, patch from mangala
fluxgen fluxgen
minor fix for docs, patch from php-coder (php-coder at ngs dot ru)
fluxgen fluxgen
update, patch from : php-coder (php-coder at ngs dot ru )
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed so we call setupWindow last in init(), else we dont get anything in the titlebar if we dont have some special option like remember enabled
fluxgen fluxgen
added literal for layer, patch from Mathias Gumz
fluxgen fluxgen
adding halo and shadow options to font loading, patch from Mathias Gumz and c. mccreesh (ciaranm)
fluxgen fluxgen
removed reparent and added debugmsg
fluxgen fluxgen
minor stuff
fluxgen fluxgen
some debugmessages and minor fixes
fluxgen fluxgen
Minor fix
fluxgen fluxgen
utf-8 fix, a fixed patch from Sergey Kuleshov
fluxgen fluxgen
utf-8 fix, a fixed patch from Sergey Kuleshov
fluxgen fluxgen
Add "Focus Model".
grubert grubert
Enable dutch menu for flemish people as well. Credits to Mathieu De Zutter <mathieu@dezutter.org>
rathnor rathnor
fbgm updates c/- han
rathnor rathnor
update
fluxgen fluxgen
expand pixmap filename before loading, patch from Mathias Gumz
fluxgen fluxgen
fixed menu move bug and made separator not selectable, patch from Mathias Gumz
fluxgen fluxgen
minor fixes
fluxgen fluxgen
update
fluxgen fluxgen
some EMX fixes, thanks dave_yeo at paralynx
fluxgen fluxgen
update
fluxgen fluxgen
fixed fallback for pressed texture
fluxgen fluxgen
update
fluxgen fluxgen
resource bool fix and setting input focus on menus when we bring them up with the mouse
fluxgen fluxgen
click on handle raises, and some other minor fixes
fluxgen fluxgen
update
fluxgen fluxgen
mouse scroll on icons changes workspace
fluxgen fluxgen
delete key
fluxgen fluxgen
fixed Resource long long, time_t is long long some systems
fluxgen fluxgen
minor stuff
fluxgen fluxgen
typedef Toolbars
fluxgen fluxgen
update
fluxgen fluxgen
fixed toolbar draw bug at startup
fluxgen fluxgen
fixed menu draw bug while doing keyboard navigation
fluxgen fluxgen
update
fluxgen fluxgen
improved algoritm for transient_for in initWindows
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug in transient window creation at startup
fluxgen fluxgen
Add apps hidden commands.
grubert grubert
ignore some files
fluxgen fluxgen
fixed minor bug
fluxgen fluxgen
update
fluxgen fluxgen
tiled pixmap fix, patch from dhx (xyx@gm...), see mailing list
fluxgen fluxgen
fixed menutitle and menulables drawn to close to screen-bottom, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
save menu filename, so we can reload the menu, patch from Mathias Gumz
fluxgen fluxgen
manpage updates
rathnor rathnor
fix rectangle drawing on attaching tabs
rathnor rathnor
minor stuff
fluxgen fluxgen
update
fluxgen fluxgen
force old position on configure request, we dont know if the clients changed the position
fluxgen fluxgen
update
fluxgen fluxgen
added m_active_index. added validIndex function which validates indexes, removed highlight from drawItem since it should only highlight the m_active_index
fluxgen fluxgen
using menu separator
fluxgen fluxgen
using toggle menu for layer menu, fixed nls support
fluxgen fluxgen
virtual destructor
fluxgen fluxgen
added toggle menu
fluxgen fluxgen
toggle menu
fluxgen fluxgen
some updated dutch locale from Han
rathnor rathnor
Add doc/ru/Makefile to AC_OUTPUT.
grubert grubert
Try without success to get SUBDIRS processed.
grubert grubert
Menu icons.
grubert grubert
tidying up initialisation with dockapps
rathnor rathnor
fix groups file problem with windows not showing properly
rathnor rathnor
another step towards nls updating
rathnor rathnor
we should only load LC_MESSAGES, not LC_ALL
rathnor rathnor
whoops, messed up the numbering :-/
rathnor rathnor
updates
rathnor rathnor
last nls tweak for now - it works this time
rathnor rathnor
i'll get it right one day
rathnor rathnor
nls updates
rathnor rathnor
whoops, wasn't quite right :-/
rathnor rathnor
Conversion of old nls files to new string names... Change to new style of working.
rathnor rathnor
fix systemtray related things
rathnor rathnor
support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows) Allow FluxboxWindows to be untabable.
rathnor rathnor
fix initialisation of state when a window is first mapped
rathnor rathnor
fbsetbg xmessage-related updates
rathnor rathnor
tweak iconbar rendertheme - need to re-render after addWindow
rathnor rathnor
toolbar fixes, updates and optimisations
rathnor rathnor
minor fix
fluxgen fluxgen
minor fix for toggle item
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
more improvements on transparency
fluxgen fluxgen
title raise lower when title visibility changes
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor fixes
fluxgen fluxgen
minor fix for title and item height
fluxgen fluxgen
more cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
inline functions
fluxgen fluxgen
setBufferPixmap public instead
fluxgen fluxgen
transparency improvements, added buffer for title window to reduce flickering and removed menu.bevel_w since its already in MenuTheme
fluxgen fluxgen
ja_JP update for fbgm
rathnor rathnor
ja_JP translation update from Yasuhiro Takabayashi
rathnor rathnor
disabled nls as default until its fixed
fluxgen fluxgen
include pixmap with mask
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor stuff
fluxgen fluxgen
update
fluxgen fluxgen
improved menu loading speed and added menu icon
fluxgen fluxgen
added menu icon
fluxgen fluxgen
minor fix
fluxgen fluxgen
icon in menu item
fluxgen fluxgen
copyright update
fluxgen fluxgen
more fixing of nls deps
rathnor rathnor
don't ignore fluxbox-nls.hh so much :-/
rathnor rathnor
more nls updates
rathnor rathnor
Change one nls item name
rathnor rathnor
rename nls file
rathnor rathnor
manpage license updates from Han
rathnor rathnor
new files: MenuIcon
fluxgen fluxgen
pixmap icon for menu items
fluxgen fluxgen
update
fluxgen fluxgen
updated for menuseparator
fluxgen fluxgen
return values
fluxgen fluxgen
need typeinfo
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor indent and using MenuSeparator
fluxgen fluxgen
need typeinfo
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor fixes
fluxgen fluxgen
minor indent
fluxgen fluxgen
minor fix
fluxgen fluxgen
new files: menuseparator
fluxgen fluxgen
draws a separator
fluxgen fluxgen
item and title height specified by style
fluxgen fluxgen
drawing of items is now done in MenuItem
fluxgen fluxgen
improved transparent rendering and fixed drawing of menu items in MenuItem class
fluxgen fluxgen
alpha access function
fluxgen fluxgen
built sources for fluxbox-nls
fluxgen fluxgen
changing perm
fluxgen fluxgen
changing perm
fluxgen fluxgen
nls updates -> nlsinfo to search for nls strings in source code
rathnor rathnor
update NLS string handling...
rathnor rathnor
more fixing up of alpha zero-relatd problems - particularly fallback to 255, not zero for alpha items
rathnor rathnor
handling of alpha = 0
rathnor rathnor
update
fluxgen fluxgen
Updated polish locales from: �ukasz Wrzosek (unl at poczta dot fm)
fluxgen fluxgen
Make arrows in buttons half the size of the button. Add UP and DOWN arrows.
grubert grubert
HACK: SUBDIR ru does not work.
grubert grubert
fix up slit transparency redraw issues
rathnor rathnor
fix menu transparency rendering bug, and add save_under to menu windows
rathnor rathnor
Add russian manpage (although recursive build fails to work).
grubert grubert
tweak the X in the close button. It was uneven. Check the comment for details, I suspect it depends on X version :-/
rathnor rathnor
fix up a number of things for when a window hides while moving, including a crash bug
rathnor rathnor
*** empty log message ***
grubert grubert
update from Han, new licensed, complete and correct version from the original author
fluxgen fluxgen
Event Manager fixes/review
rathnor rathnor
dont expand filename here
fluxgen fluxgen
minor fix
fluxgen fluxgen
expand filename
fluxgen fluxgen
tweak the remap fix. Scott pointed out that the xevent isn't actually filled in there. Lets try it just checking !remap...
rathnor rathnor
minor fix for layer menu title
fluxgen fluxgen
minor fix for separator in windowmenu
fluxgen fluxgen
update
fluxgen fluxgen
using fluxbox-nls header instead
fluxgen fluxgen
added layer
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
movetest
fluxgen fluxgen
testing menu parser
fluxgen fluxgen
parsertest
fluxgen fluxgen
new files
fluxgen fluxgen
added exit command
fluxgen fluxgen
iconmenu is now handled in IconMenu which is created in WorkspaceMenu, moved all parsing of menu file to MenuCreator
fluxgen fluxgen
moved from screen.cc
fluxgen fluxgen
using MenuCreator to create window menu
fluxgen fluxgen
changed m_windowmenu to FbTk Menu ptr instead of FbMenu and we create it via MenuCreator
fluxgen fluxgen
parses fluxbox menu file
fluxgen fluxgen
creates menus...
fluxgen fluxgen
generic parser interface
fluxgen fluxgen
handles a style filename
fluxgen fluxgen
menu instances that handles workspace and icon menu
fluxgen fluxgen
initMenus after we add screen to our list. Added find screen by number.
fluxgen fluxgen
include fluxbox-nls instead
fluxgen fluxgen
fixed include menu
fluxgen fluxgen
copyright update
fluxgen fluxgen
missed a touch in the reparent thing
rathnor rathnor
reparent tweak
rathnor rathnor
update from Han: add mozilla-firefox to the border list
rathnor rathnor
fixes for/reimplement parts of directional focus movement
rathnor rathnor
add apps file matching on role. Includes new textProperty property on FbWindow.
rathnor rathnor
added Click Raises
fluxgen fluxgen
update
fluxgen fluxgen
oops, forgot to include file
fluxgen fluxgen
gcc 3.4 fix
fluxgen fluxgen
toolbar themeing fixes
rathnor rathnor
update
fluxgen fluxgen
fixe for old compiler
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
minor fix for startup
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
small fix from Han for rare situation of no terms in path :)
rathnor rathnor
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
deiconify cmd, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
attach area, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
path completion, and load apps on first tab press, patch from Mathias Gumz
fluxgen fluxgen
add unistd include for fork
rathnor rathnor
update
fluxgen fluxgen
removed debug msg
fluxgen fluxgen
added ScreenResources.cc
fluxgen fluxgen
kde dockapps in systray
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
find eventhandler
fluxgen fluxgen
kde dockapps in systray and moved resource templates to ScreenResource.cc
fluxgen fluxgen
moved from Screen
fluxgen fluxgen
kde dockapp in systray
fluxgen fluxgen
minor fix for old gcc compiler
fluxgen fluxgen
update
fluxgen fluxgen
using fbtk directory, patch from Mathias Gumz
fluxgen fluxgen
added name and isExecutable, patch from Mathias Gumz
fluxgen fluxgen
new interface for adding atomhandler in fluxbox.hh
fluxgen fluxgen
fixed remember on decoration when we get mwm hint event, patch from Mathias Gumz
fluxgen fluxgen
changed atomhandlerlist to a map so we can get atomhandlers by name, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
virtual update, fixed round courners bug
fluxgen fluxgen
virtual update(index), so we can update shape in FbMenu
fluxgen fluxgen
update
fluxgen fluxgen
minor fix for decoration stuff and remember position, patch from Mathias Gumz
fluxgen fluxgen
fixed drawing issue with big menus, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
tab complete on all apps in PATH, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
kde as default
fluxgen fluxgen
revert to sync grab for now
rathnor rathnor
fix the hang some more, hopefully final
rathnor rathnor
hopefully fix strange hang, plus tab drag fixes
rathnor rathnor
update
fluxgen fluxgen
fixed title problem, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
hide window menu if click on another window, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
fixed grab counting
fluxgen fluxgen
minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net)
fluxgen fluxgen
minor fix for old gcc
fluxgen fluxgen
minor update from Han
fluxgen fluxgen
update
fluxgen fluxgen
patch from Han
fluxgen fluxgen
honour aspect ratio hints
rathnor rathnor
update
fluxgen fluxgen
fixed decoration bug with MOTIF_WM_HINTS
fluxgen fluxgen
update
fluxgen fluxgen
fixed java-menu bug, patch from Scott Moser
fluxgen fluxgen
update
fluxgen fluxgen
added #DecorateTransient
fluxgen fluxgen
optional decoration of transient windows, patch from Scott Moser
fluxgen fluxgen
update
fluxgen fluxgen
fixed window snapping with screen
fluxgen fluxgen
setLineAttributes in reconfigure
fluxgen fluxgen
reload screen resources at real_reconfigure
fluxgen fluxgen
update
fluxgen fluxgen
added screen resource .overlay.lineWidth, .overlay.lineStyle and .overlay.capStyle which defines the line style for resize and move actions on windows, patch from Mathias Gumz
fluxgen fluxgen
setLineAttributes, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
fixed missing text on restart, patch from Mathias Gumz
fluxgen fluxgen
primarily focus fix/tweak/rejigging
rathnor rathnor
update
fluxgen fluxgen
removes the reload-menu code which is obsolete since Mathias's latest patch, patch from Han
fluxgen fluxgen
update
fluxgen fluxgen
fixed menu timestamp on root menu, Patch from Mathias Gumz
fluxgen fluxgen
C-c clears the window, and now @ and | works, patch from Mathias Gumz
fluxgen fluxgen
minor fix
fluxgen fluxgen
patch from Han
fluxgen fluxgen
really fix placeWindow
rathnor rathnor
fix spin bug in placeWindow
rathnor rathnor
update
fluxgen fluxgen
fixed compilation on cygwin
fluxgen fluxgen
update
fluxgen fluxgen
fbsetbg updates from han
rathnor rathnor
tpyo
rathnor rathnor
fix passing of focus when grouping
rathnor rathnor
fix _NET_WM_DESKTOP client message handling
rathnor rathnor
fix update of keys on kepmapping change
rathnor rathnor
fix outline moving windows being dropped on their own workspace
rathnor rathnor
update
fluxgen fluxgen
Updated finnish locales from Lauri Hakkarainen
fluxgen fluxgen
update
fluxgen fluxgen
patch from Han
fluxgen fluxgen
template
fluxgen fluxgen
added some missing files
fluxgen fluxgen
fixed xinerama option
fluxgen fluxgen
update
fluxgen fluxgen
copyright update
fluxgen fluxgen
copy operator
fluxgen fluxgen
ignore exposure
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug in removeTrailingWhitespace, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
fixed invinite loop, patch from Mathias Gumz
fluxgen fluxgen
check for compiler and version
fluxgen fluxgen
compiler and version
fluxgen fluxgen
update
fluxgen fluxgen
fixed some rendering issues
fluxgen fluxgen
improved speed
fluxgen fluxgen
improved transparency rendering speed
fluxgen fluxgen
cleaning
fluxgen fluxgen
fixed some transparent bugs
fluxgen fluxgen
improved transparent rendering speed, the button instances do not need to updateTransparent explicit since they do that in their clear function
fluxgen fluxgen
added CompareWindow
fluxgen fluxgen
just a typedef
fluxgen fluxgen
added CompareEqual
fluxgen fluxgen
compare equal helper for containers
fluxgen fluxgen
improved transparent rendering
fluxgen fluxgen
update
fluxgen fluxgen
cycle tabcompletion, patch from Mathias Gumz
fluxgen fluxgen
Changes from asenchi: removed style section refer to fluxstyle.
grubert grubert
update
fluxgen fluxgen
added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
filename fix, patch from Mathias Gumz
fluxgen fluxgen
fixed focus issues with remember hidden, patch from Mathias Gumz
fluxgen fluxgen
Add: SIGNAL documentation.
grubert grubert
update
fluxgen fluxgen
change workspace on click
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
added hidden state to remember, patch from akira
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug in no decoration windows on restart
fluxgen fluxgen
fixed pointer check
fluxgen fluxgen
minor fix
rathnor rathnor
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed wall
fluxgen fluxgen
const operator
fluxgen fluxgen
added missing templates
fluxgen fluxgen
removed wall flag
fluxgen fluxgen
minor fix
fluxgen fluxgen
added missing template
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor fix
fluxgen fluxgen
added missing template
fluxgen fluxgen
Han says: Still the same changes from me and a few new menu-entries from Nero Wolfe <mrwolfe[at]linuxmail.org> Changelog: - Remove ``local'' keyword. Not supported by SUN. - Replace non-standard diff with standard cmp - Improve automatic reload of menu - Additional menu-entries from Nero Wolfe <mrwolfe[at]linuxmail.org>
rathnor rathnor
Chg: apps startup option.
grubert grubert
Add: add man pages.
grubert grubert
Chg: renamed fluxboxstyle to fluxstyle.
grubert grubert
Rename fluxboxstyle to fluxstyle.
grubert grubert
fix slitlist issue, thanks mathias gumz
rathnor rathnor
fix loading of the ColSmartPlacement policy
rathnor rathnor
fix small oversight with slitlist fixes
rathnor rathnor
slitlist fixing up
rathnor rathnor
remove references to the startup menu
rathnor rathnor
minor fix
fluxgen fluxgen
fix some issues with window frame that happened when changing style
rathnor rathnor
update
fluxgen fluxgen
Fix missing sanitycheck as found by Tom Ryan
fluxgen fluxgen
update
fluxgen fluxgen
Added more international keywords and Portuguese locales (Thanks Antonio Gomez), Added automatic reload of the new menu.
fluxgen fluxgen
inline
fluxgen fluxgen
nothrow
fluxgen fluxgen
update
fluxgen fluxgen
check valid attr.height and width
fluxgen fluxgen
const fixes
fluxgen fluxgen
fixed window size bug, it could been negative in hideHandle and hideTitlebar
fluxgen fluxgen
check memory allocation
fluxgen fluxgen
we dont move to dock layer for dock windows, need to check this later.
fluxgen fluxgen
copyright update
fluxgen fluxgen
minor updates
fluxgen fluxgen
minor fixes
fluxgen fluxgen
some debug msg should be in ifdef
fluxgen fluxgen
minor stuff
fluxgen fluxgen
inline
fluxgen fluxgen
minor fix for static var sqrt_table
fluxgen fluxgen
using empty instead of size
fluxgen fluxgen
using empty instead of size
fluxgen fluxgen
empty accessor
fluxgen fluxgen
using empty instead of size
fluxgen fluxgen
fixed cursor bug, thanks Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
cvs version
fluxgen fluxgen
update
fluxgen fluxgen
support for _NET_WM_WINDOW_TYPE and _NET_WM_WINDOW_TYPE_DOCK
fluxgen fluxgen
update
fluxgen fluxgen
no need to ignore modifiers when we navigate the menu with keys
fluxgen fluxgen
update
fluxgen fluxgen
Add: copyright header.
grubert grubert
Add: manpages.
grubert grubert
update
fluxgen fluxgen
support for _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW
fluxgen fluxgen
clientlist notify when window changes workspace
fluxgen fluxgen
update
fluxgen fluxgen
minor update
fluxgen fluxgen
update workspace area and focused window to atomhandlers
fluxgen fluxgen
state sig notify when hidden value changes
fluxgen fluxgen
operator ==
fluxgen fluxgen
workspace area signal
fluxgen fluxgen
using isHidden attrib in Window
fluxgen fluxgen
update
fluxgen fluxgen
minor update
fluxgen fluxgen
minor bug fix
fluxgen fluxgen
updateFocusedWindow, updateWorkarea
fluxgen fluxgen
support for _NET_WM_CLIENT_LIST_STACKING, _NET_WM_DESKTOP_VIEWPORT, _NET_WM_DESKTOP_GEOMETRY, _NET_WORKAREA, _NET_ACTIVE_WINDOW
fluxgen fluxgen
update
fluxgen fluxgen
support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR
fluxgen fluxgen
fixed MapRequest Event
fluxgen fluxgen
minor typo, SetResourceValue
fluxgen fluxgen
*** empty log message ***
grubert grubert
Add pl_PL and sl_SI to configure.in.
grubert grubert
Add pl_PL and sl_SI to Makefile.am. Document translation additions.
grubert grubert
Add Makefile.am and .cvsignore.
grubert grubert
Add slovene localization.
grubert grubert
update
fluxgen fluxgen
copyright update
fluxgen fluxgen
update from Han
fluxgen fluxgen
minor fixes, fixed popupMenu position if m_last_button_x is outside window
fluxgen fluxgen
fixed minor issue with keyboard navigation in menus
fluxgen fluxgen
different window for position coordinates, patch from Junichiro Kita
fluxgen fluxgen
update
fluxgen fluxgen
different window for position coordinates, patch from Junichiro Kita
fluxgen fluxgen
windowmenu command, patch fomr Junichiro Kita
fluxgen fluxgen
oops
fluxgen fluxgen
minor fix
fluxgen fluxgen
revert focus when a menu is losing focus, so we dont get unfocused window after keyboard navigation in menu
fluxgen fluxgen
menu keyboard navigation fixes, patch from Junichiro Kita
fluxgen fluxgen
added ACLOCAL_FLAGS
fluxgen fluxgen
on click iconify if focused else raise and focus
fluxgen fluxgen
use max screen area for arrange windows
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
Describe desktop warping.
grubert grubert
update
fluxgen fluxgen
set border width on buttons before we render textures for them so we get the right texture size
fluxgen fluxgen
no need to do error check for mode left and right
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
toolbar transparency
rathnor rathnor
little include fix
rathnor rathnor
fixed crash bug
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed print
fluxgen fluxgen
year
fluxgen fluxgen
limit looping
fluxgen fluxgen
minor fix
fluxgen fluxgen
texture tests
fluxgen fluxgen
added missing invert type
fluxgen fluxgen
year
fluxgen fluxgen
update
fluxgen fluxgen
remove unused textures
fluxgen fluxgen
hide extra menus
fluxgen fluxgen
hide menus
fluxgen fluxgen
hide menus on click
fluxgen fluxgen
copyright
fluxgen fluxgen
hideMenus function, hides all menus on current screen
fluxgen fluxgen
use FbPixmap
fluxgen fluxgen
cvs version
fluxgen fluxgen
destroy fluxbox
fluxgen fluxgen
minor fixes
fluxgen fluxgen
update
fluxgen fluxgen
fillstyle and fillrule
fluxgen fluxgen
cleaning, using FbPixmap
fluxgen fluxgen
FbDrawable in constructor
fluxgen fluxgen
back to std list until we get std set working again
fluxgen fluxgen
fix grip drawing issue
rathnor rathnor
update
fluxgen fluxgen
destroy screens on shutdown
fluxgen fluxgen
minor fix for shutdown
fluxgen fluxgen
clear root menu
fluxgen fluxgen
fix small rendering issue on iconbar
rathnor rathnor
fix some minor transparency issues
rathnor rathnor
update
fluxgen fluxgen
remove first and trailing white space in color string
fluxgen fluxgen
update
fluxgen fluxgen
added cvsignore
fluxgen fluxgen
detach from signals when screen is shuttingdown
fluxgen fluxgen
minor changes
fluxgen fluxgen
update
fluxgen fluxgen
minor bug in ALLWINDOWS mode
fluxgen fluxgen
update
fluxgen fluxgen
use m_buffer for gc instead since it is the target
fluxgen fluxgen
calloc for consisten alloc/free with XDestroyImage, makes valgrind happy
fluxgen fluxgen
init m_display
fluxgen fluxgen
init m_update
fluxgen fluxgen
init vars
fluxgen fluxgen
save some memory
fluxgen fluxgen
wall flag
fluxgen fluxgen
update
fluxgen fluxgen
cleaning
fluxgen fluxgen
Fix: locale extraction from LC_ALL: remove "LC_CTYPE=".
grubert grubert
Add 0.9.7 changes.
grubert grubert
new version
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
subdirs
fluxgen fluxgen
removed rancor
fluxgen fluxgen
minor fix
fluxgen fluxgen
blueflux
fluxgen fluxgen
pixmaps
fluxgen fluxgen
removed Rancor, blue and clean. Renamed CleanColor to Clean
fluxgen fluxgen
renamed to Clean
fluxgen fluxgen
update
fluxgen fluxgen
random number fixes
fluxgen fluxgen
check texture type too, it could be tiled
fluxgen fluxgen
swedish stuff
fluxgen fluxgen
update
fluxgen fluxgen
separator menu item
fluxgen fluxgen
separator instead of ---
fluxgen fluxgen
update
fluxgen fluxgen
init m_max_screens later
fluxgen fluxgen
fixed bug in textured cache
fluxgen fluxgen
textured pixmap cache fix
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fixed checking in ThemeItem int
fluxgen fluxgen
update
fluxgen fluxgen
tab complete commands
fluxgen fluxgen
command factory accessor
fluxgen fluxgen
lock roottheme so it doesn't get run twice
fluxgen fluxgen
some indent
fluxgen fluxgen
fixed cache bug
fluxgen fluxgen
some cleaning, using FbWindow setClientWindow instead
fluxgen fluxgen
removed setClientWindow(Window), we are using setClientWindow(FbTk FbWindow) instead
fluxgen fluxgen
no need for theme change signal here since its already in FbTk Theme
fluxgen fluxgen
copy label unfocus to label active instead of trying loading it from the database again
fluxgen fluxgen
using fixed values again
fluxgen fluxgen
minor fix
fluxgen fluxgen
date in copyright and added fluxbox command item
fluxgen fluxgen
update
fluxgen fluxgen
accessor for lock modifiers
fluxgen fluxgen
minor fix for theme loading on start
fluxgen fluxgen
using num, scroll and capslock mask from KeyUtil. Using use_mod1 resource
fluxgen fluxgen
use mod1 resource
fluxgen fluxgen
update
fluxgen fluxgen
fixed focus issue
fluxgen fluxgen
minor fix from keys
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
use real mods for caps, num and scroll
fluxgen fluxgen
inline
fluxgen fluxgen
inline
fluxgen fluxgen
typo
fluxgen fluxgen
screen based theme loading
fluxgen fluxgen
minor fix for previous fix
fluxgen fluxgen
removed call to ThemeManager load in constructor, we call it load theme later
fluxgen fluxgen
patch from Han, minor fixes and fbsetbg random background
fluxgen fluxgen
fix rendering of icon buttons when they are slightly larger because of rounding
rathnor rathnor
update
fluxgen fluxgen
added lock menu item
fluxgen fluxgen
minor stuff
fluxgen fluxgen
sync after input focus
fluxgen fluxgen
update last time
fluxgen fluxgen
updated m_last_time, this fixes the mozilla focus issue
fluxgen fluxgen
minor fix for setCurrentClient and focused label
fluxgen fluxgen
fix rounding
rathnor rathnor
more sloppy focus fixing
rathnor rathnor
removed old save for window placement
fluxgen fluxgen
assuming passive
fluxgen fluxgen
update
fluxgen fluxgen
big comment
fluxgen fluxgen
update
fluxgen fluxgen
fixed autohide bug
fluxgen fluxgen
update
fluxgen fluxgen
fixed autohide bug
fluxgen fluxgen
cleaning
fluxgen fluxgen
update
fluxgen fluxgen
bindkey command
fluxgen fluxgen
keys accessor
fluxgen fluxgen
addBinding function and some cleaning
fluxgen fluxgen
update
fluxgen fluxgen
edit clock format menu item
fluxgen fluxgen
resourceValue and findResource
fluxgen fluxgen
added setresourcevalue and setresourcevaluedialog actions
fluxgen fluxgen
added post command and fixed correct font
fluxgen fluxgen
added post command
fluxgen fluxgen
SetResourceValueCmd and SetResourceValueDialogCmd
fluxgen fluxgen
ignore
fluxgen fluxgen
setResourceValue function and a dump
fluxgen fluxgen
accessor and manipulator for m_shadow
fluxgen fluxgen
update
fluxgen fluxgen
timedRender so we can remove flicker while changing current client in window
fluxgen fluxgen
reconfig timer back, needs to have a timer so we can reconfig fluxbox save in the next event round, see comments...
fluxgen fluxgen
replaced by CommandDialog
fluxgen fluxgen
update
fluxgen fluxgen
update mouse and key screen before we enter FbTk EventManager
fluxgen fluxgen
updates for new workspace name cmd
fluxgen fluxgen
WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmd
fluxgen fluxgen
new actions, CommandDialog and SetWorkspaceNameDialog
fluxgen fluxgen
replaced setworkspacename with CommandDialog
fluxgen fluxgen
generic command dialog, replaces old setworkspacename
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
cleaning
fluxgen fluxgen
moved focus enum to BScreen, change window placement resource to FbTk Resource
fluxgen fluxgen
update
fluxgen fluxgen
add style item only if the file is a regular file and not a .file or a backup~ file, thanks Ciaran McCreesh
fluxgen fluxgen
minor fix for xinerama
fluxgen fluxgen
update
fluxgen fluxgen
code cleaning
fluxgen fluxgen
clamp menu delay resource
fluxgen fluxgen
update
fluxgen fluxgen
nl_NL from Han
fluxgen fluxgen
nl_NL locales from Han
fluxgen fluxgen
update
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
inline display
fluxgen fluxgen
cleaning
fluxgen fluxgen
rearrangement and some minor style cleaning
fluxgen fluxgen
obsolete getTitle() from win client change to title()
fluxgen fluxgen
separator above exit
fluxgen fluxgen
using menu update
fluxgen fluxgen
cleaning
fluxgen fluxgen
using menu as observer, cleaning in menu theme
fluxgen fluxgen
cleaning
fluxgen fluxgen
fixed some icc warnings
fluxgen fluxgen
tidy redundant
rathnor rathnor
tweak of defaults - make no input hint, no send focus default to passive
rathnor rathnor
fix mozilla focus issue
rathnor rathnor
no need to have Workspace instance in ClientMenuItem since it already hold the window which has workspace num
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
update
fluxgen fluxgen
move client to drop zone when detaching client to root window
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
fixed menu timer bug
fluxgen fluxgen
update
fluxgen fluxgen
menu delay and mode
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug in adding new workspaces
fluxgen fluxgen
update
fluxgen fluxgen
removed next prev client from menu
fluxgen fluxgen
alignment of iconbar buttons
fluxgen fluxgen
alignment
fluxgen fluxgen
update
fluxgen fluxgen
support for bsetroot in fbsetbg
fluxgen fluxgen
remember position patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
fix up label transparency
rathnor rathnor
update
fluxgen fluxgen
separator line, thanks ciaranm
fluxgen fluxgen
separator in menu
fluxgen fluxgen
update
fluxgen fluxgen
cleaning in the menu code
fluxgen fluxgen
fixed geometry bug
fluxgen fluxgen
fixed bug in loading label.active
fluxgen fluxgen
focus tweak - ignore NotifyInferior
rathnor rathnor
add window.label.active theme items
rathnor rathnor
update
fluxgen fluxgen
remembering -u option and a new non remembering option -U, same functionality as before, Patch from Han
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
visible menu item
fluxgen fluxgen
const
fluxgen fluxgen
inline
fluxgen fluxgen
removed startup.in
fluxgen fluxgen
removed
fluxgen fluxgen
Chg: remove init/*.tab* entries.
grubert grubert
update
fluxgen fluxgen
listen to title change
fluxgen fluxgen
observe title signal
fluxgen fluxgen
title change signal
fluxgen fluxgen
update
fluxgen fluxgen
usePixmap from Texture
fluxgen fluxgen
usePixmap accessor
fluxgen fluxgen
tmp fix for error in toolbar
fluxgen fluxgen
added config menu to Screen
fluxgen fluxgen
update
fluxgen fluxgen
fixed minor bug in menu item and saving resources when changing value
fluxgen fluxgen
updates from Han
fluxgen fluxgen
Chg: more on the toolbar.
grubert grubert
update
fluxgen fluxgen
toggle clock format via menu
fluxgen fluxgen
sync function
fluxgen fluxgen
fixed send to bug
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
update
fluxgen fluxgen
window menu for client in clientmenu
fluxgen fluxgen
return type, default void
fluxgen fluxgen
reload style command
fluxgen fluxgen
no need for FbCommands here
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
hide toolbar menu on root window click
fluxgen fluxgen
removed ToolbarHandler
fluxgen fluxgen
removed
fluxgen fluxgen
minor stuff
fluxgen fluxgen
internal menu
fluxgen fluxgen
missing include
rathnor rathnor
update
fluxgen fluxgen
fixed shadow option bug
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug with antialais switch, antialias now enabled by default
fluxgen fluxgen
Chg: Send to menu is back.
grubert grubert
Fix: Workspace command samples.
grubert grubert
changed text
fluxgen fluxgen
update
fluxgen fluxgen
added shadow
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor stuff
fluxgen fluxgen
GContext
fluxgen fluxgen
copy stuff
fluxgen fluxgen
disable current workspace in menu
fluxgen fluxgen
update
fluxgen fluxgen
Send to menu
fluxgen fluxgen
send to menu
fluxgen fluxgen
minor fix
fluxgen fluxgen
send to menu
fluxgen fluxgen
update
fluxgen fluxgen
fixed multi button menu item for maximize item
fluxgen fluxgen
toggle pixmap for IconButton
fluxgen fluxgen
added MultiButtonMenuItem
fluxgen fluxgen
multi button menu item
fluxgen fluxgen
Chg: typos fixed by han boetes.
grubert grubert
Chg: short note on pixmaps.
grubert grubert
util updates from han
rathnor rathnor
some menu tweaking
rathnor rathnor
little update on timing
rathnor rathnor
update
fluxgen fluxgen
update
fluxgen fluxgen
tidy NEWS
rathnor rathnor
check for sstream header
fluxgen fluxgen
check for sstream header
fluxgen fluxgen
updates
fluxgen fluxgen
fixed check for sstream and strstream
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
add better theme path searching
rathnor rathnor
new version
fluxgen fluxgen
update
fluxgen fluxgen
generate fbgm
fluxgen fluxgen
renamed
fluxgen fluxgen
renamed fbgm to .in
fluxgen fluxgen
renamed to .in
fluxgen fluxgen
Add: toolbar.tools.
grubert grubert
slit client mapping on restart, surplus menu redraw
rathnor rathnor
out-by-one correction
rathnor rathnor
tweak winbutton icon drawing, plus a little fix to icon changes
rathnor rathnor
fix a number of positioning and sizing issues
rathnor rathnor
fix handling of zero handleWidth in themes
rathnor rathnor
small update from Han
rathnor rathnor
fix build with --disable-slit
rathnor rathnor
Reformat command list.
grubert grubert
Update command section.
grubert grubert
make client windows only reparented one below toplevel - i.e. not into clientarea
rathnor rathnor
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
some extra checks
fluxgen fluxgen
fixed uninitialized variables
fluxgen fluxgen
update
fluxgen fluxgen
minor bugfix
fluxgen fluxgen
minor compile fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
added resizeto and moveto commands
fluxgen fluxgen
removing trailing whitespace in filename
fluxgen fluxgen
fixed trailing whitespace in pixmap filename
fluxgen fluxgen
added removeTrailingWhitespace
fluxgen fluxgen
updates from han
rathnor rathnor
fbsetbg update from han
rathnor rathnor
default background gray
fluxgen fluxgen
fix identification of event targets in event manager
rathnor rathnor
update
fluxgen fluxgen
old style toolbar as default
fluxgen fluxgen
minor bug fix in NextWindow and PrevWindow Cmd
fluxgen fluxgen
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
added ToolFactory, Generictool, ButtonTool and ButtonTheme
fluxgen fluxgen
cleaning
fluxgen fluxgen
moved tool creation to ToolFactory, removed FbCommands deps and using CommandParser instead
fluxgen fluxgen
added toolbar.button.size
fluxgen fluxgen
added pressed color
fluxgen fluxgen
extends tooltheme with picColor and pressed texture for toolbar buttons
fluxgen fluxgen
helper tool class for button tools
fluxgen fluxgen
creates tools
fluxgen fluxgen
helper class for simple tools
fluxgen fluxgen
added ThemeItems
fluxgen fluxgen
cleaning, moved theme items to ThemeItems.hh
fluxgen fluxgen
moved from Theme.cc
fluxgen fluxgen
using auto_ptr
fluxgen fluxgen
minor fix
fluxgen fluxgen
small solaris build fix
rathnor rathnor
add comment about pixmap cache
rathnor rathnor
drawing optimisations and fixes
rathnor rathnor
updates from han to remove dependency on getopts, but still provide argument-grouping functionality
rathnor rathnor
avoid using getopts in fbsetbg, plus other tweaks
rathnor rathnor
minor menu positioning tweaks
rathnor rathnor
fix rendering of offscreen windows
rathnor rathnor
fix shape - all menus shaped, and some weird shape bugs
rathnor rathnor
fix window size when changing titlebar height
rathnor rathnor
shuffle bunch of stuff from Keys into FbTk/KeyUtil
rathnor rathnor
fix reading of auto raise delay
rathnor rathnor
make doFocusLast work for sloppy focus as well
rathnor rathnor
fix nls bad message errors
rathnor rathnor
address some memory issues shown up with valgrind
rathnor rathnor
fix rendering of grips for parent relative textures - make them children of the handle
rathnor rathnor
fix rendering of window frame on focus change
rathnor rathnor
Fixed typo.
grubert grubert
acknowledge the orig source of quadrant resize patch - Thanks Uwe Maurer
rathnor rathnor
fix aterm opaue move updating - thanks Mathias Gumz
rathnor rathnor
fix handling of base_Width/height hints in wm_normal_hints - fixes abiword resize issues
rathnor rathnor
added MacroCmd action, thanks Mathias Gumz
fluxgen fluxgen
added removeFirstWhitespace
fluxgen fluxgen
added size accessor
fluxgen fluxgen
small patch from Mathias Gumz
rathnor rathnor
quadrant-resizing (Thanks Mathias Gumz)
rathnor rathnor
update
fluxgen fluxgen
update from Han
fluxgen fluxgen
Remove info about titlebar file.
grubert grubert
Document Layermenu. Revise Toolbar section.
grubert grubert
Commandline options info and log. Remove window.tab theme items.
grubert grubert
fix crash when closing active window while cycling focus
rathnor rathnor
Fix updates to mwm_hints, and make configure request move and resize atomic
rathnor rathnor
update
fluxgen fluxgen
fixed the aterm bug
fluxgen fluxgen
add support for _NET_WM_STATE_FULLSCREEN
rathnor rathnor
added xlock
fluxgen fluxgen
fix invisible minimize button
rathnor rathnor
Add entries for yetserdays commits.
grubert grubert
silliness :-/
rathnor rathnor
fix disappearing close button
rathnor rathnor
update from Han
fluxgen fluxgen
Fix ArrangeWindows for greater number of windows.
grubert grubert
Add a list of contributors, to know whome to notify on changes.
grubert grubert
Polish translations.
grubert grubert
update
fluxgen fluxgen
update from Han
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
fix modifier cleaning in fbrun (was missing capslock)
rathnor rathnor
portability fix
rathnor rathnor
more gravity tweaks
rathnor rathnor
minor change in window menu
fluxgen fluxgen
fixed mode NONE bug
fluxgen fluxgen
update transparent for grips and handle
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed stick pressed pixmap bug
fluxgen fluxgen
minor stuff
fluxgen fluxgen
correct little focus thing
rathnor rathnor
focus fixes
rathnor rathnor
minor debug stuff
fluxgen fluxgen
update
fluxgen fluxgen
less flicker
fluxgen fluxgen
minor fix
fluxgen fluxgen
less flicker on workspace change
fluxgen fluxgen
less flicker
fluxgen fluxgen
buffered background
fluxgen fluxgen
less flicker
fluxgen fluxgen
minor fix for Solaris 2.x
fluxgen fluxgen
update
fluxgen fluxgen
fixed new theme items
fluxgen fluxgen
added window.handleWidth and window.bevelWidth
fluxgen fluxgen
fixed minor transparent issue
fluxgen fluxgen
update for winFrameTheme on geom
fluxgen fluxgen
cleaning in frame theme
fluxgen fluxgen
removed bevel width and handle width
fluxgen fluxgen
new names for theme items, the new names are menu.bevelWidth menu.borderWidth menu.borderColor
fluxgen fluxgen
fixed focus issue when changing next or prevclient
fluxgen fluxgen
fixed correct fallback
fluxgen fluxgen
optimized rendering
fluxgen fluxgen
update from Han
fluxgen fluxgen
using FbTk GContext
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fix problems relating to windows reparenting themselves. Fixes vncviewer switch to fullscreen. Maybe mplayer fullscreen issue too?
rathnor rathnor
cleaning
fluxgen fluxgen
added font, function and subwindow mode
fluxgen fluxgen
fix gravity handling
rathnor rathnor
update
fluxgen fluxgen
update
fluxgen fluxgen
correct temporary insanity :-/
rathnor rathnor
add gravity translate
rathnor rathnor
erk
rathnor rathnor
startup.in
fluxgen fluxgen
update
fluxgen fluxgen
reduced flicker with transparency
fluxgen fluxgen
minor bugfixes
fluxgen fluxgen
clearArea
fluxgen fluxgen
cleaning
fluxgen fluxgen
reduced flicker with buffer
fluxgen fluxgen
resize function
fluxgen fluxgen
no graphics exposure by default
fluxgen fluxgen
minor consistency fix
fluxgen fluxgen
fixed exposeEvent flicker and bug in setBackgroundColor
fluxgen fluxgen
accessors for background pixmap and color and foreground pixmap
fluxgen fluxgen
fixed loading of color or pixmaps for texture
fluxgen fluxgen
also add xft.m4 to EXTRA_DIST so that it gets packaged
rathnor rathnor
add line to teach Makefile how to get to xft.m4 should stop annoying "can't find AM_PATH_XFT" problem
rathnor rathnor
added move command, thanks Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
fixed expose event
fluxgen fluxgen
fixed workspace mode
fluxgen fluxgen
comments
fluxgen fluxgen
setUpdateDelayTime
fluxgen fluxgen
fixed timer to update transparent while moving
fluxgen fluxgen
added updateDelayTime resource
fluxgen fluxgen
removed distclean-local target
fluxgen fluxgen
ignore depcomp
fluxgen fluxgen
update
fluxgen fluxgen
fixed lock mask for num and scroll lock
fluxgen fluxgen
added startfluxbox.in
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
using iconbar mode
fluxgen fluxgen
minor fix
fluxgen fluxgen
add iconbar mode
fluxgen fluxgen
iconlist signal to notify when iconlist changed
fluxgen fluxgen
lock graphic while doing stuff
fluxgen fluxgen
fixed dead observer while notifying
fluxgen fluxgen
fixed minor bug
fluxgen fluxgen
helper script for starting fluxbox
fluxgen fluxgen
startup script
fluxgen fluxgen
update
fluxgen fluxgen
cleaning
fluxgen fluxgen
fix drawing bug when selecting, plus an unnecessary redraw of the submenu when entering parent on active submenu item
rathnor rathnor
update
fluxgen fluxgen
fixed scroll lock and num lock mask
fluxgen fluxgen
key util to determine mod mask for keys
fluxgen fluxgen
added KeyUtil file
fluxgen fluxgen
resize command
fluxgen fluxgen
get image from drawable
fluxgen fluxgen
minor fixes
fluxgen fluxgen
show root menu and workspace menu under mouse
fluxgen fluxgen
using KeyUtil cleanMods
fluxgen fluxgen
moved modifier detection to FbTk KeyUtil
fluxgen fluxgen
accessor for done
fluxgen fluxgen
update
fluxgen fluxgen
using FbTk GContext
fluxgen fluxgen
add gvim issue
rathnor rathnor
update from Han
fluxgen fluxgen
update
fluxgen fluxgen
added workspacemenu action, thanks Mathias Gumz
fluxgen fluxgen
more speed
fluxgen fluxgen
removed old transparency
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
need to know when alpha changes
fluxgen fluxgen
fixes slit border color fallbakc
fluxgen fluxgen
added SlitTheme.cc
fluxgen fluxgen
using signals for slit
fluxgen fluxgen
fixed fallback items
fluxgen fluxgen
slit as an observer
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
removed some warning msg
fluxgen fluxgen
added WorkspaceNameTheme
fluxgen fluxgen
handles theme for workspacename tool
fluxgen fluxgen
minor fixes
fluxgen fluxgen
fixed workspace theme for old themes
fluxgen fluxgen
fixed theme items for old themes
fluxgen fluxgen
added verbose option to enable verbose theme warnings
fluxgen fluxgen
verbose setting on theme warnings
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
expand filename
fluxgen fluxgen
fixed default values for tools
fluxgen fluxgen
update
fluxgen fluxgen
setDefaultValue for themeitems in constructor
fluxgen fluxgen
fixed pixmap bug
fluxgen fluxgen
added configurable tools
fluxgen fluxgen
default value fixed
fluxgen fluxgen
fixed resize after client death
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
added support for _NET_WM_STATE_MAXIMIZE_VERT and _NET_WM_STATE_MAXIMIZE_HORZ, Thanks stephan wezel
fluxgen fluxgen
update
fluxgen fluxgen
added height theme item
fluxgen fluxgen
added toolbar.height item
fluxgen fluxgen
using FbTk GContext
fluxgen fluxgen
using GContext
fluxgen fluxgen
stylemenuitem is toggle item
fluxgen fluxgen
toggle item
fluxgen fluxgen
height and width of pixmap
fluxgen fluxgen
added m_toggle_item value
fluxgen fluxgen
added pixmap for bullet and selected and unselected
fluxgen fluxgen
added pixmap for bullet and selected and unselected
fluxgen fluxgen
using GContext and FbPixmap
fluxgen fluxgen
added GContext
fluxgen fluxgen
a X GC wrapper
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
using FbTk TextBox
fluxgen fluxgen
added edit current workspace name menu item
fluxgen fluxgen
minor fixes
fluxgen fluxgen
minor fix
fluxgen fluxgen
added new action SetWorkspaceName
fluxgen fluxgen
added SetWorkspaceNameCmd
fluxgen fluxgen
added SetWorkspaceName
fluxgen fluxgen
workspace name setting tool
fluxgen fluxgen
added eventMask
fluxgen fluxgen
added TextBox
fluxgen fluxgen
text box for input
fluxgen fluxgen
listen to workspace name sig
fluxgen fluxgen
minor fix
fluxgen fluxgen
moved border color and width to frame theme
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
moved border color and width to frame theme
fluxgen fluxgen
moved border color and width to frame theme
fluxgen fluxgen
moved border color and width to frame theme
fluxgen fluxgen
fix some style initialisation issues
rathnor rathnor
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
added pixmap
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
pixmap for fbrun
fluxgen fluxgen
indent
fluxgen fluxgen
setting default values
fluxgen fluxgen
just listen to screen size changes
fluxgen fluxgen
fixed transparent bug
fluxgen fluxgen
fixed menu
fluxgen fluxgen
remove round corners for already shaped windows, i.e xmms
fluxgen fluxgen
fixed isShaped and setShapeNotify
fluxgen fluxgen
remove round corners for already shaped windows, i.e xmms
fluxgen fluxgen
fixed shape stuff
fluxgen fluxgen
listen to screen resize sig
fluxgen fluxgen
fixed resize signal so objects can resize when the screen size changes
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
added compose
fluxgen fluxgen
composes two functions into one
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
added accessor for button
fluxgen fluxgen
fixed dispatch to parent
fluxgen fluxgen
fixed autohide issue and toolbar menu
fluxgen fluxgen
update
fluxgen fluxgen
added Image, PixmapWithMask and ImageXPM files
fluxgen fluxgen
fixed theme items for pixmapwithmask
fluxgen fluxgen
fixed basename
fluxgen fluxgen
fixed search paths for new image loading
fluxgen fluxgen
fixed new image loading
fluxgen fluxgen
image handling
fluxgen fluxgen
cleaning, added toUpper and findExtension
fluxgen fluxgen
cleaning, added toUpper
fluxgen fluxgen
fixed theme height
fluxgen fluxgen
minor offset fix
fluxgen fluxgen
fixed scaling in theme instead
fluxgen fluxgen
calling winbutton theme with frame theme
fluxgen fluxgen
new theme item window.title.height, Window.Title.Height
fluxgen fluxgen
fixed scaling for winbuttons
fluxgen fluxgen
update
fluxgen fluxgen
added resizehorizontal and resizevertical, patch from Mathias Gumz
fluxgen fluxgen
update
fluxgen fluxgen
moved TextButton to FbTk
fluxgen fluxgen
fixed some theme items
fluxgen fluxgen
fixed fallback for item
fluxgen fluxgen
fixed fallback items
fluxgen fluxgen
fixed load item
fluxgen fluxgen
cleaning
fluxgen fluxgen
removed old functions
fluxgen fluxgen
moved textbutton to fbtk
fluxgen fluxgen
added TextButton
fluxgen fluxgen
copyright update
fluxgen fluxgen
bug fix
fluxgen fluxgen
moved from fluxbox main source
fluxgen fluxgen
moved to FbTk
fluxgen fluxgen
minor ceaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
added removeWindow and fixed workspace sig
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
update from Han
fluxgen fluxgen
cleaning
fluxgen fluxgen
added isDirectory and isRegularFile
fluxgen fluxgen
update
fluxgen fluxgen
removed old files
fluxgen fluxgen
not used
fluxgen fluxgen
default value
fluxgen fluxgen
default valueS
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
fixed iconified windows and minor optimization
fluxgen fluxgen
default values on start
fluxgen fluxgen
clamp some values
fluxgen fluxgen
default values on start
fluxgen fluxgen
default values
fluxgen fluxgen
minor fix in rendering
fluxgen fluxgen
minor bugfix for pixmap
fluxgen fluxgen
minor bug fix
fluxgen fluxgen
update
fluxgen fluxgen
minor offset fix
fluxgen fluxgen
copyright update
fluxgen fluxgen
minor fix
fluxgen fluxgen
added SystemTray files
fluxgen fluxgen
reparent
fluxgen fluxgen
added SystemTray and fixed ConfigureNotify so we can rearrange the items
fluxgen fluxgen
minor indent
fluxgen fluxgen
systray
fluxgen fluxgen
added resource item for height and handleEvent for ConfigureNotify
fluxgen fluxgen
fixed shape bug when changing between shaped and non shaped themes
fluxgen fluxgen
update
fluxgen fluxgen
load themes before we create any windows
fluxgen fluxgen
using TextButton for label
fluxgen fluxgen
fixed rendering problem on focused textbutton
fluxgen fluxgen
border width fixes
fluxgen fluxgen
default width
fluxgen fluxgen
default justify
fluxgen fluxgen
cleaning
fluxgen fluxgen
added BorderTheme files
fluxgen fluxgen
border theme
fluxgen fluxgen
Button changed to a FbWindow
fluxgen fluxgen
borderWidth
fluxgen fluxgen
using border theme
fluxgen fluxgen
obsolete
fluxgen fluxgen
Button changed to a FbWindow
fluxgen fluxgen
copyright
fluxgen fluxgen
helper class for border items
fluxgen fluxgen
border and setAntialias
fluxgen fluxgen
border theme item
fluxgen fluxgen
added border
fluxgen fluxgen
setAntialias
fluxgen fluxgen
removed old theme items
fluxgen fluxgen
added rearrangeItems
fluxgen fluxgen
rearrange items with borderWidth included
fluxgen fluxgen
Button changed to a FbWindow
fluxgen fluxgen
since Button changed to a FbWindow we can change the container to hold fbwindows
fluxgen fluxgen
added border width
fluxgen fluxgen
button changed to a Fbwindow
fluxgen fluxgen
more virtual
fluxgen fluxgen
Button is a FbWindow
fluxgen fluxgen
added loadItem
fluxgen fluxgen
default values for texture items and added loadItem function
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
added shutdown variable to indicate that we are shutting down and dont need to listen to some signals
fluxgen fluxgen
code cleaning and optimization
fluxgen fluxgen
minor code cleaning
fluxgen fluxgen
added TILED option
fluxgen fluxgen
optimized focus change rendering
fluxgen fluxgen
updated for imagecontrol changes
fluxgen fluxgen
update
fluxgen fluxgen
extra checks
fluxgen fluxgen
reverted back to no updateNetizenWindowDel in removeClient
fluxgen fluxgen
listen to die signal
fluxgen fluxgen
removing client from workspace and sending update netizen window del
fluxgen fluxgen
non const accessor for workspace list
fluxgen fluxgen
sending updateNetizenWindowDel in BScreen removeWindow
fluxgen fluxgen
fixed copy x pixmap bug
fluxgen fluxgen
fixed background pixmap bug
fluxgen fluxgen
update
fluxgen fluxgen
added empty pixmap and change icon2winmap to a std list
fluxgen fluxgen
added empty texture item
fluxgen fluxgen
raise and focus on click, and fixed icon mask
fluxgen fluxgen
fixed minor copy bug
fluxgen fluxgen
load theme after all screens are created
fluxgen fluxgen
removed obsolete functions
fluxgen fluxgen
minor fix
fluxgen fluxgen
loading theme after we created all screens
fluxgen fluxgen
minor fixes
fluxgen fluxgen
cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
using timer command
fluxgen fluxgen
using new timer command and focus signal
fluxgen fluxgen
added focus sig and updated for time command
fluxgen fluxgen
updated for new toolbar
fluxgen fluxgen
removed strftimeformat resource, it is in clocktool now
fluxgen fluxgen
fixed minor focus bug and updated to use timer command
fluxgen fluxgen
new timer command
fluxgen fluxgen
rearranged accessors and fixed new timer command
fluxgen fluxgen
using new timer command
fluxgen fluxgen
executing a command on timeout instead of calling a TimeoutHandler
fluxgen fluxgen
first stage width new toolbar items
fluxgen fluxgen
iconbar theme
fluxgen fluxgen
added files
fluxgen fluxgen
theme item for iconbutton
fluxgen fluxgen
shows pixmap with text
fluxgen fluxgen
items in toolbar
fluxgen fluxgen
iconbar for toolbar
fluxgen fluxgen
removed strftimeformat and fixed const accessor for currentWorkspace
fluxgen fluxgen
gui container
fluxgen fluxgen
we are not using WindowStack anymore
fluxgen fluxgen
removed old debugmsg
fluxgen fluxgen
not copyable
fluxgen fluxgen
updated copyright
fluxgen fluxgen
added copy for X Pixmap
fluxgen fluxgen
added signal since we're using them in all of the themes
fluxgen fluxgen
reconfigTheme after all themes are loaded
fluxgen fluxgen
changed Theme load from char * to std string
fluxgen fluxgen
minor indent stuff
fluxgen fluxgen
return text width and using a drawText functions which derived classes can use to offset the text
fluxgen fluxgen
fixed minor bug in backgroun update
fluxgen fluxgen
center text in height by default
fluxgen fluxgen
basic tools for toolbar
fluxgen fluxgen
first import
fluxgen fluxgen
removed debugmsg
fluxgen fluxgen
fix ~ to work properly in session.menuFile
rathnor rathnor
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
update from Han
fluxgen fluxgen
minor fix from Han
fluxgen fluxgen
little update from han
rathnor rathnor
minor fix
fluxgen fluxgen
update from han
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
From Han: - use MENUFILENAME instead of the vague FILENAME - Cleanup some bullshit checks - simpler wm-section
rathnor rathnor
minor cleaning
fluxgen fluxgen
updateTransparent
fluxgen fluxgen
added alpha option for transparent
fluxgen fluxgen
using transparent window
fluxgen fluxgen
using transparent
fluxgen fluxgen
using builtin transparent in FbWindow
fluxgen fluxgen
added transparent option and fixed copy constructor
fluxgen fluxgen
added transparent option
fluxgen fluxgen
fix for multi desktop entries in menu files
rathnor rathnor
tweak
rathnor rathnor
another little fix/clean for fbgm
rathnor rathnor
*** empty log message ***
rathnor rathnor
improve generation of kde and gnome menus in fluxbox-generate_menu
rathnor rathnor
indent fixes from Han
fluxgen fluxgen
update from Han
fluxgen fluxgen
update
fluxgen fluxgen
added kde dockapp test in createWindow
fluxgen fluxgen
moved kde dockapp test to screen
fluxgen fluxgen
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
added IconMenuItem header
fluxgen fluxgen
menu item for icon menu
fluxgen fluxgen
added iconmenu to workspace menu
fluxgen fluxgen
some more fixing of wm_protocols
rathnor rathnor
missed updating wm_protocols
rathnor rathnor
update many things to use WinClient instead of FluxboxWindow
rathnor rathnor
update
fluxgen fluxgen
added moveClientLeft and Right
fluxgen fluxgen
added moveClientLeft and Right
fluxgen fluxgen
using list instead of vector so we can rearrange labels better
fluxgen fluxgen
added movetableft and movetabright commands
fluxgen fluxgen
minor fix
fluxgen fluxgen
add bad workspace menu rendering
rathnor rathnor
vertical toolbar issues with pixmap themes
rathnor rathnor
add locale build issue
rathnor rathnor
update styles to use bsetroot directly now that bsetbg is gone - Thanks Han
rathnor rathnor
fix window size when varying borderWidth
rathnor rathnor
fix a couple of keybindings
rathnor rathnor
add that the icons menu is missing
rathnor rathnor
fix fbrun on multiple screens
rathnor rathnor
make sure all menus have titles, make -version go to stdout
rathnor rathnor
fix bug that gave inconsistent icons, plus caused crashes
rathnor rathnor
add broken style defaults
rathnor rathnor
fix some bugs + issues with maximisation. it should be much safer now
rathnor rathnor
update
fluxgen fluxgen
fixed kde dockapp bug
fluxgen fluxgen
fix removeClient (no idea why that line was removed [by me])
rathnor rathnor
fix focus properly
rathnor rathnor
fix little bug that highlighted items that went disabled after selected
rathnor rathnor
fix focus and raising for transient windows in particular
rathnor rathnor
more updates from han
rathnor rathnor
little update from han
rathnor rathnor
fix menu redrawing, particularly so that selecting an option will update properly upon selection, rather than subsequent movement
rathnor rathnor
fix menus for "extra" things, like remember, so that they will be added back if the menu is rebuilt.
rathnor rathnor
fix toolbarmode = OFF bug, plus add toolbar menu back to screen's config menu
rathnor rathnor
minor typo
fluxgen fluxgen
make sure we pass null (rather than blank) to XOpenDisplay
rathnor rathnor
fix most commands to run on screen mouse is in, rather than focused window
rathnor rathnor
fix up xinerama for heads of toolbar and slit
rathnor rathnor
add core thingy to BUGS
rathnor rathnor
fix alpha setting for menus when multiple screens by moving from static in menu to part of MenuTheme
rathnor rathnor
add compiled-in defaults to output of fluxbox -info (thanks Matt Hope)
rathnor rathnor
reorganise operation of ResourceManager plus fix initialisation of layer for slit and toolbar
rathnor rathnor
updates from han - solaris fix for fb-gm - some additions to .cvsignore
rathnor rathnor
fix java bug (wasn't sending ConfigureNotify events in response to ConfigureRequests). Also fix no border on transients and some initial gnome atom values.
rathnor rathnor
add slit initialisation and Han's cleanup
rathnor rathnor
add and organise
rathnor rathnor
update
fluxgen fluxgen
fixed 8 bpp crash
fluxgen fluxgen
added TOOLBAR to info
fluxgen fluxgen
types header before regex.h
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
added maximize over resource and menu item
fluxgen fluxgen
update
fluxgen fluxgen
extra checking
fluxgen fluxgen
minor offset fix
fluxgen fluxgen
changed menu.shape to menu.roundCorners
fluxgen fluxgen
added border width for buttons
fluxgen fluxgen
add [startup] to remember
rathnor rathnor
for round corners
fluxgen fluxgen
new version
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
added shape
fluxgen fluxgen
menutheme fix
fluxgen fluxgen
minor indent fix
fluxgen fluxgen
fixed so we can extend reconfigure
fluxgen fluxgen
added rotate
fluxgen fluxgen
some extra checks on icons
fluxgen fluxgen
extends fbtk menutheme with shape support
fluxgen fluxgen
minor fix for fluxbox menutheme
fluxgen fluxgen
added shape
fluxgen fluxgen
added Shape, FbMenu.cc fluxbox specific MenuTheme
fluxgen fluxgen
added shape item
fluxgen fluxgen
added shape
fluxgen fluxgen
dont need to call constructor with menutheme
fluxgen fluxgen
using extended fluxbox menutheme instead of fbtk menutheme
fluxgen fluxgen
first
fluxgen fluxgen
added Shape and extended clearWindow and reconfigure from FbTk Menu
fluxgen fluxgen
copyright update
fluxgen fluxgen
patch from Han
fluxgen fluxgen
fixed so we cant have multiple instances of fluxbox window in iconbar
fluxgen fluxgen
patch that keeps the fbrun_history clean by not allowing duplicates to get placed in the history. Thanks David J Burger
fluxgen fluxgen
fix build issue
rathnor rathnor
WorkspaceNN actions changed to Workspace NN
rathnor rathnor
add remember menu issue
rathnor rathnor
add menu alpha bug
rathnor rathnor
fix winclient death signalling
rathnor rathnor
cstdio for sscanf
fluxgen fluxgen
support in remember for specifying groups. Also split atomhandler::setupWindow
rathnor rathnor
update
fluxgen fluxgen
added visual enable thing for style menus so one can see which style is currently selected
fluxgen fluxgen
update for Finish locales. Thanks Weasel
fluxgen fluxgen
make sure at least one pixel is visible in autohide mode
fluxgen fluxgen
using left to close submenu and right to open it
fluxgen fluxgen
minor fix in keyboard navigation
fluxgen fluxgen
fixed bug in updateWorkspace
fluxgen fluxgen
update
fluxgen fluxgen
minor fix from Han
fluxgen fluxgen
check for last_key
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
added keyboard navigation
fluxgen fluxgen
added setInputFocus
fluxgen fluxgen
added rootmenu command
fluxgen fluxgen
handle focus out event to revert focus to fluxboxwindow if a menu isnt focused
fluxgen fluxgen
added ShowRootMenuCmd
fluxgen fluxgen
fixed antialias update on reconfigure
fluxgen fluxgen
fixed redraw workspace label bug. Thanks Jochem Kossen j.kossen-AT-home.nl
fluxgen fluxgen
added default themeitem handlers for integer and string
fluxgen fluxgen
added reconfig signal
fluxgen fluxgen
added left and right workspace cmd
fluxgen fluxgen
not using showCommands
fluxgen fluxgen
make it work... (fix some small issues)
rathnor rathnor
forgot a comma
fluxgen fluxgen
minor indent fix
fluxgen fluxgen
forgot to register some commands
fluxgen fluxgen
some extra checking
fluxgen fluxgen
include generated defaults file
fluxgen fluxgen
minor fix
fluxgen fluxgen
cleaner compile, default defines in generated defaults.hh file now
fluxgen fluxgen
update
fluxgen fluxgen
added toggledecor
fluxgen fluxgen
forgot to add arguments
fluxgen fluxgen
fixed xinerama bug in maximization stop
fluxgen fluxgen
we can now use the same action strings in the menu as in key actions
fluxgen fluxgen
update
fluxgen fluxgen
added new files
fluxgen fluxgen
using FbTk Command in keys instead of enum
fluxgen fluxgen
added mouse and key screen so we can determine which screen we are on for some commands
fluxgen fluxgen
dont resize if not isResizable, disabled title in layermenu
fluxgen fluxgen
using default key screen if no screen num was specified
fluxgen fluxgen
using -1 for default mouse screen
fluxgen fluxgen
using new CommandParser and Commands instead of enum actions
fluxgen fluxgen
command factory for basic fluxbox commands
fluxgen fluxgen
new command parser
fluxgen fluxgen
for commands on current workspace
fluxgen fluxgen
commands on current window
fluxgen fluxgen
small update for acknowledgement
rathnor rathnor
add chbg support to fbsetbg
rathnor rathnor
update
rathnor rathnor
fix slit netizen issues
rathnor rathnor
added David J Burger for fbrun enhancement
fluxgen fluxgen
updated copyright
fluxgen fluxgen
speedups for having lots of stuck windows
rathnor rathnor
little update
rathnor rathnor
update
fluxgen fluxgen
applied max vert horiz toggle patch from MrChuoi
fluxgen fluxgen
compile time option for toolbar
fluxgen fluxgen
fixed autohide
fluxgen fluxgen
setting class hint to fbrun, FbRun
fluxgen fluxgen
tweaks
rathnor rathnor
update Add 0.9.5 as a release intended mainly as a clean-up of all those little bugs. It won't quite
rathnor rathnor
temp disabled xinerama menu item
fluxgen fluxgen
removed toolbar from screen
fluxgen fluxgen
minor workspace fix
fluxgen fluxgen
removed toolbarhandler
fluxgen fluxgen
update
rathnor rathnor
fixed set alpha
fluxgen fluxgen
include toolbarhandler
fluxgen fluxgen
need menu item header
fluxgen fluxgen
using toolbar border width, color and bevel width
fluxgen fluxgen
moved toolbar mode resource to ToolbarHandler
fluxgen fluxgen
moved toolbar mode resources to ToolbarHandler
fluxgen fluxgen
using slit themes border color, border width and bevel width
fluxgen fluxgen
added bevel width, border color and border width
fluxgen fluxgen
cleaning, moved toolbar mode resource here
fluxgen fluxgen
added bevel, border width and color
fluxgen fluxgen
removed window number
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor cleaning, removed window number
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
fixed minor button line bug
fluxgen fluxgen
fixed some slit stuff
fluxgen fluxgen
update
fluxgen fluxgen
fixed transparent stuff
fluxgen fluxgen
added theme accessors
fluxgen fluxgen
add some more initialisations for winclient - fixes remember not matching
rathnor rathnor
redraw workspace label when we change workspace
fluxgen fluxgen
emacs keybindings and tab completion, thanks David J Burger
fluxgen fluxgen
added clearArea
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fix grouping to persist over restart, plus various related bugs. Also move a large proportion of window initialisation from FluxboxWindow to WinClient
rathnor rathnor
removed toolbar in load rc
fluxgen fluxgen
setting normal layer for toolbar
fluxgen fluxgen
moved slit resources from BScreen to Slit
fluxgen fluxgen
reconfigure toolbar after we load resources
fluxgen fluxgen
moved toolbar resources from screen to Toolbar
fluxgen fluxgen
moved toolbar resources to Toolbar
fluxgen fluxgen
moved toolbar resources to Toolbar
fluxgen fluxgen
removed iconbar dep
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
removing strut when maximize over is set
fluxgen fluxgen
save resources
fluxgen fluxgen
french locales, thanks Tarax. and two additions to the menu, Thanks Pol
fluxgen fluxgen
moved getWMName to Xutil
fluxgen fluxgen
unused variable m_do_auto_hide
fluxgen fluxgen
cleaning
fluxgen fluxgen
added Xutil
fluxgen fluxgen
getWMName for winclient, slit and slitclient
fluxgen fluxgen
update
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor indent
fluxgen fluxgen
moved slit resources into slit
fluxgen fluxgen
cleaning, moved slitclient and slittheme to other files and removed slit resource from screen
fluxgen fluxgen
moved slit resource from screen
fluxgen fluxgen
added SlitClient and SlitTheme files
fluxgen fluxgen
some refactoring
fluxgen fluxgen
added Strut.hh
fluxgen fluxgen
update
fluxgen fluxgen
added strut support
fluxgen fluxgen
handling propertyNotify for atomhandlers
fluxgen fluxgen
Strut support
fluxgen fluxgen
added propertyNotify function
fluxgen fluxgen
added propertyNotify function and added _NET_WM_STRUT support
fluxgen fluxgen
for requesting space on screen
fluxgen fluxgen
ignore
fluxgen fluxgen
ignore
fluxgen fluxgen
cleaning and fixed trailing whitespace in group file loading
fluxgen fluxgen
update nvidia issue
rathnor rathnor
minor error msg fix for font loading
fluxgen fluxgen
minor stuff
fluxgen fluxgen
using winclient instance name
fluxgen fluxgen
updateWMClassHint
fluxgen fluxgen
updateWMClassName
fluxgen fluxgen
instance and class name in WinClient instead
fluxgen fluxgen
workaround for gcc 3.3. bug - alternate strftime test
rathnor rathnor
lil fix for winclient comparison
rathnor rathnor
new keys for cycling through groups - NextGroup/PrevGroup (they are an alias for NextWindow/PrevWindow 1
rathnor rathnor
fix up nextFocus/prevFocu for cycling through groups (not just clients)
rathnor rathnor
group cycling
rathnor rathnor
updates
rathnor rathnor
update
fluxgen fluxgen
removed debug output
fluxgen fluxgen
fixed autogrouping, checkGrouping now returns true or false...
fluxgen fluxgen
added autogrouping
fluxgen fluxgen
include cstdio for sprintf
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor fixes
fluxgen fluxgen
renamed i18n to I18n
fluxgen fluxgen
update
fluxgen fluxgen
renamed i18n to I18n
fluxgen fluxgen
update
rathnor rathnor
cleaning
fluxgen fluxgen
minor fixes
fluxgen fluxgen
add support for nesting in getStringBetween
rathnor rathnor
add some property accessors
rathnor rathnor
add regular expression support in remember capabilities see ChangeLog for details
rathnor rathnor
renamed i18n to I18n
fluxgen fluxgen
renamed i18n to I18n
fluxgen fluxgen
minor fixes
fluxgen fluxgen
moved cursor to FbWinFrameTheme
fluxgen fluxgen
update
fluxgen fluxgen
moved cursor to FbWinFrameTheme and setting pid of fluxbox on root window here instead of in BScreen
fluxgen fluxgen
getting workspace name directly in constructor
fluxgen fluxgen
using desktop names
fluxgen fluxgen
moved i18n.hh and .cc files to I18n.hh .cc
fluxgen fluxgen
better error msg
fluxgen fluxgen
litte updates
rathnor rathnor
hide toolbar menu and slit menu if we click on root window
fluxgen fluxgen
added cursor
fluxgen fluxgen
moved cursor to FbWinFrameTheme
fluxgen fluxgen
minor fix
fluxgen fluxgen
revert NULL thing
rathnor rathnor
known bugs and missing features
fluxgen fluxgen
make sure that "0" is 4-bit safe for a null pointer by replacing it with (void *) NULL
rathnor rathnor
added antialias nls
fluxgen fluxgen
added antialias nls
fluxgen fluxgen
ignoring .cat and Makefile Makefile.in files
fluxgen fluxgen
update
fluxgen fluxgen
added Xinerama file
fluxgen fluxgen
copyright update
fluxgen fluxgen
update from Han
fluxgen fluxgen
update
fluxgen fluxgen
small fix
rathnor rathnor
add reconfigure and restart keys
rathnor rathnor
fix restart in menu to accept and use an argument
rathnor rathnor
fix bug that left empty window frames around
rathnor rathnor
fix crash on window attach - triggered when attaching from the focused window later unfocusing that window would die since it had no client. Now we make sure we remove all references from the fluxbox Window->FluxboxWindow list first
rathnor rathnor
fix crash bug when no name defined
rathnor rathnor
some updates from Han
rathnor rathnor
minor fix
fluxgen fluxgen
added Matt Hope
fluxgen fluxgen
minor stuff
fluxgen fluxgen
much improved window placement algorithm
rathnor rathnor
minor fix
fluxgen fluxgen
minor fixes
fluxgen fluxgen
pressed pixmap fix, we use old background pixmap if m_pressed_pm is null
fluxgen fluxgen
fixed slit bug
fluxgen fluxgen
Update release date estimates/aims Add 0.9.4 Improve aims for rc1. all translations listed so they can be marked off when completed
rathnor rathnor
remember of shaded and stuck states were mixed up
rathnor rathnor
remove RC_PATH from remember.cc
rathnor rathnor
add border option for write as well as read
rathnor rathnor
fix usage of decoration.border (incl xmms move bug) add BORDER to help turn on borders to remember stuff
rathnor rathnor
mark a bunch of menus as internal
rathnor rathnor
reorder menus
fluxgen fluxgen
reordered menus
fluxgen fluxgen
little correction when removing menu items
rathnor rathnor
fixed layer menu bug, it should be internal so the parent dont kill it
fluxgen fluxgen
toolbar crash (menu bug) and initialisation fixups
rathnor rathnor
update from Han
fluxgen fluxgen
bug fix from Han
fluxgen fluxgen
initialisation problem with xinerama enabled but not active - caused crash
rathnor rathnor
fix cascade placement for multiple heads
rathnor rathnor
xinerama for placement + snapping, + tidy
rathnor rathnor
cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
using property and changeProperty
fluxgen fluxgen
property and changeProperty
fluxgen fluxgen
correct some maximise numbers
rathnor rathnor
xinerama updates
rathnor rathnor
update
fluxgen fluxgen
add back some xinerama support (toolbar, slit (+menu), screen)
rathnor rathnor
fixed minor bug in solid rendering, makes sure we get valid color string before we set background
fluxgen fluxgen
fix initialise of s_display in a constructor for FbWindow (fixes bsetroot segfault)
rathnor rathnor
moved XrmDatabaseHelper to FbTk
fluxgen fluxgen
update
fluxgen fluxgen
moved Resource to FbTk and change name of DirHelper to FbTk Directory
fluxgen fluxgen
moved Resource to FbTk
fluxgen fluxgen
moved Resource to FbTk and change name of DirHelper to FbTk Directory
fluxgen fluxgen
moved Resource, XrmDatabaseHelper and DirHelper to FbTk
fluxgen fluxgen
moved to FbTk, and change DirHelper to Directory
fluxgen fluxgen
update
fluxgen fluxgen
fixed autohide bug on toolbar buttons
fluxgen fluxgen
fixed cursor for grips
fluxgen fluxgen
minor fixes
fluxgen fluxgen
fixed slit client die issue
fluxgen fluxgen
minor raise fix
fluxgen fluxgen
added set and unsetCursor
fluxgen fluxgen
minor fix for register empty windows
fluxgen fluxgen
obsolete
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
fixed -log argument and did some cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
updated for new arguments
fluxgen fluxgen
minor fix
fluxgen fluxgen
better warning message
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor cleaning in BScreen interface
fluxgen fluxgen
cleaning in FluxboxWindow interface
fluxgen fluxgen
improved
fluxgen fluxgen
update
fluxgen fluxgen
added better shape support
fluxgen fluxgen
added better shape support
fluxgen fluxgen
using clients screen instead of fluxboxwindwos screen
fluxgen fluxgen
moved updateClientmenu to public area so we can force it to update
fluxgen fluxgen
update client menu when we remove a client
fluxgen fluxgen
added screen accessor and removed client from window before we send signal
fluxgen fluxgen
fixed NLS bug
fluxgen fluxgen
added access for dest and source drawables
fluxgen fluxgen
transparent slit
fluxgen fluxgen
minor fix for alpha 0
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed ScreenInfo
fluxgen fluxgen
minor fixes
fluxgen fluxgen
minor debug msg fix
fluxgen fluxgen
obsolete
fluxgen fluxgen
fixed slit redrawing bug
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed better error msg
fluxgen fluxgen
minor changes
fluxgen fluxgen
fix saving of workspace icons toolbar mode
rathnor rathnor
fix iconify with autoraise
rathnor rathnor
update
fluxgen fluxgen
minor const fix
fluxgen fluxgen
moved find to public area and fixed const
fluxgen fluxgen
fixed restoring of submenus after a reconfigure, and changed some configure menu items to just saverc instead of doing that and reconfigure
fluxgen fluxgen
fixed menu timestamps stuff
fluxgen fluxgen
added auto hide option to toolbar menu
fluxgen fluxgen
indentation
fluxgen fluxgen
update from Han
fluxgen fluxgen
minor fix from Han
fluxgen fluxgen
trying to use XRRScreenChangeSelectInput
fluxgen fluxgen
reset background on screen resize
fluxgen fluxgen
update
fluxgen fluxgen
added updateGeometry to force an update
fluxgen fluxgen
added updateSize so we can notify screen clients that the root window size changed
fluxgen fluxgen
minor fix in RANDR init
fluxgen fluxgen
added RANDR support
fluxgen fluxgen
minor fix so we can force update on geometry in subclasses
fluxgen fluxgen
fix up various focus-related issues
rathnor rathnor
minor fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
using ref instead of pointer for revertFocus
fluxgen fluxgen
changed getScreen to screen
fluxgen fluxgen
minor fixes
fluxgen fluxgen
changes in revertFocus
fluxgen fluxgen
fixed focus last crash bug, a dangling m_focused_window pointer
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
just a little clean up
rathnor rathnor
using FbRootWindow
fluxgen fluxgen
update for FbRootWindow
fluxgen fluxgen
update
fluxgen fluxgen
documentation
fluxgen fluxgen
minor fix
fluxgen fluxgen
using FbRootWindow
fluxgen fluxgen
using parent window instead of root window
fluxgen fluxgen
removed some functions
fluxgen fluxgen
using FbRootWindow
fluxgen fluxgen
added FbRootWindow
fluxgen fluxgen
root window
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
using FbRootWindow
fluxgen fluxgen
changed netizen
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
variable name changes
fluxgen fluxgen
removed BaseDisplay
fluxgen fluxgen
fixed typeo
fluxgen fluxgen
minor bugfix
fluxgen fluxgen
removed BaseDisplay so we moved some of the functions here
fluxgen fluxgen
moved BlackboxHints from BaseDisplay
fluxgen fluxgen
BlackboxHints in FluxboxWindow now
fluxgen fluxgen
added ScreenInfo
fluxgen fluxgen
moved over some old BaseDisplay functions
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
holds info about screen
fluxgen fluxgen
using ScreenInfo
fluxgen fluxgen
comments
fluxgen fluxgen
using FbTk App
fluxgen fluxgen
source doc
fluxgen fluxgen
comments
fluxgen fluxgen
code doc
fluxgen fluxgen
bit depth
fluxgen fluxgen
comments and depth function
fluxgen fluxgen
we don't use fluxbox here
fluxgen fluxgen
obsolete
fluxgen fluxgen
update
fluxgen fluxgen
fix some missing enternotifies
rathnor rathnor
debugmsg
fluxgen fluxgen
fix sloppy focus for embedded tabs
rathnor rathnor
update
fluxgen fluxgen
set antialias on toolbar before we load the theme
fluxgen fluxgen
no title on remember menu
fluxgen fluxgen
conditional compile of REMEMBER
fluxgen fluxgen
conditional compile
fluxgen fluxgen
update
fluxgen fluxgen
fix updating of gnome layer atom
rathnor rathnor
fix silly mistake in widow move layers
rathnor rathnor
fix some focus problems when changing workspace
rathnor rathnor
fixed slit ordering bug
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
minor fix
fluxgen fluxgen
move compiled-in option reporting into -info Also explicitly say which ones aren't in.
rathnor rathnor
fixed expose event
fluxgen fluxgen
fixed options
fluxgen fluxgen
new version
fluxgen fluxgen
fix crash from removeClient if window wasn't the active client
rathnor rathnor
transient fixes by making them WinClients
rathnor rathnor
minor focus twiddle
rathnor rathnor
fix alignment of unstuck default pixmap
rathnor rathnor
better error msg
fluxgen fluxgen
update
fluxgen fluxgen
pixmap buttons, done
fluxgen fluxgen
comments
fluxgen fluxgen
forgot return
fluxgen fluxgen
init m_background_pm
fluxgen fluxgen
fixed focus new on deiconify
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
rearranged Resource class
fluxgen fluxgen
Fixed include and some comments
fluxgen fluxgen
fixed RENDER extension checking
fluxgen fluxgen
added stuck pixmap, and unfocus pixmaps
fluxgen fluxgen
fixed problem with multiple screens redrawing, the m_screen_num wasnt set
fluxgen fluxgen
change slit menus to FbMenus
rathnor rathnor
fix up focus problems
rathnor rathnor
license update
fluxgen fluxgen
fixed bug in slit background theme
fluxgen fluxgen
add session.ignoreBorder to ignore border for movement events
rathnor rathnor
fix warping with multiple screens
rathnor rathnor
little debugging message improvement...
rathnor rathnor
fix multiple screen keyactions to sometimes take effect on screen the pointer is on
rathnor rathnor
fix segfault on restart/close when icons exist
rathnor rathnor
update
rathnor rathnor
minor cleaning
fluxgen fluxgen
autohide tweak
rathnor rathnor
fix slit auto hide triggering
rathnor rathnor
Fix some alignment and redraw problems
rathnor rathnor
clean ups of reconfigure/redraws
rathnor rathnor
update from Han
fluxgen fluxgen
reconfigure fix (setFocusedWindow didn't check if win already focused)
rathnor rathnor
fbsetbg update
rathnor rathnor
- Fixed relative path bug - Simpler structure.
rathnor rathnor
update
fluxgen fluxgen
license update
fluxgen fluxgen
removed
fluxgen fluxgen
FbPixmap is a FbDrawable
fluxgen fluxgen
FbWindow is a FbDrawable
fluxgen fluxgen
added FbDrawable
fluxgen fluxgen
for basic draw operations
fluxgen fluxgen
updated Han info
fluxgen fluxgen
url fix
fluxgen fluxgen
removed
fluxgen fluxgen
update
fluxgen fluxgen
rearranged themes and added WinButtonTheme
fluxgen fluxgen
added WinButtonTheme with pixmap support
fluxgen fluxgen
added WinButtonTheme
fluxgen fluxgen
obsolete
fluxgen fluxgen
minor screen num fix
fluxgen fluxgen
handles close, maximize, iconify, shade and stick theme pixmaps
fluxgen fluxgen
render scaled pixmap
fluxgen fluxgen
added pixmap support
fluxgen fluxgen
added pixmap
fluxgen fluxgen
virtual fixes
fluxgen fluxgen
init m_pressed
fluxgen fluxgen
fixed xpm support
fluxgen fluxgen
toolbar size + alignment fixes
rathnor rathnor
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
update
fluxgen fluxgen
fixing remembering of decorations
rathnor rathnor
tiny consistency fix
rathnor rathnor
fix detachClient issue where the menu wouldn't get created before adding remember. Also make this safer in Remember.cc
rathnor rathnor
add client window to event manager
rathnor rathnor
update
rathnor rathnor
update
fluxgen fluxgen
license
fluxgen fluxgen
fixed copyArea pos and size args
fluxgen fluxgen
forgot putenv
fluxgen fluxgen
license fix
fluxgen fluxgen
fixed execute on right screen
fluxgen fluxgen
fixed scaling and bug in copyArea
fluxgen fluxgen
fixed scaling
fluxgen fluxgen
fix remember to match on instance rather than class name Also make remember menu appear on transients, only disabled
rathnor rathnor
replacing bsetbg
fluxgen fluxgen
fix nextFocus problem with tabbed windows
rathnor rathnor
fixed workspace warp bug
fluxgen fluxgen
fix bug for not using modifiers on nextWindow
rathnor rathnor
remove mention of old useIconbar resource (toolbar modes now do this task)
rathnor rathnor
fix build issue for new loc of stringutil
rathnor rathnor
add missing #include <cassert>
rathnor rathnor
minor fixes
fluxgen fluxgen
license update
fluxgen fluxgen
StringUtil moved to FbTk
fluxgen fluxgen
fixed focus new bug
fluxgen fluxgen
assign new pixmap via constructor and operator
fluxgen fluxgen
moved StringUtil to FbTk
fluxgen fluxgen
moved StringUtil to FbTk
fluxgen fluxgen
removed colormap atom
fluxgen fluxgen
moved StringUtil to FbTk
fluxgen fluxgen
moved from fluxbox source
fluxgen fluxgen
moved to FbTk
fluxgen fluxgen
removed nl_types_cygnus and did some cleaning
fluxgen fluxgen
removed nl_types_cygnus.h
fluxgen fluxgen
not needed
fluxgen fluxgen
removed DrawUtil
fluxgen fluxgen
obsolete
fluxgen fluxgen
fixed menu bug
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
deleting not internal menus
fluxgen fluxgen
fix bug where it wouldn't add remember menu
rathnor rathnor
add some comments to better describe the difference between the 2 decoration-related enumerations
rathnor rathnor
add remembering of layer
rathnor rathnor
ops
fluxgen fluxgen
indentation and minor fixes
fluxgen fluxgen
minor include fix
fluxgen fluxgen
bug in alpha value when setting new source
fluxgen fluxgen
minor transparent fixes
fluxgen fluxgen
more namespace corrections (doh)
rathnor rathnor
Fix some namespace stuff
rathnor rathnor
add --enable-remember option
rathnor rathnor
Remember functionality
rathnor rathnor
add mentions to Xavier for remember patch
rathnor rathnor
Add code for remember functionality (Simon)
rathnor rathnor
*** empty log message ***
fluxgen fluxgen
update
fluxgen fluxgen
minor comments
fluxgen fluxgen
fixed WinButton state update
fluxgen fluxgen
fixed so it gets win state sticky to update sticky button
fluxgen fluxgen
fixed simple drawable functions
fluxgen fluxgen
fixed listen to window state
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor transparent fix
fluxgen fluxgen
removed old Theme files
fluxgen fluxgen
fixed MapRequest and PropertyNotify events
fluxgen fluxgen
removed setNoFocus in class Fluxbox
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
obsolete
fluxgen fluxgen
optimized transparent
fluxgen fluxgen
added FbPixmap files
fluxgen fluxgen
a X pixmap wrapper
fluxgen fluxgen
minor fix for root pixmap
fluxgen fluxgen
fixed inline
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
small fix for gcc 3.3 compile bug (Simon)
rathnor rathnor
added RootTheme files
fluxgen fluxgen
fixed border width stuff
fluxgen fluxgen
just some extra safety
fluxgen fluxgen
update for rootheme
fluxgen fluxgen
fixed include
fluxgen fluxgen
updated for RootTheme
fluxgen fluxgen
removed old theme engine, fixed RootTheme and some deps
fluxgen fluxgen
removed old theme engine and fixed some deps
fluxgen fluxgen
fixed SlitTheme and RootTheme
fluxgen fluxgen
fixed SlitTheme
fluxgen fluxgen
fixed roottheme
fluxgen fluxgen
root theme
fluxgen fluxgen
update
fluxgen fluxgen
add UnderMousePlacement placement policy, plus a little fix for window positioning (Simon)
rathnor rathnor
update from Han
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
some small fixes for toolbar init + reconfiging
rathnor rathnor
fix couple of functions that shouldn't have been marked as inline (is/hasTransient) (Simon)
rathnor rathnor
fixed HAVE_XRENDER
fluxgen fluxgen
fixed xrender checking, HAVE_XRENDER defined when you have xrender
fluxgen fluxgen
forgot include memory
fluxgen fluxgen
license update
fluxgen fluxgen
update
fluxgen fluxgen
menu alpha
fluxgen fluxgen
root pixmap and menu alpha item
fluxgen fluxgen
menu alpha and root pixmap
fluxgen fluxgen
added Transparent
fluxgen fluxgen
for transparent drawable
fluxgen fluxgen
add directional focus movement (Simon) incl new keybindings FocusUp, FocusDown, FocusLeft, FocusRight
rathnor rathnor
Add window snapping (Simon)
rathnor rathnor
some updating
rathnor rathnor
delete rootmenu
fluxgen fluxgen
disabling delete of non internal menu
fluxgen fluxgen
doing an extra remove to make sure this window is removed from eventmanager
fluxgen fluxgen
just add a small thanks to Sean Seefried for his initial stacked cycling patch that helped give some ideas for MRU cycling.
rathnor rathnor
save toolbar mode properly (Simon)
rathnor rathnor
bugfix from Han
fluxgen fluxgen
update
fluxgen fluxgen
fixed resize bug
fluxgen fluxgen
no border for clientarea
fluxgen fluxgen
little bit of rearranging before release (simon)
rathnor rathnor
fix saving of various slit params (Simon)
rathnor rathnor
changed size_t to unsigned
fluxgen fluxgen
test link on xft fixed
fluxgen fluxgen
test link with xft
fluxgen fluxgen
update
fluxgen fluxgen
fix workspace warping and netizen updates for warping (Simon)
rathnor rathnor
fixed xft configure
fluxgen fluxgen
info about slit + toolbar layer saving (Simon)
rathnor rathnor
fix saving of toolbar + slit layers - simon
rathnor rathnor
minor fix
fluxgen fluxgen
changed mode to bottom of the menu
fluxgen fluxgen
new version
fluxgen fluxgen
update
fluxgen fluxgen
toolbar width percent menu item
fluxgen fluxgen
added detachCurrentClient
fluxgen fluxgen
current label button focused
fluxgen fluxgen
fixed button alignment with border
fluxgen fluxgen
fix focusing new windows - simon
rathnor rathnor
update
fluxgen fluxgen
fixed click raise option, patch from Dale P. Smith
fluxgen fluxgen
whoops, fix some ifdefs and things
rathnor rathnor
raise on focus [at end of cycle], also a temporary raise while cycling (Simon)
rathnor rathnor
fixed y offset error on ConfigureRequestEvent
fluxgen fluxgen
removed already handled events
fluxgen fluxgen
added resizeClient and sendConfigureNotify
fluxgen fluxgen
send notification when we get configureNotify
fluxgen fluxgen
update
fluxgen fluxgen
temporarly disabled skip lower tabs and changed lower window button from press to release
fluxgen fluxgen
drag and drop support for tabs
fluxgen fluxgen
make sure we only use button actions for titlebar
fluxgen fluxgen
use most recently focused window to attach (using screen's focus list) (Simon)
rathnor rathnor
make toolbar work somewhat - it only displays groups, not all clients. Will address this in 0.9.2 I'd say (Simon)
rathnor rathnor
removed
fluxgen fluxgen
fixed missing break
fluxgen fluxgen
cleaning
fluxgen fluxgen
fixed client and icon count
fluxgen fluxgen
minor iconbar constructor fix
fluxgen fluxgen
const accessor for windowstyle
fluxgen fluxgen
need fbtk ThemeManager
fluxgen fluxgen
need fbatoms
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
fixed license, construtor and moved motif_wm_hints atom to getWMHints in FluxboxWindow instead
fluxgen fluxgen
removed mapNotifyEvent since its handled in Window.cc
fluxgen fluxgen
add most recently used window cycling (Simon) It is now the default cycling action
rathnor rathnor
fixed client count bug
fluxgen fluxgen
mask event so we dont get unmap while reparent
fluxgen fluxgen
merged with embedded-tab-branch
fluxgen fluxgen
merged with embedded-tab-branch
fluxgen fluxgen
removed cycle clients with mouse wheel
fluxgen fluxgen
merged with embedded-tab-branch
fluxgen fluxgen
merged with emebbeded-tab-branch
fluxgen fluxgen
update
fluxgen fluxgen
do not create menuconfig during install, some style cleanups - Han
fluxgen fluxgen
added Meta
fluxgen fluxgen
Sun compat
fluxgen fluxgen
update
fluxgen fluxgen
Little fixes to bugs highlighted by valgrind - Simon
rathnor rathnor
minor fix
fluxgen fluxgen
minor fix
fluxgen fluxgen
minor update
fluxgen fluxgen
minor fix from Han
fluxgen fluxgen
some little updates
rathnor rathnor
update from Han
fluxgen fluxgen
removed ifdef have_strftime
fluxgen fluxgen
fix shading bug (Simon)
rathnor rathnor
update
fluxgen fluxgen
using pkg-config instead of xft-config
fluxgen fluxgen
fixed bug for when toolbar is off
rathnor rathnor
more fixes for !strftime
rathnor rathnor
Some fixes for when strftime isn't available
rathnor rathnor
updated copyright
fluxgen fluxgen
updating
rathnor rathnor
minor indent
fluxgen fluxgen
update
fluxgen fluxgen
added cursor
fluxgen fluxgen
fix outline moving and warping (Simon)
rathnor rathnor
workaround another bug until can be rearranged properly
rathnor rathnor
fix little bug in deiconifying windows when in "Workspace" Toolbar mode
rathnor rathnor
minor stuff
fluxgen fluxgen
fixing some old BaseDisplay to FbTk App
fluxgen fluxgen
fixing some old BaseDisplay to FbTk App
fluxgen fluxgen
add toolbar modes/handler
rathnor rathnor
Add code for toolbar modes
rathnor rathnor
updated Keys
fluxgen fluxgen
cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
update from Han, fixes freebsd error
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
moved shape to next version
fluxgen fluxgen
fix sloppy focus to not lose focus on root window
rathnor rathnor
fix shade size bug
rathnor rathnor
new meta as default
fluxgen fluxgen
data type misses
fluxgen fluxgen
from joel
fluxgen fluxgen
fixed minor type issue
fluxgen fluxgen
fixed minor button placement
fluxgen fluxgen
added LayerMenu and FbMenu
fluxgen fluxgen
minor license text fix
fluxgen fluxgen
fixed vertical alignment of items
fluxgen fluxgen
new version
fluxgen fluxgen
update
fluxgen fluxgen
silliness. I blame it on lack of sleep ;)
rathnor rathnor
various frame size, and window resize/moving/outline bugs
rathnor rathnor
vertical workspace name editing and starting timer if the auto hide option changed, in reconfigure
fluxgen fluxgen
added auto hide menu item for toolbar
fluxgen fluxgen
update
fluxgen fluxgen
using short instead of char
fluxgen fluxgen
removed old function
fluxgen fluxgen
using not sticky state as default
fluxgen fluxgen
added button pic gc
fluxgen fluxgen
fixed correct bullet position name
fluxgen fluxgen
fixed menu bullet and clearWindow
fluxgen fluxgen
added virtual clearWindow
fluxgen fluxgen
set right gc value for window buttons
fluxgen fluxgen
added toolbar placement resource
fluxgen fluxgen
changed default placement
fluxgen fluxgen
restored slit saving...still some stuff to do.
fluxgen fluxgen
minor cleaning, fixed vertical text
fluxgen fluxgen
fixed vertical text and font
fluxgen fluxgen
removed some pointers
fluxgen fluxgen
changed layeritem to normal type instead of pointer, added placement menu and fixed font to iconbar
fluxgen fluxgen
fixed better default value for Color themeitem
fluxgen fluxgen
fixed auto hide bug just expose leave events for child windows
fluxgen fluxgen
minor cleaning, moved first resize move of frame
fluxgen fluxgen
added DIAMOND
fluxgen fluxgen
fixed bug in bullet type
fluxgen fluxgen
fixed minor resize bug
fluxgen fluxgen
fixed resize bug
fluxgen fluxgen
update from Han
fluxgen fluxgen
fix autoraise to be saved as separate init option
rathnor rathnor
fix focus models for new event handler and Resource setup
rathnor rathnor
add a thought to roadmap
rathnor rathnor
update
fluxgen fluxgen
changed createStylemenu function and removed iconUpdate
fluxgen fluxgen
focus menu and sorting style menu the other way
fluxgen fluxgen
fixed bug in titlebar toggle
fluxgen fluxgen
fixed menu position when we dont have a titlebar and minor cleaning
fluxgen fluxgen
fixed updateClientmenu each time we add or remove a window
fluxgen fluxgen
fixed slit client resize bug and a bug in slit client list menu
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
for a rough idea of where things are going, and when
rathnor rathnor
fix clientmenu bug where remove last workspace would segfault
rathnor rathnor
update
fluxgen fluxgen
fixed transient raise and lower
fluxgen fluxgen
whoops, missewd adding file for layer menus
rathnor rathnor
redraw title and title bar once we are done with reconfigure
fluxgen fluxgen
Added layer menus for windows, toolbar, and slit, plus associated resources. Cleaned up some cruft from the previous layering setup.
rathnor rathnor
change XLayerItem to hold FbWindows instead of X Window IDs (Window)
rathnor rathnor
Rename LayeredMenu to FbMenu (Simon)
rathnor rathnor
using StringUtil
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed alignment problem in titlebar
fluxgen fluxgen
fixed non opaque moving
fluxgen fluxgen
holding last move
fluxgen fluxgen
ImageControl moved to FbTk
fluxgen fluxgen
updated
fluxgen fluxgen
new code item
fluxgen fluxgen
update
fluxgen fluxgen
minor indentation
fluxgen fluxgen
added IntResMenuItem
fluxgen fluxgen
changes resource integer value in the menu
fluxgen fluxgen
added shade button option, fixed antialias for menus, added toolbar width percent menu item
fluxgen fluxgen
inserting width percent from screen,using resource<int> value
fluxgen fluxgen
execute command from key input
fluxgen fluxgen
return string instead of char * from getStyleFilename
fluxgen fluxgen
need to toggle antialias in font
fluxgen fluxgen
we might want to change command once the object is created
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
removed slit
fluxgen fluxgen
new version num
fluxgen fluxgen
Fixed gnome init problems (Simon)
rathnor rathnor
raise and focus when we click on titlebar and fixed workspace names in workspace menu
fluxgen fluxgen
added raiseAndFocus
fluxgen fluxgen
changed screen pointer to reference and fixed client menu
fluxgen fluxgen
changed screen pointer to reference
fluxgen fluxgen
Add layer menu to window menu
rathnor rathnor
fixed return statment
fluxgen fluxgen
using configurated button position for titlebar
fluxgen fluxgen
fixed geom_window to FbTk FbWindow and changes some old windowstyle to m_windowtheme
fluxgen fluxgen
minor stuff
fluxgen fluxgen
using FbWindow for geom_window
fluxgen fluxgen
using reference for screen, some minor indentation
fluxgen fluxgen
using reference for screen
fluxgen fluxgen
update
fluxgen fluxgen
fixed style menu and some minor indentation
fluxgen fluxgen
fixed indentation and added theme listener object
fluxgen fluxgen
added theme listener subject
fluxgen fluxgen
added SetStyleCmd
fluxgen fluxgen
added theme listener
fluxgen fluxgen
added subject for listeners
fluxgen fluxgen
added theme observer
fluxgen fluxgen
added a few headers
fluxgen fluxgen
added entries and readFilename
fluxgen fluxgen
removed Observer and Subject
fluxgen fluxgen
added Subject and Observer
fluxgen fluxgen
moved from fluxbox src
fluxgen fluxgen
moved to FbTk
fluxgen fluxgen
fixing up of layer code
rathnor rathnor
added LayeredMenu.hh
fluxgen fluxgen
first
fluxgen fluxgen
creating screen with specified number of layers
fluxgen fluxgen
cleaning
fluxgen fluxgen
added layer for constructor
fluxgen fluxgen
minor adjustments
fluxgen fluxgen
using reference instead
fluxgen fluxgen
removed numlayers
fluxgen fluxgen
needs cleaning
fluxgen fluxgen
stoped
fluxgen fluxgen
cleaning
fluxgen fluxgen
changed name on windowID to window
fluxgen fluxgen
changed name on windowID to window and removed layer item
fluxgen fluxgen
removed layeritem
fluxgen fluxgen
removed layeritem
fluxgen fluxgen
Integration of new Layering code, plus updates to the layering code itself - new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction
rathnor rathnor
restructured layering a little so that a XLayerItem now contains several windows that are to remain equivalent in depth (e.g. tabs, or grouped windows) - (Simon)
rathnor rathnor
added simple test file for layering (Simon)
rathnor rathnor
fixed minor style issues
fluxgen fluxgen
update
fluxgen fluxgen
added polish locales thanks to Adam Byrtek
fluxgen fluxgen
New Layering code
rathnor rathnor
New Layer System
rathnor rathnor
minor comment fix
fluxgen fluxgen
update menu when we are done creating windows
fluxgen fluxgen
added root theme so it can redraw the background
fluxgen fluxgen
added root theme so we can redraw the background
fluxgen fluxgen
fixed minor bug in scrollClientUp/down
fluxgen fluxgen
fixed button gc
fluxgen fluxgen
update
fluxgen fluxgen
removed
fluxgen fluxgen
removed Clientmenu and Workspacemenu
fluxgen fluxgen
removed Basemenu
fluxgen fluxgen
removed Windowmenu
fluxgen fluxgen
removed Basemenu, Workspacemenu and Clientmenu
fluxgen fluxgen
moved KDE slit handling to Slit.cc
fluxgen fluxgen
removed menu style
fluxgen fluxgen
removed Workspacemenu.hh
fluxgen fluxgen
removed menu style from Theme, and removed forward declarations of Iconmenu and Workspacemenu
fluxgen fluxgen
replaced by FbTk Menu
fluxgen fluxgen
removed toolbar
fluxgen fluxgen
removed Workspacemenu, Windowmenu, Clientmenu and Basemenu. Added BoolMenuItem.
fluxgen fluxgen
we do not use IntResMenuItem, yet
fluxgen fluxgen
replaced by FbTk Menu
fluxgen fluxgen
toggles a bool variable from the menu
fluxgen fluxgen
moved slit handling over to Slit.cc and temporarly disabled slit save/load resources
fluxgen fluxgen
removed slit functions
fluxgen fluxgen
removed toolbar
fluxgen fluxgen
changed Toolbarmenu to FbTk Menu
fluxgen fluxgen
changed Configmenu to FbTk Menu and fix new function setupConfigmenu and removed toolbar placement resource
fluxgen fluxgen
major update, moved SlitClient to Slit.cc, changed frame.window to FbWindow type, changed menus to FbTk Menu type, fixed clientlist menu with cycle up/down functions, changed Slit to an EventHandler
fluxgen fluxgen
added MenuItem files
fluxgen fluxgen
item in the menu
fluxgen fluxgen
moved out MenuItem to MenuItem.hh
fluxgen fluxgen
moved MenuItem to MenuItem.hh, fixed minor bug in drawItem
fluxgen fluxgen
removed explicit from copy constructor
fluxgen fluxgen
executes a list of commands
fluxgen fluxgen
fixed bug in configureRequestEvent and some minor indent
fluxgen fluxgen
fixed bad pointer check
fluxgen fluxgen
update
fluxgen fluxgen
added TextureRender, Timer and ImageControl
fluxgen fluxgen
removed i18n
fluxgen fluxgen
need cstdio for sscanf
fluxgen fluxgen
removed debugmsg and adjusted for FbTk ImageControl
fluxgen fluxgen
adjusted for FbTk ImageControl
fluxgen fluxgen
removed Keyboard execute function
fluxgen fluxgen
adjusted for FbTk Timer
fluxgen fluxgen
adjusted for FbTk ImageControl
fluxgen fluxgen
adjusted for FbTk ImageControl
fluxgen fluxgen
adjusted for FbTk Timer and ImageControl
fluxgen fluxgen
adjusted for FbTk Timer and ImageControl
fluxgen fluxgen
disabled rootcommand
fluxgen fluxgen
adjusted for FbTk ImageControl
fluxgen fluxgen
adjusted for FbTk Timer
fluxgen fluxgen
moved ImageControl, Timer and TextureRender to FbTk
fluxgen fluxgen
minor change in config.h include
fluxgen fluxgen
adjusted for FbTk imagecontrol
fluxgen fluxgen
removed bexec and fixed indent
fluxgen fluxgen
remove bexec
fluxgen fluxgen
moved to FbTk
fluxgen fluxgen
moved from fluxbox to fbtk
fluxgen fluxgen
removed iconmenu
fluxgen fluxgen
changed workspace menu to FbTk Menu and removed iconmenu and rootmenu
fluxgen fluxgen
removed Rootmenu and Iconmenu. Added FbCommands
fluxgen fluxgen
changed client menu to FbTk Menu
fluxgen fluxgen
removed rootmenu
fluxgen fluxgen
included typeinfo
fluxgen fluxgen
minor ident and removal of debug msg
fluxgen fluxgen
contains basic commands to restart, reconfigure, execute command and exit fluxbox
fluxgen fluxgen
removed iconmenu, changed workspacemenu and rootmenu to FbTk Menu and removed setAutoGroupWindow, disabled Stylemenu
fluxgen fluxgen
removed iconmenu changed workspacemenu and rootmenu to FbTk Menu and removed setAutoGroupWindow
fluxgen fluxgen
removed
fluxgen fluxgen
added menu border color and border width and bevel width
fluxgen fluxgen
fixed menu border color and border width and bevel width
fluxgen fluxgen
removed exec and function from MenuItem
fluxgen fluxgen
included config.h for slit option
fluxgen fluxgen
update
fluxgen fluxgen
added disable/enable title and removeAll items function
fluxgen fluxgen
added disable/enable title, removeAll items function and changed itemSelected to normal virtual
fluxgen fluxgen
using fbtk menu instead of windowmenu
fluxgen fluxgen
fixed menu and button action setup
fluxgen fluxgen
fixed menu theme
fluxgen fluxgen
fixed Windowmenu to FbTk Menu and added last know button pos and popupMenu function on last known position
fluxgen fluxgen
added double click interval, fixed actions on titlebar, added hide/show decorations
fluxgen fluxgen
version number and FbTk path
fluxgen fluxgen
huge commit
fluxgen fluxgen
minor comments
fluxgen fluxgen
minor comments fixes
fluxgen fluxgen
minor comment fix
fluxgen fluxgen
adjusted for moveResize instead of configure in fluxboxwindow
fluxgen fluxgen
using bad_cast from typeinfo
fluxgen fluxgen
added border size
fluxgen fluxgen
added WinButton.hh/cc FbWinFrame.hh/cc FbWinFrameTheme.hh/cc
fluxgen fluxgen
draws simple window graphics and handles buttons
fluxgen fluxgen
adjusted for fluxboxwindow referens events, updated fbwin configure to moveresize, moved creation of fluxboxwindow object to BScreen
fluxgen fluxgen
using moveresize instead of configure in fluxboxwindow
fluxgen fluxgen
no need to hide it
fluxgen fluxgen
no need to crash n burn because of stupid size
fluxgen fluxgen
maximize fix
fluxgen fluxgen
using moveResize instead of configure in fluxboxwindow
fluxgen fluxgen
added max functions so we can determine maximum workspace area. Creation of a new FluxboxWindow object is now handled in BScreen::createWindow
fluxgen fluxgen
added max functions so we can determine maximum workspace area. Creation of a FluxboxWindow is now handled in BScreen
fluxgen fluxgen
major changes to make FluxboxWindow use FbWinFrame and decouple it from buttons and menus
fluxgen fluxgen
huge commit, changed FluxboxWindow to a EventHandler and it now holds a FbWinFrame, added dieSig
fluxgen fluxgen
frame handling
fluxgen fluxgen
update
fluxgen fluxgen
Added spanish locales, Muchas gracias Alberto G. Hierro
fluxgen fluxgen
fixed minor bug in operator = Pointer
fluxgen fluxgen
ro_RO, screenshot, menuconfig - update from Han
fluxgen fluxgen
update from Han
fluxgen fluxgen
added iconified windows to the _NET_CLIENT_LIST window in response to pointer to: http://bugzilla.gnome.org/show_bug.cgi?id=99625
rathnor rathnor
menu files
fluxgen fluxgen
moved from Basemenu to FbTk menu and starting to use MenuTheme with Commands
fluxgen fluxgen
first add, theme class for Menu
fluxgen fluxgen
virtual for hide/show and showsubwindows
fluxgen fluxgen
using number for buttons and max five buttons
fluxgen fluxgen
fixed menu title with space, user menu, cleanups and simplifications, whitespace. Update from Han
fluxgen fluxgen
update
fluxgen fluxgen
update from Han
fluxgen fluxgen
update from Arman Aksoy
fluxgen fluxgen
german locales from Andreas
fluxgen fluxgen
nls/de_DE dir
fluxgen fluxgen
de_DE dir
fluxgen fluxgen
german translation from Andreas
fluxgen fluxgen
parent and showSubwindows function
fluxgen fluxgen
update from Luis Medinas
fluxgen fluxgen
update from Han
fluxgen fluxgen
update from Tobias
fluxgen fluxgen
fixed some bugs and the new commands
fluxgen fluxgen
two more commans for right and middle click
fluxgen fluxgen
comments and include guard fix
fluxgen fluxgen
background option - Han
fluxgen fluxgen
version number
fluxgen fluxgen
update from Han
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
added ArrowButton files
fluxgen fluxgen
using ArrowButton for arrows in toolbar
fluxgen fluxgen
added a few comments
fluxgen fluxgen
added simplecommand and command
fluxgen fluxgen
simplecommand
fluxgen fluxgen
command
fluxgen fluxgen
not equal operator
fluxgen fluxgen
added button and refcount files
fluxgen fluxgen
ref counting for pointers
fluxgen fluxgen
button
fluxgen fluxgen
arrowbutton
fluxgen fluxgen
fixed autoptr on rootmenu
fluxgen fluxgen
fixed autoptr on rootmenu and next/prev focus/workspace functions so they behave nice with simplecommand
fluxgen fluxgen
minor fix
fluxgen fluxgen
blackbox.cat to fluxbox.cat
fluxgen fluxgen
moved blackbox.m to fluxbox.m
fluxgen fluxgen
move blackbox.cat to fluxbox.cat
fluxgen fluxgen
s/blackbox.cat/fluxbox.cat
fluxgen fluxgen
minor fix for keys ptr
fluxgen fluxgen
fixed bug in rotate
fluxgen fluxgen
fixed setRotate function
fluxgen fluxgen
don't rotate text in iconbar, until we can set it vertical
fluxgen fluxgen
proper fix for [ 561602 ] Problem using ToggleDecor in terminals. old_decoration wasn't initialised.
rathnor rathnor
fixed rotate argument for drawText
fluxgen fluxgen
comments and bool rotate argument for drawText
fluxgen fluxgen
update
fluxgen fluxgen
xft checking
fluxgen fluxgen
minor aclocal fix
fluxgen fluxgen
fixed better xft checking
fluxgen fluxgen
comment fixes
fluxgen fluxgen
indentation and minor fbtk updates
fluxgen fluxgen
update
fluxgen fluxgen
toolbar placement in resource
fluxgen fluxgen
saving toolbar resource
fluxgen fluxgen
fixed right and left placement
fluxgen fluxgen
fixing indentation due to ifdef (and resulting unbalanced brackets).
rathnor rathnor
update
fluxgen fluxgen
comparsion operator
fluxgen fluxgen
removed menu and toolbar functions
fluxgen fluxgen
using FbTk EventHandler and FbTk FbWindow. Fixed indenting and other minor cleaning
fluxgen fluxgen
using FbTk EventHandler and FbTk FbWindow
fluxgen fluxgen
initiate s_display in assignment too
fluxgen fluxgen
FbWindow add and remove
fluxgen fluxgen
using FbTk FbWindow
fluxgen fluxgen
using FbTk FbWindow
fluxgen fluxgen
FbWindow files
fluxgen fluxgen
simple X window wrapper
fluxgen fluxgen
update
fluxgen fluxgen
minor fixes
fluxgen fluxgen
update
fluxgen fluxgen
indentation and EventManager usage
fluxgen fluxgen
using dirhelper and fixed toolbar reconfigure
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
new functions....minor hack
fluxgen fluxgen
ToolbarTheme files and DirHelper files
fluxgen fluxgen
catch more exceptions
fluxgen fluxgen
using new toolbartheme, fixed placement function and changed to FbTk EventHandler
fluxgen fluxgen
removed Toolbar theme
fluxgen fluxgen
throw string with error msg when out of memory
fluxgen fluxgen
text utils
fluxgen fluxgen
removed getToolbarStyle
fluxgen fluxgen
throws string instead of number
fluxgen fluxgen
toolbar theme
fluxgen fluxgen
directory reading helper
fluxgen fluxgen
Theme files
fluxgen fluxgen
add and remove functions
fluxgen fluxgen
theme classes
fluxgen fluxgen
minor comment fixes
fluxgen fluxgen
fixed iostream include
fluxgen fluxgen
added re-indentation entry - Simon
rathnor rathnor
Indenting from tabs to emacs 4-space
rathnor rathnor
updated for imagecontrol
fluxgen fluxgen
copyright notice
fluxgen fluxgen
not using imagecontrol
fluxgen fluxgen
using imagecontrol
fluxgen fluxgen
forward declare fluxboxwindow
fluxgen fluxgen
not using image control in Theme
fluxgen fluxgen
using imagecontrol
fluxgen fluxgen
old copyright
fluxgen fluxgen
removed include config.h
fluxgen fluxgen
no need for interlace compiletime option
fluxgen fluxgen
texturerender and imagecontrol files
fluxgen fluxgen
using imagecontrol
fluxgen fluxgen
using imagecontrol
fluxgen fluxgen
forward declare fluxboxwindow and tab
fluxgen fluxgen
not using imagecontrol
fluxgen fluxgen
moved from BImage class to TextureRender
fluxgen fluxgen
moved from Image.hh/cc
fluxgen fluxgen
changed name to ImageControl
fluxgen fluxgen
missing include config.h broke interlacing
rathnor rathnor
compatibility fixes with old solaris sh
rathnor rathnor
return false if we cant parse nor allocate color string
fluxgen fluxgen
copyright notice
fluxgen fluxgen
texture passed as const referens to BImageControl's renderImage
fluxgen fluxgen
using const ref for texture option in render
fluxgen fluxgen
using new SignalEventHandler
fluxgen fluxgen
using new SignalEventHandler and EventHandler classes
fluxgen fluxgen
texture passed as const referens to BImageControl's renderImage
fluxgen fluxgen
using FbTk's new EventHandler interface
fluxgen fluxgen
cleaning
fluxgen fluxgen
using FbTk App eventLoop
fluxgen fluxgen
removed compile time options
fluxgen fluxgen
texture passed as const referens to BImageControl's renderImage
fluxgen fluxgen
virtual eventLoop, default displayname and exit eventLoop variable
fluxgen fluxgen
using SignalEventHandler class instead of the old EventHandler template
fluxgen fluxgen
using new EventHandler class
fluxgen fluxgen
added EventManager
fluxgen fluxgen
removed templated and fixed XEvent functions
fluxgen fluxgen
initial import
fluxgen fluxgen
minor changes
fluxgen fluxgen
removed config.h
fluxgen fluxgen
toolbar changes
fluxgen fluxgen
toolbar changes
fluxgen fluxgen
indentation
fluxgen fluxgen
updated from cleaning in Toolbar
fluxgen fluxgen
cleaning
fluxgen fluxgen
noinst lib
fluxgen fluxgen
change libFbTk location
fluxgen fluxgen
temp fix for strcasestr
fluxgen fluxgen
another missing header
fluxgen fluxgen
nothrow in header new
fluxgen fluxgen
fixed FbTk issues
fluxgen fluxgen
using FbTk App instead of BaseDisplay
fluxgen fluxgen
removed deps for BaseDisplay and using FbTk App instead
fluxgen fluxgen
using FbTk lib
fluxgen fluxgen
NotCopyable is now in FbTk
fluxgen fluxgen
using drawutil's doAlignment function
fluxgen fluxgen
using drawutil's doAligment function
fluxgen fluxgen
notcopyable is now fbtk
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
display connection from FbTk App
fluxgen fluxgen
moved FbTk files into FbTk dir
fluxgen fluxgen
initial import
fluxgen fluxgen
added Makefile for src/FbTk and libtool config
fluxgen fluxgen
moved to FbTk
fluxgen fluxgen
alignment function
fluxgen fluxgen
imagecontrol fix
fluxgen fluxgen
removed compiletime option for interlacing
fluxgen fluxgen
update
fluxgen fluxgen
fixed rotated text on vertical tab in XFontImp and a rotate function in FontImp interface
fluxgen fluxgen
removed rotate font functions
fluxgen fluxgen
auto_ptr for slit variable
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning, removed compiletime option for interlaced and removed basedisplay variable in class
fluxgen fluxgen
cleaning, removed compiletime option for interlaced
fluxgen fluxgen
update for recent changes
rathnor rathnor
fix to make it remember font names that were requested to load (so that reloads try to use them). Fixes incorrect antialias fonts on startup.
rathnor rathnor
toggleDecor fix - rather than static, use an extra member of decorations (means that odd number of toggles don't cause the next window toggled to "ignore" it). I think this fixes bug [ 561602 ] Problem using ToggleDecor in terminals.
rathnor rathnor
initialised m_net_moveresize_window, fixes bug [641136] OpenOffice 1.0.1 aborts
rathnor rathnor
reconfigure theme directly after construction
fluxgen fluxgen
fixed error in if-statement
fluxgen fluxgen
update
fluxgen fluxgen
last name correction
fluxgen fluxgen
a few little compatibility fixes (for old sh's and systems), plus Han untabified it. Also some slight corrections to output messages.
rathnor rathnor
missing HAVE_XFT_UTF8_STRING test if --enable-xft was given
rathnor rathnor
update
fluxgen fluxgen
config.h with have_xft_utf8
fluxgen fluxgen
fixed checking for utf8 in xft
fluxgen fluxgen
update
fluxgen fluxgen
justification fixes
fluxgen fluxgen
functions in toggleDecor and extra tab creation checking in toggleTab
fluxgen fluxgen
include netizen
fluxgen fluxgen
updates
fluxgen fluxgen
update
fluxgen fluxgen
fixed so workspace menu is shown when you left click on workspace label
fluxgen fluxgen
removed some includes and fixed forward decl
fluxgen fluxgen
fluxbox-generate_menu most follow
fluxgen fluxgen
minor stuff
fluxgen fluxgen
make sure the tab window does not map if the window is iconified
fluxgen fluxgen
size
fluxgen fluxgen
fixed width
fluxgen fluxgen
update
fluxgen fluxgen
antialias toggle in toolbar
fluxgen fluxgen
dont exit
fluxgen fluxgen
update
fluxgen fluxgen
fluxbox in KDE option
fluxgen fluxgen
referens on menu
fluxgen fluxgen
referens
fluxgen fluxgen
comments
fluxgen fluxgen
pointer/referens fixes
fluxgen fluxgen
headmenu fixes
fluxgen fluxgen
cleaning
fluxgen fluxgen
indentation
fluxgen fluxgen
cleaning in xinerama area
fluxgen fluxgen
comment
fluxgen fluxgen
fixed bug 581588, toolbar auto hiding while editing workspace name
fluxgen fluxgen
cleaning and fixed menu always fully visible
fluxgen fluxgen
cleaning
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
referens from slit menus
fluxgen fluxgen
cleaning
fluxgen fluxgen
cleaning
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed unused variable
fluxgen fluxgen
fixed horiz scrolling and height position
fluxgen fluxgen
determine lock masks
fluxgen fluxgen
nls fix for pt_BR (missing option), thanks to spectra@debian.org (fix for debian bug #168921)
rathnor rathnor
indentation
fluxgen fluxgen
check string size before draw
fluxgen fluxgen
line
fluxgen fluxgen
moved uds
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed DrawString
fluxgen fluxgen
indentation
fluxgen fluxgen
restored label alignment
fluxgen fluxgen
added history
fluxgen fluxgen
update from Han
fluxgen fluxgen
enable fbrun dir
fluxgen fluxgen
optional linking with fonts
fluxgen fluxgen
changed to default gc and fixed new font system
fluxgen fluxgen
antialias option and removed display argument in constructor
fluxgen fluxgen
fixed antialias option and changed to BaseDisplay usage
fluxgen fluxgen
for loop waited for negative value on unsigned type. Fixed to check for zero in break case.
rathnor rathnor
Removed limit (screen resolution) on max window size, max_{width,height} == 0 now means unrestricted.
rathnor rathnor
minor indent
fluxgen fluxgen
Fix geometry window sizing (W is wider than 0), plus vertical centring (font ascent, not height).
rathnor rathnor
update
fluxgen fluxgen
updated
fluxgen fluxgen
update from Han
fluxgen fluxgen
name change of the list
fluxgen fluxgen
fixed label text color
fluxgen fluxgen
const fixes
fluxgen fluxgen
function name change, changed to FbTk Font
fluxgen fluxgen
function name change, minor cleaning
fluxgen fluxgen
changed toolbar, so it uses fbtk font
fluxgen fluxgen
toolbar changed function name
fluxgen fluxgen
new names for some functions in toolbar
fluxgen fluxgen
const fixes and function renaming for toolbar
fluxgen fluxgen
cleaning and const fixes
fluxgen fluxgen
const
fluxgen fluxgen
update
fluxgen fluxgen
compile time option for multibyte, new wm spec and gnome fixes
fluxgen fluxgen
compile time option for gnome and net wm hints, updateds for screen constructor
fluxgen fluxgen
include fix
fluxgen fluxgen
const, variable fix
fluxgen fluxgen
const fixes
fluxgen fluxgen
include
fluxgen fluxgen
compile time options for newwmspec, gnome and multibyte
fluxgen fluxgen
compile time option for multibyte support
fluxgen fluxgen
include fix
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
rearranged includes, minor cleaning
fluxgen fluxgen
fixed auto_ptr for m_toolbar, rearranged includes, fixed forward declaration, removed fluxbox from constructor and fixed some minor accessors
fluxgen fluxgen
changed name from Icon to Iconmenu
fluxgen fluxgen
changed name to Iconmenu
fluxgen fluxgen
minor changes for screeninfo constructor
fluxgen fluxgen
use gnu extensions for snprintf
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed assignment issue with gcc 2.95.x and auto_ptr
fluxgen fluxgen
update from Han
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
fixed auto_ptr assignment
fluxgen fluxgen
removed obsolete NEWWMSPEC
fluxgen fluxgen
using isGroupable
fluxgen fluxgen
clear item
fluxgen fluxgen
no need to have antialias if it isn't compiled with use_xft
fluxgen fluxgen
fixed text drawing
fluxgen fluxgen
isGroupable
fluxgen fluxgen
groupable function
fluxgen fluxgen
update from Han
fluxgen fluxgen
applied patch from felipe
fluxgen fluxgen
removed fbrun until we get it fixed
fluxgen fluxgen
update
fluxgen fluxgen
tab option
fluxgen fluxgen
minor fix
fluxgen fluxgen
applied patch from Han
fluxgen fluxgen
minor include fix
fluxgen fluxgen
use xft always
fluxgen fluxgen
lines
fluxgen fluxgen
windowmenu always visible, fixes bug [ 604634 ] Fluxbox 0.1.11 menu on iconbar problem
fluxgen fluxgen
ascent and descent
fluxgen fluxgen
using ascent and descent again
fluxgen fluxgen
fixed deps
fluxgen fluxgen
auto_ptr for windowmenu
fluxgen fluxgen
testFont
fluxgen fluxgen
minor
fluxgen fluxgen
initial import
fluxgen fluxgen
applied patch from felipe
fluxgen fluxgen
applied patch from Filippo Pappalardo
fluxgen fluxgen
removed checking for autoconf version
fluxgen fluxgen
require autoconf 2.52 or higher
fluxgen fluxgen
checks for autoconf version
fluxgen fluxgen
try XLFD if load failes
fluxgen fluxgen
wm support check on checkwindow
fluxgen fluxgen
minor stuff
fluxgen fluxgen
const fix
fluxgen fluxgen
minor const fix
fluxgen fluxgen
utf8 for Xft
fluxgen fluxgen
utf8
fluxgen fluxgen
enable ewmh
fluxgen fluxgen
const pointer
fluxgen fluxgen
more support
fluxgen fluxgen
update
fluxgen fluxgen
auto_ptr for key
fluxgen fluxgen
fixed wrong counter in init for screen with atomhandler
fluxgen fluxgen
update
fluxgen fluxgen
minor adjustment of bevel when drawing text
fluxgen fluxgen
using new font system for labelstyle, windowstyle
fluxgen fluxgen
minor adjustments for style
fluxgen fluxgen
using new font system
fluxgen fluxgen
loaded function
fluxgen fluxgen
loaded functin
fluxgen fluxgen
fallback on fixed if the font before was loaded but the new one couldnt load it
fluxgen fluxgen
fixed reconf after loading
fluxgen fluxgen
update
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
antialias option
fluxgen fluxgen
antialias check
fluxgen fluxgen
antialias resource
fluxgen fluxgen
reconfigure with antialias
fluxgen fluxgen
signed to unsigned
fluxgen fluxgen
order of public, protected and private
fluxgen fluxgen
sending BScreen to constructor instead of Configuremenu
fluxgen fluxgen
conditional XFT files
fluxgen fluxgen
better configure support for XFT
fluxgen fluxgen
update
fluxgen fluxgen
XftFontImp fixes
fluxgen fluxgen
XftFontImp.hh and .cc
fluxgen fluxgen
USE_XFT
fluxgen fluxgen
Xft option
fluxgen fluxgen
initial import
fluxgen fluxgen
updated to match new font system
fluxgen fluxgen
setting font id in XFontImp now and reading font from database here
fluxgen fluxgen
minor indentation
fluxgen fluxgen
included config.h for ifdef SLIT
fluxgen fluxgen
moved system font specific stuff out to font implementations files
fluxgen fluxgen
new font files
fluxgen fluxgen
initial import
fluxgen fluxgen
included config.h
fluxgen fluxgen
explicit constructor
fluxgen fluxgen
included config.h for ifdef SLIT
fluxgen fluxgen
fixed reconfigure grab bug
fluxgen fluxgen
indentation
fluxgen fluxgen
removed some ifdefs
fluxgen fluxgen
extra catch
fluxgen fluxgen
minor indent
fluxgen fluxgen
SLIT, TIMEDCACHE, GNOME, KDE and ORDEREDPSEUDO
fluxgen fluxgen
moved defines to config.h
fluxgen fluxgen
extra checking on signal num
fluxgen fluxgen
ewmh support and minor debug output
fluxgen fluxgen
indentation
fluxgen fluxgen
state shaded and sticky fixed
fluxgen fluxgen
removed nonimplemented function nonstick() and fixed comments
fluxgen fluxgen
Ewmh targets
fluxgen fluxgen
initial import
fluxgen fluxgen
minor comments
fluxgen fluxgen
just fixing some tabs etc to fix up alignment (plus added my email address)
rathnor rathnor
update
fluxgen fluxgen
fixed check in setLastFocusedWindow
fluxgen fluxgen
update
fluxgen fluxgen
lv_LV author
fluxgen fluxgen
nls lv_LV
fluxgen fluxgen
lv_LV
fluxgen fluxgen
initial import
fluxgen fluxgen
update
fluxgen fluxgen
update from Han
fluxgen fluxgen
removed assignment operator
fluxgen fluxgen
update
fluxgen fluxgen
update ChangeLog (sticky fix) and TODO (with group suggestions)
rathnor rathnor
updated to match new Texture and Color stuff
fluxgen fluxgen
removed parseTexture
fluxgen fluxgen
toLower
fluxgen fluxgen
using Texture setFromString
fluxgen fluxgen
Texture.cc
fluxgen fluxgen
setFromString
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
new color handling
fluxgen fluxgen
removed color functions
fluxgen fluxgen
color.cc
fluxgen fluxgen
moved color parsing allocation to FbTk Color
fluxgen fluxgen
moved color parsing to Color.cc
fluxgen fluxgen
fixed copy
fluxgen fluxgen
minor fixes
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
fixed WM_NORMAL_HINTS
fluxgen fluxgen
fix for when a window doesn't have a menu (decorations.menu == 0)
rathnor rathnor
Fixes to sticky window + focus handling. Particularly for next/prevFocus crashes. Also, sticky windows are now always reassociated to the active workspace.
rathnor rathnor
removed -fg -bg settings for xterm
fluxgen fluxgen
indentation and setInputFocus to transient_for when this dies
fluxgen fluxgen
tab disconnect
fluxgen fluxgen
workspace update
fluxgen fluxgen
changed some pointer to referenses
fluxgen fluxgen
from pointer to referens
fluxgen fluxgen
transient fixes
fluxgen fluxgen
deiconify when send to workspace
fluxgen fluxgen
transient fixes
fluxgen fluxgen
raise and lower functions
fluxgen fluxgen
minor stuff
fluxgen fluxgen
workspace specific removal
fluxgen fluxgen
focus fallback to transient_for
fluxgen fluxgen
update
fluxgen fluxgen
new transient handling, minor indentation issues, cleaning in destructor
fluxgen fluxgen
new transient handling, removed inline, minor comments
fluxgen fluxgen
new workspace stacking
fluxgen fluxgen
new workspace stack and removeWindow function
fluxgen fluxgen
raise with Workspace stack
fluxgen fluxgen
new workspace window stacking
fluxgen fluxgen
raise and lower transient stacks and minor identation
fluxgen fluxgen
raise and lower transient stacks
fluxgen fluxgen
update workspace and check for tab in next/prev window keyevent
fluxgen fluxgen
const and ref
fluxgen fluxgen
referenses instead of pointers
fluxgen fluxgen
setupWindow and referenses
fluxgen fluxgen
referenses
fluxgen fluxgen
atom handler interface
fluxgen fluxgen
first
fluxgen fluxgen
new files
fluxgen fluxgen
added AtomHandler, fixed observer and removed gnome stuff
fluxgen fluxgen
added subjects and removed gnome stuff
fluxgen fluxgen
removed gnome stuff
fluxgen fluxgen
removed gnome and newwmspec atoms
fluxgen fluxgen
removed menu target
fluxgen fluxgen
menu target
fluxgen fluxgen
added fluxbox-generate_menu
fluxgen fluxgen
removed fluxbox-generate_menu
fluxgen fluxgen
moved to util
fluxgen fluxgen
moved from data
fluxgen fluxgen
changelog format
fluxgen fluxgen
fixed outlined size when resizing
fluxgen fluxgen
fixed save workspace names when adding/removing workspace
fluxgen fluxgen
daily update
fluxgen fluxgen
deiconify before we send it to another workspace
fluxgen fluxgen
update correct workspace name
fluxgen fluxgen
no inline with debug
fluxgen fluxgen
StringUtil
fluxgen fluxgen
minor stuff
fluxgen fluxgen
moved StringUtil include
fluxgen fluxgen
update
fluxgen fluxgen
minor bevel issues
fluxgen fluxgen
minor type-o
fluxgen fluxgen
BlueNight
fluxgen fluxgen
LemonSpace and BlueNight
fluxgen fluxgen
first
fluxgen fluxgen
removed
fluxgen fluxgen
first
fluxgen fluxgen
spelling
fluxgen fluxgen
spelling
fluxgen fluxgen
typeo
fluxgen fluxgen
update
fluxgen fluxgen
fixed a minor issue with outline workspace movment
fluxgen fluxgen
todo
fluxgen fluxgen
extra checking on transient
fluxgen fluxgen
lemonspace
fluxgen fluxgen
transient check fixes
fluxgen fluxgen
removed
fluxgen fluxgen
first
fluxgen fluxgen
make sure we have valid keybindings while moving a window
fluxgen fluxgen
new functions pause/resumeMoving and fixed non-opaque moving across workspace
fluxgen fluxgen
new function reassociateGroup and check moving window
fluxgen fluxgen
removed grabguard
fluxgen fluxgen
static Display
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed checking on valid key or modifier, bug [ 600811 ]
fluxgen fluxgen
fixed bug [ 582574 ] borderless windows... thanks Simon Bowden
fluxgen fluxgen
minor fix with grep
fluxgen fluxgen
minor style fixes
fluxgen fluxgen
timeout once per second
fluxgen fluxgen
fixed parent relative issue
fluxgen fluxgen
fixed workspace creation bug and reassociation bug, thanks Simon Bowden
fluxgen fluxgen
gnu
fluxgen fluxgen
removed StringUtil dep
fluxgen fluxgen
OSI
fluxgen fluxgen
first
fluxgen fluxgen
subdir fbrun
fluxgen fluxgen
fbrun makefile
fluxgen fluxgen
check transient later
fluxgen fluxgen
setup cursors before creating screens
fluxgen fluxgen
applied patch from Han
fluxgen fluxgen
license and handleEvent fix
fluxgen fluxgen
update
fluxgen fluxgen
cleaning
fluxgen fluxgen
changed to FbTk EventHandler with SignalEvent
fluxgen fluxgen
changed to FbTk EventHandler and added SignalEvent
fluxgen fluxgen
initiate cursors and changed to FbTk EventHandler with SignalEvent
fluxgen fluxgen
added cursor functions and changed to FbTk EventHandler with SignalEvent
fluxgen fluxgen
removed cursor functions, changed to singleton and changed to FbTk EventHandler
fluxgen fluxgen
add EventHandler.hh
fluxgen fluxgen
first
fluxgen fluxgen
minor style cleaning and extra checking in unmapNotifyEvent
fluxgen fluxgen
restore with remap and some extra checking
fluxgen fluxgen
restore with remap
fluxgen fluxgen
remap option to restore and fixed abit in unmapNotifyEvent
fluxgen fluxgen
restore with remap
fluxgen fluxgen
changed order of includes
fluxgen fluxgen
fixed include config.h
fluxgen fluxgen
from char to std string in getRcFilename and updated to match the new expandFilename
fluxgen fluxgen
from char to std string in getRcFilename and inherit FbAtom
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
updated for the new changes in fbatoms
fluxgen fluxgen
comment
fluxgen fluxgen
changed to std string in expandFilename
fluxgen fluxgen
updated fbatoms stuff and changed some strings to std string
fluxgen fluxgen
change to singleton fbatoms
fluxgen fluxgen
singleton
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
removed FbAtoms
fluxgen fluxgen
removed FbAtoms
fluxgen fluxgen
update
fluxgen fluxgen
minor comment fix
fluxgen fluxgen
signaltest target
fluxgen fluxgen
first
fluxgen fluxgen
changed signalhandling to FbTk SignalHandler
fluxgen fluxgen
removed handleSignal, this is done in class Fluxbox now with FbTk SignalHandler
fluxgen fluxgen
added SignalHandler
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
minor comment
fluxgen fluxgen
removed friend main
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
update
fluxgen fluxgen
update gnome atom in iconify, bug 574717
fluxgen fluxgen
update
fluxgen fluxgen
added showMenu function
fluxgen fluxgen
fixed checking on iconified when selecting item
fluxgen fluxgen
cleaning and fixed window menu in iconbar
fluxgen fluxgen
update
fluxgen fluxgen
fixed autogrouping
fluxgen fluxgen
added autogrouping functions
fluxgen fluxgen
fixed instance and classname
fluxgen fluxgen
cleaning in getNameOfWorkspace
fluxgen fluxgen
changed getNameOfWorkspace function
fluxgen fluxgen
from char * to string getline
fluxgen fluxgen
minor style issue
fluxgen fluxgen
moved insert to public area
fluxgen fluxgen
removed debug msg
fluxgen fluxgen
added groupfile resource
fluxgen fluxgen
minor style fixes and added groupfile resources
fluxgen fluxgen
update
fluxgen fluxgen
new items
fluxgen fluxgen
update
fluxgen fluxgen
fr_FR, thanks Cosmicflo
fluxgen fluxgen
update
fluxgen fluxgen
source-doc target to generate html docs
fluxgen fluxgen
doxygen comments
fluxgen fluxgen
new functionnames in slit
fluxgen fluxgen
updated font function names
fluxgen fluxgen
function name changed in slit
fluxgen fluxgen
removed dep on i18n and used MB_CUR_MAX direct
fluxgen fluxgen
comment
fluxgen fluxgen
moved and changed name on width function in IconBarObj
fluxgen fluxgen
updated to match new functions names in FbTk Font
fluxgen fluxgen
updated to match functionname
fluxgen fluxgen
(void) to () and Bool to bool
fluxgen fluxgen
const correct and some comments
fluxgen fluxgen
minor fixes for preprocessors
fluxgen fluxgen
update explude pattern
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
minor style issues
fluxgen fluxgen
added autogrouping-from-tab patch from Steve Cooper
fluxgen fluxgen
doxygen comments and const correct fixes
fluxgen fluxgen
BColor and BTexture
fluxgen fluxgen
update
fluxgen fluxgen
slit theme, which falls back on toolbar theme if it does not exist
fluxgen fluxgen
theme access
fluxgen fluxgen
moved Texture and Color into new files, fixed some const and pointers
fluxgen fluxgen
first
fluxgen fluxgen
huge update
fluxgen fluxgen
added window specific send to
fluxgen fluxgen
changed added specifik window parameter to sendToWorkspace
fluxgen fluxgen
no need to have different sqrt tables for each object
fluxgen fluxgen
updated to match namechanges in BImage
fluxgen fluxgen
comments
fluxgen fluxgen
comments and other minor stuff
fluxgen fluxgen
minor update
fluxgen fluxgen
minor update
fluxgen fluxgen
minor update
fluxgen fluxgen
updated for the latest functionname changes in Image.hh
fluxgen fluxgen
forgot const ref for setRootCommand
fluxgen fluxgen
updated to match image new function names
fluxgen fluxgen
function name change
fluxgen fluxgen
updated BColor function names
fluxgen fluxgen
colormap to m_colormap
fluxgen fluxgen
changed function name
fluxgen fluxgen
changed function names in BColor, BTexture, BImage and BImageControl
fluxgen fluxgen
update
fluxgen fluxgen
updated, thanks Junichiro Kita
fluxgen fluxgen
added ja_JP
fluxgen fluxgen
fixed slitlist loading bug, the list was just reading until space, but now it reads the entire line. And a typeo on XINERAMA
fluxgen fluxgen
added algorithm include
fluxgen fluxgen
removed sh to generate menu
fluxgen fluxgen
removed libtool check and changed version number
fluxgen fluxgen
update
fluxgen fluxgen
doxygen comments
fluxgen fluxgen
xsri target
fluxgen fluxgen
changed decoration default
fluxgen fluxgen
fixed check on valid win and screen pointer in setFocusedWindow
fluxgen fluxgen
minor indentation and comments
fluxgen fluxgen
minor comment
fluxgen fluxgen
obsolete Font struct
fluxgen fluxgen
comments
fluxgen fluxgen
update
fluxgen fluxgen
fixed transient check
fluxgen fluxgen
resize/move window even without decor
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug 554646, windows that are not maximizable by default wont get a tab by default now
fluxgen fluxgen
minor fixes
fluxgen fluxgen
update
fluxgen fluxgen
removed insert window after last focused, temporary fix
fluxgen fluxgen
removed FONT_ELEMENT_SIZE
fluxgen fluxgen
udpate
fluxgen fluxgen
slit client bug fixed
fluxgen fluxgen
updated nl_NL locales
fluxgen fluxgen
update
fluxgen fluxgen
added ru_RU locales
fluxgen fluxgen
update
fluxgen fluxgen
removed comment from propwwmhints
fluxgen fluxgen
changed (void) to () and fixed if-statements in getMWMHints
fluxgen fluxgen
cleaning, changed (void) to (), removed unused variable, added comments, moved MwmHints Decor and Func into class FluxboxWindow
fluxgen fluxgen
update
fluxgen fluxgen
fixed invert highlight on toggle-items when they are selected
fluxgen fluxgen
nls support
fluxgen fluxgen
removed assertion
fluxgen fluxgen
update
fluxgen fluxgen
slit order filename
fluxgen fluxgen
slit order
fluxgen fluxgen
removed PM/AM in clock
fluxgen fluxgen
update
fluxgen fluxgen
updated
fluxgen fluxgen
fixes NLS variable
fluxgen fluxgen
minor fixes
fluxgen fluxgen
typeo
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
new version
fluxgen fluxgen
removed sstream include
fluxgen fluxgen
fixed default include
fluxgen fluxgen
24h clock
fluxgen fluxgen
fixed so it runs on SunOS
fluxgen fluxgen
minor indentation
fluxgen fluxgen
removed
fluxgen fluxgen
update
fluxgen fluxgen
fluxbox-generate_menu
fluxgen fluxgen
first
fluxgen fluxgen
updated to LANG when generating
fluxgen fluxgen
update
fluxgen fluxgen
iterator fix
fluxgen fluxgen
const fixes
fluxgen fluxgen
update
fluxgen fluxgen
fixed transient checking in a function
fluxgen fluxgen
removed -e after echo
fluxgen fluxgen
update
fluxgen fluxgen
added option for geometry
fluxgen fluxgen
added configurable geometry
fluxgen fluxgen
const on draw function
fluxgen fluxgen
const correct
fluxgen fluxgen
minor stuff
fluxgen fluxgen
minor stuff
fluxgen fluxgen
remove titlebar
fluxgen fluxgen
update
fluxgen fluxgen
save style on change
fluxgen fluxgen
moved creation of titlebar and handle into functions and other minor cleaning
fluxgen fluxgen
moved creation of titlebar and handle into functions
fluxgen fluxgen
added cassert include
fluxgen fluxgen
minor intel compiler fix
fluxgen fluxgen
fixed transient check in destructor
fluxgen fluxgen
const
fluxgen fluxgen
more const
fluxgen fluxgen
update
fluxgen fluxgen
strstream to sstream and minor fix with the a warning
fluxgen fluxgen
removed const on return values of fundamental types
fluxgen fluxgen
removed const on return values of fundamental types and changed strftime_format to std::string
fluxgen fluxgen
const-correct on Resource class
fluxgen fluxgen
removed const on return values of fundamental types and const-correct on BTexture
fluxgen fluxgen
removed const on return values of fundamental types
fluxgen fluxgen
minor indentation
fluxgen fluxgen
const
fluxgen fluxgen
changed menustyle.framefont/titlefont to nonpointer
fluxgen fluxgen
removed titlebar
fluxgen fluxgen
removed titlebar
fluxgen fluxgen
update
fluxgen fluxgen
Bool to bool
fluxgen fluxgen
added reconfigure for the list
fluxgen fluxgen
Desktop wheeling option added
fluxgen fluxgen
fixed slit saving and some clean up
fluxgen fluxgen
changed from pointer to referens in slitmenu constructor
fluxgen fluxgen
added DesktopWheeling option
fluxgen fluxgen
added desktopwheeling option
fluxgen fluxgen
fixed checking on focused_window in handleKeyEvents
fluxgen fluxgen
minor fix
fluxgen fluxgen
updated Rando's email
fluxgen fluxgen
update
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
updated copyright
fluxgen fluxgen
removed some options, they are in CXXFLAGS in confingure.in now
fluxgen fluxgen
added options direct to CXXFLAGS so we dont need to add them in every Makefile.am file, and changed version to cvs
fluxgen fluxgen
fixed const
fluxgen fluxgen
minor cleaning
fluxgen fluxgen
changed clientmenu to regular
fluxgen fluxgen
const iterators in updateGnomeList
fluxgen fluxgen
fixed bug [ 552723 ] removing decorations while shaded in toggleDecor
fluxgen fluxgen
const on updateGnome* functions
fluxgen fluxgen
fixed more checking on the fontstruct
fluxgen fluxgen
indentation and on_top/auto_raise savings
fluxgen fluxgen
removed NULL
fluxgen fluxgen
fixed ScreenList and added MoveTabPrev/Next, FirstTab/LastTab key bindings
fluxgen fluxgen
added FIRSTTAB, LASTTAB, MOVETABPREV and MOVETABNEXT
fluxgen fluxgen
added moveNext/movePrev
fluxgen fluxgen
update
fluxgen fluxgen
fixed bug [ 515483 ] XMMS Problem, with the handles = true
fluxgen fluxgen
minor stuff
fluxgen fluxgen
dont save on shutdown
fluxgen fluxgen
save_rc public
fluxgen fluxgen
reconfigure in case statement
fluxgen fluxgen
indentation and const fix
fluxgen fluxgen
Save settings when we change them
fluxgen fluxgen
minor fixes
fluxgen fluxgen
fixed shade bug while no tabs and rotated
fluxgen fluxgen
fixed bug in workspace warping
fluxgen fluxgen
fixed m_multibyte
fluxgen fluxgen
update
fluxgen fluxgen
fixed minor font string
fluxgen fluxgen
fixed workspace warping
fluxgen fluxgen
changed to 0.1.8
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff
fluxgen fluxgen
added ToggleTab
fluxgen fluxgen
fixed workspace warping bug when moving a tabgroup
fluxgen fluxgen
root window scrolling
fluxgen fluxgen
update
fluxgen fluxgen
minor stuff in redrawTitle
fluxgen fluxgen
tabs default off
fluxgen fluxgen
always true on tab
fluxgen fluxgen
fixed remove of handle in propertyNotify
fluxgen fluxgen
WorkspaceWarping
fluxgen fluxgen
added workspace warping option
fluxgen fluxgen
minor fixes
fluxgen fluxgen
added workspace_warping option and removed some const
fluxgen fluxgen
added workspace_warping option
fluxgen fluxgen
added workspace warping
fluxgen fluxgen
added Steve Cooper
fluxgen fluxgen
fixed for-loop
fluxgen fluxgen
typedef ScreenList
fluxgen fluxgen
update
fluxgen fluxgen
removed LinkedList
fluxgen fluxgen
update
fluxgen fluxgen
update from Workspace changes
fluxgen fluxgen
clean up
fluxgen fluxgen
update from Workspace changes and removed grab/ungrab
fluxgen fluxgen
Updated Paul Brannan's email address.
cout cout
removed LinkedList.cc/hh
fluxgen fluxgen
removed
fluxgen fluxgen
update
fluxgen fluxgen
minor updates
fluxgen fluxgen
fixed getHeight
fluxgen fluxgen
minor fixes
fluxgen fluxgen
Replaced LinkedList structures with std::map, std::vector, and std::list.
cout cout
added action RootMenu
fluxgen fluxgen
added RootMenu action
fluxgen fluxgen
clean up
fluxgen fluxgen
updated to match BaseMenu
fluxgen fluxgen
added comments
fluxgen fluxgen
updated BasemenuItem
fluxgen fluxgen
minor indentation
fluxgen fluxgen
int to unsigned int
fluxgen fluxgen
identation
fluxgen fluxgen
fixed signed/unsigned in Xinerama stuff
fluxgen fluxgen
update
fluxgen fluxgen
fixed iconbar update bug
fluxgen fluxgen
minor fix
fluxgen fluxgen
fixed blackbox nls generation
fluxgen fluxgen
update to FBNLS
fluxgen fluxgen
fixed some bools and indentation
fluxgen fluxgen
moved Decor to FluxboxWindow
fluxgen fluxgen
minor const fix
fluxgen fluxgen
fixed ToggleDecor key action
fluxgen fluxgen
added toggleDecoration and setDecoration functions
fluxgen fluxgen
added startMoving, stopMoving, startResizing and stopResizing and fixed bug 528101
fluxgen fluxgen
minor fix
fluxgen fluxgen
moved defines to enums in namespace FBNLS
fluxgen fluxgen
moved nls defines to enums in namespace FBNLS
fluxgen fluxgen
update
fluxgen fluxgen
to std::string in locale and some other fixes
fluxgen fluxgen
removed int insert(const char **,...
fluxgen fluxgen
std::string for title and icon title in FluxboxWindow
fluxgen fluxgen
char * to const char *
fluxgen fluxgen
fixed some fonts
fluxgen fluxgen
Fixed some signed/unsigned warnings
fluxgen fluxgen
update
fluxgen fluxgen
saner search in prev/next focus, and added bool doSkipWindow
fluxgen fluxgen
add new window after the last focused
fluxgen fluxgen
signed/unsigned fixes
fluxgen fluxgen
Oopss.. typo
pekdon pekdon
forgot the std in debugmsg
fluxgen fluxgen
fixed getIconName in addIcon
fluxgen fluxgen
added some headers and fixed namespace std
fluxgen fluxgen
Font.hh/cc
fluxgen fluxgen
some signed/unsigned stuff
fluxgen fluxgen
Xinerama
pekdon pekdon
to namespace
fluxgen fluxgen
minor fix
fluxgen fluxgen
added FbTk font to MenuStyle
fluxgen fluxgen
first
fluxgen fluxgen
signed/unsigned warnings
fluxgen fluxgen
rearrange private/public order
fluxgen fluxgen
removed include BaseDisplay.hh and fixed include unistd.h
fluxgen fluxgen
namespace istead of struct
fluxgen fluxgen
we don't like to modify the arguments, const-correctness and other strange code in Xinerama
fluxgen fluxgen
Xinerama support
fluxgen fluxgen
update
fluxgen fluxgen
Fixed timer pointer
fluxgen fluxgen
fixed timer pointer
fluxgen fluxgen
fixed pointer
fluxgen fluxgen
moved the update timer routines from BaseDisplay to BTimer and fixed indentation
fluxgen fluxgen
indentation and timer
fluxgen fluxgen
update getMenu from slit
fluxgen fluxgen
fixed indentation and timer var
fluxgen fluxgen
moved timer update to BTimer, update of timer is done i BTimer::updateTimers()
fluxgen fluxgen
removed add/removeTimer and fixed some stupid return referenses
fluxgen fluxgen
added FbAtoms.hh/cc
fluxgen fluxgen
copyright msg
fluxgen fluxgen
include guard
fluxgen fluxgen
parameter to prevFocus/nextFocus
fluxgen fluxgen
added parameter to NEXTWINDOW/PREVWINDOW
fluxgen fluxgen
added parameter to next/prev Focus and optionsbits for them
fluxgen fluxgen
added isLowerTab() and lastFocusTime
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
changed to std::max/min and fixed some if-statments
fluxgen fluxgen
using std::max/min
fluxgen fluxgen
moved Atoms into FbAtoms
fluxgen fluxgen
Added FbAtoms.hh FbAtoms.cc
fluxgen fluxgen
first
fluxgen fluxgen
update
fluxgen fluxgen
fixed minor KDE stuff
fluxgen fluxgen
clean up
fluxgen fluxgen
changed name on InitMenu to initMenu
fluxgen fluxgen
fixed bug in ::removeNetizen and changed name from InitMenu to initMenu
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
expand keyfilename
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
fixed default arguments for titlebar
fluxgen fluxgen
update
fluxgen fluxgen
minor fix
fluxgen fluxgen
changed typo and fixed a if statement
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
back to basemenu insert/remove
fluxgen fluxgen
removed add/removeWorkspace and fixed indent
fluxgen fluxgen
changed to remove/add workspace in Workspacemenu
fluxgen fluxgen
added remove/add workspace
fluxgen fluxgen
fixed the focusbug when deleting a window which calls Fluxbox::setFocusedWindow and the calls FluxboxWindow::setFocusFlag on the same window
fluxgen fluxgen
update
fluxgen fluxgen
using sendToWorkspace
fluxgen fluxgen
added setupConfigFiles
fluxgen fluxgen
added setupConfigFiles, removed debug stuff and added SENDTOWORKSPACE key action
fluxgen fluxgen
gnome layer not supported yet
fluxgen fluxgen
added gnome layer stuff
fluxgen fluxgen
added infinite loop check in transient
fluxgen fluxgen
added sendToWorkspace(int id, bool changeWS)
fluxgen fluxgen
removed 1-12 in sendtoworkspace
fluxgen fluxgen
added SendToWorkspace
fluxgen fluxgen
indentation
fluxgen fluxgen
added nls/bg_BG and nls/ja_JP
fluxgen fluxgen
added bg_BG and ja_JP
fluxgen fluxgen
first
fluxgen fluxgen
first add
fluxgen fluxgen
count all clients in all workspaces
fluxgen fluxgen
indentation
fluxgen fluxgen
updateGnomeClientList when changin workspace
fluxgen fluxgen
indentation
fluxgen fluxgen
update
fluxgen fluxgen
parameter to workspace change
fluxgen fluxgen
parameter to doWindowAction
fluxgen fluxgen
using parameter value for key actions
fluxgen fluxgen
added parameter to keyactions
fluxgen fluxgen
parameter values for next/prev/right/leftWorkspace
fluxgen fluxgen
changed place on public and private, added getWindowList
fluxgen fluxgen
added updateGnomeClientList
fluxgen fluxgen
minor stuff
fluxgen fluxgen
fixed gnome
fluxgen fluxgen
fixed iconbar bug
fluxgen fluxgen
include guard
fluxgen fluxgen
added getGnomeLayerAtom, moved WinState enum to FluxboxWindow and fixed include guard
fluxgen fluxgen
clean menu parsing
fluxgen fluxgen
createStyleMenu added
fluxgen fluxgen
gnome functions
fluxgen fluxgen
include guard, gnome functions and some net wm function prototypes
fluxgen fluxgen
handleUnmapnotify and gnome stuff
fluxgen fluxgen
include guard and handleUnmapNotify
fluxgen fluxgen
changed include guard and added gnome_win
fluxgen fluxgen
update
fluxgen fluxgen
Bool to bool
fluxgen fluxgen
fixed return value in unmapNotifyEvent and added grabButtons
fluxgen fluxgen
fixed unmapNotifyEvent to return a value instead of suicide
fluxgen fluxgen
minor fix
fluxgen fluxgen
Fixed typo, HorizMax != VertMax anymore
pekdon pekdon
shading/unshading fix when maximizing
pekdon pekdon
fixed this before, doing it again
pekdon pekdon
removed
fluxgen fluxgen
first import
fluxgen fluxgen
removed catch
fluxgen fluxgen
added isManaged
fluxgen fluxgen
fixed window creation
fluxgen fluxgen
removed throw in FluxboxWindow
fluxgen fluxgen
to stl list
fluxgen fluxgen
moved to stl list
fluxgen fluxgen
bugfix in iconlist loop
fluxgen fluxgen
fixed bug in shutdown
fluxgen fluxgen
removed some debug msg
fluxgen fluxgen
update
fluxgen fluxgen
Fixed bug in removeWindow
fluxgen fluxgen
Changed config file location to ~/.fluxbox/bsetbg
pekdon pekdon
update
fluxgen fluxgen
if statement
fluxgen fluxgen
to stl
fluxgen fluxgen
fixed erase bug
fluxgen fluxgen
to std list
fluxgen fluxgen
back to stl vector
fluxgen fluxgen
added gnome functions
fluxgen fluxgen
minor update
fluxgen fluxgen
added initGnomeAtoms
fluxgen fluxgen
moved gnome atoms
fluxgen fluxgen
indentation
fluxgen fluxgen
Gnome hints atom
fluxgen fluxgen
added gnome win state
fluxgen fluxgen
added _WIN_STATE to gnome atoms
fluxgen fluxgen
added eventhandling functions
fluxgen fluxgen
moved some events in process_event to eventhandling functions
fluxgen fluxgen
fixed isTransient in UnmapNotify
fluxgen fluxgen
initial import
fluxgen fluxgen
minor fix
fluxgen fluxgen
removed include LinkedList
fluxgen fluxgen
replaced LinkedList with stl container and fixed multibyte
fluxgen fluxgen
replaced LinkedList with stl container
fluxgen fluxgen
replaced LinkedList with stl container
fluxgen fluxgen
added pt_PT
fluxgen fluxgen
initial import
fluxgen fluxgen
update
fluxgen fluxgen
added Id tag
fluxgen fluxgen
indent
fluxgen fluxgen
fixed event mask, netwm and gnome workspace and workspace_count atoms
fluxgen fluxgen
Added WinState and getGnomeStateAtom
fluxgen fluxgen
fixed MapNotify event
fluxgen fluxgen
_WIN_WORKSPACE atom and some indent
fluxgen fluxgen
added numObjects
fluxgen fluxgen
minor indent
fluxgen fluxgen
indent
fluxgen fluxgen
Spellerror + (c) date update
pekdon pekdon
leftWorkspace/rightWorkspace added
pekdon pekdon
When you fix things they shouldn't break
pekdon pekdon
update
fluxgen fluxgen
indentation
fluxgen fluxgen
indentation and the frame.handle destroy
fluxgen fluxgen
indentation
fluxgen fluxgen
clean up
fluxgen fluxgen
fixed small bug in expandFilename
fluxgen fluxgen
Fixed menu parsing
fluxgen fluxgen
update
fluxgen fluxgen
indentation
fluxgen fluxgen
Fixed some indentation
fluxgen fluxgen
fixed clear to erase
fluxgen fluxgen
fixed bool and some resource
fluxgen fluxgen
Fixed update of workspaces and some indentation
fluxgen fluxgen
Fixed screen resources
fluxgen fluxgen
removed some debugmsg
fluxgen fluxgen
added getStringBetween
fluxgen fluxgen
indentation and removed some debug code
fluxgen fluxgen
Changed new_workspace_name to std::string and removed new_name_pos
fluxgen fluxgen
Changed new_workspace_name to std::string and fixed some indentation
fluxgen fluxgen
fixed namespace
fluxgen fluxgen
removed bsd-snprintf.c/.h
fluxgen fluxgen
fixed std
fluxgen fluxgen
Small casting
fluxgen fluxgen
added screen resources
fluxgen fluxgen
Added screen resourcemanager
fluxgen fluxgen
Fixed resources
fluxgen fluxgen
Named enums
fluxgen fluxgen
Fixed grabguard, return value of destroyNotifyEvent and some indentation
fluxgen fluxgen
changed return value for destroyNotifyEvent
fluxgen fluxgen
Fixed redudant include guards and named enum
fluxgen fluxgen
fixed include screen
fluxgen fluxgen
Added GrabGuard class
fluxgen fluxgen
fixed workspace name to std string
fluxgen fluxgen
removed titlebar file (titlebar configuring is done in file init now)
fluxgen fluxgen
bsetroot now sets backgrounds that trans Eterms can use
pekdon pekdon
Fixed lower/raise of windows when using keybindings/windowmenu
pekdon pekdon
update
fluxgen fluxgen
indent
fluxgen fluxgen
fixed indentation
fluxgen fluxgen
Added include xlib.h
fluxgen fluxgen
fixed a ifdef debug
fluxgen fluxgen
catching exception on window creation
fluxgen fluxgen
update
fluxgen fluxgen
fixed som indentation,throw statement in constructor and variable init
fluxgen fluxgen
Fixed better resourcehandling with Resource<T>
fluxgen fluxgen
added NotCopyable.hh
fluxgen fluxgen
added XrmDatabaseHelper.hh
fluxgen fluxgen
added Resource.cc/.hh
fluxgen fluxgen
small bugfix in keybindings
pekdon pekdon
fixed max over slit reversed
fluxgen fluxgen
update
fluxgen fluxgen
fixed maximize over slit bug
fluxgen fluxgen
update
fluxgen fluxgen
fixed cygwin
fluxgen fluxgen
added nl_types_cygnus.h
fluxgen fluxgen
minor update
fluxgen fluxgen
update
fluxgen fluxgen
fixed enums
fluxgen fluxgen
fixed enums
fluxgen fluxgen
fixed enums and decorations
fluxgen fluxgen
fixed enums
fluxgen fluxgen
update copyright year
fluxgen fluxgen
fixed enums
fluxgen fluxgen
update year
fluxgen fluxgen
fixed enums
fluxgen fluxgen
added some programs
fluxgen fluxgen
fixed so we can comment lines in configfile
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Clean up in GNOME and fixed withdrawnstate
fluxgen fluxgen
cleaned up in GNOME
fluxgen fluxgen
moved rootcommand to screen loading and added loadRootCommand
fluxgen fluxgen
Fixed rootcommand
fluxgen fluxgen
Clean up
fluxgen fluxgen
small fix
fluxgen fluxgen
included file memory for auto_ptr
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
updated copyright date and added id-tags
fluxgen fluxgen
Updated copyright date and fixed auto_ptr
fluxgen fluxgen
updated copyright date
fluxgen fluxgen
Fixed memorybug and typeo
fluxgen fluxgen
Fixed closebutton
fluxgen fluxgen
Fixed rootcommand
fluxgen fluxgen
Changed to auto_ptr and added comment
fluxgen fluxgen
Fixed std::string bug
fluxgen fluxgen
Fixed some casting
fluxgen fluxgen
Moved to std::string from std::strstream
fluxgen fluxgen
Fixed getRcFilename
fluxgen fluxgen
update
fluxgen fluxgen
Fixed indentation
fluxgen fluxgen
replaced char [] with strstream and updated keys creation
fluxgen fluxgen
Fixed rootcommand so we dont need to depend on class Fluxbox
fluxgen fluxgen
Removed Fluxbox dependency
fluxgen fluxgen
Added stringtok
fluxgen fluxgen
Fixed rootcommand for theme
fluxgen fluxgen
Added Display * to Keys constructor and added ungrabKeys function
fluxgen fluxgen
Removed Fluxbox and ScreenInfo dep, moved from strtok to StringUtil::stringtok
fluxgen fluxgen
Changed some header filenames
fluxgen fluxgen
Fixed includes
fluxgen fluxgen
update
fluxgen fluxgen
Added ctype.h include
fluxgen fluxgen
Moved strcasestr to StringUtil
fluxgen fluxgen
Added strcasestr
fluxgen fluxgen
update
fluxgen fluxgen
Starting to use member functions of FluxboxWindow instead of accessing things directly
pekdon pekdon
update
fluxgen fluxgen
Removed misc.hh
fluxgen fluxgen
removed misc.cc/.hh and added StringUtil.cc/.hh DrawUtil.cc/.hh
fluxgen fluxgen
Changed Misc::
fluxgen fluxgen
removed misc.cc/.hh
fluxgen fluxgen
added StringUtil.cc/.hh
fluxgen fluxgen
added DrawUtil.cc/.hh
fluxgen fluxgen
Changed toolbar placement enums to uppercase letters. (Claes N�st�n)
pekdon pekdon
Changed tab placement/alignment enums to uppercase letters
pekdon pekdon
update
pekdon pekdon
now use of tabs/iconbar will get saved/restored correctly
pekdon pekdon
Reverted to 1.3 code
fluxgen fluxgen
update
fluxgen fluxgen
Fixed menubug
fluxgen fluxgen
fixed a bug that made the tabs not to follow when shading
pekdon pekdon
update
fluxgen fluxgen
Fixed da_DK to it_IT
fluxgen fluxgen
update
fluxgen fluxgen
Fixed toggle bug
fluxgen fluxgen
Fixed modifier bug
fluxgen fluxgen
update
fluxgen fluxgen
Added new menuitem to configmenu
fluxgen fluxgen
Added maximize over slit menuitem
fluxgen fluxgen
Added maximize over slit resource
fluxgen fluxgen
Changed a short to an int
fluxgen fluxgen
Added maximize slit stop
fluxgen fluxgen
Added maxoverslit resource
fluxgen fluxgen
pekdon patch
fluxgen fluxgen
update
fluxgen fluxgen
Restored lower window with mouseclick feature and fixed windowmenu bug when resizing
fluxgen fluxgen
Update
fluxgen fluxgen
update
fluxgen fluxgen
Update
fluxgen fluxgen
Fixed slit:onTop and toolbar:onTop bug
fluxgen fluxgen
Update
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Updated keygrabbing constants
fluxgen fluxgen
Updated texture constant and changed the include guard
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Update include guard and added forward declaration
fluxgen fluxgen
Changed keygrab constants to upper-case
fluxgen fluxgen
Updated texture constants
fluxgen fluxgen
Update
fluxgen fluxgen
Update texture constant
fluxgen fluxgen
Updated AttribOmnipresent
fluxgen fluxgen
Moved XSync so it does a redraw
fluxgen fluxgen
cast from long to BaseDisplay::Decor
fluxgen fluxgen
Updated Attrib flags and struct
fluxgen fluxgen
Moved some structs and constants into BaseDisplay
fluxgen fluxgen
Fixed sync with xserver when changing workspace
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Moved expandFilename to class Misc
fluxgen fluxgen
Changed the include guard
fluxgen fluxgen
Added WindowmenuTab
fluxgen fluxgen
Moved expandFilename to class Misc
fluxgen fluxgen
Changed m_win->screen to m_win->getScreen()
fluxgen fluxgen
Added expandFilename
fluxgen fluxgen
Moved typedefs into class IconBar
fluxgen fluxgen
Moved some initial values
fluxgen fluxgen
Merge with pekdon
fluxgen fluxgen
update
fluxgen fluxgen
Fixed tabcycling
fluxgen fluxgen
Added getLast, last and first functions
fluxgen fluxgen
Added getLast function
fluxgen fluxgen
Fixed errorcheck in DrawRotString and DrawString
fluxgen fluxgen
Fixed vertical draw
fluxgen fluxgen
Updated include guard
fluxgen fluxgen
Fixed rootwindow so text shows up on all screens
fluxgen fluxgen
Updated new Theme(..
fluxgen fluxgen
Moved structures around, moved struct FFont to class Misc, removed include Rotated.hh
fluxgen fluxgen
Updated strdup
fluxgen fluxgen
Changed get*Style to reference instead of pointer
fluxgen fluxgen
Updated DrawString
fluxgen fluxgen
Updated text alignment
fluxgen fluxgen
Updated Toolbar alignment
fluxgen fluxgen
Fixed bstrdup to Misc::strdup
fluxgen fluxgen
Fixed bstrdup to Misc::strdup
fluxgen fluxgen
Removed Rotated.hh
fluxgen fluxgen
Updated alignment string
fluxgen fluxgen
Fixed DrawString
fluxgen fluxgen
Changed getWindowStyle()-> to getWindowStyle().
fluxgen fluxgen
see misc.cc log
fluxgen fluxgen
Created class Misc and moved all free functions in misc.cc into it and added strdup. Moved struct FFont from Theme.hh into class Misc and renamed it to struct Font. Changed FontAlignement names to upercase
fluxgen fluxgen
Moved strdup into class Misc
fluxgen fluxgen
Moved all free functions in misc.cc/.hh into class Misc and moved struct FFont to Misc::Font so there is no cyclic deps between Theme and Misc. Changed name of the fontalignments to upercase letters. Added strdup to class Misc.
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
update
fluxgen fluxgen
Fixed Alt+resizing + Button1 bugg
fluxgen fluxgen
Initial revision
fluxgen fluxgen
New repository initialized by cvs2svn.
unknown unknown
Merge branch 'master' of fluxbox@gitfbox:fluxbox
Mark Tiefenbruck mark@fluxbox.org
fix border width on synthetic ConfigureNotify events
Mark Tiefenbruck mark@fluxbox.org
make reported frame extents include border width
Mark Tiefenbruck mark@fluxbox.org
must initialize toolbar before the windows
Henrik Kinnunen fluxgen@fluxbox.org
split Text.hh into Orientation.hh and TextUtils.{cc,hh}
Mathias Gumz akira at fluxbox dot org
moved code a bit around, cleaned up some classes
Mathias Gumz akira at fluxbox dot org
Changelog entries for the xinerama_randr branch changes. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
Move dockapps to (-100,-100) instead of (screenw + 10, screenh + 10). The windows used to appear when one xrandr'ed to a bigger resolution. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
"On head" menu -- reloading and refreshing bugfix. We should reload the contents of this menu on Xinerama layout change. I switched it from FbMenu to ToggleMenu, because the selected head wasn't being updated properly. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
Move windows out of inactive heads upon layout change. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
Deal with XineramaQueryScreens failure. The call to XineramaQueryScreens may return NULL in some cases. This patch tries to deal with that somehow. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
Call XRRUpdateConfiguration before querying Xinerama As the manpage says: Clients must call back into Xlib using XRRUpdateConfiguration when screen configuration change notify events are generated (or root window configuration changes occur, to update Xlib's view of the resolution, size, rotation, reflection or subpixel order. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
Reload the Xinerama layout on RandR signal. The m_head_areas became a vector, because we need to dynamically change its size. The functions manipulating struts (which refer to a particular head) now check whether the head still exists. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Tomas Janousek tomi@nomi.cz
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.
Mathias Gumz akira at fluxbox dot org
make sure apps, overlay, and windowmenu get copied on new installations
Mark Tiefenbruck mark@fluxbox.org
created new fluxbox-remote man page
Mark Tiefenbruck mark@fluxbox.org
make wallpapers do The Right Thing (tm)
Mark Tiefenbruck mark@fluxbox.org
update manual for changes in slit placement
Mark Tiefenbruck mark@fluxbox.org
use the same options in Slit and Toolbar placement menus
Mark Tiefenbruck mark@fluxbox.org
fix the Focus key command
Mark Tiefenbruck mark@fluxbox.org
add SetLayer key command
Mark Tiefenbruck mark@fluxbox.org
make ShowDesktop command toggle between showing desktop and windows
Mark Tiefenbruck mark@fluxbox.org
added new `fluxbox-keys' man page
Jim Ramsay i.am@jimramsay.com
make resize cursors consistent
Dmitry E. Oboukhov unera@debian.org
add selection box to various "choose one of these" menu items
Mark Tiefenbruck mark@fluxbox.org
add window pattern argument to ArrangeWindows
Mark Tiefenbruck mark@fluxbox.org
add shebang to default startup file
Mark Tiefenbruck mark@fluxbox.org
add a few tops to fbgm
Mark Tiefenbruck mark@fluxbox.org
remove dithering code
Mark Tiefenbruck mark@fluxbox.org
add volume keybindings to default keys file
Mark Tiefenbruck mark@fluxbox.org
don't send stuck windows to other workspaces
Mark Tiefenbruck mark@fluxbox.org
add the windowmenu file to the index
Mark Tiefenbruck mark@fluxbox.org
move default window menu to ~/.fluxbox/windowmenu
Mark Tiefenbruck mark@fluxbox.org
allow restart with no argument from fluxbox-remote
Mark Tiefenbruck mark@fluxbox.org
don't use full path to fluxbox in startfluxbox
Mark Tiefenbruck mark@fluxbox.org
fix crashes from dangling pointer
Mark Tiefenbruck mark@fluxbox.org
updated the copyright where it's easily visible: `fluxbox -v` and COPYRIGHT. nls/translators: typo, plus Translation.m.desc never existed. Never. more consistent keys file comments in fluxbox-update_config.
skiidoo skiidoo@users.sourceforge.net
add (urgent=yes|no) options to ClientPattern
Mark Tiefenbruck mark@fluxbox.org
fix some memory leaks and uninitialized values
Matthias S. Benkmann matthias@winterdrache.de
remove generated makefiles from index
Mark Tiefenbruck mark@fluxbox.org
allow window menu items in ordinary menus
Mark Tiefenbruck mark@fluxbox.org
some fixes for borderless windows
Mark Tiefenbruck mark@fluxbox.org
only remove outside border when disabled by decoration mask
Mark Tiefenbruck mark@fluxbox.org
add new command line option -list-commands
Mark Tiefenbruck mark@fluxbox.org
remove some unnecessary architecture
Mark Tiefenbruck mark@fluxbox.org
add macedonian translations
Damjan Dimitrioski damjandimitrioski@gmail.com
fix out of source building
Mark Tiefenbruck mark@fluxbox.org
reset typeahead when adding/removing items in the menu
Mark Tiefenbruck mark@fluxbox.org
Fix focused/unfocused border color of the tab container. (it was broken since 46bca62a9cd8052bd8749da8b1aa7539d5fe8c23)
Tomas Janousek tomi@nomi.cz
more more fun with the window menu
Mark Tiefenbruck mark@fluxbox.org
simplify gravity calculations
Mark Tiefenbruck mark@fluxbox.org
another fix for saving and restoring window dimensions
Mark Tiefenbruck mark@fluxbox.org
move FluxboxWindow::applyDecorations() to FbWinFrame
Mark Tiefenbruck mark@fluxbox.org
c++ != perl
Mark Tiefenbruck mark@fluxbox.org
fix negative arguments to :GoToWindow
Mark Tiefenbruck mark@fluxbox.org
if argument to :GoToWindow is too large, select the last window
Mark Tiefenbruck mark@fluxbox.org
move some code around
Mark Tiefenbruck mark@fluxbox.org
minor changes for frame extent calculations
Mark Tiefenbruck mark@fluxbox.org
fix updating struts when not using xinerama
Mark Tiefenbruck mark@fluxbox.org
need to reset keybindings when keymap changes
Mark Tiefenbruck mark@fluxbox.org
fix resizing from apps file with defaultDeco != NORMAL
Mark Tiefenbruck mark@fluxbox.org
don't save rc in SetStyle command if loading the style fails
Matteo Galiazzo matteo@maltesenarrazioni.it
Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox
Henrik Kinnunen fluxgen@fluxbox.org
Fixed startup bug for window menu in iconbar. The window menu in the iconbutton was not updated properly the first time it was used ( before right clicking in the real window titlebar).
Henrik Kinnunen fluxgen@fluxbox.org
Fixed so tooltip window in the iconbar when the title changes.
Henrik Kinnunen fluxgen@fluxbox.org
adjust coordinates for window border in synthetic ConfigureNotify events
Mark Tiefenbruck mark@fluxbox.org
ChangeLog: fixed typo (s/rememberm/remember/). Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
Slava Semushin php-coder@altlinux.ru
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>
Slava Semushin php-coder@altlinux.ru
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>
Slava Semushin php-coder@altlinux.ru
nls/translators.txt: updated my name and email address. Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
Slava Semushin php-coder@altlinux.ru
fix tooltip windows for xinerama
Mark Tiefenbruck mark@fluxbox.org
change default menu delays
Mark Tiefenbruck mark@fluxbox.org
add more default keybindings
Mark Tiefenbruck mark@fluxbox.org
add tooltips for iconbar buttons when title is too long to fit
Matteo Galiazzo matteo@maltesenarrazioni.it
little hack to allow arbitrary commands in the toolbar
Mark Tiefenbruck mark@fluxbox.org
some additions/corrections for fbgm
skiidoo aza.skiidoo@gmail.com
remove some unnecessary arguments
Mark Tiefenbruck mark@fluxbox.org
save timestamp for non-existent menu file, in case user creates one
Mark Tiefenbruck mark@fluxbox.org
add reconfigure to default menu
Mark Tiefenbruck mark@fluxbox.org
workaround for keys files broken by fluxconf
Mark Tiefenbruck mark@fluxbox.org
don't allow empty root menu
Mark Tiefenbruck mark@fluxbox.org
add -nearmouse to fbrun man page
Ken Bloom kbloom@gmail.com
don't add program icons to tabs for previous users, for backwards compatibility, but leave it as default for new users
Mark Tiefenbruck mark@fluxbox.org
changelog
Henrik Kinnunen fluxgen@fluxbox.org
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.
Henrik Kinnunen fluxgen@fluxbox.org
some updates for the startup file in modern times
Mark Tiefenbruck mark@fluxbox.org
we don't need to tell this to everyone
Mark Tiefenbruck mark@fluxbox.org
forgot to add apps.in to git
Mark Tiefenbruck mark@fluxbox.org
add fbrun to default apps file
Mark Tiefenbruck mark@fluxbox.org
some minor changes to default keys file
Mark Tiefenbruck mark@fluxbox.org
some fixes for gcc 3.4
Thomas Orgis sobukus@users.sourceforge.net
system tray border patch from matteo
Matteo Galiazzo matteo@maltesenarrazioni.it
Added autoscan hints to configure.in
Nitish Padgaonkar nitishp@gmail.com
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.
Mathias Gumz akira at fluxbox dot org
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.
Bernhard Walle Bernhard.Walle@gmx.de
The unfocused/pressed pixmaps for the 'stick' button were ignored. This fixes a bug in commit 1f01d84c080d607a91eb417efcaf5e500b5f1d7e (split WinButtonTheme into multiple themes), where every other theme except for m_stick_pm was changed.
Jim Ramsay i.am@jimramsay.com
transform _NET_WM_ICON data to correct depth
Mathias Gumz akira at fluxbox dot org
Merge branch 'makefile_correct'
Mathias Gumz akira at fluxbox dot org
change default edge snap threshold to 10 pixels
Mark Tiefenbruck mark@fluxbox.org
implement smarter reloading for custom menus
Mark Tiefenbruck mark@fluxbox.org
only reload the keys file if the contents have changed
Mark Tiefenbruck mark@fluxbox.org
some minor changes
Mark Tiefenbruck mark@fluxbox.org
use AutoReloadHelper in apps file, check for changes automatically
Mark Tiefenbruck mark@fluxbox.org
refactor menu reloading, added FbTk::AutoReloadHelper
Mark Tiefenbruck mark@fluxbox.org
reuse some menu pointers instead of using delete/new
Mark Tiefenbruck mark@fluxbox.org
more useless code
Mark Tiefenbruck mark@fluxbox.org
remove some more useless code
Mark Tiefenbruck mark@fluxbox.org
remove some unnecessary code
Mark Tiefenbruck mark@fluxbox.org
fix crash when trying to set the title on a window that's already closed
Mark Tiefenbruck mark@fluxbox.org
don't let KeyRelease events propagate to windows
Mark Tiefenbruck mark@fluxbox.org
turn off size/position display by default, move click raises to focus model menu
Mark Tiefenbruck mark@fluxbox.org
fix some goofy code
Mark Tiefenbruck mark@fluxbox.org
forgotten Changelog entry
Mathias Gumz akira at fluxbox dot org
fix rounded corners on restart
Mark Tiefenbruck mark@fluxbox.org
add some more default keybindings
Mark Tiefenbruck mark@fluxbox.org
fixed detection of bad values in the _NET_WM_ICON property. eg, tvtime.sf.net is not aware of how to correctly feed icon data into the property on 64bit architecture which caused the dimensions of the icon beeing corrupt and due to overflow arithmetics fluxbox crashed.
Mathias Gumz akira at fluxbox dot org
Merge branch 'master' of fluxbox@dev:fluxbox
Mathias Gumz akira at fluxbox dot org
cosmetics
Mathias Gumz akira at fluxbox dot org
fix active menu item when inserting or removing other items
Mark Tiefenbruck mark@fluxbox.org