[clutter] (79 commits) Non-fast-forward update to branch wip/clutter-1.99



The branch 'wip/clutter-1.99' 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:

  74fe742... 2.0: Bump API version
  a08af9f... 2.0: Define a separate clutter_api_version_am macro
  2956cd5... 2.0: Bump clutter-1.0 to clutter-2.0
  61de50b... 2.0: Drop deprecated classes from Cally
  1c94ebc... 2.0: First pass at deprecated API removal
  21d802a... 2.0: Remove deprecated sources from the build
  5df4495... 2.0: Remove deprecated headers from the build
  f3562c0... 2.0: Remove deprecated API from ClutterBackend
  9cb3155... 2.0: Remove ClutterActor::paint and ::pick signals
  afeb91b... 2.0: Remove deprecated API from ClutterStageManager
  6da93e8... 2.0: Remove deprecated API from ClutterTimeline
  0466735... 2.0: Remove deprecated API from ClutterSettings
  2bcbca6... 2.0: Remove deprecated API from clutter-main.c
  28d0e88... 2.0: Remove deprecated API from ClutterStage
  9f5517f... 2.0: Remove deprecated ClutterContainer API
  f58366e... 2.0: Remove deprecated API from ClutterBoxLayout
  c1b777a... 2.0: Remove deprecated API from ClutterText
  1b773ea... 2.0: Remove deprecated API from clutter-util.c
  ac67735... 2.0: Remove deprecated API from ClutterTableLayout
  23ba6d1... 2.0: Remove deprecated API from Animatable
  d28954a... 2.0: Remove deprecated symbols from the installed headers
  f7c48b3... 2.0: Remove include directives for deprecated headers
  293957a... 2.0: Remove all Since: annotations
  23749aa... 2.0: Remove CLUTTER_AVAILABLE_IN_1_*
  1f1bbae... 2.0: Remove unused enumeration types
  dca1811... 2.0: Start migrating API references
  4d65cf6... 2.0: Bump up ClutterActorClass padding
  43e2289... 2.0: Bump down ClutterStageClass padding
  eb8b580... 2.0: Clean up Clutter's API reference
  a21592d... 2.0: Remove unnecessary symbols
  7826f76... 2.0: Remove backward compat variables from the pkgconfig fi
  b58b527... 2.0: Update gitignore file
  6e8cb2c... 2.0: Remove compatibility header from keysyms update script
  61bec9d... 2.0: Remove unused arguments from doc annotations
  dca216d... 2.0: Prune conformance test suite
  1aa3a10... 2.0: Prune interactive test suite
  5f6e0d2... 2.0: Prune micro-bench test suite
  ea5284d... 2.0: Prune performance test suite
  ceaa06e... 2.0: Disable Cally tests
  bb70324... 2.0: Update cally-atkcomponent-example
  b00857e... 2.0: Fix up the ignore file
  ee9a521... 2.0: Update symbols file
  296e1e1... 2.0: Remove deprecated symbols from the tree
  d1f6600... 2.0: Remove unused enumerations
  47c9f37... 2.0: Fix up the versioning macros
  507727c... 2.0: Include clutter headers conditionally in clutter-x11.h
  df37f9c... 2.0: Fix up documentation annotations
  96940cc... 2.0: Clean up the Clutter API reference
  1bccf46... 2.0: Update the symbols file
  5575801... 2.0: Remove Geometry from ClutterText::cursor-event
  400e591... 2.0: Remove ClutterGeometry
  537f4ae... 2.0: Enable XInput support by default
  3130026... 2.0: Update POTFILES.in

Commits added to the branch:

  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 (*)
  91ed544... 2.0: Bump API version
  646e614... 2.0: Define a separate clutter_api_version_am macro
  a458c71... 2.0: Bump clutter-1.0 to clutter-2.0
  ebb29db... 2.0: Drop deprecated classes from Cally
  8d207c3... 2.0: First pass at deprecated API removal
  269305a... 2.0: Remove deprecated sources from the build
  106f507... 2.0: Remove deprecated headers from the build
  2129165... 2.0: Remove deprecated API from ClutterBackend
  a19427f... 2.0: Remove ClutterActor::paint and ::pick signals
  ca152d6... 2.0: Remove deprecated API from ClutterStageManager
  c508ff9... 2.0: Remove deprecated API from ClutterTimeline
  3dda73d... 2.0: Remove deprecated API from ClutterSettings
  b19ef31... 2.0: Remove deprecated API from clutter-main.c
  194ea1f... 2.0: Remove deprecated API from ClutterStage
  5209bfa... 2.0: Remove deprecated ClutterContainer API
  1a7536e... 2.0: Remove deprecated API from ClutterBoxLayout
  f4e7bae... 2.0: Remove deprecated API from ClutterText
  bf55df0... 2.0: Remove deprecated API from clutter-util.c
  542bcc8... 2.0: Remove deprecated API from ClutterTableLayout
  99eb1b7... 2.0: Remove deprecated API from Animatable
  6ca8dab... 2.0: Remove deprecated symbols from the installed headers
  a8f8345... 2.0: Remove include directives for deprecated headers
  efc66ea... 2.0: Remove all Since: annotations
  fabbb61... 2.0: Remove CLUTTER_AVAILABLE_IN_1_*
  412a8f4... 2.0: Remove unused enumeration types
  c3e0743... 2.0: Start migrating API references
  30edf29... 2.0: Bump up ClutterActorClass padding
  f46f589... 2.0: Bump down ClutterStageClass padding
  c18c096... 2.0: Clean up Clutter's API reference
  82fb040... 2.0: Remove unnecessary symbols
  9d9a3f9... 2.0: Remove backward compat variables from the pkgconfig fi
  6527d39... 2.0: Update gitignore file
  6ac3847... 2.0: Remove compatibility header from keysyms update script
  c4423c8... 2.0: Remove unused arguments from doc annotations
  372e822... 2.0: Prune conformance test suite
  42ed2b4... 2.0: Prune interactive test suite
  6523e69... 2.0: Prune micro-bench test suite
  86c67ad... 2.0: Prune performance test suite
  4fe6ea3... 2.0: Disable Cally tests
  bac45ec... 2.0: Update cally-atkcomponent-example
  ca6ca06... 2.0: Fix up the ignore file
  b96fbc3... 2.0: Update symbols file
  6973f02... 2.0: Remove deprecated symbols from the tree
  e1d2975... 2.0: Remove unused enumerations
  889784b... 2.0: Fix up the versioning macros
  59b4fc1... 2.0: Include clutter headers conditionally in clutter-x11.h
  5867f80... 2.0: Fix up documentation annotations
  fdb8ed9... 2.0: Clean up the Clutter API reference
  0529745... 2.0: Update the symbols file
  0ae4450... 2.0: Remove Geometry from ClutterText::cursor-event
  809ed54... 2.0: Remove ClutterGeometry
  116243e... 2.0: Enable XInput support by default
  a7638ab... 2.0: Update POTFILES.in

(*) 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]