Commit Graph

39 Commits

Author SHA256 Message Date
Michael Vetter
136796c6ef Accepting request 417830 from home:WernerFink:branches:X11:windowmanagers
- Update to 2.6.6
  * fvwm features:
  - Support for Russian from Ivan Gayevskiy.
  - EnvMatch supports infostore variables.
  - The option "forget" to the Maximize command allows to
    unmaximize a window without changing its size and position.
  - Windows shaded to a corner (NW, NE, SW, SE) are reduced to a
    small square.
  - New option "!raise" to the WarpToWindow command.
  - The new extended variables $[wa.x], $[wa.y], $[wa.width],
    $[wa.height] can be used to get the geometry of the EWMH
    working area, and $[dwa.x], $[dwa.y], $[dwa.width],
    $[dwa.height] can be used to get the geometry of the EWMH
    dynamic working area.
  - The Resize commands accept "wa" or "da" as a suffix of the
    width or height value.  If present, the value is a percentage
    of the width or height of the EWMH working area or the EWMH
    dynamic working area.
  - Fvwm is much more resilient against applications that flood the
    window manager with repeated events.
  * New module features:
  - FvwmForm supports separator lines.
  - New FvwmIconMan options:
      IconAndSelectButton
      IconAndSelectColorset
  * Bug fixes:
  - Provide a wrapper for the deprecation of XKeycodeToKeysym and
    use XkbKeycodeToKeysym() where appropriate.
  - fvwm-menu-desktop is re-written and provides better support of
    the XDG menu specification.

OBS-URL: https://build.opensuse.org/request/show/417830
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=33
2016-08-08 12:44:57 +00:00
Michael Vetter
3610183259 - Clean up with spec-cleaner
- Remove 'system.fvwm2rc_' seems not to be used
- Fix module 'Command' see (boo#966650)

OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=32
2016-03-03 14:18:09 +00:00
Tomáš Chvátal
9b81ebaff6 - Rename config file to not have underscore at begining
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=30
2014-10-08 13:43:59 +00:00
Tomáš Chvátal
d5a78e34a3 Accepting request 253231 from home:elvigia:branches:X11:windowmanagers
- fvwm-no-date-time.patch Do not include __DATE__ and __TIME__ 
  in binaries.
- Drop usage of xorg-x11-devel. pick only the needed packages.

OBS-URL: https://build.opensuse.org/request/show/253231
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=29
2014-10-07 11:54:45 +00:00
Togan Muftuoglu
b7e0105b67 Accepting request 184178 from home:WernerFink:branches:X11:windowmanagers
- Add patch fvwm-2.6.5-eventcrash.patch which should avoid that not
  set icon names will be freed  (bnc#778347)

OBS-URL: https://build.opensuse.org/request/show/184178
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=27
2013-07-24 15:31:43 +00:00
Togan Muftuoglu
be7e7f0893 Accepting request 183970 from home:WernerFink:branches:X11:windowmanagers
- Update to 2.6.5 + snpashot 2012/10/11
  - NEWS: Added FvwmForm Separators,
    fvwm-desktop-menu fixes.
  - libs/Bindings.c (AddBinding):
  - fvwm/builtins.c (FkeysymToKeycode):
  - fvwm/events.c (__handle_key):
    Add detection of XKeycodeToKeysym as deprecated, and provide a wrapper
    for it by way of fvwm_KeycodeToKeysym() to call the newer
    XkbKeycodeToKeysum() where needed.
  - libs/PictureImageLoader.c (PImageLoadSvg, PimageLoadXpm,
    PImageLoadPng):
    Fix compilation errors.
  - fvwm/menu.c ( __scan_for_pixmap):
  - libs/PictureImageLoader.c (PImageLoadSvg, PimageLoadXpm,
    PImageLoadPng):
    Add fvwm_msg() for hints about failed image load.
  - fvwm/events.c (HandlePropertyNotify):
    Fix XSizeHints problem with FVWM not correctly allowing resizing of
    windows when the hints are toggled with respect to FVWM processing
    XA_WM_NORMAL_HINTS.
  - fvwm/placement.c ( __pl_position_get_pos_simple):
    When using "UnderMouse" for PositionPlacement, ensure we honor the EWMH
    working area by default if it's in use.
  - fvwm/fvwm.c (InstallSignals):
    Unblock signals when installing them.
    When signals are registered, ensure they're unblocked so as not to queue
    them up.
  - fvwm/infostore.c (get_metainfo_length):
  + fvwm/infostore.c (new_metainfo):
  + fvwm/infostore.c (insert_metainfo):

OBS-URL: https://build.opensuse.org/request/show/183970
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=25
2013-07-22 14:43:54 +00:00
Togan Muftuoglu
13d6f23479 Accepting request 161880 from home:WernerFink:branches:X11:windowmanagers
Add two missing build requires

OBS-URL: https://build.opensuse.org/request/show/161880
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=23
2013-04-04 10:01:10 +00:00
Pavol Rusnak
9382fb97e4 Accepting request 103010 from home:WernerFink:branches:X11:windowmanagers
- update to 2.6.4
  new features:
  - FvwmIconMan no longer allows for itself to be transient
  - New command InfoStore -- to store key/value pairs of information
    to relieve the burden of the SetEnv command.
  - Speed-up improvements for fvwm-menu-desktop when generating XDG
    menus by removing unnecessary stat(2) calls.
  - BusyCursor and CursorStyle have been set to make the cursor look
    like a dot during Read/PipeRead commands, by default.
  Bug fixes:
  - FvwmRearrange now understands the "ewmhiwa" option when placing
    windows.
  - Client gravity for subwindows is honoured for reparenting
    windows, such as with XEmbed, when changing the parent's
    geometry.
  - Conditional command processing of !Layer n
    has now been fixed.
  - Fixed handling of swallowed windows for transient FvwmButtons'.
  - fvwm-menu-desktop now looks in /usr/share/applications for KDE
    legacy mode.
  - fvwm-config no longer accepts "--is-stable", "--is-released",
        "--is-final".

OBS-URL: https://build.opensuse.org/request/show/103010
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=21
2012-02-14 11:40:19 +00:00
Pavol Rusnak
83cdc26db2 Accepting request 98593 from home:vitezslav_cizek:branches:X11:windowmanagers
- update to 2.6.3
  dropped libpng patch
  New features over 2.5.26:
  * Support libpng 1.4 and 1.5.0's slightly newer APIs
  * New extended variable $[w.visiblename]
  * Style matching now honours the window's visible name
  * New style InitialMapCommand allows to execute any command when
    a window is mapped first.
  * New option to PrintInfo, "bindings" which prints out all of the
    Key, PointerKey, Mouse and Stroke bindings which fvwm knows about.
  * New differentiated options for SnapAttraction when snapping
    against screen edges:
  * New option to the BugOpts command
  * New BugOpts option QtDragnDropWorkaround to work around an oddity
    in handling drag-n-drop events to Qt applications.
  * New MenuStyle "UniqueHotkeyActivatesImmediate" and its negation
    "!UniqueHotkeyActivatesImmediate" to retain the menu until the
    user presses one of the menu keybindings to enact that change in
    the case where there's only one item defined in the menu at the
    specified hotkey.
  * New Style commands
  * New Resize argument to direction
  * Couple of changes to the Move command:
  * The EWMH working area is now honoured by default.
  * To move a window ignoring the working area, the option "ewmhiwa"
    can be used, similar to how the Maximize command works.
  * New expansion placeholder $[pointer.screen] to return the screen
    number the pointer is on.

OBS-URL: https://build.opensuse.org/request/show/98593
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=19
2012-01-03 12:16:02 +00:00
Stephan Kulow
1a0d03ca6c - remove uncommented patch
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=16
2011-12-02 07:37:20 +00:00
Stephan Kulow
0228c2b5bc Accepting request 94817 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94817
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=15
2011-12-02 07:17:40 +00:00
Stephan Kulow
16021fa606 Accepting request 80535 from home:pgajdos
- build with --no-copy-dt-needed-entries
  * no-copy-dt-needed-entries.patch

OBS-URL: https://build.opensuse.org/request/show/80535
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=13
2011-09-05 09:59:01 +00:00
Pavol Rusnak
90d27ad31e Accepting request 63987 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/63987
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=11
2011-03-16 15:10:42 +00:00
Pavol Rusnak
aba3880ca8 Accepting request 52410 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/52410
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=9
2010-11-08 19:41:57 +00:00
OBS User autobuild
976f41d0af Accepting request 36901 from X11:windowmanagers
checked in (request 36901)

OBS-URL: https://build.opensuse.org/request/show/36901
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=8
2010-04-04 18:06:09 +00:00
Ruediger Oertel
23e36305d4 Accepting request 36896 from home:oertel:branches:openSUSE:Factory
Copy from home:oertel:branches:openSUSE:Factory/fvwm2 via accept of submit request 36896 revision 3.
Request was accepted with message:
forward

OBS-URL: https://build.opensuse.org/request/show/36896
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=7
2010-04-04 17:42:41 +00:00
OBS User buildservice-autocommit
0eeea84e99 Updating link to change in openSUSE:Factory/fvwm2 revision 24.0
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=bf8a47c1c8099106b371697610f62c93
2010-03-18 14:46:45 +00:00
OBS User autobuild
d660f37be9 Accepting request 36901 from X11:windowmanagers
Copy from X11:windowmanagers/fvwm2 based on submit request 36901 from user oertel

OBS-URL: https://build.opensuse.org/request/show/36901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=25
2010-04-04 18:06:10 +00:00
OBS User autobuild
a249b467d7 Accepting request 28928 from X11:windowmanagers
Copy from X11:windowmanagers/fvwm2 based on submit request 28928 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=23
2010-01-11 15:56:55 +00:00
OBS User autobuild
5d41aa9e2d Accepting request 26611 from X11:windowmanagers
Copy from X11:windowmanagers/fvwm2 based on submit request 26611 from user coolo

OBS-URL: https://build.opensuse.org/request/show/26611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=22
2009-12-16 12:06:45 +00:00
OBS User unknown
75efd80fd5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=19 2008-06-25 17:13:39 +00:00
OBS User unknown
f3714c7518 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=18 2008-02-28 00:55:18 +00:00
OBS User unknown
eb285f1cb6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=17 2008-01-30 17:12:24 +00:00
OBS User unknown
416a647ccd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=16 2008-01-12 01:11:31 +00:00
OBS User unknown
68ece108cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=15 2007-10-23 23:35:43 +00:00
OBS User unknown
6f0b1facbf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=14 2007-10-16 00:24:45 +00:00
OBS User unknown
ec24053884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=13 2007-10-02 22:53:10 +00:00
OBS User unknown
65284e9ee4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=12 2007-08-10 15:05:42 +00:00
OBS User unknown
a3ab5cce74 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=11 2007-07-21 15:30:48 +00:00
OBS User unknown
40dcaa1bee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=10 2007-05-10 16:53:04 +00:00
OBS User unknown
44ac73bc40 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=9 2007-04-04 19:52:56 +00:00
OBS User unknown
190e473e27 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=8 2007-04-04 18:48:33 +00:00
OBS User unknown
89ac2170ac OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=7 2007-03-10 22:53:44 +00:00
OBS User unknown
8afa1c1057 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=6 2007-03-01 21:19:04 +00:00
OBS User unknown
122df0ec86 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=5 2007-02-16 17:21:51 +00:00
OBS User unknown
017dbbca3b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=4 2007-02-15 17:19:29 +00:00
OBS User unknown
c93064de35 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=3 2007-01-24 13:35:42 +00:00
OBS User unknown
46f4a073c9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=2 2007-01-19 11:28:11 +00:00
OBS User unknown
3f63ac84ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fvwm2?expand=0&rev=1 2006-12-19 22:22:37 +00:00