| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed C++ compiler errors when including glade.h | Juan Pablo Ugarte | 2011-06-14 | 1 | -6/+4 |
* | * gladeui/glade-project.[ch] | Juan Pablo Ugarte | 2011-03-09 | 1 | -2/+2 |
* | * gladeui/glade-project.c: | Tristan Van Berkom | 2011-02-04 | 1 | -0/+3 |
* | * gladeui/glade-project.[ch]: added accessor for toplevel list | Juan Pablo Ugarte | 2011-02-02 | 1 | -0/+2 |
* | * gladeui/glade-app.c: replaced GladeDesignLayout API with the new private one | Juan Pablo Ugarte | 2011-01-29 | 1 | -49/+53 |
* | * gladeui/glade-project.[ch], src/glade-window.c: Edit->Preferences becomes ... | Tristan Van Berkom | 2011-01-22 | 1 | -1/+1 |
* | * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy(). | Tristan Van Berkom | 2011-01-22 | 1 | -4/+0 |
* | * gladeui/glade-project.[ch]: | Tristan Van Berkom | 2011-01-16 | 1 | -3/+4 |
* | Cleanup in GladeProject | Tristan Van Berkom | 2011-01-12 | 1 | -2/+0 |
* | * gladeui/glade-project.[ch]: Removed "previewable" flag/property, now as a ... | Tristan Van Berkom | 2011-01-06 | 1 | -2/+0 |
* | * gladeui/glade-app.h, gladeui/glade-base-editor.h, gladeui/glade-catalog.h, | Tristan Van Berkom | 2011-01-05 | 1 | -0/+9 |
* | * gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app.... | Tristan Van Berkom | 2011-01-04 | 1 | -143/+136 |
* | * Another major refactor, tasks accomplished: | Tristan Van Berkom | 2011-01-03 | 1 | -8/+17 |
* | * gladeui/glade-project.c: Export glade_project_verify_property() to allow v... | Tristan Van Berkom | 2011-01-02 | 1 | -2/+3 |
* | * gladeui/glade-project.[ch], gladeui/glade-widget.c, gladeui/glade-command.c: | Tristan Van Berkom | 2011-01-02 | 1 | -33/+32 |
* | * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with: | Tristan Van Berkom | 2010-12-30 | 1 | -1/+0 |
* | * Whole tree updated to remove all notion of project conversions and dual pr... | Tristan Van Berkom | 2010-12-30 | 1 | -7/+1 |
* | * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signal | Tristan Van Berkom | 2010-12-22 | 1 | -0/+3 |
* | Added loading objects dialog with progress and cancel. | Tristan Van Berkom | 2010-12-21 | 1 | -0/+3 |
* | * gladeui/glade-project.[ch], gladeui/glade-app.[ch], src/glade-window.c: Re... | Tristan Van Berkom | 2010-12-17 | 1 | -4/+0 |
* | 2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com> | Tristan Van Berkom | 2010-10-12 | 1 | -2/+6 |
* | * gladeui/glade-project.[ch]: | Tristan Van Berkom | 2010-08-29 | 1 | -0/+1 |
* | Cache the list of objects in the projects | Johannes Schmid | 2010-05-14 | 1 | -1/+1 |
* | gladeui: Port inspector to use GladeProject as GtkTreeModel. | Johannes Schmid | 2010-05-14 | 1 | -5/+5 |
* | gladeui: Added nice enum for the model columns | Johannes Schmid | 2010-05-14 | 1 | -0/+20 |
* | gladeui: Initial tree model for GladeProject | Johannes Schmid | 2010-05-14 | 1 | -1/+1 |
* | * src/Makefile.am, src/glade-close-button.[ch]: Using Paolo Borelli's close ... | Tristan Van Berkom | 2010-03-31 | 1 | -0/+3 |
* | * gladeui/glade-editor-property.[ch]: | Tristan Van Berkom | 2010-03-29 | 1 | -0/+3 |
* | * gladeui/glade-marshallers.list, gladeui/glade-placeholder.c: | Tristan Van Berkom | 2010-03-27 | 1 | -0/+4 |
* | * configure.in, NEWS: Rolling Glade 3.6.5 (added more output in configure.acGLADE_3_6_5 | Tristan Van Berkom | 2009-06-12 | 1 | -2/+1 |
* | Rolling 3.6.1GLADE_3_6_1 | Tristan Van Berkom | 2009-04-06 | 1 | -3/+0 |
* | Update glade-app accel group. | Tristan Van Berkom | 2008-11-15 | 1 | -3/+0 |
* | Properly convert toolbutton:icon both ways. | Tristan Van Berkom | 2008-10-25 | 1 | -2/+0 |
* | Now can optionally make the entry non editable. | Tristan Van Berkom | 2008-10-21 | 1 | -10/+0 |
* | Encapsulated name tracking mechanism | Tristan Van Berkom | 2008-10-16 | 1 | -12/+27 |
* | Added "supports" catalog element to supply supported formats, added | Tristan Van Berkom | 2008-09-20 | 1 | -1/+2 |
* | Now we have a conversion routine that is run in the plugin to convert some | Tristan Van Berkom | 2008-09-19 | 1 | -7/+7 |
* | Fixed invisible labels in the menu editor. | Tristan Van Berkom | 2008-04-12 | 1 | -0/+3 |
* | Now load insensitive when widgets are unsupported, and use a warning icon | Tristan Van Berkom | 2008-04-10 | 1 | -0/+11 |
* | Loaded and watched the new support_warning on GladeWidget | Tristan Van Berkom | 2008-04-10 | 1 | -0/+3 |
* | Filled in all since, deprecated and builder-unsupported properties. | Tristan Van Berkom | 2008-04-09 | 1 | -0/+2 |
* | reviewed by: Tristan | Johan Dahlin | 2008-04-03 | 1 | -0/+12 |
* | Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary event | Christian Persch | 2007-12-19 | 1 | -2/+0 |
* | Rename glade_project_get_has_unsaved_changes() to | Vincent Geddes | 2007-06-29 | 1 | -6/+2 |
* | added glade_project_undo_items() and glade_project_redo_items(). | Tristan Van Berkom | 2007-06-19 | 1 | -0/+2 |
* | - Hide private implementation details (Added GladeProjectPrivate). - Added | Vincent Geddes | 2007-04-26 | 1 | -95/+55 |
* | Update ChangeLog | Vincent Geddes | 2007-04-21 | 1 | -1/+1 |
* | Performed house cleaning. - Use g_slice_new where appropriate. - Hide | Vincent Geddes | 2007-04-21 | 1 | -1/+1 |
* | Auto-generate `gladeui.def' for DLL symbol exports. Remove | Vincent Geddes | 2007-04-12 | 1 | -33/+33 |
* | fixed conditionally building gnome & python. | Tristan Van Berkom | 2007-01-25 | 1 | -2/+2 |