Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Clutter-GTK 0.10.8 16/09/2010
==================================
>> Clean up build environment
>> Fix deprecations from GTK 2.21.*
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Clutter-GTK 0.10.6 12/08/2010
==================================
>> Fix event handling with Clutter 1.3.*
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
Clutter-GTK 0.10.4 18/03/2010
==================================
* Depend on gtk+ >= 2.19.5
* Depend on clutter >= 1.2.0
* Fix introspection annotations for GtkClutterEmbed,
GtkClutterScrollable and GtkClutterZoomable
* Do no use deprecated gtk+ API
* Documentation fixes
|
|
Clutter-GTK 0.10 29/07/2009
============================
Alexander Larsson (1):
Make GtkClutterEmbed derive from GtkContainer
Chris Lord (1):
[util] Add error arguments to texture functions
Emmanuele Bassi (14):
[zoomable] Add Zoomable interface
[zoomable] Fix Introspection data generation
[viewport] Implement Zoomable
Update the Viewport example
[git ignore] Ignore backup and m4 files
Post-release bump to 0.9.3
Bump up the required Clutter version
[examples] Add a Notebook case
[viewport] Use the ::apply_transform vfunc
Merge branch 'zoomable'
[build] Use symbolic values for clutter-gtk version
[build] Depend on Clutter 1.0.0
[docs] Update the API Reference
[docs] Update the Since tags
|
|
|
|
|
|
|
|
block). Uncomment some commented out LICENSE lines while here.
|
|
Clutter-GTK 0.8.3 20/02/2009
============================
- Require Clutter >= 0.8.7
- Emit the ::activate and ::deactivate signals on the stage when we get a
focus event on the embedding widget
- Propagate the modifiers state for motion events
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.
|