summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* GladeProject: Segfault in gnome-builder when widget doesn't have a namePeter Maatman2021-07-131-1/+3
* Output .glade files saved in Windows containing Pixbuf widgets with relative ...jmoorecec2021-07-091-1/+1
* 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
* Fix maybe uninitialized warningsJuan Pablo Ugarte2020-10-161-1/+1
* GladeEditorProperty: properly show parentless objects in chooserJuan Pablo Ugarte2020-10-141-4/+2
* GladeUtil: add guard to glade_util_get_file_mtime()Juan Pablo Ugarte2020-10-091-0/+2
* GladeUtils: make message dialog text selectableJuan Pablo Ugarte2020-10-091-1/+12
* Fix windows build on msysJuan Pablo Ugarte2020-10-094-11/+11
* GladePropertyDef: do not use setlocale in glade_dtostr()Juan Pablo Ugarte2020-10-091-22/+19
* GladeProperty: make i18n_translatable false by defaultJuan Pablo Ugarte2020-10-051-4/+16
* GladeWidget: unset parent and object on rebuildJuan Pablo Ugarte2020-10-021-0/+3
* GladePropertyDef: cleanup color type handlingJuan Pablo Ugarte2020-09-251-17/+26
* GladeProjectProperties: fix target version loadingJuan Pablo Ugarte2020-09-251-10/+10
* GladeUtils: fix glade_utils_get_pointer()Juan Pablo Ugarte2020-09-251-7/+11
* GladeProject: cleanup glade_project_command_paste()Juan Pablo Ugarte2020-09-251-19/+5
* GladeCommand: adjust Box and Grid size automaticallyJuan Pablo Ugarte2020-09-253-87/+41
* Headers cleanupJuan Pablo Ugarte2020-09-2143-9/+497
* GladePopup: improve paste and add here actionsJuan Pablo Ugarte2020-09-181-21/+46
* GladePopup: special case add to box/gridJuan Pablo Ugarte2020-09-181-2/+31
* GladeCommand: use glade_widget_get_display_name()Juan Pablo Ugarte2020-09-181-36/+34
* GladeProject: support property and signal deprecated-sinceJuan Pablo Ugarte2020-09-031-15/+19
* GladePropertyDef, GladeSignalDef: support deprecated sinceJuan Pablo Ugarte2020-09-034-12/+114
* GladeProject: ignore insentitive propertiesJuan Pablo Ugarte2020-09-021-1/+1
* GladeProject: ignore resource:// uri on file propertiesJuan Pablo Ugarte2020-08-312-14/+18
* GladeWidgetAdaptorChooser: update automaticallyJuan Pablo Ugarte2020-08-241-16/+83
* GladeCatolog: monitor extra path for new templatesJuan Pablo Ugarte2020-08-241-65/+116
* gladeui/glade-template.c: add class_init functionJuan Pablo Ugarte2020-08-241-11/+22
* GladeCatalog: Load templates from extra catalog paths.Juan Pablo Ugarte2020-08-175-59/+250
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-178-51/+32
* Utils: Add glade_util_list_objects_ref()Juan Pablo Ugarte2020-08-173-6/+18
* Fix warning: ISO C does not allow extra ‘;’ outside of a function [-Wpeda...Juan Pablo Ugarte2020-08-1717-27/+27
* GladeProjectProperties: various UI improvements.Juan Pablo Ugarte2020-08-074-209/+264
* GladeWidget: improve glade_widget_get_name() and glade_widget_generate_path_n...Juan Pablo Ugarte2020-08-071-9/+6
* GladeProject: plug various glade widgets leaks.Juan Pablo Ugarte2020-08-071-14/+4
* GladeInspector: plug object leakJuan Pablo Ugarte2020-08-071-18/+10
* GladeSignalEditor: plug glade widget leakJuan Pablo Ugarte2020-08-071-0/+1
* GladeWidget: add support for g_autoptrJuan Pablo Ugarte2020-08-071-0/+2
* GladeCommandAddRemove: fix CommandData leakJuan Pablo Ugarte2020-08-071-28/+24
* GladeProject: cleanup disposeJuan Pablo Ugarte2020-08-055-81/+96
* Use symbolic icon names.Juan Pablo Ugarte2020-07-296-89/+84
* GladeProject: cleanup project finalizationJuan Pablo Ugarte2020-07-271-33/+16
* GladeProjectProperties: break project circular dependencyJuan Pablo Ugarte2020-07-272-224/+352
* GladeWidget: allow setting a NULL objectJuan Pablo Ugarte2020-07-261-5/+7
* GladeAdaptorChooser[Widget]: use GladeProject weak reference.Juan Pablo Ugarte2020-07-262-4/+33
* GladeCatalog: load catalog right after calling init function.Juan Pablo Ugarte2020-07-261-4/+1
* Utils: ignore text nodes in prev/next functions with commentsJuan Pablo Ugarte2020-07-181-2/+17
* Utils: use g_param_spec_uchar() for uchar typesJuan Pablo Ugarte2020-07-091-3/+3
* GladeGtkWindow: Fix CSD supportJuan Pablo Ugarte2020-06-221-1/+2