summaryrefslogtreecommitdiff
path: root/gladeui/glade-private.h
Commit message (Collapse)AuthorAgeFilesLines
* GladeCatalog: Load templates from extra catalog paths.Juan Pablo Ugarte2020-08-171-3/+14
| | | | | Load template files as new GObject types and add them to "User templates" widget group.
* GladeProjectProperties: various UI improvements.Juan Pablo Ugarte2020-08-071-0/+4
| | | | | Port to use headerbar, stack and stach switcher. Add warnings textview for deprecations warnigns.
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-1/+1
|
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-0/+5
|
* Add initial implementation of Automatic TemplatesJuan Pablo Ugarte2018-10-301-0/+5
|
* GladeProject: add handler signalsJuan Pablo Ugarte2018-10-161-0/+15
| | | | | | | Add add, remove, change and activate handler signals. These signals can be used to easily track signal changes in a project instead of connecting callbacks to every widget.
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-5/+1
|
* GladeWidget: add support for abstract classesJuan Pablo Ugarte2018-08-021-0/+6
| | | | | | | | | In order to support templates with abstract parents glade_widget_read() will use a class with the GladeInstantiable prefix. So for a GtkBin template it will use GladeInstantiableGtkBin which of course has to derive from GtkBin. In turn glade_widget_write() will ommit GladeInstantiable prefix.
* Add _glade_util_file_get_relative_path() to the private zoo.Juan Pablo Ugarte2018-02-241-0/+3
|
* Reduced use of deprecated gtk_dialog_get_action_area() function.Juan Pablo Ugarte2014-05-151-5/+6
| | | | Added _glade_util_dialog_set_hig()
* Removed gladeui/glade-widget-private.h, use glade-private.h instead.Juan Pablo Ugarte2014-05-051-0/+5
|
* GladeProjectProperties: added license page.Juan Pablo Ugarte2013-12-171-0/+27
| | | | | | | | | | Now it is posible to change license type and glade will automatically generate it for you if you supply copyright and authors GladeProject: save license data as comments. Make sure comments do not contain "--" glade-utils.c: added _glade_util_strreplace() private function.
* GladeCatalog: implemented catalog dependency sorting using _glade_tsort()Juan Pablo Ugarte2013-12-111-0/+5
| | | | | | Now we detect circular dependencies! Added private functions _glade_catalog_get_catalog() and _glade_catalog_tsort()
* Report parsing error when loading a project.Juan Pablo Ugarte2013-11-151-0/+41
Fixes Bug 712289 "Glade silently fails to open malformed ui file"