summaryrefslogtreecommitdiff
path: root/clutter/clutter-main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing/redundant declarationsEmmanuele Bassi2012-03-071-1/+1
* Improve repaint functionsEmmanuele Bassi2012-03-061-9/+82
* Add diagnostic modeEmmanuele Bassi2011-12-281-0/+31
* main: Fix keyboard event emission for non-reactive actorsJasper St. Pierre2011-12-011-1/+1
* Fix building with profiling enabledNeil Roberts2011-11-281-1/+1
* debug: Clean up profile/debug symbolsEmmanuele Bassi2011-11-181-0/+5
* debug: Remove CLUTTER_MARKEmmanuele Bassi2011-11-181-4/+0
* Deprecate some more old, useless APIEmmanuele Bassi2011-11-151-9/+19
* Deprecate clutter_get_timestamp()Emmanuele Bassi2011-11-151-2/+14
* Rework debug outputEmmanuele Bassi2011-11-151-0/+26
* Remove CLUTTER_TIMESTAMP debug macroEmmanuele Bassi2011-11-151-1/+1
* Remove the GTimer used by clutter_get_timestamp()Emmanuele Bassi2011-11-151-19/+2
* main: Add a sync-to-vblank global flagEmmanuele Bassi2011-11-101-0/+21
* main: Add a debug note when reading the settings fileEmmanuele Bassi2011-11-091-0/+2
* main: Deprecate clutter_set_default_frame_rate()Emmanuele Bassi2011-11-071-7/+2
* Clean up the windowing system definesEmmanuele Bassi2011-11-031-29/+54
* Clean up the backend creationEmmanuele Bassi2011-11-031-37/+46
* egl: First attempt at cleaning up the EGL native backendEmmanuele Bassi2011-11-031-2/+2
* Allow checking the backend type at run-timeEmmanuele Bassi2011-11-031-6/+64
* Implement multi-backend supportEmmanuele Bassi2011-11-031-2/+61
* Bug 662071-[Win32]-Don't init the Big Clutter LockChun-wei Fan2011-10-251-0/+6
* docs: Document the behaviour in case of init failureEmmanuele Bassi2011-10-211-0/+9
* Remove mentions of clutter_redraw()Emmanuele Bassi2011-10-171-1/+1
* debug: Clean up debugging notesEmmanuele Bassi2011-10-171-4/+0
* debug: Move paint-deform-tiles to CLUTTER_PAINTEmmanuele Bassi2011-10-131-3/+3
* docs: Include test-threads.c in the API referenceEmmanuele Bassi2011-10-131-0/+10
* Avoid using deprecated API internallyEmmanuele Bassi2011-10-121-11/+37
* Remove some compiler warningsEmmanuele Bassi2011-10-111-1/+1
* Do not leak strings from GKeyFileEmmanuele Bassi2011-10-111-2/+10
* Add more sections to the Clutter configuration fileEmmanuele Bassi2011-10-111-6/+159
* Add a configuration file for ClutterSettingsEmmanuele Bassi2011-10-111-0/+42
* Deprecate clutter_[sg]et_font_flags()Emmanuele Bassi2011-10-111-0/+6
* Deprecate clutter_clear_glyph_cache()Emmanuele Bassi2011-10-111-0/+3
* Deprecate clutter_get_input_device_for_id()Emmanuele Bassi2011-10-111-0/+2
* Clean up grab implementationEmmanuele Bassi2011-10-111-65/+203
* Deprecate clutter_redraw()Emmanuele Bassi2011-10-101-1/+3
* Cosmetic fixesEmmanuele Bassi2011-10-101-10/+10
* Deprecate clutter_threads_init()Emmanuele Bassi2011-10-071-24/+31
* Use a static mutex for the default Clutter lockEmmanuele Bassi2011-10-071-15/+5
* spelling fix: timeour -> timeoutHåkon Løvdal2011-10-031-1/+1
* Add paint-deform-tiles option to CLUTTER_DEBUGTomeu Vizoso2011-09-281-1/+2
* clutter-main: Reword translator comment for default:LTRColin Walters2011-09-231-4/+5
* Add a CLUTTER_PAINT debug option to enable continous redrawingNeil Roberts2011-09-231-1/+2
* actor: add oob-transform opt to catch out-of-band transformsRobert Bragg2011-09-191-1/+2
* docs: Fixes for cross-referencesEmmanuele Bassi2011-09-121-3/+3
* Lock the main context when modifying the repaint functions listEmmanuele Bassi2011-09-011-19/+63
* Do not use return with void functionsEmmanuele Bassi2011-07-181-1/+1
* stage: Maintain the motion event delivery invariantsEmmanuele Bassi2011-06-201-3/+9
* stage: Make per-actor motion event delivery accessors publicEmmanuele Bassi2011-06-201-4/+8
* debug: disable culling with CLUTTER_PAINT=paint-volumesRobert Bragg2011-06-171-1/+4