summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk.c
Commit message (Expand)AuthorAgeFilesLines
* Gtk plugin: add glade_gtk_get_params_without_use_header_bar()Juan Pablo Ugarte2020-07-221-0/+69
* Removed glade-gtk.c, now all adaptor code is in separate C files.Tristan Van Berkom2013-05-041-81/+0
* Move GladeWidgetAdaptor code for Gtk[Recent/File]Filter into it's own C fileTristan Van Berkom2013-05-041-255/+0
* Move GladeWidgetAdaptor code for GtkTextTagTable into it's own C fileTristan Van Berkom2013-05-041-147/+0
* Move GladeWidgetAdaptor code for GtkActionGroup into it's own C fileTristan Van Berkom2013-05-041-204/+0
* Move GladeWidgetAdaptor code for GtkAction into it's own C fileTristan Van Berkom2013-05-041-20/+0
* Move GladeWidgetAdaptor code for GtkAdjustment into it's own C fileTristan Van Berkom2013-05-041-26/+0
* Move GladeWidgetAdaptor code for various classes into their own C filesTristan Van Berkom2013-05-041-1740/+0
* Move GladeWidgetAdaptor code for GtkIconFactory into it's own C fileTristan Van Berkom2013-05-041-428/+0
* Move GladeWidgetAdaptor code for GtkSizeGroup into it's own C fileTristan Van Berkom2013-05-041-167/+0
* Move GladeWidgetAdaptor code for GtkRadioButton into it's own C fileTristan Van Berkom2013-05-041-25/+0
* Move GladeWidgetAdaptor code for GtkAssistant into it's own C fileTristan Van Berkom2013-05-041-378/+0
* Move GladeWidgetAdaptor code for GtkSpinButton into it's own C fileTristan Van Berkom2013-05-041-40/+0
* Move GladeWidgetAdaptor code for GtkComboBoxText into it's own C fileTristan Van Berkom2013-05-041-211/+0
* Move GladeWidgetAdaptor code for GtkComboBox into it's own C fileTristan Van Berkom2013-05-041-46/+0
* Move GladeWidgetAdaptor code for GtkTextView into it's own C fileTristan Van Berkom2013-05-041-40/+0
* Move GladeWidgetAdaptor code for GtkTextBuffer into it's own C fileTristan Van Berkom2013-05-041-63/+0
* Move GladeWidgetAdaptor code for GtkEntryBuffer into it's own C fileTristan Van Berkom2013-05-041-65/+0
* Move GladeWidgetAdaptor code for GtkLabel into it's own C fileTristan Van Berkom2013-05-041-536/+0
* Move GladeWidgetAdaptor code for GtkMenuToolButton into it's own C fileTristan Van Berkom2013-05-041-78/+0
* Move GladeWidgetAdaptor code for GtkToolButton into it's own C fileTristan Van Berkom2013-05-041-184/+0
* Move GladeWidgetAdaptor code for GtkToolItem into it's own C fileTristan Van Berkom2013-05-041-45/+0
* Move GladeWidgetAdaptor code for GtkToolItemGroup into it's own C fileTristan Van Berkom2013-05-041-138/+0
* Move GladeWidgetAdaptor code for GtkToolPalette into it's own C fileTristan Van Berkom2013-05-041-196/+0
* Move GladeWidgetAdaptor code for GtkToolbar into it's own C fileTristan Van Berkom2013-05-041-279/+0
* Move GladeWidgetAdaptor code for GtkMenuBar into it's own C fileTristan Van Berkom2013-05-041-114/+0
* Move GladeWidgetAdaptor code for GtkRadioMenuItem into it's own C fileTristan Van Berkom2013-05-041-29/+0
* Move GladeWidgetAdaptor code for GtkImageMenuItem into it's own C fileTristan Van Berkom2013-05-041-208/+0
* Move GladeWidgetAdaptor code for GtkMenuItem into it's own C fileTristan Van Berkom2013-05-041-209/+0
* Move GladeWidgetAdaptor code for GtkMenuShell into it's own C fileTristan Van Berkom2013-05-041-593/+1
* Move GladeWidgetAdaptor code for GtkRecentChooserMenu into it's own C fileTristan Van Berkom2013-05-041-23/+0
* Move GladeWidgetAdaptor code for GtkMenu into it's own C fileTristan Van Berkom2013-05-041-20/+0
* Move GladeWidgetAdaptor code for GtkImage into it's own C fileTristan Van Berkom2013-05-041-222/+3
* Move GladeWidgetAdaptor code for GtkButton into it's own C fileTristan Van Berkom2013-05-041-255/+0
* Move GladeWidgetAdaptor code for GtkFileChooserWidget into it's own C fileTristan Van Berkom2013-05-041-28/+0
* Move GladeWidgetAdaptor code for GtkMessageDialog into it's own C fileTristan Van Berkom2013-05-041-183/+0
* Move GladeWidgetAdaptor code for GtkDialog into it's own C fileTristan Van Berkom2013-05-041-166/+1
* Move GladeWidgetAdaptor code for GtkAboutDialog into it's own C fileTristan Van Berkom2013-05-041-40/+0
* Move GladeWidgetAdaptor code for GtkWindow into it's own C fileTristan Van Berkom2013-05-041-165/+0
* Move GladeWidgetAdaptor code for GtkFixed/GtkLayout into it's own C fileTristan Van Berkom2013-05-041-108/+0
* Move GladeWidgetAdaptor code for GtkEntry into it's own C fileTristan Van Berkom2013-05-041-285/+0
* Move GladeWidgetAdaptor code for GtkExpander into it's own C fileTristan Van Berkom2013-05-041-124/+0
* Move GladeWidgetAdaptor code for GtkPaned into it's own C fileTristan Van Berkom2013-05-041-138/+0
* Move GladeWidgetAdaptor code for GtkNotebook into it's own C fileTristan Van Berkom2013-05-041-933/+0
* Move GladeWidgetAdaptor code for GtkFrame into it's own C fileTristan Van Berkom2013-05-041-186/+4
* Moving a function from glade-gtk.c to glade-fixed.cTristan Van Berkom2013-05-041-8/+0
* Move GladeWidgetAdaptor code for GtkContainer into it's own C fileTristan Van Berkom2013-05-041-203/+0
* Move GladeWidgetAdaptor code for GtkWidget into it's own C fileTristan Van Berkom2013-05-041-1093/+2
* Added GladeAboutDialogEditorTristan Van Berkom2013-05-011-15/+64
* Added new custom editor GladeWindowEditor.Tristan Van Berkom2013-04-281-2/+47