93b965f71d
2.0: Remove deprecated symbols from the tree
...
And fix the fallout.
2013-04-05 18:48:03 +01:00
408d29bfde
2.0: Update symbols file
2013-04-05 18:48:03 +01:00
5e44d7de08
2.0: Fix up the ignore file
2013-04-05 18:48:03 +01:00
2e8eab9db4
2.0: Update cally-atkcomponent-example
...
Drop the deprecated API; the test has not been re-enabled yet, to allow
for review.
2013-04-05 18:48:03 +01:00
0e9709f666
2.0: Disable Cally tests
2013-04-05 18:48:03 +01:00
2bb7cafee7
2.0: Prune performance test suite
2013-04-05 18:48:03 +01:00
e7f8c27021
2.0: Prune micro-bench test suite
2013-04-05 18:48:03 +01:00
9720a59482
2.0: Prune interactive test suite
2013-04-05 18:48:03 +01:00
1ff3011cb7
2.0: Prune conformance test suite
2013-04-05 18:48:03 +01:00
8d181c46d9
2.0: Remove unused arguments from doc annotations
2013-04-05 18:48:02 +01:00
1057223227
2.0: Remove compatibility header from keysyms update script
2013-04-05 18:48:02 +01:00
5ec07ec8c5
2.0: Update gitignore file
2013-04-05 18:48:02 +01:00
230f871cd6
2.0: Remove backward compat variables from the pkgconfig file
2013-04-05 18:48:02 +01:00
4a7ebde571
2.0: Remove unnecessary symbols
2013-04-05 18:48:02 +01:00
b4410c5523
2.0: Clean up Clutter's API reference
2013-04-05 18:48:02 +01:00
85f4e33443
2.0: Bump down ClutterStageClass padding
2013-04-05 18:48:02 +01:00
07630362ae
2.0: Bump up ClutterActorClass padding
2013-04-05 18:48:02 +01:00
3f0ac3548f
2.0: Start migrating API references
2013-04-05 18:48:02 +01:00
a80da3da53
2.0: Remove unused enumeration types
2013-04-05 18:48:02 +01:00
00bee5f173
2.0: Remove CLUTTER_AVAILABLE_IN_1_*
...
We are starting from scratch.
2013-04-05 18:48:02 +01:00
e3259435f2
2.0: Remove all Since: annotations
...
We're starting from scratch.
2013-04-05 18:48:01 +01:00
f1846bcb53
2.0: Remove include directives for deprecated headers
2013-04-05 18:48:01 +01:00
03a8e2f7b8
2.0: Remove deprecated symbols from the installed headers
2013-04-05 18:48:01 +01:00
0b03a4cb0a
2.0: Remove ClutterGeometry
2013-04-05 18:48:01 +01:00
0724b3fb91
2.0: Remove deprecated API from Animatable
2013-04-05 18:48:01 +01:00
465a324ecc
2.0: Remove deprecated API from ClutterTableLayout
2013-04-05 18:48:01 +01:00
af21fcc734
2.0: Remove deprecated API from clutter-util.c
2013-04-05 18:48:01 +01:00
270ceebf8d
2.0: Remove deprecated API from ClutterText
2013-04-05 18:48:01 +01:00
b3dfa71ca5
2.0: Remove deprecated API from ClutterBoxLayout
2013-04-05 18:48:01 +01:00
ad4d475d3a
2.0: Remove deprecated ClutterContainer API
2013-04-05 18:48:00 +01:00
6155a1900b
2.0: Remove deprecated API from ClutterStage
2013-04-05 18:48:00 +01:00
0c5e99429f
2.0: Remove deprecated API from clutter-main.c
2013-04-05 18:48:00 +01:00
0e1a651a1a
2.0: Remove deprecated API from ClutterSettings
2013-04-05 18:48:00 +01:00
e0aeb03b04
2.0: Remove deprecated API from ClutterTimeline
2013-04-05 18:48:00 +01:00
ca2f1b6818
2.0: Remove deprecated API from ClutterStageManager
2013-04-05 18:48:00 +01:00
5f0c5447b7
2.0: Remove ClutterActor::paint and ::pick signals
2013-04-05 18:48:00 +01:00
4926e0e5c2
2.0: Remove deprecated API from ClutterBackend
2013-04-05 18:48:00 +01:00
b7e9444c88
2.0: Remove deprecated headers from the build
2013-04-05 18:48:00 +01:00
c7c9ce8c9c
2.0: Remove deprecated sources from the build
...
This drops all the deprecated sources and header files, including the
ClutterX11 and ClutterGlx symbols.
2013-04-05 18:48:00 +01:00
a2993f5de3
2.0: First pass at deprecated API removal
...
This is the minimum required commit to get Clutter and the examples
building.
2013-04-05 18:47:59 +01:00
4da1b8b523
2.0: Drop deprecated classes from Cally
...
CallyGroup, CallyTexture, and CallyRectangle are not needed any more.
2013-04-05 18:47:59 +01:00
29c42bfe8e
2.0: Bump clutter-1.0 to clutter-2.0
...
Some places in the build system do not (or cannot) use the macro-ified
CLUTTER_API_VERSION, so we need to fix them up manually.
2013-04-05 18:47:59 +01:00
2797740885
2.0: Define a separate clutter_api_version_am macro
...
We cannot use $CLUTTER_MAJOR_VERSION during 1.99.
2013-04-05 18:47:59 +01:00
89a2862b05
2.0: Bump API version
2013-04-05 18:47:59 +01:00
0538adc58c
timeline: Ensure the range on the cubic bezier control points
...
The X coordinate has to be in the [ 0.0, 1.0 ] range.
2013-04-05 15:35:15 +01:00
8c32637eea
Deprecate ClutterGeometry
...
It's a bad rectangle type, with caveats and gotchas. We have better
types, courtesy of Cairo, as well as our own (ClutterRect).
https://bugzilla.gnome.org/show_bug.cgi?id=682789
2013-04-04 11:53:39 +01:00
1724536cda
text: Add ::cursor-changed signal
...
Since we are trying to eliminate the ClutterGeometry type, we should
replace the only entry point still using it: the ::cursor-event signal
of ClutterText.
Instead of passing the cursor geometry, we should add an accessor
function.
The combination of signal and getter for the cursor geometry means that
we can deprecate ClutterText::cursor-event, and mark it for removal in
Clutter 2.0.
https://bugzilla.gnome.org/show_bug.cgi?id=682789
2013-04-04 11:53:39 +01:00
03296e30e7
Fix compilers warnings when debugging is disabled
2013-04-04 11:53:38 +01:00
75702fde4d
Bump the requirement for Cogl to its stable release
2013-04-04 11:53:38 +01:00
56844a2b75
tap-action: Fix the docs, it does not require actors with children
2013-04-01 19:10:36 +02:00