summaryrefslogtreecommitdiff
path: root/gladeui/glade-widget.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "GladeWidget: unset parent and object on rebuild"Juan Pablo Ugarte2020-10-231-3/+0
* Revert "GladeWidget: fix rebuild() function"Juan Pablo Ugarte2020-10-231-3/+3
* GladeWidget: fix rebuild() functionJuan Pablo Ugarte2020-10-231-3/+3
* GladeWidget: unset parent and object on rebuildJuan Pablo Ugarte2020-10-021-0/+3
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-171-16/+8
* GladeWidget: improve glade_widget_get_name() and glade_widget_generate_path_n...Juan Pablo Ugarte2020-08-071-9/+6
* GladeWidget: allow setting a NULL objectJuan Pablo Ugarte2020-07-261-5/+7
* GladeGtkWindow: Fix CSD supportJuan Pablo Ugarte2020-06-221-1/+2
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-191-5/+5
* GladeWidget: fix gir scanner warningsJuan Pablo Ugarte2020-06-191-1/+1
* 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