summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* * gladeui/glade-inspector.c:Tristan Van Berkom2010-12-173-39/+78
* * gladeui/glade-base-editor.c: Fixed glade_base_editor_dispose to not access...Tristan Van Berkom2010-12-161-3/+1
* * gladeui/glade-project.c: Notify iter changes when the widget name changes,...Tristan Van Berkom2010-12-161-3/+14
* * gladeui/glade-palette.c: Add a label in a box to the palette items to avoidTristan Van Berkom2010-12-161-3/+12
* * gladeui/glade-project.c: Fix glade_project_fix_object_props() to copy theTristan Van Berkom2010-12-161-2/+4
* * plugins/gtk+/glade-gtk.c: Make sure any manually created glade widgets passTristan Van Berkom2010-12-161-2/+4
* * gladeui/glade-widget.c, gladeui/glade-project.c: Fixed some final things withTristan Van Berkom2010-12-152-65/+46
* removed g_print trace from GladeWidgetTristan Van Berkom2010-12-151-2/+0
* * gladeui/glade-widget.[ch], gladeui/glade-project.c, plugins/gtk+/glade-gtk...Tristan Van Berkom2010-12-153-94/+92
* Minor code cleanup in glade-command.cTristan Van Berkom2010-12-151-4/+3
* * gladeui/glade-project.c: Cleanup glade_project_remove_object(), make sure ...Tristan Van Berkom2010-12-151-31/+32
* gladeui: Fix previewer buildJohannes Schmid2010-11-261-2/+1
* project-model: Don't be picky about non-existing childrenJohannes Schmid2010-11-121-5/+7
* Adding missing previewer program from last commit.Tristan Van Berkom2010-10-171-0/+333
* 2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>Tristan Van Berkom2010-10-128-8/+322
* * gladeui/glade-inspector.c: Fixed project leakage at dispose time.Tristan Van Berkom2010-10-111-11/+11
* Updated .gitignore filesPablo Castellano2010-09-231-0/+3
* * gladeui/glade-inspector.c, gladeui/glade-named-icon-chooser-dialog.c:Tristan Van Berkom2010-09-212-2/+6
* * gladeui/glade-project.[ch]:Tristan Van Berkom2010-08-293-40/+65
* Simplified a return_if_fail() statementTristan Van Berkom2010-08-291-1/+1
* * gladeui/glade-project.c: Applied Johannes Schmid's changes in bug 623879.Tristan Van Berkom2010-08-291-0/+2
* * gladeui/glade-project.c:Tristan Van Berkom2010-08-261-41/+126
* Changes for GTK+ 3.0 cleanupTristan Van Berkom2010-08-166-56/+129
* Fix macro to use gtk_adjustment_set_* instead of the obsolete adj->*Pablo Castellano2010-08-031-1/+1
* * gladeui/Makefile.am, gladeui/glade-custom.[ch]: Removed support for oldTristan Van Berkom2010-06-153-345/+0
* * configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> gladeTristan Van Berkom2010-06-154-99/+10
* Use gtk_show_uri() to show help and urlsJavier Jardón2010-06-101-127/+31
* * gladeui/glade-project.c: Fixed crasher on cross-project copy paste by reor...Tristan Van Berkom2010-05-151-15/+20
* Merge branch 'master' into project-tree-modelTristan Van Berkom2010-05-141-1/+1
* * gladeui/glade-widget.c: Added some clarification to the docs of glade_widg...Tristan Van Berkom2010-05-141-3/+10
* Added ChangeLog entry for Johannes's work, fixed some compile warnings.Tristan Van Berkom2010-05-142-2/+2
* Cache the list of objects in the projectsJohannes Schmid2010-05-143-46/+31
* 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
* Free the signals correctlyJohannes Schmid2010-05-141-3/+5
* Make all members of GladeSignalClass const as they should.Johannes Schmid2010-05-141-1/+1
* Allow destroying (and recreation) of GladeApp objectJohannes Schmid2010-05-143-13/+12
* Remove debug messagesJohannes Schmid2010-05-141-4/+0
* glade-inspector: Add a GtkEntryCompletion to the search entryJohannes Schmid2010-05-141-2/+12
* Fix glade_widget_get_children() to always return a correct listJohannes Schmid2010-05-141-9/+10
* Fix selection handling in inspector and deleting of widgetsJohannes Schmid2010-05-143-17/+108
* glade-widget: Add a g_return_if_fail() if we cannot find an apator for widgetsJohannes Schmid2010-05-142-4/+9
* signal-editor: As this derives from GtkVBox there is no need to call get_widg...Johannes Schmid2010-05-144-27/+9
* signal-editor: move column-enum from .h to .c as it is really a private thing.Johannes Schmid2010-05-142-24/+23
* signal-editor: clean-up public members and remove silly signals all over.Johannes Schmid2010-05-142-319/+252
* glade-widget: Don't list children without associated GladeWidget but do it in...Johannes Schmid2010-05-141-1/+13
* glade-project: Fixed bug in glade_project_get_widget_by_name()Johannes Schmid2010-05-141-15/+7
* glade-inspector: Fixed searching and removed lots of obsolete codeJohannes Schmid2010-05-141-301/+63
* glade-widget: Don't duplicate the list of childrenJohannes Schmid2010-05-141-12/+1
* gladeui: Port inspector to use GladeProject as GtkTreeModel.Johannes Schmid2010-05-143-406/+67