summaryrefslogtreecommitdiff
path: root/gtk/glade
Commit message (Collapse)AuthorAgeFilesLines
* Update README.gladeMatthias Clasen2016-01-271-1/+1
| | | | | Update the README.glade file to use current .ui file names and locations as example.
* glade: Add GtkColorEditor to private widgetsMatthias Clasen2014-11-011-0/+2
|
* glade: Drop a no-longer existing private widgetMatthias Clasen2014-11-011-2/+0
| | | | | GtkScaleButtonScale fell by the wayside when the scale button was ported to a popover.
* Merge branch 'places-sidebar'Federico Mena Quintero2013-04-231-2/+0
|\
| * Remove GtkPlacesSidebar from our private Glade catalogplaces-sidebarFederico Mena Quintero2013-04-221-2/+0
| | | | | | | | Now, Glade already knows about GtkPlacesSidebar AND MY MAD ICONS.
* | Updated private widget catalog to remove the reference to the shortcuts modelTristan Van Berkom2013-04-221-3/+0
|/ | | | This model seems to be removed since Federico's places-sidebar work.
* For now, add GtkPlacesSidebar to the Glade catalog for private widgetsFederico Mena Quintero2013-04-151-0/+2
| | | | | | Although GtkPlacesSidebar is a public widget, we can't have that in Glade's general catalog as this branch is not merged into GTK+ proper yet. We'll move the widget to Glade's catalog when this is done.
* Added directory with Glade catalogTristan Van Berkom2013-04-082-0/+53
This catalog can be used to work with GTK+'s private widget types, this patch exposes a private function gtk_glade_catalog_init() which Glade will use for the sole purpose of initializing some private widget types in GTK+ that are referenced from various GTK+ composite widget xml files.