summaryrefslogtreecommitdiff
path: root/gladeui/glade-catalog.c
Commit message (Expand)AuthorAgeFilesLines
* GladeCatolog: monitor extra path for new templatesJuan Pablo Ugarte2020-08-241-65/+116
* GladeCatalog: Load templates from extra catalog paths.Juan Pablo Ugarte2020-08-171-0/+88
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-171-8/+2
* GladeCatalog: load catalog right after calling init function.Juan Pablo Ugarte2020-07-261-4/+1
* Fix minor typosYuri Chornoivan2020-03-221-1/+1
* Make it easier to track GladeXML elements and be GObject Introspection friend...Corentin Noël2019-08-291-4/+2
* build: remove G_CONST_RETURN usageChristian Hergert2019-08-051-5/+5
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-4/+4
* docs: Make some changes to fix warnings with the documentationCorentin Noël2019-03-301-5/+5
* Add initial implementation of Automatic TemplatesJuan Pablo Ugarte2018-10-301-0/+18
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-25/+25
* gladeui/glade-catalog.[ch]: added glade_catalog_get_extra_paths() function.Juan Pablo Ugarte2015-06-101-0/+11
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-2/+2
* GladeCatalog: Avoid warnings when trying to access non-existant catalog paths.Tristan Van Berkom2013-12-171-0/+4
* GladeCatalog: implemented catalog dependency sorting using _glade_tsort()Juan Pablo Ugarte2013-12-111-58/+88
* Added GLADE_BUNDLED environment variable.Tristan Van Berkom2013-12-101-0/+7
* Special case ignore gresource files in catalog pathTristan Van Berkom2013-04-141-0/+6
* Added Glade's first unit test (about time !)Tristan Van Berkom2013-04-051-6/+9
* Improved error messages on modules loading failure.Juan Pablo Ugarte2012-05-181-3/+10
* Added glade_catalog_add_path() and glade_catalog_remove_path()Juan Pablo Ugarte2012-04-271-186/+302
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-3/+1
* * gladeui/glade-catalog.c, gladeui/glade-inspector.c, gladeui/glade-property...Tristan Van Berkom2011-01-161-0/+2
* * Made GladeWidgetAdaptor internalize *everything* into a private data struc...Tristan Van Berkom2011-01-031-2/+3
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-565/+562
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-73/+0
* Allow destroying (and recreation) of GladeApp objectJohannes Schmid2010-05-141-1/+5
* * plugins/gtk+/gtk+.xml.in, plugins/gnome/gnome.xml.in, plugins/gnome/canvas...Tristan Van Berkom2010-03-251-2/+30
* Converted pclass booleans to bitfields, now disabled property classes areTristan Van Berkom2008-12-291-4/+4
* Added "supports" catalog element to supply supported formats, addedTristan Van Berkom2008-09-201-16/+75
* Now we have a conversion routine that is run in the plugin to convert someTristan Van Berkom2008-09-191-2/+33
* added name parameter to GladeCatalogInitFunc.Juan Pablo Ugarte2008-07-241-2/+2
* Filled in all since, deprecated and builder-unsupported properties.Tristan Van Berkom2008-04-091-1/+48
* Run gtkdocize with --flavour=no-tmplTristan Van Berkom2008-04-071-4/+1
* Loop through user defined search paths and load catalogs from there first.Tristan Van Berkom2007-07-251-32/+59
* fixed memory leaks of description strings in usage ofTristan Van Berkom2007-07-181-1/+1
* Removed bindings framework since now all binding work will be doneJuan Pablo Ugarte2007-07-111-31/+8
* Properly handle dgettext() operations (#453105, Christian Persch).Vincent Geddes2007-07-021-6/+16
* Add glade_catalog_destroy_all(). Use g_slice_new() for mem allocation.Vincent Geddes2007-07-011-113/+151
* Renamed all icons.Vincent Geddes2007-04-011-5/+21
* - Added a private initialisation function `glade_init_check()' forVincent Geddes2007-02-101-2/+2
* Reorganised package structure, moved a lot of files and directories.Tristan Van Berkom2007-01-231-0/+609