| Commit message (Expand) | Author | Age | Files | Lines |
* | * gladeui/glade-app.c: Changed session file glade-3.conf -> glade.conf so th... | Tristan Van Berkom | 2011-01-06 | 1 | -1/+1 |
* | * gladeui/glade-fixed.[ch] --> plugins/gtk+/glade-fixed.[ch]: | Tristan Van Berkom | 2011-01-04 | 1 | -1/+0 |
* | * gladeui/glade-cell-renderer-icon.[ch]: Privatizing members. | Tristan Van Berkom | 2011-01-04 | 1 | -9/+8 |
* | * gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app.... | Tristan Van Berkom | 2011-01-04 | 1 | -180/+0 |
* | * gladeui/glade-app.[ch], gladeui/glade-command.c, gladeui/glade-editor.[ch], | Tristan Van Berkom | 2011-01-04 | 1 | -26/+33 |
* | * Another major refactor, tasks accomplished: | Tristan Van Berkom | 2011-01-03 | 1 | -504/+2 |
* | * gladeui/glade-app.[ch]: | Tristan Van Berkom | 2011-01-03 | 1 | -192/+13 |
* | * gladeui/glade-clipboard.h, gladeui/glade-app.c: Removed clipboard->view me... | Tristan Van Berkom | 2011-01-02 | 1 | -1/+1 |
* | * Made GladeWidget internalize *everything* into a private data structure, | Tristan Van Berkom | 2011-01-02 | 1 | -10/+9 |
* | * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with: | Tristan Van Berkom | 2010-12-30 | 1 | -1021/+993 |
* | * gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/g... | Tristan Van Berkom | 2010-12-28 | 1 | -20/+0 |
* | Merge branch 'master' into offscreen-gtk3 | Tristan Van Berkom | 2010-12-22 | 1 | -51/+36 |
|\ |
|
| * | * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signal | Tristan Van Berkom | 2010-12-22 | 1 | -6/+15 |
| * | * gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed() | Tristan Van Berkom | 2010-12-17 | 1 | -0/+21 |
| * | * gladeui/glade-project.[ch], gladeui/glade-app.[ch], src/glade-window.c: Re... | Tristan Van Berkom | 2010-12-17 | 1 | -45/+0 |
* | | Initial gtk+ 3.0 port (compiles but doesn't work) | Johannes Schmid | 2010-11-05 | 1 | -1/+1 |
* | | Merge branch 'master' into offscreen | Tristan Van Berkom | 2010-10-12 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | 2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com> | Tristan Van Berkom | 2010-10-12 | 1 | -0/+13 |
* | | First try to make GladeDesignLayout use a GdkOffscreen to render its child in... | Juan Pablo Ugarte | 2010-09-09 | 1 | -12/+2 |
|/ |
|
* | * configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> glade | Tristan Van Berkom | 2010-06-15 | 1 | -11/+0 |
* | Allow destroying (and recreation) of GladeApp object | Johannes Schmid | 2010-05-14 | 1 | -7/+7 |
* | * gladeui/glade-widget-adaptor.[ch]: Add a "scrollable" flag on the adaptor ... | Tristan Van Berkom | 2010-03-28 | 1 | -1/+7 |
* | Use accessor functions instead direct access. | Javier Jardón | 2009-12-04 | 1 | -2/+2 |
* | * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti... | Tristan Van Berkom | 2009-06-29 | 1 | -2/+3 |
* | Fix runtime path resolution on osx. | Tristan Van Berkom | 2009-06-22 | 1 | -2/+17 |
* | added GladeDesignLayout::widget-event signal. Patch by Pavel Kostyuchenko | Juan Pablo Ugarte | 2009-01-20 | 1 | -0/+30 |
* | Added some important fixes | Tristan Van Berkom | 2009-01-05 | 1 | -5/+5 |
* | Cleaned up gtk and glib includes to use only toplevel headers. Patch from | Przemysław Grzegorczyk | 2008-12-15 | 1 | -1/+1 |
* | Update glade-app accel group. | Tristan Van Berkom | 2008-11-15 | 1 | -14/+2 |
* | Fixed win32 api for deprecated api usage (bug 559678). | Tristan Van Berkom | 2008-11-13 | 1 | -1/+1 |
* | Added glade_widget_[un]lock() and glade_command_[un]lock_widget(). | Tristan Van Berkom | 2008-10-31 | 1 | -50/+3 |
* | Fixed glade_property_class_make_adjustment() for floating and double | Tristan Van Berkom | 2008-10-25 | 1 | -1/+1 |
* | Encapsulated name tracking mechanism | Tristan Van Berkom | 2008-10-16 | 1 | -7/+6 |
* | Fixed adjustments when values are null in libglade mode | Tristan Van Berkom | 2008-09-22 | 1 | -28/+16 |
* | - Made sure that the first toplevel in the project is selected and visible | Tristan Van Berkom | 2008-09-20 | 1 | -1/+5 |
* | Now we have a conversion routine that is run in the plugin to convert some | Tristan Van Berkom | 2008-09-19 | 1 | -13/+26 |
* | Replace the deprecated G_GNUC_PRETTY_FUNCTION with G_STRFUNC. Bug #512559. | Christian Persch | 2008-09-18 | 1 | -2/+2 |
* | Creating toplevel widget through unified glade-palette interface. Removed | Pavel Kostyuchenko | 2008-09-16 | 1 | -15/+1 |
* | Now load insensitive when widgets are unsupported, and use a warning icon | Tristan Van Berkom | 2008-04-10 | 1 | -0/+11 |
* | Added padding on top of undocked tools, removed custom label handling of | Tristan Van Berkom | 2008-04-10 | 1 | -10/+0 |
* | Filled in all since, deprecated and builder-unsupported properties. | Tristan Van Berkom | 2008-04-09 | 1 | -19/+48 |
* | fixed compile and warnings when setting GtkWindow::icon-name | Tristan Van Berkom | 2008-03-10 | 1 | -1/+1 |
* | Now if an empty project is loaded and anothther project with widgets is | Tristan Van Berkom | 2008-03-10 | 1 | -1/+8 |
* | When adding a first project, display the first toplevel in the design | Tristan Van Berkom | 2008-03-09 | 1 | -0/+15 |
* | Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary event | Christian Persch | 2007-12-19 | 1 | -5/+1 |
* | Fix icon theme path for win32 | Vincent Geddes | 2007-12-10 | 1 | -1/+1 |
* | removed every extra documentation, we keep them empty just because | Juan Pablo Ugarte | 2007-07-30 | 1 | -0/+10 |
* | Set custom label on the property editor sensitive/insensitive according to | Tristan Van Berkom | 2007-07-24 | 1 | -2/+9 |
* | Removed glade_app_widget_event() and the "widget-event" signal | Tristan Van Berkom | 2007-07-17 | 1 | -57/+0 |
* | Ref project when adding it to the app. | Vincent Geddes | 2007-07-11 | 1 | -0/+2 |