summaryrefslogtreecommitdiff
path: root/gladeui/glade-widget-adaptor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-24/+24
* gladeui: Ensure that we write the "type-func" property when a get-type-functi...Corentin Noël2019-10-041-2/+29
* gladeui: Modernize GladeWidgetAdaptor definitionCorentin Noël2019-09-111-235/+333
* build: remove G_CONST_RETURN usageChristian Hergert2019-08-051-12/+12
* gladeui: ignore various GParameter deprecationsChristian Hergert2019-08-051-0/+4
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-3/+3
* Fix two memory leaks discovered with valgrindCorentin Noël2019-06-181-0/+1
* Rename GWActionClass to GladeWidgetActionDef to use the right namespaceCorentin Noël2019-06-181-23/+23
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-121/+121
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-30/+30
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-0/+5
* gladeui: Fix several memory leaks with GladeWidgetAdaptorCorentin Noël2019-04-021-71/+54
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-20/+62
* docs: Make some changes to fix warnings with the documentationCorentin Noël2019-03-301-5/+6
* Stop defaulting missing images to deprecated stock iconsMartin Blanchard2019-03-121-1/+1
* Add initial implementation of Automatic TemplatesJuan Pablo Ugarte2018-10-301-1/+9
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-105/+105
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-3/+9
* GladeWidget: add support for abstract classesJuan Pablo Ugarte2018-08-021-0/+11
* GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor:Juan Pablo Ugarte2018-07-301-1/+2
* Add initial support for GFile type propertiesJuan Pablo Ugarte2018-07-261-1/+2
* GladeWidgetAdaptor: added deprecated-since metadataJuan Pablo Ugarte2018-06-011-0/+8
* Revert "GladeWidgetAdaptor: fix glade_widget_adaptor_get_parent_adaptor()"Juan Pablo Ugarte2018-02-281-15/+1
* GladeWidgetAdaptor: fix glade_widget_adaptor_get_parent_adaptor()Juan Pablo Ugarte2018-02-261-1/+15
* GladeWidgetAdaptor: use real type to register adaptorsJuan Pablo Ugarte2017-12-301-1/+1
* GladeWidgetAdaptor: do not query user by defaultJuan Pablo Ugarte2017-12-301-1/+17
* GladeWidgetAdaptor: use a direct hash for the adaptor hash table by stuffing ...Juan Pablo Ugarte2016-05-181-44/+9
* Removed gladeui/glade-widget-private.h, use glade-private.h instead.Juan Pablo Ugarte2014-05-051-1/+1
* GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for inte...Juan Pablo Ugarte2014-05-051-30/+68
* Added missing GladeWidgetAdaptor:catalog accessorJuan Pablo Ugarte2014-04-281-0/+8
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-170/+171
* Fixed bug #721098 "Anjuta hangs when opening project" The problem was that gl...Juan Pablo Ugarte2014-03-141-3/+4
* GladeWidget: deprecated glade_widget_depends()Juan Pablo Ugarte2013-12-171-29/+19
* Sort object dependancy before saving using a topologicalJuan Pablo Ugarte2013-11-151-20/+6
* Emit GladeApp widget-adaptor-registered signal in glade_widget_adaptor_regist...Juan Pablo Ugarte2013-09-251-0/+2
* glade_util_get_type_from_name() Better logical memory management.Tristan Van Berkom2013-04-141-3/+5
* Automatically generate enum types.Tristan Van Berkom2013-04-141-22/+0
* GladeWidget/GladeWidgetAdaptor: Added glade_widget_adaptor_write_widget_after()Tristan Van Berkom2013-04-141-0/+39
* Added GladeWidgetAdaptor destroy_object method.Tristan Van Berkom2013-04-061-0/+29
* Added Glade's first unit test (about time !)Tristan Van Berkom2013-04-051-3/+4
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-0/+3
* Add support for deprecated properties and signals.Tristan Van Berkom2013-04-011-1/+7
* Added glade_widget_adaptor_get_book()Juan Pablo Ugarte2013-03-121-0/+8
* Reverting all composite templates support until it lands on GTKJuan Pablo Ugarte2013-01-311-224/+47
* Updated to new GtkContainer template API changesJuan Pablo Ugarte2012-11-261-1/+1
* Added a composite templates widget group in palette.Juan Pablo Ugarte2012-10-311-0/+2
* Fix compilation by checking for gtk_container_class_set_template_from_string()Juan Pablo Ugarte2012-10-071-0/+2
* Added intitial support for runtime creation and loading of composite templates.Juan Pablo Ugarte2012-10-021-47/+220
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-1/+1
* Migrated hand coded _get_type() function to G_DEFINE_TYPE() macro plus identa...Juan Pablo Ugarte2012-03-241-249/+247