[clutter] (195 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:

  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

Commits added to the branch:

  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 (*)
  551c01e... Updated Galician translations (*)
  4691878... x11: Ignore num lock / scroll lock for event state (*)
  0caba87... actor: Fix documentation reference for pivot-point (*)
  578e81d... actor: Correct documentation formatting for clutter_actor_e (*)
  2f5aee9... Fix interpolation between ClutterRect instances (*)
  19f0408... Add missing "(constructor)" tag to clutter_color_alloc() (*)
  4a0e1b3... * removed clutter-shader.h dependency from clutter-backend- (*)
  8b357ec... * added DllMain prototype to satisfy maintainer mode compil (*)
  aa85a8e... * use requested value of fullscreen state in clutter_stage_ (*)
  a783e6d... clutter-text: Allow setting attributes for editable text (*)
  36c15cd... Fix a typo in ClutterEventType documentation (*)
  2eb525f... Add default handler for ClutterSwipeAction::swipe (*)
  1c64e30... Updated Serbian translation (*)
  89f6bb7... Updated Uyghur translation (*)
  49dee9b... [l10n] Updated Italian translation. (*)
  e711709... [l10n] Updated Italian translation. (*)
  069abd1... xi2: Fix access beyond array boundaries (*)
  c046960... x11/device-manager-xi2: Fix slave to master association (*)
  60f20e8... stage-window: make it possible to damage the back buffer (*)
  b9ad93a... stage-cogl: Reuse backbuffer contents (*)
  683f15b... clutter-stage: Fix typo (*)
  3f9ae47... build: Bump cogl requirement (*)
  d0d1b56... evdev: Fix use of the common XKB code for the evdev device (*)
  b248941... Add clutter_stage_set_sync_delay() (*)
  4b92d65... settings: Don't reload config for fontconfig if there's no  (*)
  9359971... Add missing functions to clutter.symbols (*)
  044b8dc... Updated Polish translation (*)
  a8c68c7... Update French translation (*)
  65a024a... timeline: Add progress-based marker API (*)
  e4598a9... actor: Use the correct return value (*)
  6bef2cf... conformance: Only check for DISPLAY on X11 windowing backen (*)
  534e994... Don't do anything special with COGL_ENABLE_EXPERIMENTAL_2_0 (*)
  3e479a3... cogl: Don't use cogl_xlib_set_diplay() (*)
  b37b9d9... wayland-compositor: Don't use Wayland types in public API (*)
  dfb1459... wayland: Only include Wayland headers in private (*)
  01ba68a... scroll-actor: Use :child-transform (*)
  1a0bbba... cally: Use AktObject::get_name() (*)
  160c62b... conform: Disable the Cogl tests (*)
  50f6b2a... actor: Fix clutter_actor_allocate_align_fill for partially- (*)
  e317ca1... Fix compiler warnings by initializing variables (*)
  8ba46c7... Updated Czech translation (*)
  b01469c... x11/clutter-keymap-x11: Honor XkbNewKeyboardNotify events (*)
  8ddfa44... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
  afe0ac9... [l10n] Updated German translation (*)
  e72d278... build Bump to 1.15.1 (*)
  37e3ef2... offscreen-effect: Add a method to get the target area (*)
  78962f9... deform-effect: Don't use deprecated API (*)
  67f10bc... docs: Clean up the wording of a couple of comments (*)
  1f3e56b... docs: Clean up the documentation for the allocate() methods (*)
  315a73e... text: Clean up the set_font_description_internal() semantic (*)
  f3659d3... actor: Release a reference on the implicit Transitions (*)
  65d6c8c... build: Dist the cookbook (*)
  4732a41... timeline: Use the right function pointer offset (*)
  a622d34... actor: Revert the Transition/Actor leak fix (*)
  78a3590... a11y: cally-util: use password-char to fill a key_event if  (*)
  ccea164... a11y: expose the text with password-char (*)
  40ef7a5... x11/xi2: Factor the XKB group state in to fill events' modi (*)
  c538a65... docs: Add 1.14 symbols index (*)
  1c942ff... [l10] Updated Catalan translation (*)
  9dbc01b... xi2: Reset scroll info for correct device on device change (*)
  009da0c... x11: Always request XI2.2 (*)
  c26d724... clutter-backend: Request XI2.3 (*)
  36e2537... event: Use gunichar when dealing with unicode characters (*)
  9618f37... Add method clutter_disable_accessibility () (*)
  197eae2... build: Disable debugging code in stable releases (*)
  041d8b5... Clean up the Actor private header (*)
  7f5b68e... examples/layout-manager: Improve the example (*)
  c11c875... examples/layout-manager: Remove unnecessary easing state sa (*)
  900015a... actor: Clean up ::show and ::hide class handlers (*)
  c329731... actor: Clean up internal add/remove functions (*)
  028baa9... actor: Keep track of clones (*)
  0e0db89... actor: Ignore redraws queued on unmapped actors (*)
  20c0985... actor: Propagate the cloned state to the children (*)
  8f032d5... actor: Skip transitions on invisible actors (*)
  59bd044... docs: Add missing symbol to the list (*)
  73dbd17... symbols: Add missing symbol (*)
  bbb54f1... clutter: Prefer the X11 backend to the Wayland one (*)
  d666916... Updated Portuguese translation and converted to New Spellin (*)
  6203be6... Updated Danish translation (*)
  b914ae7... actor: fix translation-z setting (*)
  23707ac... Add version-related macros for 1.16 (*)
  d5896d2... wayland: Queue a redraw after showing the stage (*)
  ee9d619... Bump the requirement for Cogl to its stable release
  efde986... Fix compilers warnings when debugging is disabled
  ad0c69d... text: Add ::cursor-changed signal
  b320e9c... Deprecate ClutterGeometry
  6a7be25... 2.0: Bump API version
  ba51e1f... 2.0: Define a separate clutter_api_version_am macro
  651daa7... 2.0: Bump clutter-1.0 to clutter-2.0
  ed5fb65... 2.0: Drop deprecated classes from Cally
  49139f7... 2.0: First pass at deprecated API removal
  3f7854f... 2.0: Remove deprecated sources from the build
  57ca53e... 2.0: Remove deprecated headers from the build
  ff355f1... 2.0: Remove deprecated API from ClutterBackend
  f4adcdb... 2.0: Remove ClutterActor::paint and ::pick signals
  313fce3... 2.0: Remove deprecated API from ClutterStageManager
  b034a0c... 2.0: Remove deprecated API from ClutterTimeline
  2b4046c... 2.0: Remove deprecated API from ClutterSettings
  7355401... 2.0: Remove deprecated API from clutter-main.c
  b5d0d4d... 2.0: Remove deprecated API from ClutterStage
  8015be9... 2.0: Remove deprecated ClutterContainer API
  f154329... 2.0: Remove deprecated API from ClutterBoxLayout
  54889d8... 2.0: Remove deprecated API from ClutterText
  888b200... 2.0: Remove deprecated API from clutter-util.c
  5f5ec91... 2.0: Remove deprecated API from ClutterTableLayout
  87e9dbe... 2.0: Remove deprecated API from Animatable
  069c624... 2.0: Remove ClutterGeometry
  ccab6a8... 2.0: Remove deprecated symbols from the installed headers
  bdfcaab... 2.0: Remove include directives for deprecated headers
  440fe30... 2.0: Remove all Since: annotations
  4575e4c... 2.0: Remove CLUTTER_AVAILABLE_IN_1_*
  dda8036... 2.0: Remove unused enumeration types
  de25352... 2.0: Start migrating API references
  83108b1... 2.0: Bump up ClutterActorClass padding
  ffd6aa1... 2.0: Bump down ClutterStageClass padding
  6e0e2a2... 2.0: Clean up Clutter's API reference
  9219e73... 2.0: Remove unnecessary symbols
  1f3218a... 2.0: Remove backward compat variables from the pkgconfig fi
  c232172... 2.0: Update gitignore file
  f116795... 2.0: Remove compatibility header from keysyms update script
  a9e1aa8... 2.0: Remove unused arguments from doc annotations
  13facae... 2.0: Prune conformance test suite
  cea0d2b... 2.0: Prune interactive test suite
  e2832fa... 2.0: Prune micro-bench test suite
  55c5b1a... 2.0: Prune performance test suite
  725a0b9... 2.0: Disable Cally tests
  fcaacf0... 2.0: Update cally-atkcomponent-example
  68e4f74... 2.0: Fix up the ignore file
  84ff5c2... 2.0: Update symbols file
  6a9f538... 2.0: Remove deprecated symbols from the tree
  711f0d6... 2.0: Remove unused enumerations
  8e2d59d... 2.0: Fix up the versioning macros
  39f3dcc... 2.0: Include clutter headers conditionally in clutter-x11.h
  4840253... 2.0: Fix up documentation annotations
  5a5d03b... 2.0: Clean up the Clutter API reference
  a68d526... 2.0: Update the symbols file
  6c278e9... 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]