lp://staging/fluxbox
- Get this branch:
- bzr branch lp://staging/fluxbox
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.fluxbox.org/fluxbox.git.
Last successful import was .
Recent revisions
- 5988. By Thomas Lübking <email address hidden>
-
stop focus cycling on explicit workspace changes
Otherwise implicit focus changes by the workspace change would be
perceived as focus stealing and the focus restored to the last window on
the original desktop - 5987. By Thomas Lübking <email address hidden>
-
delay repositioning of labels
The iconbuttons delay their update to cover multiple changes, so if the
labels are repositioned early, they'll operate on dated titlesBUG: 1155
On the run, centralize the delay value in IconButton:
:updateLaziness () - 5985. By Mathias Gumz
-
add automake helpers to enforce --std=cxx11
switching to std::unique_ptr<> in 52c9f62 caused some trouble for
users of "older" compilers: they needed to add the --std=cxx11 flag
by hand. to make life more convenient, m4/ax_cxx_compile_ stdcxx. m4
and m4/ax_cxx_compile_ stdcxx_ 11.m4 are added to do the right thing. in my tests, the last "good" compiler is gcc-4.8, gcc-4.7 does not
support the required c++11 standard.clang++-3.5 also works.
- 5984. By Thomas Lübking <email address hidden>
-
prevent range overflow
whenever dealing with unsigned, there's better no "-" in the line ...
- 5983. By Thomas Lübking <email address hidden>
-
Make preferredWidth max from un- and focused width
This is notably an issue if the focused font differs from the unfocused
font (eg. is bold or bigger)Updating the value with the state leads to ugly judder (nasty when minimizing
a window through the iconbar) and not handling this causes random button
widths (depending on whether the button was focused when checking the value) - 5982. By Thomas Lübking <email address hidden>
-
attempt a more fair container item squeezing
Ein Schrumpffreibetrag, faktisch schon Kommunismus ;-)
When short on space, items would be squeezed evenly, but this can turn
"a" and "a very long item with useless information text" into
"a very long item" and "", so in a pre-pass we check whether some very
large items cause the shortage and preferably squeeze them. - 5981. By Thomas Lübking <email address hidden>
-
compress resize signals
typically buttons will call for this quite some, eg. when switching
workspace or (now) when altering the focused window. This compresses
various changes happening at the same time and re-layout the toolbar
only once for them
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)