summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved glade_design_layout_pointer_mode_image_new() to glade_project_pointer_m...Juan Pablo Ugarte2011-10-061-5/+11
* Added MARGIN_EDIT and ALIGN_EDIT pointer modes including new palette buttons ...Juan Pablo Ugarte2011-10-061-116/+74
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-2/+1
* * src/main.c: Fixed loading correct application icon (bug 648487Tristan Van Berkom2011-04-221-1/+1
* Optimized project loading time by not updating progrebars on each object loaded.Juan Pablo Ugarte2011-04-132-9/+30
* * gladeui/glade-widget-adaptor.[ch]:Juan Pablo Ugarte2011-04-051-6/+16
* Reverted changes that make Glade a GtkApplication because GtkApplicationTristan Van Berkom2011-04-043-134/+71
* window: add a primary-toolbar style class to the toolbarCosimo Cecchi2011-03-241-0/+2
* Use the correct icon namesWilliam Jon McCann2011-03-242-2/+2
* * src/glade-window.c: Removed user manual link from Help menu, it's not onlineTristan Van Berkom2011-02-041-19/+2
* 2011-02-03 Frederic Peters <fpeters@0d.be>Tristan Van Berkom2011-02-041-2/+2
* * gladeui/glade-project.c: Notify "path" changes when loading new projectTristan Van Berkom2011-02-041-2/+9
* Removed debug print.Tristan Van Berkom2011-01-291-3/+0
* * src/main.c, src/glade-window.c: Make Glade use GtkApplication, now Glade isTristan Van Berkom2011-01-293-71/+137
* * gladeui/glade-project.[ch], src/glade-window.c: Edit->Preferences becomes ...Tristan Van Berkom2011-01-221-6/+6
* * src/glade-window.c: Applied patch by Sergio García Lobo to fix bug 487656...Tristan Van Berkom2011-01-101-1/+1
* * src/glade-window.c: Added idle function to raise the undocked windows at s...Tristan Van Berkom2011-01-101-3/+12
* * src/glade-window.c: Fix possible crash when saving new project. bug 622635...Tristan Van Berkom2011-01-091-32/+34
* * src/glade-window.c: Fixed use of uninitialized variables in warning messages,Tristan Van Berkom2011-01-091-4/+2
* * src/glade-window.c: Added one palette per project, setting the palette's p...Tristan Van Berkom2011-01-061-47/+68
* * gladeui/glade-widget-action.[ch], gladeui/glade-widget-adaptor.c, gladeui/...Tristan Van Berkom2011-01-051-15/+17
* * gladeui/glade-command.[ch], gladeui/glade-project.c, src/glade-window.c:Tristan Van Berkom2011-01-051-4/+4
* * gladeui/glade-palette.[ch], gladeui/glade-project.[ch], gladeui/glade-app....Tristan Van Berkom2011-01-041-51/+89
* * gladeui/glade-app.[ch], gladeui/glade-command.c, gladeui/glade-editor.[ch],Tristan Van Berkom2011-01-042-11/+20
* * Another major refactor, tasks accomplished:Tristan Van Berkom2011-01-032-26/+62
* * gladeui/glade-app.[ch]:Tristan Van Berkom2011-01-031-121/+51
* * src/glade-window.c: Dont refresh notebook tabs at every update-ui, just fo...Tristan Van Berkom2011-01-021-13/+3
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-4/+5
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-304-2857/+2921
* Modernize autotools configuration fileJavier Jardón2010-12-291-1/+1
* * Fixing distcheck, bumping version to 3.9.0Tristan Van Berkom2010-12-301-1/+1
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-4/+0
* * gladeui/Makefile.am, gladeui/glade.h, gladeui/glade-clipboard.c, gladeui/g...Tristan Van Berkom2010-12-281-5/+1
* * src/glade-close-button.c: Made the close button in notebook tabs smaller.Tristan Van Berkom2010-12-261-22/+19
* Fixed css xthickness for "padding".Tristan Van Berkom2010-12-221-2/+1
* * src/glade-window.c: Fixed style for notebook tab progress bar to be set wi...Tristan Van Berkom2010-12-221-11/+18
* * Making offscreen-gtk3 branch compile again after merging master,Tristan Van Berkom2010-12-221-1/+1
* Merge branch 'master' into offscreen-gtk3Tristan Van Berkom2010-12-223-99/+157
|\
| * Slightly modified notebook tab progress bar style (give it a good width)Tristan Van Berkom2010-12-221-1/+2
| * * gladeui/glade-project.c: Added "parse-began" signalTristan Van Berkom2010-12-221-64/+30
| * * gladeui/glade-project.[ch]: Removed dialog and added "load-progress" signalTristan Van Berkom2010-12-221-39/+133
| * Added loading objects dialog with progress and cancel.Tristan Van Berkom2010-12-211-3/+2
| * * src/Makefile.am, gladeui/Makefile.am, plugins/gtk+/Makefile.am, plugins/gn...Tristan Van Berkom2010-12-181-4/+4
| * * gladeui/glade-project.[ch], gladeui/glade-app.[ch], src/glade-window.c: Re...Tristan Van Berkom2010-12-171-2/+0
* | Use libgladeui-3 as library name, remove --with-gtk option and adaptJohannes Schmid2010-11-181-1/+1
* | Initial gtk+ 3.0 port (compiles but doesn't work)Johannes Schmid2010-11-051-4/+2
* | 2010-10-15 Matthias Clasen <mclasen@redhat.com>Tristan Van Berkom2010-10-151-24/+0
* | Merge branch 'master' into offscreenTristan Van Berkom2010-10-121-2/+85
|\ \ | |/
| * 2010-10-12 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>Tristan Van Berkom2010-10-121-2/+85
* | Merge branch 'master' into offscreenTristan Van Berkom2010-10-091-0/+8
|\ \ | |/