index
:
fluxbox.git
fix/dont-deliver-sigalarm
master
pre-devel-1_1
prep/release-1.4.0
The official Fluxbox repository
The Fluxbox Team
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2007-12-25
fix showing program icons with depth=1 in menus
Mark Tiefenbruck
1
-6/+22
2007-12-25
make bit depth accessible from an FbDrawable
Mark Tiefenbruck
4
-9/+10
2007-12-24
minor fixes for handling ConfigureRequest events
Mark Tiefenbruck
1
-5/+3
2007-12-23
added focused/unfocused borders to styles
Mark Tiefenbruck
7
-22/+32
2007-12-23
make FbWinFrame aware of the decoration state
Mark Tiefenbruck
5
-78/+82
2007-12-22
if a window is prevented from stealing the focus, don't put it on top
Mark Tiefenbruck
1
-4/+11
2007-12-22
don't allow clients to move or resize fullscreen/maximized windows
Mark Tiefenbruck
1
-0/+6
2007-12-22
make better decisions about when to allow stealing the focus
Mark Tiefenbruck
3
-23/+35
2007-12-22
leave fullscreen windows on top, even without the focus, as long as focused ↵
Mark Tiefenbruck
2
-5/+32
window is on another head
2007-12-22
remove 'friend' declaration in Window.hh
Mark Tiefenbruck
4
-25/+28
2007-12-21
little cleanup
Mark Tiefenbruck
1
-28/+11
2007-12-21
added key command StartTabbing
Mark Tiefenbruck
5
-77/+94
2007-12-21
fixed backwards compatibility for toolbar/tab styles
Mark Tiefenbruck
1
-31/+31
2007-12-21
fix menuitem height on startup
Mark Tiefenbruck
1
-7/+7
2007-12-20
convert macro command parsing to use new StringUtil function
Mark Tiefenbruck
2
-48/+34
2007-12-20
added ForEach key command
Mark Tiefenbruck
4
-14/+69
2007-12-20
replace svn stuff with git
Mark Tiefenbruck
2
-2/+2
2007-12-19
fixed "iconify" menu item
Mark Tiefenbruck
1
-1/+6
2007-12-19
check apps file settings after ewmh and gnome
Mark Tiefenbruck
2
-7/+8
2007-12-19
always focus a client that gets raised in the focused window
Mark Tiefenbruck
1
-1/+7
2007-12-19
don't minimize a window just because its transient got minimized
Mark Tiefenbruck
1
-14/+5
2007-12-19
remove reassoc argument from FluxboxWindow::deiconify
Mark Tiefenbruck
4
-43/+26
2007-12-19
remove some unnecessary uses of FluxboxWindow::deiconify
Mark Tiefenbruck
2
-3/+3
2007-12-19
don't let transient windows steal the focus from other programs
Mark Tiefenbruck
1
-1/+1
2007-12-18
clicks on the handle were matching OnTitlebar
Mark Tiefenbruck
1
-0/+1
2007-12-18
open transient windows on same workspace as parent
Mark Tiefenbruck
1
-0/+10
2007-12-18
fix torn menus
Mark Tiefenbruck
2
-12/+17
2007-12-18
holding control will now keep the menu open
Mark Tiefenbruck
17
-42/+61
2007-12-18
make MenuItem responsible for decision to close menu when clicked
Mark Tiefenbruck
8
-31/+43
2007-12-17
fix startup items in apps file with specified screen number
Mark Tiefenbruck
1
-1/+1
2007-12-17
removed session.screen<N>.imageSearchPath, as it was:
Mark Tiefenbruck
1
-11/+0
1) undocumented 2) improperly implemented 3) responsible for broken pixmap loading in styles
2007-12-16
fix initialization of menu fonts
Mark Tiefenbruck
1
-1/+2
2007-12-16
load style before loading theme objects, remove duplicate theme load
Mark Tiefenbruck
12
-14/+19
2007-12-16
changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>
Mark Tiefenbruck
18
-378/+318
2007-12-14
fix compile issue with gcc 4.3
Mark Tiefenbruck
1
-0/+6
2007-12-14
StringUtil::removeFirst/TrailingWhitespace didn't truncate a string that was ↵
markt
3
-12/+9
only whitespace
2007-12-13
fix --with-style configure option
markt
1
-1/+1
2007-12-13
close menus when they lose focus, instead of on [exec] commands
markt
2
-12/+4
2007-12-13
added FbTk::CommandRegistry, decentralized command parsing, and made them ↵
markt
32
-1114/+961
auto-register
2007-12-11
added edge resize modes
markt
3
-30/+37
2007-12-11
only allow one open menu at a time
markt
12
-117/+39
2007-12-09
added OnTitlebar modifier to keys file
markt
7
-82/+97
2007-12-02
make sure subj != 0 in IconbarTool::update()
markt
1
-1/+1
2007-11-23
make sure window commands operate on the right window
markt
2
-0/+12
2007-11-23
somewhat fixed DeiconifyCmd
markt
3
-6/+13
2007-11-22
added special FocusIn/Out MouseOver/Out ChangeWorkspace keys
markt
7
-17/+76
2007-11-22
set resize increments to 1 when set to 0 by the application
markt
1
-0/+5
2007-11-22
use winclient instead of fluxboxwindow for matching, and removing old code
markt
4
-9/+9
2007-11-22
added conditional statements to keys file
markt
10
-43/+468
2007-11-20
move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed
markt
9
-153/+73
[next]