1
0
mirror of https://github.com/brl/mutter.git synced 2025-08-10 02:14:42 +00:00
Files
build
clutter
doc
common
cookbook
reference
cally
clutter
Makefile.am
actor-box.png
actor-example.png
animator-key-frames.png
animator-key-frames.svg
bin-layout.png
box-layout.png
building-clutter.xml
clutter-docs.xml.in
clutter-overview.xml
clutter-sections.txt
clutter.types
constraints-example.png
easing-modes.png
easing-modes.svg
event-flow.dia
event-flow.png
flow-layout.png
glossary.xml
migrating-ClutterAnimation.xml
migrating-ClutterBehaviour.xml
migrating-ClutterEffect.xml
migrating-ClutterPath.xml
offscreen-redirect.png
path-alpha-func.png
running-clutter.xml
table-layout.png
ChangeLog
Makefile.am
AUTHORS.old
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING
actor-invariants.txt
size-negotiation.txt
examples
po
tests
.gitignore
COPYING
ChangeLog.pre-git-import
Makefile.am
NEWS
README.in
README.md
autogen.sh
clutter.doap
configure.ac
mutter/doc/reference/clutter
Emmanuele Bassi 7af55d23e4 Deprecate ClutterTableLayout
The table layout manager has various issues:

  • no support for RTL flipping
  • most of the layout API is legacy, and has been replaced by the
    alignment and expansion flags on ClutterActor
  • the animation API is legacy, and has been replaced by the
    implicitly animatable allocation
  • the spanning cells handling is a bit awkward, as is its API

On top of that, we imported the grid layout management policy from GTK+
into ClutterGridLayout, which provides all the required features in a
more well-designed API.

Instead of wasting time and resources updating TableLayout, we should
deprecate it and point developers of the GridLayout.
2013-11-19 00:31:53 +00:00
..
2013-05-15 15:18:13 +01:00