summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.c
Commit message (Expand)AuthorAgeFilesLines
* GladeProject: Segfault in gnome-builder when widget doesn't have a namePeter Maatman2021-07-131-1/+3
* GladeProject: cleanup glade_project_command_paste()Juan Pablo Ugarte2020-09-251-19/+5
* GladeCommand: adjust Box and Grid size automaticallyJuan Pablo Ugarte2020-09-251-30/+0
* GladeProject: support property and signal deprecated-sinceJuan Pablo Ugarte2020-09-031-15/+19
* GladeProject: ignore resource:// uri on file propertiesJuan Pablo Ugarte2020-08-311-10/+13
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-171-4/+1
* GladeProjectProperties: various UI improvements.Juan Pablo Ugarte2020-08-071-52/+32
* GladeProject: plug various glade widgets leaks.Juan Pablo Ugarte2020-08-071-14/+4
* GladeProject: cleanup disposeJuan Pablo Ugarte2020-08-051-47/+54
* GladeProject: cleanup project finalizationJuan Pablo Ugarte2020-07-271-33/+16
* GladeSignalDef: fix last gir scanner warningJuan Pablo Ugarte2020-06-191-2/+2
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-191-14/+14
* GladeProject: show message on invalid GtkBuilder fileJuan Pablo Ugarte2020-06-181-2/+8
* Fix minor typosYuri Chornoivan2020-03-221-13/+13
* gladeui: fix several tiny memory leaks found with valgrindCorentin Noël2019-09-031-2/+9
* Make it easier to track GladeXML elements and be GObject Introspection friend...Corentin Noël2019-08-291-2/+3
* Fix on debug traces after rename GladePropertyClass to GladePropertyDefNoel Grandin2019-08-041-1/+1
* Fix split sentense in GladeProjectCorentin Noël2019-06-271-18/+15
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-2/+2
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-45/+45
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-21/+21
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-1/+4
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-15/+42
* docs: Make some changes to fix warnings with the documentationCorentin Noël2019-03-301-1/+1
* GladeProject: escape markup in parser errorsWill Thompson2019-03-131-1/+3
* GladeProject: add handler signalsJuan Pablo Ugarte2018-10-161-0/+128
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-77/+77
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-1/+1
* Remove GladeInstantiable prefix from UIJuan Pablo Ugarte2018-08-021-1/+1
* Add initial support for GFile type propertiesJuan Pablo Ugarte2018-07-261-4/+5
* GladeWidgetAdaptor: added deprecated-since metadataJuan Pablo Ugarte2018-06-011-3/+4
* GladeProject: always treat resource properties as relativeJuan Pablo Ugarte2018-02-241-13/+105
* Add highlighting of deprecated property & class namesDaniel P. Berrange2018-01-041-8/+10
* Fix formatting / layout of project verification detailsDaniel P. Berrange2018-01-041-2/+3
* GladeProject: Identify when we are serializing for a previewTristan Van Berkom2016-01-291-0/+11
* GladeProject: redocument glade_project_new_widget_name()Tristan Van Berkom2016-01-271-2/+3
* Avoid reading freed data in glade_project_read_requiresDavid Shea2014-07-251-1/+2
* Seal needed deprecated API.Juan Pablo Ugarte2014-05-071-0/+2
* Removed gladeui/glade-widget-private.h, use glade-private.h instead.Juan Pablo Ugarte2014-05-051-2/+0
* Add template check in project and widget verify functions.Juan Pablo Ugarte2014-04-251-0/+13
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-109/+104
* Ignore widgets that are not part of the project when generating edgesJuan Pablo Ugarte2014-04-121-1/+7
* Fixed bug #721098 "Anjuta hangs when opening project" The problem was that gl...Juan Pablo Ugarte2014-03-141-2/+5
* Correctly capitalize CSS in stringsPiotr Drąg2014-03-031-2/+2
* gladeui: fix a pair of printf security problemsRyan Lortie2013-12-211-1/+1
* GladeProjectProperties: added license page.Juan Pablo Ugarte2013-12-171-99/+174
* GladeProject: fixed <requires> tag outputJuan Pablo Ugarte2013-12-111-29/+28
* GladeProject: Changed the way we calculate graph dependencies.Juan Pablo Ugarte2013-12-111-41/+76
* GladeProject: implemented GtkTreeModelIface with a GtkTreeStore proxy object.Juan Pablo Ugarte2013-12-111-455/+162
* Fixed <requires> tag outputJuan Pablo Ugarte2013-11-211-9/+9