summaryrefslogtreecommitdiff
path: root/src/glade-project.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganised package structure, moved a lot of files and directories.Tristan Van Berkom2007-01-231-2072/+0
* new function glade_util_get_file_mtime().Tristan Van Berkom2006-12-131-1/+14
* src/glade-base-editor.c src/glade-clipboard-view.c src/glade-command.cTristan Van Berkom2006-12-121-21/+21
* Added glade-widget-adaptor.[ch], removed glade-widget-class.[ch].Tristan Van Berkom2006-10-191-23/+21
* Renamed every function to avoid namming clash with libglade (now Anjuta 2Juan Pablo Ugarte2006-09-291-5/+5
* src/glade-project.c reworked glade_project_update_comment() update everyJuan Pablo Ugarte2006-09-201-21/+34
* o Removed function glade_interface_add_comment() o Added new memberJuan Pablo Ugarte2006-09-191-0/+45
* GtkImage support improved. Finally no more g_object_set_data() :)Juan Pablo Ugarte2006-09-121-3/+3
* o Fixed a bug where loaded projects were never marked with unsaved changesTristan Van Berkom2006-08-111-0/+1
* Unparent all widgets before closing the project, this stops the recursiveTristan Van Berkom2006-08-111-2/+17
* Fixed compiler warning.Tristan Van Berkom2006-08-091-2/+3
* glade_project_new_widget_name() strips trailing digits from base_nameTristan Van Berkom2006-08-091-10/+23
* Dont require that an object be "toplevel" to be saved, just that it has noTristan Van Berkom2006-07-261-1/+1
* added files glade-base-editor.[ch]Juan Pablo Ugarte2006-07-131-1/+1
* fixed broken build.Tristan Van Berkom2006-07-061-1/+1
* fixed bug 345353 "Implement "finish" signal on GladeProject"Juan Pablo Ugarte2006-07-051-20/+20
* Major rework underway, phase one complete: Move undo/redo stack logic fromTristan Van Berkom2006-06-291-138/+386
* o gtk_window_set_decorated() all GtkWindows (bug 344817) o FixedTristan Van Berkom2006-06-251-4/+0
* Added glade_property_[push/pop]_superuser()Tristan Van Berkom2006-06-171-0/+5
* fixed typosTristan Van Berkom2006-06-141-3/+4
* added check for GnomeUI libs (PKG_CHECK_MODULES)Tristan Van Berkom2006-05-181-0/+2
* Added info buttons and apis to enable/disable them + signals emitted toTristan Van Berkom2006-04-281-6/+6
* Fixed crasher because of read-only check where project could be NULL.Tristan Van Berkom2006-04-251-3/+6
* UpdatedTristan Van Berkom2006-04-241-8/+17
* o Manage the sensitivities of all the ui actions. o Fix some issues withTristan Van Berkom2006-04-101-13/+106
* glade_project_open() fixed segfault on open faiure.TRISTAN_MERGING_HERETristan Van Berkom2006-03-291-2/+3
* Removed idle handler hack that has been obsoleted by Vincent's smarterTristan Van Berkom2006-03-291-1/+1
* Some more fixes...Tristan Van Berkom2006-03-201-3/+13
* Added a bit about anarchist childrenTristan Van Berkom2006-03-201-1/+9
* Removed glade_widget_class_get_all_children, nowTristan Van Berkom2006-03-161-2/+2
* Improved name generation for new empty projects.Tristan Van Berkom2006-03-161-2/+48
* o Reimplemented code for management of projects list menu. o Projects withTristan Van Berkom2006-03-161-12/+86
* fixed bug 325791. Various GtkTable and GtkBox support fixes. (addedTristan Van Berkom2006-02-211-3/+21
* Glade 3.0 --> Glade-3Tristan Van Berkom2006-02-101-7/+55
* Modified Files: ChangeLog doc/Makefile.am doc/children.sgmlTristan Van Berkom2006-02-091-2/+2
* Require gtkdocize 1.4Tristan Van Berkom2006-02-091-4/+4
* require automake 1.9Tristan Van Berkom2006-02-071-3/+3
* Fixed a stupid segfault typicly in strcmp().Tristan Van Berkom2006-01-311-1/+4
* GladeEPropFlags now shows treeview directly in editor - Mikael HermanssonTristan Van Berkom2006-01-281-21/+56
* Applied spelling/grammer fixes by Adam Weinberger.Tristan Van Berkom2006-01-261-2/+2
* use glade_project_display_name (), reverted transientness for glade-3Tristan Van Berkom2006-01-251-0/+24
* Fixed broken resource pool & wrote some doc. Now save the "<requiredTristan Van Berkom2006-01-241-78/+140
* C Removed chdir codeTristan Van Berkom2006-01-221-52/+330
* Added glade_util_canonical_path ()Tristan Van Berkom2006-01-211-5/+1
* Integrated patch from Lluis Sanchez to simplify GladeInterface creation.Tristan Van Berkom2006-01-171-8/+3
* New project signal "close".Tristan Van Berkom2006-01-151-2/+36
* removing crudTristan Van Berkom2005-12-281-1/+1
* glade_command_cut_copy_paste_common(); fixed "project" source in case ofTristan Van Berkom2005-12-281-0/+6
* Added GLADE_TYPE_EPROP_OBJECT (object properties)Tristan Van Berkom2005-12-271-0/+35
* glade_app_set_project() Sets the current/working directory to theJuan Pablo Ugarte2005-12-151-0/+11