[clutter] (108 commits) Non-fast-forward update to branch wip/frame-synchronization



The branch 'wip/frame-synchronization' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 http://live.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  9eb083c... Add clutter_stage_set_sync_delay()
  845a1aa... Call cogl_onscreen_begin_frame()

Commits added to the branch:

  834c18c... Post-branch version bump to 1.13.1 (*)
  36c2343... actor: Place coordinate of the pivot point in the right poi (*)
  cb4620d... version: Add 1.14 version macros (*)
  318d0d5... events: Deliver touch events that continue off stage (soft  (*)
  1eaa577... gesture-action: Make _cancel() callable after the gesture h (*)
  4731a3c... Updated German translation (*)
  13d8898... test: Only run X11-specific code when using X11 (*)
  a158d66... EGL: Include cogl-egl.h for prototypes (*)
  8f4e39b... Port to new Wayland and xkbcommon APIs (*)
  1c7a740... Wayland: Add key repeat (*)
  978202a... Wayland: Set default font DPI to 96 (*)
  a33d842... Hide clutter_input_device_wayland and clutter_stage_wayland (*)
  dab6b39... clutter.symbols: Update for Wayland changes (*)
  d4c7f2e... abicheck: Add CLUTTER_WINDOWING_WAYLAND (*)
  fce43c4... wayland: Use wl_cursor_theme to provide a buffer for the Wa (*)
  eb61e37... wayland: Initialise the repeat key to the expected default  (*)
  4316592... wayland: Add wayland-client to pkg-config flags (*)
  cbab0a6... wayland: Port to new protocol (*)
  abcf1d5... gesture-action: Let subclasses override the GestureTriggerE (*)
  bd1febb... gesture-action: Unregister all tracked points on cancel (*)
  61f2d75... tap-action: Add TapAction, to handle mouse/touch tapping (*)
  ccdbd36... gesture-action: Add clutter_gesture_action_get_last_event() (*)
  c2b7ba7... [l10n] Update Japanese translation (*)
  888a560... Updated POTFILES.in (*)
  2be88b3... Don't annotate with (transfer full) constructors of GInitia (*)
  5dee7e6... [l10n] Updated German translation (*)
  c49bfa1... Umlaut fixed (*)
  da498fd... actor: fix allocate_align_fill() to maintain the child pref (*)
  7f0bb8f... events: Use the correct union field when setting the stage  (*)
  f57fc56... events: Fix and improve some touch events debug notes (*)
  ad288c8... tests: Print the modifiers state on mouse/touch events (*)
  7007273... tests: Print touch sequences in test-events (*)
  b94595f... tests: Track TOUCH_CANCEL events in test-events (*)
  04ca3d1... examples/pan-action: Enable the xinput backend to test touc (*)
  064a41d... interval: Fix annotations for clutter_interval_clone (*)
  5413b0e... docs: Ignore GestureAction private header on docs generatio (*)
  879b133... docs: Add missing symbols to the sections file (*)
  7204f51... gesture-action: Rename 'device' parameter to 'point' and fi (*)
  9614dff... xi2: Reset the correct scroll axes on DeviceChanged (*)
  90a2401... pan-action, zoom-action: Fix documentation for signals (*)
  75b521d... pan-action: Add a simple convenience function to retrieve d (*)
  15b8118... actor: Use fixed positioning for allocate_preferred_size (*)
  3e671f9... swipe-action: Introduce new ::swipe signal (*)
  c5321da... Revert "swipe-action: Introduce new ::swipe signal" (*)
  80eeac7... text: Prevent a relayout if font descriptions or attrs are  (*)
  184b8c6... swipe-action: Introduce new ::swipe signal (*)
  5aca3c4... cally-util: Don't free a NULL pointer (*)
  039ba91... grid-layout: Don't use uninitialized values (*)
  fbcab5f... Fix some missing va_ends (*)
  ea2b368... text: Fix font fallback (*)
  2034f16... gdk: Fix realization in the foreign-window case (*)
  511e266... A bunch of fixes for Coverity (*)
  45521b0... Revert "swipe-action: Introduce new ::swipe signal" (*)
  81903ec... state: Fix a build-breaking typo (*)
  f49aff9... Fixed clutter_rect_intersection() (*)
  a92e29d... a11y: removed implementation notes comment from CallyText (*)
  3b3db50... Fix Visual C++ 2010 property sheets (*)
  6f55746... Update Clutter MSVC projects (*)
  465ab95... clutter/clutter-rotate-action.c: Use G_PI instead of M_PI (*)
  219d0ef... actor: rollback pivot translation even on explicit transfor (*)
  5795646... docs: Fix ClutterPanAction signal annotation (*)
  1f3e99f... Put g_type_init() under a version check (*)
  183e7b6... Visual C++ projects: Use MultiByte character set (*)
  84b4f2f... actor: Clean up the code in ::apply-transform (*)
  bd58c0b... docs: Clean up ZoomAction signal and description (*)
  1bdd036... docs: Specify that RotateAction uses two touch points (*)
  47c1e26... Enable XInput support by default (*)
  78a7a60... evdev: Fix missing ClutterEventSource member (*)
  060b05c... actor: Remove transition when stopping it (*)
  cea8ea0... events: Make _clutter_process_event() reentrant (*)
  6d2ab8f... swipe-action: Introduce new ::swipe signal (*)
  9016cba... examples: Remove clutter_x11_enable_xinput() (*)
  c000fb7... build: Fix distcheck in the cookbook (*)
  790ecba... Release Clutter 1.13.2 (*)
  f7f2635... Post-release version bump to 1.13.3 (*)
  4ce3fbb... Updated Slovenian translation (*)
  fa88785... Updated Russian translation (*)
  c742b33... Updated Spanish translation (*)
  77a9dec... Updated Polish translation (*)
  5a025b9... Updated Greek translation (*)
  e57208d... Updated Galician translations (*)
  2638073... Fix Clutter Visual C++ projects (*)
  bb8ef4e... test-interactive-clutter.vc(x)projin: Fix includes (*)
  1baefc4... Updated Bulgarian translation (*)
  1a0e501... X11: Use XFixes for show/hide cursor (*)
  05694b3... x11: Ignore num lock / scroll lock for event state (*)
  ea5fb11... Fix interpolation between ClutterRect instances (*)
  5dd3eed... actor: Fix documentation reference for pivot-point (*)
  1ad873f... actor: Correct documentation formatting for clutter_actor_e (*)
  65eb9d2... Add missing "(constructor)" tag to clutter_color_alloc() (*)
  e999b8a... * removed clutter-shader.h dependency from clutter-backend- (*)
  650366c... * added DllMain prototype to satisfy maintainer mode compil (*)
  1b1cffb... * use requested value of fullscreen state in clutter_stage_ (*)
  9008323... clutter-text: Allow setting attributes for editable text (*)
  c9cb463... Fix a typo in ClutterEventType documentation (*)
  67eb8ea... Add default handler for ClutterSwipeAction::swipe (*)
  dcec391... Release Clutter 1.13.4 (*)
  62729c1... Post-release version bump to 1.13.5 (*)
  af9c8fe... Updated Serbian translation (*)
  b9ff774... Updated Brazilian Portuguese Translation (*)
  d12074e... Updated Uyghur translation (*)
  95d5620... Updated Lithuanian translation (*)
  d63b04d... [l10n] Updated Italian translation. (*)
  4631808... Updated Uyghur translation (*)
  dca41f1... [l10n] Updated Italian translation. (*)
  b58a1d6... x11: Always request XI2.2 (*)
  3e1450b... clutter-backend: Request XI2.3 (*)
  7fb8a09... Add clutter_stage_set_sync_delay()

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]