- 27 May, 2009 2 commits
-
-
Tristan Van Berkom authored
gladeui/glade-placeholder.c, gladeui/glade-widget.c: Made Glade barely usable on the Mac, now all popup menus will popup on (GDK_MOD[1-3]_MASK && event->button == 1) as well as on (event->button == 3) since Mac is missing the right mouse button and ports X server setup doesnt seem to emulate it. * gladeui/glade-property-class.c: Add me to authors.
-
Tristan Van Berkom authored
-
- 18 May, 2009 1 commit
-
-
Antón Méixome authored
-
- 17 May, 2009 1 commit
-
-
Juan Pablo Ugarte authored
It was setting the wrong type model. * gladeui/glade-widget-adaptor.c: use parent icon if none is found for the class This helps a lot for custom composite widget.
-
- 08 May, 2009 1 commit
-
-
Jennie Petoumenou authored
-
- 03 May, 2009 1 commit
-
-
Jorge Gonzalez authored
-
- 02 May, 2009 1 commit
-
-
David Planella authored
-
- 29 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
-
- 28 Apr, 2009 1 commit
-
-
Maxim V. Dziumanenko authored
-
- 25 Apr, 2009 1 commit
-
-
Juan Pablo Ugarte authored
o fixed icon source state write bug on write_icon_sources() o fixed loading bug in glade_gtk_icon_factory_read_sources() we either use g_list_append() or steal/insert to add new icon sources
-
- 22 Apr, 2009 4 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Removed buggy query dialog from notebook (closing bug 578727).
-
Tristan Van Berkom authored
(added some default pane positions).
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: Made Atk proxy objects always have unique names (at least as unique as the widget they are created for) (bug 579565). 2009-04-22 Davyd Madeley <davyd@madeley.id.au> * plugins/gtk+/glade-gtk.c: Fixed output format for GtkLabel attributes (bug 579793).
-
Juan Pablo Ugarte authored
* doc/gladeui-docs.sgml, doc/Makefile.am: added reference to the new docs.
-
- 21 Apr, 2009 1 commit
-
-
Davyd Madeley authored
-
- 18 Apr, 2009 3 commits
-
-
Tristan Van Berkom authored
gave GtkImage a default icon-size of GTK_ICON_SIZE_BUTTON (better than invalid).
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
gladeui/glade-editor-property.c: Maintain current widget selection during commits of related-action (was causing crashes when the selection changed as a result of a commit, bug 578869).
-
- 16 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
* configure.ac, NEWS, data/gladeui.pc.in: Bumping required GTK+ version in the .pc and rolling 3.6.2. svn path=/trunk/; revision=2189
-
- 15 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added glade_gtk_cell_renderer_read_widget() and now glade_gtk_cell_layout_read_child() doesnt load attributes if the object property has been explicitly specified in the Glade file (fixes bug 566928). svn path=/trunk/; revision=2188
-
- 12 Apr, 2009 1 commit
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=2187
-
- 11 Apr, 2009 1 commit
-
-
Nickolay V. Shmyrev authored
svn path=/trunk/; revision=2186
-
- 10 Apr, 2009 2 commits
-
-
Goran Rakic authored
svn path=/trunk/; revision=2185
-
Goran Rakic authored
svn path=/trunk/; revision=2184
-
- 07 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: GtkWindow adaptor was skipping GtkWidget adaptor when chaining up in ->write_widget() (causeing atk props, accelerators and signals in libglade to be missed - bug 578211). svn path=/trunk/; revision=2183
-
- 06 Apr, 2009 1 commit
-
-
Tristan Van Berkom authored
* NEWS, configure.ac: Rolling 3.6.1 * gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was. * gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). svn path=/trunk/; revision=2181
-
- 31 Mar, 2009 1 commit
-
-
Petr Kovář authored
2009-03-31 Petr Kovar <pknbe@volny.cz> * cs.po: Fixed Czech translation. svn path=/trunk/; revision=2180
-
- 30 Mar, 2009 1 commit
-
-
Andre Klapper authored
2009-03-30 Andre Klapper <a9016009@gmx.de> * cs.po: Updated Czech translation by Václav Švejcar. svn path=/trunk/; revision=2179
-
- 25 Mar, 2009 1 commit
-
-
Tristan Van Berkom authored
Fixed Mal-ordering of atk properties, signals and accelerators in Libglade format output. * gladeui/glade-widget.[ch]: Now export glade_widget_write_signals(), only write signals from the core when in builder format. * plugins/gtk+/glade-gtk.c: glade_gtk_widget_write_widget(), write properties out as "properties -> atk -> signals -> accelerators when in libglade format, leave signals to core when in builder format. svn path=/trunk/; revision=2178
-
- 23 Mar, 2009 2 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). svn path=/trunk/; revision=2177
-
Tristan Van Berkom authored
* gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was svn path=/trunk/; revision=2176
-
- 22 Mar, 2009 1 commit
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2175
-
- 18 Mar, 2009 2 commits
-
-
Matej Urbančič authored
svn path=/trunk/; revision=2174
-
Djihed Afifi authored
svn path=/trunk/; revision=2173
-
- 16 Mar, 2009 3 commits
-
-
Matej Urbančič authored
svn path=/trunk/; revision=2172
-
Tristan Van Berkom authored
* NEWS, configure.ac: Rolling Glade 3.6.0 * gladeui/glade-command.c: Remove widgets from their project before removing them from their parents (fixes bug 567809) * src/glade-window.c: Dont access NULL GError when glade_project_save() returns FALSE with no error (user canceled save) (Fixed bug 574706). svn path=/trunk/; revision=2170
-
Rajesh Ranjan authored
svn path=/trunk/; revision=2169
-
- 15 Mar, 2009 1 commit
-
-
Takeshi AIHANA authored
2009-03-16 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=2168
-
- 14 Mar, 2009 2 commits
-
-
Kostas Papadimas authored
svn path=/trunk/; revision=2167
-
Claude Paroz authored
2009-03-14 Claude Paroz <claude@2xlibre.net> * fr.po: Updated French translation. svn path=/trunk/; revision=2166
-