summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples/layout-manager: Remove unnecessary easing state savewip/optimizations-2Emmanuele Bassi2013-03-081-4/+0
* build: Disable debugging code in stable releasesEmmanuele Bassi2013-03-081-1/+1
* actor: Clean up ::show and ::hide class handlersEmmanuele Bassi2013-03-081-40/+41
* actor: Skip queuing relayouts on unmapped actorsEmmanuele Bassi2013-03-081-0/+15
* actor: Skip transitions on invisible actorsEmmanuele Bassi2013-03-081-12/+40
* actor: Propagate the cloned state to the childrenEmmanuele Bassi2013-03-081-1/+37
* actor: Ignore redraws queued on unmapped actorsEmmanuele Bassi2013-03-081-16/+51
* actor: Keep track of clonesEmmanuele Bassi2013-03-083-26/+91
* actor: Clean up internal add/remove functionsEmmanuele Bassi2013-03-081-17/+31
* examples/layout-manager: Improve the exampleEmmanuele Bassi2013-03-081-1/+21
* Clean up the Actor private headerEmmanuele Bassi2013-03-081-77/+77
* docs: Add 1.14 symbols indexEmmanuele Bassi2013-03-071-0/+5
* x11/xi2: Factor the XKB group state in to fill events' modifier_stateRui Matos2013-03-063-9/+20
* a11y: expose the text with password-charAlejandro Piñeiro2013-03-051-9/+28
* a11y: cally-util: use password-char to fill a key_event if requiredAlejandro Piñeiro2013-03-051-8/+61
* actor: Revert the Transition/Actor leak fixEmmanuele Bassi2013-03-051-4/+7
* timeline: Use the right function pointer offsetEmmanuele Bassi2013-03-051-1/+1
* build: Dist the cookbookEmmanuele Bassi2013-03-051-0/+4
* actor: Release a reference on the implicit TransitionsEmmanuele Bassi2013-03-041-3/+6
* text: Clean up the set_font_description_internal() semanticsEmmanuele Bassi2013-03-041-8/+7
* docs: Clean up the documentation for the allocate() methodsEmmanuele Bassi2013-03-041-7/+21
* docs: Clean up the wording of a couple of commentsEmmanuele Bassi2013-03-041-1/+9
* deform-effect: Don't use deprecated APIEmmanuele Bassi2013-03-041-1/+7
* offscreen-effect: Add a method to get the target areaEmmanuele Bassi2013-03-044-0/+50
* build Bump to 1.15.1Emmanuele Bassi2013-03-041-2/+2
* [l10n] Updated German translationMario Blättermann2013-03-031-273/+268
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-03-012-715/+717
* x11/clutter-keymap-x11: Honor XkbNewKeyboardNotify eventsRui Matos2013-02-241-0/+1
* Updated Czech translationMarek Černocký2013-02-221-319/+319
* Fix compiler warnings by initializing variablesEmmanuele Bassi2013-02-211-2/+2
* actor: Fix clutter_actor_allocate_align_fill for partially-filled actorsJasper St. Pierre2013-02-211-25/+21
* conform: Disable the Cogl testsEmmanuele Bassi2013-02-201-0/+2
* cally: Use AktObject::get_name()Emmanuele Bassi2013-02-201-13/+20
* scroll-actor: Use :child-transformEmmanuele Bassi2013-02-201-87/+16
* wayland: Only include Wayland headers in privateDaniel Stone2013-02-207-28/+72
* wayland-compositor: Don't use Wayland types in public APIDaniel Stone2013-02-202-5/+2
* cogl: Don't use cogl_xlib_set_diplay()Damien Lespiau2013-02-202-13/+0
* Don't do anything special with COGL_ENABLE_EXPERIMENTAL_2_0_APIJasper St. Pierre2013-02-203-5/+5
* conformance: Only check for DISPLAY on X11 windowing backendRob Bradford2013-02-201-10/+11
* actor: Use the correct return valueJosselin Mouette2013-02-201-1/+1
* timeline: Add progress-based marker APIEmmanuele Bassi2013-02-206-30/+133
* Update French translationAlexandre Franke2013-02-201-336/+336
* Updated Polish translationPiotr Drąg2013-02-161-109/+109
* Add missing functions to clutter.symbolsEmmanuele Bassi2013-02-141-0/+2
* settings: Don't reload config for fontconfig if there's no fontmapNeil Roberts2013-02-131-7/+15
* Add clutter_stage_set_sync_delay()Owen W. Taylor2013-02-138-77/+386
* evdev: Fix use of the common XKB code for the evdev deviceNeil Roberts2013-02-081-4/+4
* build: Bump cogl requirementAdel Gadllah2013-02-061-1/+1
* clutter-stage: Fix typoAdel Gadllah2013-02-061-1/+1
* stage-cogl: Reuse backbuffer contentsAdel Gadllah2013-02-065-32/+167