summaryrefslogtreecommitdiff
path: root/gladeui/glade-widget.c
Commit message (Expand)AuthorAgeFilesLines
* GladeGtkWindow: Fix CSD supportJuan Pablo Ugarte2020-06-221-1/+2
* Fix minor typosYuri Chornoivan2020-03-221-20/+20
* widget: canonicalize support-warning property nameChristian Hergert2020-01-131-1/+1
* gladeui: remove unused type_func variableVictor Toso2019-11-061-1/+0
* gladeui: Ensure that we write the "type-func" property when a get-type-functi...Corentin Noël2019-10-041-0/+5
* gladeui: fix several tiny memory leaks found with valgrindCorentin Noël2019-09-031-0/+6
* gladeui: remove implicit cast in assignmentChristian Hergert2019-08-051-1/+1
* build: remove G_CONST_RETURN usageChristian Hergert2019-08-051-3/+3
* gladeui: ignore various GParameter deprecationsChristian Hergert2019-08-051-0/+2
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-2/+2
* Rename GWActionClass to GladeWidgetActionDef to use the right namespaceCorentin Noël2019-06-181-5/+5
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-115/+115
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-9/+9
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-30/+88
* docs: Make some changes to fix warnings with the documentationCorentin Noël2019-03-301-7/+10
* GladeProject: add handler signalsJuan Pablo Ugarte2018-10-161-3/+6
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-309/+309
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-3/+3
* GladeWidget: add support for abstract classesJuan Pablo Ugarte2018-08-021-4/+36
* Turn error into warningAlberto Fanjul2018-07-261-1/+1
* ui/widget: Make template ver# warning more usefulDaniel Boles2018-05-121-2/+1
* GladeWidget: Write the hidden IDs out when previewingTristan Van Berkom2016-01-291-1/+1
* GladeWidget: Added use_command argument to new glade_widget_ensure_name() APITristan Van Berkom2016-01-281-2/+8
* GladeWidget: Use glade_widget_has_name()Tristan Van Berkom2016-01-281-3/+2
* GladeWidget: Added new name related APIsTristan Van Berkom2016-01-281-0/+40
* GladeWidget: Added glade_widget_has_prop_refs()Tristan Van Berkom2016-01-271-0/+7
* Added glade_widget_ensure_name()Tristan Van Berkom2016-01-271-0/+14
* GladeWidget: Dont require widget idsTristan Van Berkom2016-01-271-88/+82
* GladeWidget: Avoid inconsistent state during disposeMatthias Clasen2015-12-101-0/+5
* Removed gladeui/glade-widget-private.h, use glade-private.h instead.Juan Pablo Ugarte2014-05-051-1/+1
* Add template check in project and widget verify functions.Juan Pablo Ugarte2014-04-251-13/+25
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-210/+229
* GladeWidget: Removed get_toplevel() cache.Juan Pablo Ugarte2013-12-171-10/+0
* GladeWidget: deprecated glade_widget_depends()Juan Pablo Ugarte2013-12-171-4/+3
* Sort object dependancy before saving using a topologicalJuan Pablo Ugarte2013-11-151-43/+23
* Added workaround for Bug 625867 "RadioButton information lost on cut+paste, a...Juan Pablo Ugarte2013-09-161-2/+7
* Fixed selection bug exposed by Bug #652655 fix.Juan Pablo Ugarte2013-09-111-17/+30
* Push superuser state at the begining of glade_widget_rebuild() and pop it at ...Juan Pablo Ugarte2013-09-111-3/+2
* Drag&Drop clean up.Juan Pablo Ugarte2013-08-191-1/+101
* GladeWidget: Avoid assertions when rebuilding a widget and internal children ...Tristan Van Berkom2013-05-131-0/+17
* Fixed typo in stringDaniel Mustieles2013-05-091-1/+1
* Added more debugging domains, enabled some long dornmant debug printsTristan Van Berkom2013-04-281-19/+12
* GladeWidget: Reorder properties, avoid crash when setting the object before t...Tristan Van Berkom2013-04-261-1/+1
* GladeWidget: Allow backends to glade_widget_get_from_gobject() until after "d...Tristan Van Berkom2013-04-141-5/+10
* GladeWidget/GladeWidgetAdaptor: Added glade_widget_adaptor_write_widget_after()Tristan Van Berkom2013-04-141-0/+3
* GladeWidget: Set warning state with tooltip for unrecognized types.Tristan Van Berkom2013-04-121-4/+14
* GladeWidget: Enhanced support warningsTristan Van Berkom2013-04-111-2/+134
* Support load and save of files with a <template> element.Tristan Van Berkom2013-04-081-16/+111
* Added GladeWidgetAdaptor destroy_object method.Tristan Van Berkom2013-04-061-3/+3
* GladeWidget: glade_widget_set_object() unconditionally destroy the old object.Tristan Van Berkom2013-04-051-9/+7