summaryrefslogtreecommitdiff
path: root/gladeui/glade-inspector.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-1/+1
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-57/+56
* Drag&Drop clean up.Juan Pablo Ugarte2013-08-191-0/+6
* Revert "glade-inspector: Use a GtkSearchEntry"Tristan Van Berkom2013-06-181-2/+2
* Only update project if the project has indeed changed.Marco Diego Aurélio Mesquita2013-06-181-0/+3
* glade-inspector: Use a GtkSearchEntryJasper St. Pierre2013-06-141-2/+2
* GladeInspector: Add ellipsizing textTristan Van Berkom2013-04-261-19/+38
* GladeInspector: Derive from GtkBoxTristan Van Berkom2013-04-141-5/+9
* GladeInspector: Add an icon to expand all rows.Tristan Van Berkom2013-04-111-1/+6
* GladeInspector: Now show a warning icon and tooltip text if a widget has a wa...Tristan Van Berkom2013-04-111-3/+38
* GladeInspector: Search entry completes on GladeProjectTristan Van Berkom2013-04-081-1/+1
* GladeInspector: Enhanced search entry.Tristan Van Berkom2013-04-081-10/+41
* GladeInspector: Re-enable completions in the search entry.Tristan Van Berkom2013-04-081-72/+169
* Revert "Removed search entry from GladeInspector"Tristan Van Berkom2013-04-081-87/+241
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-4/+0
* GladeInspector: Making treeview more prettyTristan Van Berkom2013-04-011-8/+33
* Clear search entry on disposeJuan Pablo Ugarte2013-03-291-0/+1
* Removed search entry from GladeInspectorJuan Pablo Ugarte2013-03-121-241/+87
* Removed use of deprecated object GCompletionJuan Pablo Ugarte2012-04-031-128/+107
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-2/+1
* * gladeui/glade-base-editor.c,Juan Pablo Ugarte2011-03-311-12/+13
* * gladeui/glade-catalog.c, gladeui/glade-inspector.c, gladeui/glade-property...Tristan Van Berkom2011-01-161-0/+10
* * gladeui/glade-inspector.c: Updated to use GtkStyleContext to set the italic &Tristan Van Berkom2011-01-071-8/+14
* Fixed some code alignment.Tristan Van Berkom2011-01-061-12/+12
* * gladeui/glade-inspector.c: Fixed to not access the treeview from set_proje...Tristan Van Berkom2011-01-051-2/+0
* * Another major refactor, tasks accomplished:Tristan Van Berkom2011-01-031-5/+5
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-1/+1
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-635/+615
* Merge branch 'master' into offscreen-gtk3Tristan Van Berkom2010-12-221-8/+30
|\
| * * gladeui/glade-inspector.c:Tristan Van Berkom2010-12-171-8/+30
* | Merge branch 'master' into offscreenTristan Van Berkom2010-10-121-11/+11
|\ \ | |/
| * * gladeui/glade-inspector.c: Fixed project leakage at dispose time.Tristan Van Berkom2010-10-111-11/+11
* | Merge branch 'master' into offscreenTristan Van Berkom2010-10-091-0/+4
|\ \ | |/
| * * gladeui/glade-inspector.c, gladeui/glade-named-icon-chooser-dialog.c:Tristan Van Berkom2010-09-211-0/+4
* | Fixed compitation for gtk+-3.0Juan Pablo Ugarte2010-09-191-2/+2
|/
* * gladeui/glade-project.[ch]:Tristan Van Berkom2010-08-291-11/+22
* Added ChangeLog entry for Johannes's work, fixed some compile warnings.Tristan Van Berkom2010-05-141-1/+2
* Cache the list of objects in the projectsJohannes Schmid2010-05-141-3/+1
* inspector: Bring back old search entryJohannes Schmid2010-05-141-30/+166
* Improved search to us partial match instead of prefix matchJohannes Schmid2010-05-141-6/+20
* glade-inspector: Add a GtkEntryCompletion to the search entryJohannes Schmid2010-05-141-2/+12
* Fix selection handling in inspector and deleting of widgetsJohannes Schmid2010-05-141-0/+79
* glade-inspector: Fixed searching and removed lots of obsolete codeJohannes Schmid2010-05-141-301/+63
* gladeui: Port inspector to use GladeProject as GtkTreeModel.Johannes Schmid2010-05-141-396/+56
* Use accessor functions instead direct access.Javier Jardón2009-12-041-2/+2
* * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti...Tristan Van Berkom2009-06-291-5/+1
* * configure.in, NEWS: Rolling Glade 3.6.5 (added more output in configure.acGLADE_3_6_5Tristan Van Berkom2009-06-121-0/+2
* * gladeui/glade-base-editor.c, gladeui/glade-inspector.c, gladeui/glade-pale...Tristan Van Berkom2009-05-271-3/+8
* Rolling Glade 3.5.7Tristan Van Berkom2009-02-051-5/+28
* call gtk_tree_view_expand_all() in glade_inspector_set_project()Juan Pablo Ugarte2009-01-051-0/+2