summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* actor: Fix transform-set conditionEmmanuele Bassi2012-09-251-1/+1
| | | | | The :transform-set property is set if the matrix in :transform is not the identity matrix.
* Updated Latvian translationRūdolfs Mazurs2012-09-241-828/+1070
|
* Post-release version bump to 1.12.1Emmanuele Bassi2012-09-241-2/+2
|
* Release Clutter 1.12.01.12.0Emmanuele Bassi2012-09-242-2/+33
|
* docs: Fix typo in closing tagEmmanuele Bassi2012-09-241-1/+2
|
* x11: set the stage for core events with no associated stageEmanuele Aina2012-09-241-16/+19
| | | | | | | | | | | | | | | | | When the last touch has been released the stage on the corresponding master device (eg. the virtual core pointer) is set to NULL and no mouse events can be delivered until an ENTER event has occurred and the stage pointer restored. This is due to the fact that the master devices can send both touch events and mouse events, forwarding events coming from the attached slave devices. To restore delivery of mouse events we need to ensure that the stage is set on each ButtonPress, ButtonRelease and Motion event coming from master devices. https://bugzilla.gnome.org/show_bug.cgi?id=684509
* input-device: print device number in debug messagesEmanuele Aina2012-09-242-8/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684530
* tests: print coords and devices in test-eventsEmanuele Aina2012-09-241-22/+44
| | | | | | | Print event coordinates on events other than motion and also track the device and source device ids in ./tests/interactive/test-events https://bugzilla.gnome.org/show_bug.cgi?id=684552
* Updated Bulgarian translationAlexander Shopov2012-09-231-603/+746
|
* Updated Japanese translation.Nishio Futoshi2012-09-231-0/+2775
|
* Updated Malayalam fileAni Peter2012-09-231-0/+2741
|
* Updated kn translationShankar Prasad2012-09-231-896/+1554
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-09-211-798/+1083
|
* [l10n] Updated Catalan translationGil Forcada2012-09-211-799/+1084
|
* Updated Telugu TranslationsKrishnababu Krothapalli2012-09-201-341/+459
|
* Updated HINDI translationChandan Kumar2012-09-201-806/+1107
|
* bin-layout: Fix text direction checksEmmanuele Bassi2012-09-191-6/+12
| | | | | | | | | | | | When using the new ActorAlign flags we must get the real alignment for the horizontal axis, as clutter_actor_allocate() will compute the effective alignment by itself; if we use the effective alignment then ClutterActor.allocate() will swap it, and undo our work. When using the old BinAlignment flags we should reverse the alignment depending on whether the text direction of the child is RTL or LTR. See bug: https://bugzilla.gnome.org/show_bug.cgi?id=684214
* Add debug note for text directionEmmanuele Bassi2012-09-191-0/+3
| | | | It would be nice to have the text direction inside the debug log.
* Post-release version bump to 1.11.17Emmanuele Bassi2012-09-171-1/+1
|
* Release Clutter 1.11.16 (snapshot)1.11.16Emmanuele Bassi2012-09-172-1/+47
|
* drag-action: Allow destroying the dragged actor inside ::drag-endEmmanuele Bassi2012-09-171-1/+34
| | | | | | | | | | It should be possible to destroy the actor currently being dragged from within the ::drag-end signal. In order to do this, we need to keep a reference on the action for the duration of the emit_drag_end() function as well as resetting the action's state inside the dispose() implementation, to avoid trying to access cleared data. https://bugzilla.gnome.org/show_bug.cgi?id=681814
* Updated Russian translationYuri Myasoedov2012-09-171-254/+207
|
* docs: Document the states of a GestureActionEmmanuele Bassi2012-09-171-0/+31
| | | | Useful notes for developers writing gesture recognizers.
* Updated Danish translationAsk H. Larsen2012-09-161-776/+1061
|
* stage: fix typo and format identifiers in debug notesEmanuele Aina2012-09-131-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683937
* click-action: add touch event supportEmanuele Aina2012-09-131-4/+17
| | | | | | | Allow for touch events to trigger the "clicked" event on ClickAction without introducing API changes. https://bugzilla.gnome.org/show_bug.cgi?id=683936
* tests: style fixes to test-eventsEmanuele Aina2012-09-121-8/+8
| | | | | Oops, I pushed the commit without the style fixes. Followup commit for 47347d5.
* tests: handle smooth scroll events in test-eventsEmanuele Aina2012-09-121-5/+18
| | | | | | | Print the precise scroll delta for smooth scroll events and correctly print the direction for left/right scrolls. https://bugzilla.gnome.org/show_bug.cgi?id=683870
* tests: track touch events in test-eventsEmanuele Aina2012-09-121-0/+28
| | | | | | | Enable xinput support in the X11 backend form test-events to receive touch[begin|update|end] events. https://bugzilla.gnome.org/show_bug.cgi?id=683869
* action: fix CLUTTER_GESTURE_ACTION_GET_CLASS()Emanuele Aina2012-09-114-4/+4
| | | | | | | Fix the same cut'n'paste error fixed for GestureAction in 609766fa, this time in ClickAction, PanAction, RotateAction and SwipeAction. https://bugzilla.gnome.org/show_bug.cgi?id=683430
* Assamese translation updatedNilamdyuti Goswami2012-09-111-174/+206
|
* text: Don't accept new line characters in single line modeRui Matos2012-09-091-1/+1
| | | | | | | | Modified Return key presses don't trigger ::activate so we would end up adding an unprintable character to a single paragraph mode pango layout which renders it as a box. https://bugzilla.gnome.org/show_bug.cgi?id=623344
* Updated Belarusian translation.Ihar Hrachyshka2012-09-091-9/+5
|
* Updated Portuguese translationDuarte Loreto2012-09-091-226/+266
|
* Updated Slovenian translationMartin Srebotnjak2012-09-081-70/+34
|
* Updated Greek translationTom Tryfonidis2012-09-081-168/+207
|
* actor: Fix the content box for CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECTDebarshi Ray2012-09-071-31/+9
| | | | | | | | The code for calculating the content box when the aspect ratio is greater than 1 was broken. The same code that did the calculation for aspect ratio less than 1 should be used in all cases. Fixes: https://bugzilla.gnome.org/682161
* Added Brazilian Portuguese translation.Enrico Nicoletto2012-09-071-596/+837
|
* Updated Slovenian translationMatej Urbančič2012-09-071-608/+876
|
* Updated German translationChristian Kirbach2012-09-061-918/+1128
|
* Updated Russian translationYuri Myasoedov2012-09-061-840/+1175
|
* gesture-action: unregister point on missed release eventsEmanuele Aina2012-09-061-0/+1
| | | | | | | | | When we miss button release events (eg. when they happen outside of our window) we must ensure that the corresponding point is removed from the array of tracked points, otherwise GestureAction will get very confused and will cancel all subsequent gestures. https://bugzilla.gnome.org/show_bug.cgi?id=683471
* pan-action: emit ::pan-stopped before ::gesture-beginEmanuele Aina2012-09-061-2/+13
| | | | | | | | | | | When starting a new gesture before the momentum of the previous one has finished the ::pan-stopped was counter-intuitively emitted after the new ::gesture-begin. Make use of gesture_prepare() to reset the state of the action right before emitting ::gesture-begin. https://bugzilla.gnome.org/show_bug.cgi?id=683431
* gesture-action: add gesture_prepare() virtual functionEmanuele Aina2012-09-062-1/+11
| | | | | | | | The gesture_prepare() virtual function is called before the ::gesture-begin signal is emitted, and allows a subclass to reset its state. https://bugzilla.gnome.org/show_bug.cgi?id=683431
* gesture-action: fix CLUTTER_GESTURE_ACTION_GET_CLASS()Emanuele Aina2012-09-061-1/+1
| | | | | | | Fix a cut'n'paste error where CLUTTER_GESTURE_ACTION_GET_CLASS() was returning the private class data instead of the class instance. https://bugzilla.gnome.org/show_bug.cgi?id=683430
* color: Simplify shade() implementationEmmanuele Bassi2012-09-061-11/+2
| | | | We can use the CLAMP macro, instead of a bunch of ifs.
* Updated Serbian translationМирослав Николић2012-09-052-504/+632
|
* stage: Normalize key focus settingJasper St. Pierre2012-09-051-0/+4
| | | | | | | | | | We often mean that when key_focus == NULL, it's assumed to be on the stage, and clutter_stage_get_key_focus() reflects this. We also do a lot of check around the lines of key_focus == NULL instead of also checking for the stage, so make sure to normalize it so that explicitly grabbing the stage's key focus will not change our behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=683301
* Update French translationAlexandre Franke2012-09-051-610/+840
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-09-052-393/+457
|