summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-5/+5
* gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdap...Corentin Noël2019-08-201-1/+1
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorCorentin Noël2019-08-201-30/+30
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-211-2/+2
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-10/+10
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-1/+1
* GladeEditor: expose signal editor widget as a propertyJuan Pablo Ugarte2018-10-161-0/+12
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-60/+60
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-3/+3
* GladeEditor: add show-border propertyJuan Pablo Ugarte2017-12-301-1/+15
* GladeEditor: use new api to check if a widget has a nameJuan Pablo Ugarte2016-01-281-15/+12
* GladeEditor: Update the widget name in a property editor dialogTristan Van Berkom2016-01-281-8/+20
* GladeEditor: do not show unnamed widgets in headerwip/support-no-idsJuan Pablo Ugarte2016-01-271-6/+24
* Bug 732575 - Changed the type hint on the "Edit Separately" window to 'utility'Tristan Van Berkom2014-10-121-1/+1
* Replaced deprecated stock items with its corresponding label strings.Juan Pablo Ugarte2014-05-151-3/+3
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-2/+2
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-24/+24
* Replaced g_type_class_add_private() with G_ADD_PRIVATE ()Juan Pablo Ugarte2013-07-291-8/+2
* Adapt to recent GTK+ api changesMatthias Clasen2013-07-271-12/+12
* Fix bug 588844 - query dialog cancels if deletedTristan Van Berkom2013-06-181-0/+12
* Set GladeEditor:show-class-field runtime default to be the same as the proepr...Juan Pablo Ugarte2013-06-061-0/+2
* GladeEditor: Show newly created editors for the query dialogTristan Van Berkom2013-04-141-0/+1
* GladeEditor: Ported to define the UI in templates.Tristan Van Berkom2013-04-121-145/+26
* GladeEditor rework: Make atk.png loaded as a GResource.Tristan Van Berkom2013-04-121-4/+4
* GladeEditor: Pack the warning icon before the class icon.Tristan Van Berkom2013-04-121-1/+1
* GladeEditor: Avoid crash when draging and dropping a widget with packing prop...Tristan Van Berkom2013-04-061-4/+9
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-5/+2
* Removed clear and info buttons from GladeEditor.Juan Pablo Ugarte2013-03-121-169/+15
* Removed GladeEditor notebook children borders and replaced with internal padd...Juan Pablo Ugarte2013-03-121-23/+16
* Added GladeEditor:class-field read only property.Juan Pablo Ugarte2013-03-061-0/+13
* Fix prototype warning issuesJasper St. Pierre2013-02-251-2/+2
* Fixed typo in stringDaniel Mustieles2013-02-211-1/+1
* Replaced GtkButtonBox with a regular GtkBox to pack clear and info buttonsJuan Pablo Ugarte2013-02-191-5/+2
* Cleaned up code replacing editor->priv with a temp priv variable.Juan Pablo Ugarte2013-02-191-115/+150
* Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration.Juan Pablo Ugarte2013-02-191-10/+13
* Added glade_editor_show/hide_class_field()Juan Pablo Ugarte2013-02-191-14/+59
* Moved clear and info buttom to the action widget of the notebook.Juan Pablo Ugarte2013-02-191-14/+45
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-5/+5
* Migrated hand coded _get_type() function to G_DEFINE_TYPE() macro plus identa...Juan Pablo Ugarte2012-03-241-90/+74
* * gladeui/glade-base-editor.c,Juan Pablo Ugarte2011-03-311-19/+24
* * gladeui/glade-editor.c: Optimize window resizing by hiding inner notebook ...Tristan Van Berkom2011-02-241-0/+32
* * gladeui/glade-editor.c: Make reset/docs buttons insensitive by default.Tristan Van Berkom2011-02-031-0/+4
* 2011-01-15 Johannes Schmid <jhs@gnome.org>Johannes Schmid2011-01-151-14/+0
* Revert "* gladeui/glade-app.c: glade_app_get() should always return"Johannes Schmid2011-01-151-12/+0
* * gladeui/glade-app.c: glade_app_get() should always returnJohannes Schmid2011-01-151-0/+12
* Merge branch 'master' into signal-tree-modelJohannes Schmid2011-01-091-1/+7
|\
| * * gladeui/glade-editor.c: Make query dialog come with a "Create" button insteadTristan Van Berkom2011-01-091-1/+7
* | Merge branch 'master' into signal-tree-modelJohannes Schmid2011-01-061-64/+105
|\ \ | |/
| * * gladeui/glade-editor.c: Optimized GladeEditorTristan Van Berkom2011-01-061-64/+103
| * * gladeui/glade-editor.c: Make the editor notebook scrollable.Tristan Van Berkom2011-01-051-0/+2