SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fluxbox-1.3.7-6.1.x86_64.rpm :
Wed Jun 7 14:00:00 2017 jengelhAATTinai.de
- Replace filler wording by some factual description.

Sun Sep 20 14:00:00 2015 sbahlingAATTsuse.com
- update to 1.3.7:
Critical Bugfixes:

* Segfault on startup (mostly
*BSD)

* Segfault on shutdown

* Segfault on clicking the Remember menu

* Menu crops on TypeAhead
Minor Bugfixes:

* _NET_REQUEST_FRAME_EXTENTS

* Working autorepeat keys

* Working vertical rotated Tabs and Toolbar

* Proper size of titlebar buttons on restart / detaching tabs

* Missing windowmenu works again

* Several glitches in the menu

* Correct handling of \'maximized\' statement in the apps file
Features:

* The improved TypeAhead sytem is not limited to matches on beginning
of menu items anymore, the behavior is configurable:
- Nowhere - disables TypeAhead support
- ItemStart - matches typed text only at the start of a menu item
- Somewhere - matches typed text somewhere in a menu item
(Currently this is a configfile-only option)

* Minor tweaks to the i18n system

* Updated turkish translations
End User unrelated:

* Code refactoring and cleanup, assisted by Coverity and
clang static code analysis
- changes from 1.3.6:
Critical Bugfixes:

* Clocktool problems

* Rendering long text

* Race condition on shutdown

* Lost keypresses after workspace switch

* Corruption of fbrun-history
Minor Bugfixes:

* Resize and Move problems
Features:

* \'ArrangeWindowsStack\' action

* Treat Windows with WM_CLASS == \"DockApp\" as DockApps
Minor:

* Updated translations (Bulgarian, Hebrew, Japanese)

* Updated build system
- Update Source0 URL in specfile
- Use xz compressed source tarball
- Rebase fluxbox-remove_build_timestamp.patch

Tue Sep 30 14:00:00 2014 crrodriguezAATTopensuse.org
- Do not use xorg-x11-devel but only the needed packages.
- Build with -fvisibility-hidden there is no shared library
exporting an API or loadable plugins so we do not have
to pay for that at runtime.

Fri Feb 14 13:00:00 2014 stephan.barthAATTsuse.com
- fixed file list for fluxbox-styles-upstream, which sometimes had trailing
slashes for regular files

Tue Feb 19 13:00:00 2013 nmo.marquesAATTgmail.com
- update to 1.3.5:

* Bugfix: reenable \'If\', \'Or\', \'And\' actions.
- fixes from 1.3.4:

* More subtle brightening of colors

* FbTk::FbTime::mono() yields microseconds since fluxbox started

* Feature: Added \'LHalf\' / \'RHalf\' buttons for titlebar

* Bugfix: Elliptic gradients are rendered correctly now

* Bugfix: Avoid integer overflow for some gradients

* Code optimization in texture rendering code (RAM, reduced branches)

* Feature: Added \'ClientPatternTest\' command to help debugging
client patterns via \'fluxbox-remote\'

* Bugfix: Handle FbTk::Timers with equal end time correctly

* Bugfix: Align ClockTool timers with system clock to trigger clock
switches when the users expects them

* Improved calculation of brighter colors

* Added \'he_IL\' translations (Thanks Genghis Khan)

* Bugfix: Invert a texture correctly

* Cleanup of build-system and .gitignore

* Simplification of FbTK::Timer code

* Simplification of FbTK::TextureRender code

* Use the same lookup-tables for solid colors and gradient textures

* Bugfix: Do not handle list of timers in place

* Improved documentation of code

* Including the code of the SystemTray into the binary is optional now

* Reduce window-movement lagging on slower systems (Thanks Aymeric Vincent)

* Build-system improvements (Thanks Sami Kerola)

* Removed bashisms from fluxbox-generate_menu (Thanks Sami Kerola)

* Build-system improvements (Thanks Sami Kerola)

* Combile fix: forgotten parentheses in code for MacOS

Wed Jan 23 13:00:00 2013 nmo.marquesAATTgmail.com
- update license field to match http://spdx.org/licenses/ (MIT)
- split upstream styles into sub-package; keep SUSE style in the
main package to comply with %configure macro
- update summary for review (clears through rpmlint \'warning\')
- fix typos and update syntax in configure: --enable-newspec,
- -enable-timedcache, --enable-randr.
- spec cleanups

Wed Jan 16 13:00:00 2013 nmo.marquesAATTgmail.com
- update to 1.3.3

* Added \'NearestCorner\', \'NearestEdge\' and \'NearestCornerOrEdge\' resize
methods

* Added percentage values for commands such as ResizeWindow

* Added style ressources \'menu.hilite.font\', \'menu.hilite.justify\'

* Added \'OnTab\' modifier for keys file

* Added _MOTIF_WM_INFO atom to advertise motif capabilities

* Added \'fullscreen\', \'maximizedhorizontal\', \'maximizedvertical\' tests to
client patterns

* Added option to revert focus to previous window only on current head in
a multi-monitor setup

* Rewrite of FbTk::TextureRenderer (simpler code)

* Improved building on Microsoft Windows

* Use of monotonic increasing clock for timer, not affected by leap seconds etc.

* Fixed placement off transient windows in a multi-monitor setup with \'holes\'

* Fixed usage of \'~\' as part of style filenames

* Replaced (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym()

* Improved vertical alignment of text in decorations

* Fixed compiler and code style issues

* Updated italian translations
- update license to match spdx.org
- update summary to match review (requested for update, silly one)

Wed Nov 2 13:00:00 2011 pascal.bleserAATTopensuse.org
- update to 1.3.2:

* support for ARG32 visuals (cairo-dock etc)

* updated translations

* removed Gnome window manager hints

* relicense \'ostrich\' theme

* support CARDINAL for client pattern

* fix crash at SIGINT / exit

* fix signal/Slot related crashes on exit

* sync bootstraped config files to disk before launching

* don\'t warp workspaces on single workspaces

* fix crash when using ClientMenu after changing the client, sf#3210493

* remap keysyms to keycodes after \'MappingNotify\' (setxkbmap, xmodmap),
sf#3386257

* use _NET_WM_ICON correctly, sf#1852693

* updated \'bloe\' and \'arch\' styles to work without XPM support
- dropped the following patches, merged upstream in 1.3.2:

* fluxbox-ftbfs-gcc-4.6.patch

* fluxbox-upstream-3a3df518.patch
- added patch to remove __DATE and __TIME (build timestamps)

Mon Oct 24 14:00:00 2011 nmarquesAATTopensuse.org
- Remove fluxbox-1.1.0-missing_includes.patch
- Remove fluxbox-1.3.1-no-return.patch
- Add fluxbox-ftbfs-gcc-4.6.patch: fix FTBFS, taken from upstream
- Add fluxbox-upstream-3a3df518.patch: cosmetic solution taken
from upstream. Replace fluxbox-1.3.1-no-return.patch
- Install .desktop file for GDM/XDM
- Add fribidi-devel to BuildRequires
- Add fdupes to BuildRequires if suse_version >= 1100

Tue Mar 22 13:00:00 2011 highwaystar.ruAATTgmail.com
- updated to 1.3.1

* Fix for not hiding submenus if menuDelay is set.

* Fix crash when moving transient windows (Dialogs) between Workspaces, #3088856.

* Fix crash when SystemTray was rotated 90/270 degree, #3188223.

* Fix potential crash when gettting an UnmapEvent before a FocusEvent.

* Fix potential crash on accessing NULL-pointer.

* Fix wrong width calculation of Systemtray, #3150939.

* Fix initial placement of WindowMenu, #2731524.

* Fix incorrectly shown alpha values in Menus, #3187373.

* Fix render \'sunken\' Textures correctly.
- package changelog moved to .changes

Mon Feb 21 13:00:00 2011 posix.ruAATTgmail.com
- update to 1.3.0


 
ICM