- 22 Jun, 2008 1 commit
-
-
Johan Dahlin authored
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
-
- 21 Jun, 2008 9 commits
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=20668
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=20667
-
Carlos Garnacho authored
2008-06-21 Carlos Garnacho <carlos@imendio.com> Bug 539466 – GtkMenuShell API/ABI break in trunk. * gtk/gtkmenushell.h: Fix API/ABI break, two guint fields had different name and packing width. svn path=/trunk/; revision=20666
-
Johan Dahlin authored
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid a compiler warning. svn path=/trunk/; revision=20665
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbutton.c: Document a style property svn path=/trunk/; revision=20664
-
Michael Natterer authored
2008-06-21 Michael Natterer <mitch@imendio.com> * gdk/gdkapplaunchcontext.h: remove redundant include, fix indentation, replace header by a GDK copyright header (don't say "The Gnome Library"), remove trailing whitespace. svn path=/trunk/; revision=20663
-
Hans Breuer authored
2008-06-21 Hans Breuer <hans@breuer.org> * gtk/gtkprintoperation-win32.c(1713) : fix 'function' : incompatible types - from 'struct _cairo *' to 'struct _cairo_surface *' by passing the surface to cairo_surface_show_page(), not the context * gtk/gtkprintoperation-win32.c(866) : get rid of warning C4018: '<' : signed/unsigned mismatch by using guint for the loop * gtk/gtkmenu.c(gtk_menu_get_property) : property 'menu::active' is an uint, gtk_menu_get_active() returns the widget pointer. Convert the latter to the former by calculating the index in menu::children Also fix some occurences of g_return_if_fail() where g_return_val_if_fail() was meant svn path=/trunk/; revision=20662
-
Björn Lindqvist authored
2008-06-21 Björn Lindqvist <bjourne@gmail.com> Bug 539363 – Segfault when creating GtkPlugs * gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in property names. "socket window" => "socket-window" svn path=/trunk/; revision=20661
-
Jody Goldberg authored
2008-06-20 Jody Goldberg <jody@gnome.org> * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) : Fix life cycle to avoid crash. [#536966] svn path=/trunk/; revision=20660
-
- 20 Jun, 2008 30 commits
-
-
Gabor Keleman authored
svn path=/trunk/; revision=20659
-
Gabor Kelemen authored
2008-06-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=20658
-
Hans Breuer authored
2008-06-20 Hans Breuer <hans@breuer.org> * gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return a value of the appropriate type with g_return_val_if_fail * gdk/gdkconfig.h.win32 : add the GSEAL definition here as well * gtk/gtkfilesystem.c : don't add the "File System" on win32 * tests/makefile.msc : remove broken autotestfile(system|chooser) from build svn path=/trunk/; revision=20657
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkeditable.c: Document and use - instead of _ in signal names. svn path=/trunk/; revision=20656
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkbutton.c: * gtk/gtkcolorsel.c: * gtk/gtkentry.c: * gtk/gtkitemfactory.c: * gtk/gtknotebook.c: Fix up deprecated markup syntax. Add version numbers and a message on the remaning ones. svn path=/trunk/; revision=20655
-
Mikael Hallendal authored
2008-06-20 Mikael Hallendal <micke@imendio.com> * tests/testthreads.c: Use g_signal_connect instead of gtk_signal_connect. * demos/testgtk/main.c: switched to use GSignal instead of GtkSignal. While the code is not built, people may still look at it. svn path=/trunk/; revision=20654
-
Kjartan Maraas authored
2008-06-20 Kjartan Maraas <kmaraas@gnome.org> reviewed by: <Carlos Garnacho <garnacho@gnome.org> * gtk/gtkbuilder.h: * gtk/gtkliststore.h: * gtk/gtkobject.h: * gtk/gtktextchild.h: * gtk/gtktreemodelfilter.h: * gtk/gtktreemodelsort.h: * gtk/gtktreestore.h: #include <gdkconfig.h> not <gdk/gdkconfig.h> svn path=/trunk/; revision=20653
-
Martyn James Russell authored
* gtk/gtkaccelgroup.c: Fix warnings from calling g_object_notify() on a GtkAccelGroup without casting to a GObject. svn path=/trunk/; revision=20652
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkcolorsel.c: Modernize and order things as most other objects. Defines at the top, class init before init before gobject methods before object method before widget methods. No changes to the logic done. svn path=/trunk/; revision=20651
-
Martyn James Russell authored
* gtk/gtkaccelgroup.c: Don't call g_object_notify() with properties that don't exist. Also, make sure we notify for the "is-locked" property. svn path=/trunk/; revision=20650
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtklayout.c (enum): Remove left-over unused property enum. svn path=/trunk/; revision=20649
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.symbols: * gtk/gtkscalebutton.c (gtk_scale_button_get_plus_button), (gtk_scale_button_get_minus_button): * gtk/gtkscalebutton.h: Add missing accessor for sealed fields GtkScaleButton->plus_button and minus_button. svn path=/trunk/; revision=20648
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the allocation to avoid compiler warnings svn path=/trunk/; revision=20647
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon. svn path=/trunk/; revision=20646
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes svn path=/trunk/; revision=20645
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkwidget.c (gtk_widget_get_allocation): Remove unused variable and check if the widget is a GtkWidget subclass, not the uninitialized allocation. svn path=/trunk/; revision=20644
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccellabel.h * gtk/gtkactiongroup.h * gtk/gtkalignment.h * gtk/gtkarrow.h * gtk/gtkaspectframe.h * gtk/gtkbin.h * gtk/gtkhandlebox.h * gtk/gtkprogressbar.h * gtk/gtkrange.h * gtk/gtkscale.h * gtk/gtkscalebutton.h * gtk/gtkselection.h: fix some formatting and spacing uglyness that got merged from the GSEAL branch. svn path=/trunk/; revision=20643
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.symbols: * gtk/gtkmessagedialog.c (gtk_message_dialog_get_image): * gtk/gtkmessagedialog.h: Add missing accessor for sealed field GtkMessageDialog->image. svn path=/trunk/; revision=20642
-
Michael Natterer authored
svn path=/trunk/; revision=20641
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkprinter.h: the GSEAL branch added two includes for no reason. svn path=/trunk/; revision=20640
-
Johan Dahlin authored
2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkaccelgroup.c: * gtk/gtkcolorseldialog.c: * gtk/gtkcontainer.c: * gtk/gtkdialog.c: * gtk/gtkentry.c (gtk_entry_class_init): * gtk/gtkfontsel.c: * gtk/gtkhandlebox.c: * gtk/gtklayout.c: * gtk/gtkmenu.c (gtk_menu_class_init): * gtk/gtkmenuitem.c (gtk_menu_item_class_init): * gtk/gtkplug.c (gtk_plug_class_init): * gtk/gtkselection.c: * gtk/gtksocket.c: * gtk/gtktreeselection.c: * gtk/gtkwidget.c (gtk_widget_class_init): * gtk/gtkwindow.c: Add missing Since: gtk-doc markup for newly added GSEAL API. Change all Since: GSEAL-branch to Since: 2.14. svn path=/trunk/; revision=20639
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in the code merged from the GSEAL branch. svn path=/trunk/; revision=20638
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkdialog.c (gtk_dialog_get_action_area): change return value from GtkHButtonBox to GtkWidget. svn path=/trunk/; revision=20637
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting of sealed fields. svn path=/trunk/; revision=20636
-
Michael Natterer authored
2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkwindow.[ch] * gtk/gtk.symbols: rename gtk_window_group_get_windows() to gtk_window_group_list_windows(). svn path=/trunk/; revision=20635
-
Tim Janik authored
svn path=/trunk/; revision=20634
-
Tim Janik authored
* Fixed wrongly resolved merge conflicts. svn path=/trunk/; revision=20633
-
Tim Janik authored
* gtk/gtk.symbols: * gtk/gtkwindow.[ch] (gtk_window_group_get_windows): New function. svn path=/trunk/; revision=20632
-
Tim Janik authored
* gtk/gtkdialog.c: Add missing documentation for new fucntions. svn path=/trunk/; revision=20631
-
Tim Janik authored
* gtk/gtkcontainer.c: Add documentation for gtk_container_get_focus_child(). svn path=/trunk/; revision=20630
-