Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: fluxbox-styles-upstream | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 1.3.7 | Vendor: openSUSE |
Release: bp155.3.11 | Build date: Wed May 17 15:43:33 2023 |
Group: System/GUI/Other | Build host: build84 |
Size: 363695 | Source RPM: fluxbox-1.3.7-bp155.3.11.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.fluxbox.org/ | |
Summary: Upstream bundle of styles for fluxbox |
Fluxbox is a stacking windowmanager for the X Window System which started as a fork of Blackbox 0.61.1 in 2001. Its user interface has only a taskbar, a pop-up menu accessible by right-clicking on the desktop, and minimal support for graphical icons. This package provides the upstream bundle of styles.
MIT
* Sat Jul 03 2021 Fernando Mattioli <mattioli.fernando@gmail.com> - Add gcc11.patch: replaces ordered pointer comparison with equality comparison. * Wed Jun 07 2017 jengelh@inai.de - Replace filler wording by some factual description. * Sun Sep 20 2015 sbahling@suse.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 2014 crrodriguez@opensuse.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 2014 stephan.barth@suse.com - fixed file list for fluxbox-styles-upstream, which sometimes had trailing slashes for regular files * Tue Feb 19 2013 nmo.marques@gmail.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 2013 nmo.marques@gmail.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 2013 nmo.marques@gmail.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 02 2011 pascal.bleser@opensuse.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 2011 nmarques@opensuse.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
/usr/share/fluxbox/styles/Artwiz /usr/share/fluxbox/styles/BlueFlux /usr/share/fluxbox/styles/BlueFlux/pixmaps /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_close_active.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_close_pressed.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_close_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_max_active.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_max_pressed.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_max_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_min_active.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_min_pressed.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_min_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_stick_active.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_stick_pressed.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_stick_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_stuck.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_stuck_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_toolbar.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/menu_frame.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/title_bar.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/title_bar_unfocus.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/toolbar.xpm /usr/share/fluxbox/styles/BlueFlux/pixmaps/toolbar_label.xpm /usr/share/fluxbox/styles/BlueFlux/theme.cfg /usr/share/fluxbox/styles/BlueNight /usr/share/fluxbox/styles/Emerge /usr/share/fluxbox/styles/Emerge/pixmaps /usr/share/fluxbox/styles/Emerge/pixmaps/bullet.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/close-pressed.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/close-unfocus.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/close.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/icon-pressed.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/icon-unfocus.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/icon.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/max-pressed.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/max-unfocus.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/max.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/selected.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stick-pressed.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stick-unfocus.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stick.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stuck-pressed.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stuck-unfocus.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/stuck.xpm /usr/share/fluxbox/styles/Emerge/pixmaps/unselected.xpm /usr/share/fluxbox/styles/Emerge/theme.cfg /usr/share/fluxbox/styles/Flux /usr/share/fluxbox/styles/LemonSpace /usr/share/fluxbox/styles/Makro /usr/share/fluxbox/styles/MerleyKay /usr/share/fluxbox/styles/Meta /usr/share/fluxbox/styles/Nyz /usr/share/fluxbox/styles/Operation /usr/share/fluxbox/styles/Outcomes /usr/share/fluxbox/styles/Results /usr/share/fluxbox/styles/Shade /usr/share/fluxbox/styles/Twice /usr/share/fluxbox/styles/arch /usr/share/fluxbox/styles/arch/pixmaps /usr/share/fluxbox/styles/arch/pixmaps/bullet.xpm /usr/share/fluxbox/styles/arch/pixmaps/closefcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/closepr.xpm /usr/share/fluxbox/styles/arch/pixmaps/closeufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/frame.xpm /usr/share/fluxbox/styles/arch/pixmaps/gripfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/maxfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/maxpr.xpm /usr/share/fluxbox/styles/arch/pixmaps/maxufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/menuiconfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/menuiconpr.xpm /usr/share/fluxbox/styles/arch/pixmaps/menuiconufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/minfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/minpr.xpm /usr/share/fluxbox/styles/arch/pixmaps/minufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/selected.xpm /usr/share/fluxbox/styles/arch/pixmaps/shadefcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/shadepr.xpm /usr/share/fluxbox/styles/arch/pixmaps/shadeufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/stickfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/stickpr.xpm /usr/share/fluxbox/styles/arch/pixmaps/stickufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/stuckfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/stuckufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/tbarfcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/tbarufcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/unselected.xpm /usr/share/fluxbox/styles/arch/pixmaps/unshadefcs.xpm /usr/share/fluxbox/styles/arch/pixmaps/unshadepr.xpm /usr/share/fluxbox/styles/arch/pixmaps/unshadeufcs.xpm /usr/share/fluxbox/styles/arch/theme.cfg /usr/share/fluxbox/styles/bloe /usr/share/fluxbox/styles/bloe/pixmaps /usr/share/fluxbox/styles/bloe/pixmaps/bullet.xpm /usr/share/fluxbox/styles/bloe/pixmaps/closefcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/closepr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/closeufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/frame.xpm /usr/share/fluxbox/styles/bloe/pixmaps/maxfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/maxpr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/maxufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/menuiconfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/menuiconpr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/menuiconufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/minfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/minpr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/minufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/selected.xpm /usr/share/fluxbox/styles/bloe/pixmaps/shadefcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/shadepr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/shadeufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/stickfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/stickpr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/stickufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/stuckfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/stuckufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/tbarfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/tbarufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/unselected.xpm /usr/share/fluxbox/styles/bloe/pixmaps/unshadefcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/unshadepr.xpm /usr/share/fluxbox/styles/bloe/pixmaps/unshadeufcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/windowlabelfcs.xpm /usr/share/fluxbox/styles/bloe/pixmaps/windowlabelufcs.xpm /usr/share/fluxbox/styles/bloe/theme.cfg /usr/share/fluxbox/styles/bora_black /usr/share/fluxbox/styles/bora_black/theme.cfg /usr/share/fluxbox/styles/bora_blue /usr/share/fluxbox/styles/bora_blue/theme.cfg /usr/share/fluxbox/styles/bora_green /usr/share/fluxbox/styles/bora_green/theme.cfg /usr/share/fluxbox/styles/carp /usr/share/fluxbox/styles/carp/theme.cfg /usr/share/fluxbox/styles/green_tea /usr/share/fluxbox/styles/green_tea/theme.cfg /usr/share/fluxbox/styles/ostrich /usr/share/fluxbox/styles/ostrich/theme.cfg /usr/share/fluxbox/styles/qnx-photon /usr/share/fluxbox/styles/zimek_bisque /usr/share/fluxbox/styles/zimek_bisque/theme.cfg /usr/share/fluxbox/styles/zimek_darkblue /usr/share/fluxbox/styles/zimek_darkblue/theme.cfg /usr/share/fluxbox/styles/zimek_green /usr/share/fluxbox/styles/zimek_green/theme.cfg
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024