File mx.changes of Package mx

-------------------------------------------------------------------
Sun Sep 16 10:58:53 UTC 2012 - zaitor@opensuse.org

- Update to version 1.4.7:
  + image: add some annotations for mx_image_set_from_buffer/data
  + widget: Handle NULL ClutterEventCrossing->related actor in
    mx_widget_leave.
  + MxScrollView: Fixed to clip events for clipped child area in
    ClutterActor->pick()
- Add mx-Replace-GL-data-types-with-equivalent-glib-types.patch,
  fixes build. 

-------------------------------------------------------------------
Fri May 11 08:56:46 UTC 2012 - dimstar@opensuse.org

- Update to version 1.4.6:
  + Fix an issue with picking in MxStack.
  + Fix linking when using ld.gold linker.

-------------------------------------------------------------------
Sun Apr  1 11:01:05 UTC 2012 - zaitor@opensuse.org

- Update to version 1.4.5:
  + adjustment: emit the "changed" signal if the value property
    changes
  + application: ensure the singleton variable is properly
    assigned
  + combo-box: don't use NULL when setting the ClutterText "text"
    property
  + css: pseudo-class should be identified by ':' in debug output
  + dialog:
    - ensure that the initial size of the dialog is correct
    - disable the blurred background when using Clutter ≥ 1.10
  + entry: Don't emit the notify text signal on switching between
    the hint text
  + scroll-view: clip around the child instead of setting
    clip-to-allocation
  + table: fix sorting depth
  + test-containers: create a grid of actors in a group for
    viewport tests
  + viewport: implement apply_transform and get_paint_volume
+ Changes from version 1.4.4:
  + Improved compatibility with Clutter 1.9
  + button: avoid setting the ClutterText "text" property to NULL

-------------------------------------------------------------------
Tue Mar  6 08:36:14 UTC 2012 - vuntz@opensuse.org

- Update to version 1.4.3:
  + button/widget: don't rely on private variables to track hover
    state
  + entry: use an empty string if the "text" property is set to
    NULL
  + slider: allow the handle button press and release events to
    propagate
  + toggle:
    - change timeline direction even if playing already
    - bind the "disabled" property of the handle and the toggle
  + tooltip: update position when changing the text
  + widget: ensure the "disabled" pseudo class is set when needed

-------------------------------------------------------------------
Tue Feb  7 07:48:07 UTC 2012 - vuntz@opensuse.org

- Update to version 1.4.2:
  + create-image-cache: use dynamic memory allocation for paths
  + entry: conditionally disable code that depends on X11
  + kinetic-scroll-view: correctly clamp to the center
  + offscreen: only restore the cogl state if it had been modified
  + Fixed bugs: bco#2614, bco#2686.
- Remove xz BuildRequires now that it comes for free in the build
  system.

-------------------------------------------------------------------
Fri Dec  9 08:47:49 UTC 2011 - dimstar@opensuse.org

- Split typelib files into their own subpackages:
  typelib-1_0-Mx-1_0 and typelib-1_0-MxGtk-1_0.
- Add typelib-1_0-Mx-1_0 and typelib-1_0-MxGtk-1_0 Requires to
  devel subpackage.

-------------------------------------------------------------------
Tue Nov 15 10:24:14 UTC 2011 - vuntz@opensuse.org

- Update to version 1.4.1:
  + Prevent warnings from MxImage by not closing the pixbuf loader
    before calling g_object_unref.
  + Honor the disabled property in MxToggle.
  + Prevent warnings when using MxAction with glib 2.28.

-------------------------------------------------------------------
Wed Oct 12 12:23:14 UTC 2011 - vuntz@opensuse.org

- Update to version 1.4.0:
  + Add new testing applications for widgets and containers
  + Prevent the cursor from being stuck as an I beam after
    selecting text in MxEntry
  + Add "state" and "clamp-to-center" properties for
    MxKineticScrollView
  + Add tooltips for MxEntry icons
  + Allow highlight icons for MxEntry icons
  + Fix a painting issue with MxScrollBar and clipped redraws
  + Add "show-tooltip" property to MxLabel to show a tooltip when
    the text does not fit in the current allocated size.
  + Bugs fixed: bco##2682, bco#2685.

-------------------------------------------------------------------
Sat Oct  1 19:30:18 CEST 2011 - dimstar@opensuse.org

- Update to version 1.3.2:
  + Implement the get_paint_volume virtual function on MxWidget and
    MxTextureFrame to enable clipped redraws and automatic culling.
  + Allow building from git without gtk-doc
  + MxEntry: Implement Unicode input mode
  + Implement the GAction interface on MxAction
  + MxApplication: Add a function to call a remote action with a
    parameter
  + Bugs fixed: bco#2680, bco#2683, bco#2684

-------------------------------------------------------------------
Wed Aug 31 16:03:47 CEST 2011 - vuntz@opensuse.org

- Update to version 1.3.1:
  + MxKineticScrollView:
    - lower the minimum value of deceleration to 1.01
    - add "clamp-duration", "clamp-mode" and "acceleration-factor"
      properties
  + Optimised the painting of MxImage
  + MxStack: add a "crop" child property
  + Implement the MxFocusable interface on MxMenu
  + MxComboBox: Open the menu when return key is pressed
  + MxMenu: close the menu when escaped is pressed, or focus moved
    elsewhere
  + MxSlider: prevent the handle position from being changed while
    the user is dragging it
  + Bugs fixed: bco#2674, bco#2675, bco#2678.

-------------------------------------------------------------------
Sat Jul 30 15:07:04 CEST 2011 - vuntz@opensuse.org

- Update to version 1.3.0:
  + Various performance optimisations and bug fixes
  + Add a remove_all() method to MxComboBox
  + Bugs fixed: bco#2666, bco#2663, bco#2662, bco#2646, bco#2645,
    bco#2671.
- Drop mx-no-G_CONST_RETURN.patch: fixed upstream.
- Add xz BuildRequires because we can't build a package for a
  xz-compressed tarball without explicitly specifying that... See
  bnc#697467 for more details.

-------------------------------------------------------------------
Mon Jul 18 10:10:21 CEST 2011 - vuntz@opensuse.org

- Add mx-no-G_CONST_RETURN.patch to stop using G_CONST_RETURN which
  is deprecated. This fixes the build of the-board.

-------------------------------------------------------------------
Sat Jun  4 20:20:18 CEST 2011 - dimstar@opensuse.org

- Update to version 1.2.0:
  + Update sizes in Gtk light switch
  + Add scroll-policy support to MxKineticScrollView
  + Don't swallow all button events in MxWidget
  + Fix MxKineticScrollView when :use-captured is FALSE
  + Change the default step-increment in MxAdjustment to 1.0
  + Fix many compiler warnings
  + Allow overriding of the system icon theme
  + Add tooltip delay property to MxWidget
  + Fix MxOffscreen incorrect aspect ratio
  + Bugs fixed: bco#2653, bco#2578, bco#2658, bco#2649, bco#2643,
    bco#2642.

-------------------------------------------------------------------
Wed May 18 07:50:24 CEST 2011 - dimstar@opensuse.org

- Update to version 1.1.12:
  + Apply the paint opacity to both textures correctly in MxImage
  + Draw rectangles around actors when using the layout debug flag
  + MxBin:
    - don't request space for the child when it is not visible
    - hide the label when it is empty or no text has been set
  + Don't animate MxToggle if it is not mapped
  + Remove the hover state from MxToggle if the pointer left during
    a drag
  + Add a function to MxImage to animate changing the scale mode
  + Update documentation
  + Bugs fixed: bco#2470, bco#2609, bco#2613, bco#2618, bco#2635,
    bco#2636, bco#2641, bco#2642.

-------------------------------------------------------------------
Thu Apr 28 08:39:11 CEST 2011 - vuntz@opensuse.org

- Update to version 1.1.11:
  + Allow arbitrary rotation angles in MxImage
  + Handle loss of focus in MxFocusManager
  + Handle URIs in MxTextureCache
  + Allow insertion into MxTextureCache
  + Allow insertion of metadata in MxTextureCache
  + Many fixes and refinement of MxImage
  + Fix calling clutter_actor_queue_relayout during dispose of
    MxOffscreen
  + Add MxActorManager, to help spread the load of actor operations
  + Fix MxTable get_preferred_width/height when used without
    for_width/height
- Change from version 1.1.10:
  + Fix some concurrency issues with asynchronous loading in
    MxImage
  + Fix the fullscreen GObject property setter in MxWindow
  + Make the toolbar property of MxWindow writable
  + Add a title property to MxWindow
  + Fix handling of padding in MxBoxLayout
    get_preferred_width/height
  + Add a use-markup property to MxLabel
  * Ensure the old border-image is correctly allocated in MxWidget
  + Make sure the corners of MxFadeEffect render consistently
  + Fix focus issues when showing a still-hiding MxDialog
- Change license of tools subpackage to GPLv2. Fixes bnc#690460.

-------------------------------------------------------------------
Fri Mar  4 12:09:51 CET 2011 - vuntz@opensuse.org

- Completely rewrite .spec file, for inclusion in openSUSE.
- Update to version 1.1.9:
  + Fix MxStack not chaining up correctly, breaking background
    drawing
  + Add a new spinner graphic that stands out better on white
  + Add a 'looped' signal to the spinner
  + Add a 'buffer-value' property to MxSlider
  + Fix supported rotation values check in MxImage
  + Ensure that the 'disabled' pseudo-state is correct in MxWidget
  + Fix various styling issues in MxSlider
  + Fix incorrect CFLAGS when building documentation
  + Replace the per-object style cache with a per-style rule cache
  + Bugs fixed: bco#2577, bco#2456, bco#2579, bco#2568, bco#2281,
    bco#2590, bco#2510.
- Changes from version 1.1.8:
  + Documentation updates and fixes
  + New "image-rotation" property for MxImage
  + Bugs fixed: bco#2263, bco#2281, bco#2456, bco#2568, bco#2510.
- Changes from version 1.1.7:
  + New class, MxFadeEffect. This is a sub-class of
    ClutterOffscreenEffect that lets you fade out the borders of
    actors
  + Label supports a 'fade-out' property that instructs it to fade
    out at the end of the line instead of ellipsizing
  + Bugs fixed: bco#2560.
- Changes from version 1.1.6:
  + Label supports a linewrap property that proxies through to the
    internal ClutterText
  + MxStack now supports a fit property that attempts to fix the
    actor into the available space whilst respecting the actor's
    width-for-height or height-for-width constraints
  + Bugs fixed: bco#2523, bco#2552.
- Changes from version 1.1.5:
  + CSS debugging mode
  + Interpolation in MxAdjustment now works when the value was
    exactly at the end
  + JSON files without valid properties won't cause a segfault
  + Focus manager now supports a hint when pushing focus
  + Bugs fixed: bco#1195, bco#2533, bco#2532, bco#2537.
- Changes from version 1.1.4:
  + Small optimisations to CSS matching
  + Support multiple CSS pseudo-classes
  + Add CSS selector prioritisation depending on position in
    stylesheet
  + Add a 'clear' function to MxImage to blank the current image
  + Always store the last-focused actor when moving focus
  + Add asynchronous image-loading to MxImage

-------------------------------------------------------------------
Thu Jan 20 09:42:26 UTC 2011 - awafaa@opensuse.org

- Update to version 1.1.3

-------------------------------------------------------------------
Mon Oct 11 14:42:47 UTC 2010 - awafaa@opensuse.org

- Update to version 1.0.4

-------------------------------------------------------------------
Mon Jun 14 23:50:29 UTC 2010 - dimstar@opensuse.org

- Drop *.la files.

-------------------------------------------------------------------
Thu Jun 10 10:20:00 UTC 2010 - awafaa@opensuse.org

- Initial import for openSUSE version 0.99.6
openSUSE Build Service is sponsored by