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
/
Window.cc
Age
Commit message (
Collapse
)
Author
Files
Lines
2007-07-01
random fixes
markt
1
-4/+8
2007-06-30
fix support for _NET_WM_STATE_MODAL
markt
1
-1/+4
2007-06-16
moved function so fluxbox compiles with --disable-remember
markt
1
-1/+27
2007-06-08
don't tab transient windows from apps file, and change their layers along ↵
markt
1
-10/+32
with main window
2007-06-03
deiconify windows when auto-grouped with new window, when using focusnew
markt
1
-1/+4
2007-05-24
immediately set a window as unfocused when unmapping, so other functions know
markt
1
-0/+2
2007-05-23
little fix for focusing auto-grouped windows
markt
1
-4/+7
2007-05-20
added session.screen<N>.maxDisableMove/Resize, plus some other cleanup
markt
1
-1/+7
2007-05-20
fixed bug #1717782, Bad fullscreen in ooimpress.
fluxgen
1
-2/+11
2007-05-20
little fixes for window focus on restart
markt
1
-8/+8
2007-05-20
this is probably a better measure of whether or not the focus change is desired
markt
1
-1/+2
2007-05-19
don't focus new windows while typing
markt
1
-0/+3
2007-05-19
added back limited behavior for session.screen0.followModel
markt
1
-16/+22
2007-05-18
some minor changes
markt
1
-3/+2
2007-05-16
added session.screen<N>.noFocusWhileTypingDelay
markt
1
-39/+47
2007-05-12
changed interpretation of maximize horz/vert on maximized windows
markt
1
-36/+14
2007-05-12
fixed tabs disappearing on reconfigure with [Deco] {TAB} and tabs in titlebar
markt
1
-1/+3
2007-05-04
fixed infinite loop caused by deiconify command
markt
1
-1/+1
2007-04-23
added clientmenu command, set iconicstate properly, disabled resizing shaded ↵
markt
1
-86/+86
windows
2007-04-18
fbsetbg -l didn't work properly when previous wallpaper was from fbsetroot
markt
1
-1/+1
2007-04-13
fixed some focus issues with FocusNew off
markt
1
-2/+23
2007-04-11
added session.screen<N>.maxIgnoreIncrement
markt
1
-4/+9
2007-04-08
added OnToolbar modifier, removed followModel, fixed unpressed button rendering
markt
1
-14/+32
2007-04-07
more of the same
markt
1
-19/+2
2007-04-01
just converting some old code to make future changes easier
markt
1
-2/+0
2007-03-30
pattern matching for window cycling
markt
1
-6/+18
2007-03-29
removed groups file, fixed initial_state handling
markt
1
-22/+6
2007-03-28
little fix for restoring tabbed windows on restart
markt
1
-3/+4
2007-03-27
lots and lots of code cleanup, plus introduced new ClientMenu class
markt
1
-13/+7
2007-03-25
little fix for clients in tabbed windows raising themselves
markt
1
-1/+1
2007-03-25
added session.screen0.tabs.usePixmap
markt
1
-23/+14
2007-03-24
colossal multi-patch, encompassing all of what I did yesterday without ↵
markt
1
-37/+56
internet access
2007-03-21
added Focusable.hh -- a base class for all focusable windows
markt
1
-15/+14
2007-03-16
maximizing window with aspect ratio caused windows to be made larger than ↵
markt
1
-3/+3
the screen
2007-03-06
I seem to have forgotten this in the last patch
markt
1
-6/+0
2007-03-06
session.screen0.defaultDeco now understands TAB, BORDER, etc.
markt
1
-3/+3
2007-03-03
removed session.numLayers resource, as it was useless and caused segfaults
markt
1
-2/+2
2007-03-01
changed FocusControl::cycleFocus() to take a list of windows as an argument
markt
1
-27/+3
also fixed some latent bugs and compiler warnings
2007-02-23
send statesig when maximizing/restoring a window
markt
1
-0/+3
2007-02-23
update titlebar buttons on reconfigure
markt
1
-33/+74
2007-02-19
when a client in a tabbed window asks to be raised, set it to the current client
markt
1
-0/+1
2007-02-19
fixed some strange behavior with tabbing a transient to its main window
markt
1
-1/+2
2007-02-18
little cleanup
markt
1
-1/+0
2007-02-17
fixed some issues with creating and alt-tabbing to transients of inactive tabs
markt
1
-10/+4
2007-02-11
forgot to revert part of my previous patch
markt
1
-10/+5
2007-02-11
still fixing bug with session.ignoreBorder
markt
1
-10/+25
2007-02-10
windows weren't getting set resizable when MaxSize and MinSize hints changed
markt
1
-7/+5
2007-02-10
it was still possible to move a window by grabbing the border with ↵
markt
1
-5/+12
session.ignoreBorder: true
2007-02-10
window was growing when we received a configurerequest that changed width ↵
markt
1
-1/+5
but not height
2007-02-06
wrong client was raised when attaching an unfocused window to the focused window
markt
1
-0/+4
[next]