summaryrefslogtreecommitdiff
path: root/gladeui/glade-inspector.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_list_free_full() instead of g_list_foreach() + g_list_free()Juan Pablo Ugarte2020-08-171-2/+1
* GladeInspector: plug object leakJuan Pablo Ugarte2020-08-071-18/+10
* Use symbolic icon names.Juan Pablo Ugarte2020-07-291-1/+1
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeInspectorCorentin Noël2019-08-201-43/+42
* dnd: Enable Drag&Drop on waylandAlberto Fanjul2019-08-061-1/+1
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-5/+5
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-93/+93
* GladeInspector: use new api to check if a widget has a nameJuan Pablo Ugarte2016-01-281-19/+22
* GladeInspector: added inspector_set_complete_text() function to optimize sear...Juan Pablo Ugarte2016-01-281-33/+25
* GladeInspector: skip unnamed widgets in searchJuan Pablo Ugarte2016-01-281-0/+6
* GladeInspector: do not show widget name if its unnamed (has prefix __glade_un...Juan Pablo Ugarte2016-01-271-0/+24
* 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