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
Age
Commit message (
Collapse
)
Author
Files
Lines
2007-12-24
`hash -t' seems to be bash-only
Mark Tiefenbruck
1
-1/+1
2007-12-24
replaced `which' with the bourne shell built-in `hash' and fixed some ↵
Mark Tiefenbruck
1
-48/+21
--program-prefix/suffix problems
2007-12-24
search subdirectories when looking for icons
Mark Tiefenbruck
1
-2/+3
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
8
-22/+35
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
9
-78/+114
2007-12-21
add some more useful keybindings to the default keys file
Mark Tiefenbruck
1
-14/+77
2007-12-21
remove `OnTitlebar Mouse2 :Lower', as it interferes with tabbing
Mark Tiefenbruck
2
-2/+0
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
5
-14/+79
2007-12-20
replace svn stuff with git
Mark Tiefenbruck
57
-57/+57
2007-12-19
"fix" `About' item in fbgm with tcsh, #1806327
Mark Tiefenbruck
1
-1/+1
2007-12-19
fix a few $HOME-related issues in fbgm
Mark Tiefenbruck
1
-3/+3
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
2
-1/+4
2007-12-18
clicks on the handle were matching OnTitlebar
Mark Tiefenbruck
1
-0/+1
2007-12-18
switched Mouse Tab Focus and Click Tab Focus nls entries
Mark Tiefenbruck
2
-2/+5
2007-12-18
open transient windows on same workspace as parent
Mark Tiefenbruck
2
-0/+12
2007-12-18
fix torn menus
Mark Tiefenbruck
2
-12/+17
2007-12-18
holding control will now keep the menu open
Mark Tiefenbruck
18
-42/+64
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
2
-1/+5
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
2
-0/+9
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
3
-2/+4
2007-12-13
close menus when they lose focus, instead of on [exec] commands
markt
3
-12/+6
2007-12-13
added FbTk::CommandRegistry, decentralized command parsing, and made them ↵
markt
33
-1114/+966
auto-register
2007-12-11
added edge resize modes
markt
4
-30/+40
2007-12-11
only allow one open menu at a time
markt
13
-117/+42
2007-12-11
update default keys and init files for OnTitlebar code
markt
3
-3/+6
2007-12-09
added OnTitlebar modifier to keys file
markt
9
-95/+158
2007-12-08
fixing previous commit
markt
2
-54/+54
[next]