High Activity

Commits : Individual Commit

  Analyzed 36 minutes ago based on code collected 40 minutes ago.

Commit ID 1eb869ec8f893cfc9cd03576335bfac173f8fa3c

Avatar Contributor: buz
as Bastian Winkler
Files Modified: 9
Date: 03-June-2012 at 03:02 Lines Added: 2382
Repository: git://git.gnome.org/clutter master Lines Removed: 0
Commit Comment: Add ClutterGridLayout
ClutterGridLayout is port of GtkGrid to a Clutter layout manager. All
the logic is taken from gtkgrid.c, so all the credits should go to
Matthias Clasen for writing this nice piece of code.

ClutterGridLayout supports adding children with it's own methods
GridLayout.attach() and GridLayout.attach_next_to() as well as
Actor.add_child() and friends. The latter adds children in a similar
fashion to ClutterBoxLayout

https://bugzilla.gnome.org/show_bug.cgi?id=677372
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  C 1576 0 437 0 366 0
  Automake 2 0 0 0 0 0
  XML 1 0 0 0 0 0

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
clutter/clutter-enums.h C 6 0 11 0 1 0
clutter/clutter-grid-layout.c C 1484 0 381 0 334 0
clutter/clutter-grid-layout.h C 85 0 45 0 31 0
clutter/clutter.h C 1 0 0 0 0 0
clutter/clutter.symbols   No source code was detected in this file.
clutter/Makefile.am Automake 2 0 0 0 0 0
doc/reference/clutter/clutter-docs.xml.in XML 1 0 0 0 0 0
doc/reference/clutter/clutter-sections.txt   No source code was detected in this file.
doc/reference/clutter/clutter.types   No source code was detected in this file.
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.