summaryrefslogtreecommitdiff
path: root/clutter/clutter-main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style issues in MR !10Floris Van den Abeele2019-10-071-10/+10
* Handle 8 and 10 bits colour depth in picking code (#11)Floris Van den Abeele2019-10-071-20/+32
* Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2018-05-301-1/+1
* Allow setting the default backend from the configuration fileEmmanuele Bassi2015-12-111-0/+11
* Read the config file when creating the global shared stateEmmanuele Bassi2015-12-111-6/+6
* Allow overriding the list of Cogl drivers via configuration fileEmmanuele Bassi2015-12-101-0/+11
* event: Add pinch/swipe gesture event types and structsCarlos Garnacho2015-07-101-0/+2
* docs: Remove leftover DocBook tagsEmmanuele Bassi2015-03-121-1/+1
* Drop the UProf dependencyEmmanuele Bassi2015-03-031-135/+0
* docs: Minimal fixes for the API referenceEmmanuele Bassi2015-03-031-1/+1
* clutter: add Mir windowing/input backendMarco Trevisan (Treviño)2015-02-211-0/+9
* Remove global "actor id"Emmanuele Bassi2015-01-011-34/+4
* Improve debugging notes for main loop start/stopEmmanuele Bassi2015-01-011-2/+6
* Improve the warning message in clutter_main_quit()Emmanuele Bassi2015-01-011-1/+9
* Use new introspection annotation syntaxEmmanuele Bassi2014-12-151-6/+2
* actor: Create a PangoContext per actorJasper St. Pierre2014-10-231-80/+0
* main: Don't update the PangoContext in clutter_set_font_flagsJasper St. Pierre2014-10-231-5/+0
* clutter-main: start mainloop timer on clutter_init()Gustavo Noronha Silva2014-04-181-11/+10
* docs: Move to markdownEmmanuele Bassi2014-03-171-92/+48
* Avoid needless event copies when queueing from a backend to a stageRui Matos2014-03-151-1/+1
* tests: Use an internal setter for disabling vblank syncEmmanuele Bassi2013-12-121-0/+6
* Add API to install an event filterNeil Roberts2013-11-141-1/+21
* Add API to restrict the windowing backend to loadGiovanni Campagna2013-09-111-48/+1
* clutter: Prefer the X11 backend to the Wayland oneBastien Nocera2013-03-141-5/+5
* Add method clutter_disable_accessibility ()Alejandro Piñeiro2013-03-131-0/+23
* events: Make _clutter_process_event() reentrantEmanuele Aina2012-12-181-4/+3
* Put g_type_init() under a version checkEmmanuele Bassi2012-12-151-0/+2
* events: Fix and improve some touch events debug notesEmanuele Aina2012-11-261-7/+11
* events: Use the correct union field when setting the stage on touch eventsEmanuele Aina2012-11-261-1/+1
* events: Deliver touch events that continue off stage (soft grab)Emanuele Aina2012-10-101-0/+21
* main: Do not release the lock if it hasn't been acquiredEmmanuele Bassi2012-10-051-0/+10
* Add debug note for text directionEmmanuele Bassi2012-09-191-0/+3
* input-device: don't reset a device's stage until all touch points are goneLionel Landwerlin2012-09-031-8/+2
* stage: Remove tracking input devices, it's not usedTomeu Vizoso2012-09-031-2/+2
* Associate the device to a stage on touch eventsEmmanuele Bassi2012-08-161-2/+8
* events: process CLUTTER_TOUCH_CANCELLionel Landwerlin2012-07-291-3/+1
* events: honour clutter_stage_set_motion_events_enabled() for touch eventsLionel Landwerlin2012-07-291-1/+33
* input-device: add enter/leave events generation for touch eventsLionel Landwerlin2012-07-171-8/+21
* Add rotate actionLionel Landwerlin2012-07-171-0/+14
* actor: Move event chain emission into ClutterActorEmmanuele Bassi2012-07-111-56/+29
* Deprecate clutter_threads_enter()/leave()Emmanuele Bassi2012-07-111-8/+32
* Clean up deprecated header inclusionEmmanuele Bassi2012-06-231-1/+0
* input-device: add APIs to grab sequences of touch eventsLionel Landwerlin2012-06-221-1/+21
* introspection: assorted annotation fixes ported from ValaEvan Nemerson2012-06-121-2/+2
* debug: Group debug messages by timestampsEmmanuele Bassi2012-06-071-2/+22
* events: Deliver touch events to actorsTomeu Vizoso2012-06-051-0/+34
* Move examples from tests/interactive to a new top-levelEmmanuele Bassi2012-05-011-1/+1
* docs: Annotation fixesEmmanuele Bassi2012-04-301-1/+1
* Be resilient in case there is no device managerEmmanuele Bassi2012-04-261-0/+8
* event: Add ClutterTouchEventEmmanuele Bassi2012-03-191-0/+9