summaryrefslogtreecommitdiff
path: root/gladeui/glade-app.c
Commit message (Expand)AuthorAgeFilesLines
* * gladeui/glade-app.c: Changed session file glade-3.conf -> glade.conf so th...Tristan Van Berkom2011-01-061-1/+1
* * gladeui/glade-fixed.[ch] --> plugins/gtk+/glade-fixed.[ch]:Tristan Van Berkom2011-01-041-1/+0
* * gladeui/glade-cell-renderer-icon.[ch]: Privatizing members.Tristan Van Berkom2011-01-041-9/+8
* * gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app....Tristan Van Berkom2011-01-041-180/+0
* * gladeui/glade-app.[ch], gladeui/glade-command.c, gladeui/glade-editor.[ch],Tristan Van Berkom2011-01-041-26/+33
* * Another major refactor, tasks accomplished:Tristan Van Berkom2011-01-031-504/+2
* * gladeui/glade-app.[ch]:Tristan Van Berkom2011-01-031-192/+13
* * gladeui/glade-clipboard.h, gladeui/glade-app.c: Removed clipboard->view me...Tristan Van Berkom2011-01-021-1/+1
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-10/+9
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-1021/+993
* * gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/g...Tristan Van Berkom2010-12-281-20/+0
* Merge branch 'master' into offscreen-gtk3Tristan Van Berkom2010-12-221-51/+36
|\
| * * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signalTristan Van Berkom2010-12-221-6/+15
| * * gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed()Tristan Van Berkom2010-12-171-0/+21
| * * gladeui/glade-project.[ch], gladeui/glade-app.[ch], src/glade-window.c: Re...Tristan Van Berkom2010-12-171-45/+0
* | Initial gtk+ 3.0 port (compiles but doesn't work)Johannes Schmid2010-11-051-1/+1
* | Merge branch 'master' into offscreenTristan Van Berkom2010-10-121-0/+13
|\ \ | |/
| * 2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>Tristan Van Berkom2010-10-121-0/+13
* | First try to make GladeDesignLayout use a GdkOffscreen to render its child in...Juan Pablo Ugarte2010-09-091-12/+2
|/
* * configure.ac: Require GTK+ 3.0 and change package domain from glade3 -> gladeTristan Van Berkom2010-06-151-11/+0
* Allow destroying (and recreation) of GladeApp objectJohannes Schmid2010-05-141-7/+7
* * gladeui/glade-widget-adaptor.[ch]: Add a "scrollable" flag on the adaptor ...Tristan Van Berkom2010-03-281-1/+7
* Use accessor functions instead direct access.Javier Jardón2009-12-041-2/+2
* * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti...Tristan Van Berkom2009-06-291-2/+3
* Fix runtime path resolution on osx.Tristan Van Berkom2009-06-221-2/+17
* added GladeDesignLayout::widget-event signal. Patch by Pavel KostyuchenkoJuan Pablo Ugarte2009-01-201-0/+30
* Added some important fixesTristan Van Berkom2009-01-051-5/+5
* Cleaned up gtk and glib includes to use only toplevel headers. Patch fromPrzemysław Grzegorczyk2008-12-151-1/+1
* Update glade-app accel group.Tristan Van Berkom2008-11-151-14/+2
* Fixed win32 api for deprecated api usage (bug 559678).Tristan Van Berkom2008-11-131-1/+1
* Added glade_widget_[un]lock() and glade_command_[un]lock_widget().Tristan Van Berkom2008-10-311-50/+3
* Fixed glade_property_class_make_adjustment() for floating and doubleTristan Van Berkom2008-10-251-1/+1
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-7/+6
* Fixed adjustments when values are null in libglade modeTristan Van Berkom2008-09-221-28/+16
* - Made sure that the first toplevel in the project is selected and visibleTristan Van Berkom2008-09-201-1/+5
* Now we have a conversion routine that is run in the plugin to convert someTristan Van Berkom2008-09-191-13/+26
* Replace the deprecated G_GNUC_PRETTY_FUNCTION with G_STRFUNC. Bug #512559.Christian Persch2008-09-181-2/+2
* Creating toplevel widget through unified glade-palette interface. RemovedPavel Kostyuchenko2008-09-161-15/+1
* Now load insensitive when widgets are unsupported, and use a warning iconTristan Van Berkom2008-04-101-0/+11
* Added padding on top of undocked tools, removed custom label handling ofTristan Van Berkom2008-04-101-10/+0
* Filled in all since, deprecated and builder-unsupported properties.Tristan Van Berkom2008-04-091-19/+48
* fixed compile and warnings when setting GtkWindow::icon-nameTristan Van Berkom2008-03-101-1/+1
* Now if an empty project is loaded and anothther project with widgets isTristan Van Berkom2008-03-101-1/+8
* When adding a first project, display the first toplevel in the designTristan Van Berkom2008-03-091-0/+15
* Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary eventChristian Persch2007-12-191-5/+1
* Fix icon theme path for win32Vincent Geddes2007-12-101-1/+1
* removed every extra documentation, we keep them empty just becauseJuan Pablo Ugarte2007-07-301-0/+10
* Set custom label on the property editor sensitive/insensitive according toTristan Van Berkom2007-07-241-2/+9
* Removed glade_app_widget_event() and the "widget-event" signalTristan Van Berkom2007-07-171-57/+0
* Ref project when adding it to the app.Vincent Geddes2007-07-111-0/+2