summaryrefslogtreecommitdiff
path: root/clutter-gtk
Commit message (Expand)AuthorAgeFilesLines
...
* introspection: add missing annotation on gtk_clutter_init_with_argsEvan Nemerson2012-01-121-2/+3
* Support run-time backend detectionEmmanuele Bassi2011-11-104-119/+228
* Add missing initilization in post_parse_hookMarc-André Lureau2011-11-041-0/+9
* embed: Install the filter just onceEmmanuele Bassi2011-10-241-1/+7
* embed: Set up a better initial stateEmmanuele Bassi2011-10-241-6/+17
* Add G_GNUC_WARN_UNUSED_RESULT annotation to init functionsEmmanuele Bassi2011-10-061-2/+2
* build: link library against libmFrédéric Péters2011-09-041-1/+1
* Fix gtk-clutter-embed.c on non-X11 systemsChun-wei Fan2011-08-241-1/+1
* fix incorrect return value annotationSimon Wenner2011-07-131-1/+1
* actor: don't use -1 for width/height requestsCosimo Cecchi2011-07-081-16/+29
* embed: unmap: check stage exists before unmappingRaluca Elena Podiuc2011-06-261-1/+4
* Fix a C99-ism in GtkClutterActorEmmanuele Bassi2011-04-051-1/+2
* build: win32 fixesEmmanuele Bassi2011-03-253-2/+6
* build: Toggle deprecation when building from gitEmmanuele Bassi2011-03-251-11/+7
* Make calling gtk_clutter_init* multiple times safeEmmanuele Bassi2011-03-181-1/+13
* Fix compiler warningsEmmanuele Bassi2011-03-182-5/+1
* Fix build error for GLES environments.Andreas Mueller2011-02-101-1/+0
* Don't export private symbols in the shared libraryEmilio Pozuelo Monfort2011-01-281-1/+3
* embed: Use a global filter for eventsEmmanuele Bassi2011-01-271-1/+3
* embed: Override ::style-updatedEmmanuele Bassi2010-12-231-5/+30
* Disable multi-deviceEmmanuele Bassi2010-12-231-0/+4
* Fixes after the style API changedEmmanuele Bassi2010-12-235-280/+8
* Add GtkClutterTexture and rework texture integrationEmmanuele Bassi2010-12-227-389/+363
* offscreen: Fix embedding of gtk+ widgetsEmmanuele Bassi2010-12-223-10/+42
* offscreen: Do not use size-requestEmmanuele Bassi2010-12-011-75/+90
* embed: Remove dead codeEmmanuele Bassi2010-12-011-20/+0
* window: Do not use size-requestEmmanuele Bassi2010-12-011-14/+22
* gtk-actor: Clean up the codeEmmanuele Bassi2010-12-011-18/+34
* Adapt to deprecation of gtk_widget_hide_allFlo Gravo2010-10-221-1/+1
* introspection: Add more annotationsEmmanuele Bassi2010-10-051-12/+15
* build: Use substitution constant for the version everyoneEmmanuele Bassi2010-10-051-2/+1
* window: Remove deprecated gtk_widget_size_request()Emmanuele Bassi2010-10-051-1/+3
* Fix compilation with gtk+ ≥ 2.91.0Emmanuele Bassi2010-10-053-61/+51
* build: Use symbolic values for the API versionEmmanuele Bassi2010-09-161-14/+21
* Fix a few introspection-related build warningsLucas Rocha2010-09-102-6/+6
* Add flag to warn all introspection errorsLucas Rocha2010-09-101-1/+1
* Remove GDK_DISPLAY() usageLucas Rocha2010-09-101-2/+2
* Use new --identifier-prefix flag in g-ir-scannerLucas Rocha2010-09-101-1/+1
* build: Fix up introspection for distcheckingEmmanuele Bassi2010-08-091-10/+9
* build: Fix up private headersEmmanuele Bassi2010-08-091-5/+6
* embed: Forward Key eventsEmmanuele Bassi2010-08-091-6/+45
* window: Clean upEmmanuele Bassi2010-07-212-11/+13
* Enhance the Gobject Introspection support in clutter-gtkGord Allott2010-07-211-9/+9
* Clean up API and documentationEmmanuele Bassi2010-07-214-275/+11
* window: Clean up, document and use constraintsEmmanuele Bassi2010-07-211-24/+29
* actor: Use GtkSizeRequestEmmanuele Bassi2010-07-211-8/+15
* actor: Clean up the APIEmmanuele Bassi2010-07-212-60/+185
* embed: Ensure the viewport only if we're realizedEmmanuele Bassi2010-07-211-9/+12
* actor: Avoid layout cycles/2Emmanuele Bassi2010-07-213-15/+20
* actor: Avoid layout cycles/1Emmanuele Bassi2010-07-211-0/+3