summaryrefslogtreecommitdiff
path: root/gladeui/glade-base-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-221-4/+4
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeBaseEditorCorentin Noël2019-08-201-168/+208
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-3/+3
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-2/+3
* docs: Make some changes to fix warnings with the documentationCorentin Noël2019-03-301-3/+3
* GladebaseEditor: Implement it as a template classJuan Pablo Ugarte2017-12-311-358/+189
* GladeBaseEditor: use GSIZE_TO_POINTER to store a GType on a pointerJuan Pablo Ugarte2017-12-311-3/+3
* GladeBaseEditor: fixed bug #773997 "GLADE 3.20: crash on changing ToolItem type"Juan Pablo Ugarte2016-12-251-3/+2
* gladeui/glade-base-editor.c: relicense as LGPLJuan Pablo Ugarte2016-03-141-11/+11
* GladeBaseEditor: Fixed name/ID editing to handle unnamed widgetsTristan Van Berkom2016-01-281-5/+24
* glade-base-editor.c: Display (unnamed) instead of __glade_... for unnamed wid...Tristan Van Berkom2016-01-281-6/+7
* GladeBaseEditor->build_child() use correct type for paramentersJuan Pablo Ugarte2014-05-171-3/+2
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-4/+8
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-3/+3
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-79/+69
* Converted GladeBaseEditor, GladeDesignView and GladePalette to be GtkBox subc...Tristan Van Berkom2013-05-071-1/+4
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-8/+12
* Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methodsJuan Pablo Ugarte2012-09-061-2/+2
* 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-151/+146
* Removed dialog hint to make gnome-shell put a close button in the windowJuan Pablo Ugarte2011-12-151-1/+0
* Fixed spelling errorsJuan Pablo Ugarte2011-10-041-0/+2
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-5/+2
* * gladeui/glade-base-editor.c,Juan Pablo Ugarte2011-03-311-9/+13
* * gladeui/Makefile.am, gladeui/glade-accumulators.[ch], gladeui/glade-app.c,Tristan Van Berkom2011-02-051-11/+11
* * gladeui/glade-project.c:Tristan Van Berkom2011-02-041-5/+7
* * gladeui/glade-base-editor.c: Fixed many memory leaks in this rusty code, f...Tristan Van Berkom2011-01-221-51/+71
* Fixed compiler warningTristan Van Berkom2011-01-121-1/+1
* Merge branch 'master' into signal-tree-modelsignal-tree-modelTristan Van Berkom2011-01-101-1/+1
|\
| * * gladeui/glade-app.[ch], gladeui/glade-base-editor.c: Removed glade_app_set...Tristan Van Berkom2011-01-101-1/+1
* | Merge branch 'master' into signal-tree-modelJohannes Schmid2011-01-051-133/+121
|\ \ | |/
| * * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope...Tristan Van Berkom2011-01-041-2/+2
| * * Another major refactor, tasks accomplished:Tristan Van Berkom2011-01-031-54/+54
| * * Made GladePropertyClass completely opaque and created loads of api and upd...Tristan Van Berkom2011-01-031-1/+1
| * * Made GladeProperty internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-5/+4
| * * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-68/+60
| * * gladeui/glade-base-editor.c: Remove restriction for only GtkContainer widg...Tristan Van Berkom2010-12-301-3/+0
| * * gladeui/glade-base-editor.c, gladeui/glade-command.c: Avoid setting a null...Tristan Van Berkom2010-12-301-1/+1
* | Remaning merge conflictsJohannes Schmid2010-12-301-1/+1
|/
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-1723/+1739
* * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c,Tristan Van Berkom2010-12-291-21/+13
* Merge branch 'master' into offscreen-gtk3Tristan Van Berkom2010-12-221-17/+39
|\
| * * gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed()Tristan Van Berkom2010-12-171-14/+38
| * * gladeui/glade-base-editor.c: Fixed glade_base_editor_dispose to not access...Tristan Van Berkom2010-12-161-3/+1
* | Fixed compitation for gtk+-3.0Juan Pablo Ugarte2010-09-191-1/+1
|/
* Changes for GTK+ 3.0 cleanupTristan Van Berkom2010-08-161-1/+1
* signal-editor: As this derives from GtkVBox there is no need to call get_widg...Johannes Schmid2010-05-141-7/+6
* * gladeui/glade-base-editor.c: Fixed to unref in ->dispose() and to unset th...Tristan Van Berkom2010-03-311-7/+19
* 2010-03-28 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>Tristan Van Berkom2010-03-281-11/+18
* Bug 595838 — String fixesPhilip Withnall2009-09-221-3/+3