3 Commits

Author SHA1 Message Date
Tristan Van Berkom
bc939d5ff6 * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:
indent   \
	--braces-after-if-line   \
	--case-brace-indentation0   \
	--case-indentation2   \
	--braces-after-struct-decl-line   \
	--line-length80   --no-tabs  \
	--dont-line-up-parentheses   \
	--continuation-indentation4 \
	--continue-at-parentheses  \
	--honour-newlines  --tab-size8  --indent-level2 -nbbo
2010-12-30 20:19:58 +09:00
Tristan Van Berkom
14feeffc1f Added parameter-spec parsing, need to updated docs still.
* gladeui/glade-xml-utils.c, gladeui/glade-property-class.c: Added 
	parameter-spec parsing, need to updated docs still.

	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-attributes.c,
	plugins/gtk+/glade-icon-sources.c, plugins/gtk+/glade-accels.c, plugins/gtk+/glade-model-data.c,
	plugins/gtk+/glade-column-types.c:
	- Removed all custom parameter spec implementations in the plugin and replaced them
	  with automatically generated ones parsed by the xml.
	- Fixed hierarchy bugs, some classes were not saving.


svn path=/trunk/; revision=2016
2008-11-05 21:48:24 +00:00
Tristan Van Berkom
e3e1339e26 adding attributes editor
svn path=/trunk/; revision=1853
2008-08-06 22:31:50 +00:00