summaryrefslogtreecommitdiff
path: root/gladeui/glade-base-editor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* OOps, really fixed the editable types in the base editor now.Tristan Van Berkom2009-06-291-5/+4
* * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti...Tristan Van Berkom2009-06-291-13/+13
* * gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-pale...Tristan Van Berkom2009-05-271-1/+5
* * gladeui/glade-base-editor.c: fixed bug in glade_base_editor_add_default_pro...Juan Pablo Ugarte2009-05-171-6/+3
* Added some important fixesTristan Van Berkom2009-01-051-1/+1
* Relicensed LGPL.Tristan Van Berkom2008-12-111-1/+9
* Bumping gtk+ required version to 2.14Tristan Van Berkom2008-12-091-4/+21
* Now include signal editor outside notebook, update signal editor on pageTristan Van Berkom2008-11-251-18/+61
* Now add/remove parentless widget props from the project inTristan Van Berkom2008-11-231-1/+1
* added nicenessTristan Van Berkom2008-11-221-1/+1
* New editor to group the treeview and model together in the base editorTristan Van Berkom2008-11-221-7/+47