- 26 May, 2007 1 commit
-
-
Matthias Clasen authored
2007-05-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Require gtk-doc 1.6, for signal and property links. * gtk/gtkbox.c: * gtk/gtkbutton.c: * gtk/gtkcontainer.c: * gtk/gtkdialog.c: * gtk/gtkentry.c: * gtk/gtkimage.c: * gtk/gtklabel.c: * gtk/gtkmisc.c: * gtk/gtksettings.c: * gtk/gtkwidget.c: Documentation improvements, link signals and properties where it makes sense. svn path=/trunk/; revision=17924
-
- 10 May, 2007 1 commit
-
-
Matthias Clasen authored
2007-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Unparent the old image before overwriting priv->image. (#437281, Jochen Baier) svn path=/trunk/; revision=17816
-
- 24 Dec, 2006 2 commits
-
-
Matthias Clasen authored
2006-12-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_button_press): When shift-clicking, keep the larger part of the selection selected. (#353709, Benjamin Otte) * gtk/gtkbutton.c (gtk_button_get_props): Use gtk_border_free when freeing borders.
-
Matthias Clasen authored
2006-12-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_grab_notify): Be more careful when faking a button release. (#323146, Travis Abbott)
-
- 22 Dec, 2006 1 commit
-
-
Matthias Clasen authored
2006-12-22 Matthias Clasen <mclasen@redhat.com> * *.c: Replace a lot of idle and timeout calls by the new gdk_threads api.
-
- 08 Oct, 2006 1 commit
-
-
Matthias Clasen authored
2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
-
- 08 Jun, 2006 1 commit
-
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_style_set): Don't call construct_child here, since some apps make assumptions about the lifecycle of the constructed label.
-
- 01 Jun, 2006 1 commit
-
-
Matthias Clasen authored
2006-06-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Add an icon-spacing style property for the same purpose. * gtk/gtkbutton.c (gtk_button_class_init): Add an image-spacing style property that allows to adjust the spacing between image and label in button. (#320431, James Moger)
-
- 31 May, 2006 1 commit
-
-
Matthias Clasen authored
2006-05-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkbutton.h: * gtk/gtkbutton.c: Add a GtkButton::image-position property with getter and setter, to allow constructing buttons with the image stacked on top of the label. (#342930, Johan Dahlin)
-
- 14 May, 2006 1 commit
-
-
Matthias Clasen authored
-
- 02 May, 2006 1 commit
-
-
Matthias Clasen authored
-
- 06 Mar, 2006 1 commit
-
-
Matthias Clasen authored
2006-03-05 Matthias Clasen <mclasen@redhat.com> Fix handling of image-only buttons. (#332985, Kalle Vahlmann, #333555) * gtk/gtkbutton.c (gtk_button_construct_child): Don't return early if there an image to show. (show_image): Always return TRUE if there is no text.
-
- 17 Jan, 2006 1 commit
-
-
Michael Natterer authored
2006-01-17 Michael Natterer <mitch@imendio.com> * gtk/gtkbutton.c: remove the "child-spacing" style property again and add "inner-border" instead. That's far more flexible and "child-spacing" was a bad name anyway.
-
- 16 Jan, 2006 1 commit
-
-
Michael Natterer authored
2006-01-16 Michael Natterer <mitch@imendio.com> * gtk/gtkbutton.c: applied patch from maemo-gtk which adds a child-spacing style property. Fixes bug #327202.
-
- 29 Sep, 2005 1 commit
-
-
Matthias Clasen authored
2005-09-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Check arguments. (#317491, Paolo Borelli)
-
- 14 Sep, 2005 1 commit
-
-
Matthias Clasen authored
2005-09-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_get_type): * gtk/gtkbutton.c (gtk_button_get_type): * gtk/gtkwindow.c (gtk_window_group_get_type): No point in using a mem chunk for window groups, buttons, labels.
-
- 01 Sep, 2005 1 commit
-
-
Matthias Clasen authored
2005-09-01 Matthias Clasen <mclasen@redhat.com> * gdk/*.c: Intern some more strings. * gtk/gtkintl.h: * gtk/*.c: Define an I_() macro and use it instead of the bulky g_intern_static_string().
-
- 31 Aug, 2005 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-08-31 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: * gtk/Makefile.am: Intern type names in code generated by glib-mkenums, too. * gtk/*.c: * gdk/x11/*.c: * gdk/*.c: Intern type names before registering the type to avoid unnecessary copies.
-
- 30 Jun, 2005 2 commits
-
-
Manish Singh authored
Thu Jun 30 14:17:24 2005 Manish Singh <yosh@gimp.org> * gdk/x11/gdkprivate-x11.h: declare _gdk_xgrab_check_button_event. * gtk/gtkbutton.c: fix signature of gtk_button_grab_broken.
-
Matthias Clasen authored
2005-06-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_grab_broken): Handle broken grabs. * gtk/gtkrange.c (gtk_range_grab_broken): Handle broken grabs. * gdk/gdkevents.h: Add a boolean to specify wether the broken grab was implicit. * gdk/x11/gdkdisplay-x11.c (gdk_display_pointer_is_grabbed): As the documentation states, don't return TRUE for implicit grabs. * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a boolean field to store wether a pointer grab is implicit. * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_button_event): Track implicit grabs. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call _gdk_xgrab_check_button_event for button events.
-
- 27 Jun, 2005 1 commit
-
-
Matthias Clasen authored
2005-06-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_real_button_activate): Continue to activate even if we can't grab the keyboard. (gtk_button_finish_activate): Only ungrab when we have a keyboard grab. (#172998, William Jon McCann)
-
- 23 Jun, 2005 1 commit
-
-
Matthias Clasen authored
2005-06-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_construct_child): Don't trigger warnings if there are extra references to the hbox. (#308677, Dan Winship)
-
- 17 Jun, 2005 1 commit
-
-
Matthias Clasen authored
2005-06-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_class_init): Document several button signals as not useful. `
-
- 16 Jun, 2005 1 commit
-
-
Matthias Clasen authored
2005-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Add some more docs. (#307818, Christian Persch)
-
- 31 Mar, 2005 1 commit
-
-
Sven Neumann authored
2005-03-31 Sven Neumann <sven@gimp.org> Merged from gtk-2-6: * gtk/gtkbutton.c * gtk/gtkiconview.c: fixed gtk-doc comments.
-
- 26 Mar, 2005 1 commit
-
-
Matthias Clasen authored
2005-03-26 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: * gdk/gdkdisplaymanager.c: Use canonical names for g_object_notify() as well.
-
- 22 Mar, 2005 1 commit
-
-
Matthias Clasen authored
2005-03-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like their G_ counterparts, but also mark the name, nick and blurb as static. * gtk/*.c: Mark param spec strings as static, using the new macros.
-
- 21 Mar, 2005 1 commit
-
-
Matthias Clasen authored
-
- 20 Mar, 2005 1 commit
-
-
Matthias Clasen authored
2005-03-20 Matthias Clasen <mclasen@redhat.com> Make PLT-reduction work with gcc4, and don't include everything in gdkalias.h: * gtk/grk.symbols: Group symbols by header and source file. * gtk/makegtkalias.pl: Protect definitions by the same preprocessor symbols used to guard the headers. Move the alias declarations to a separate file which is produced when calling makegtkalias.pl -def * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate this file. * gtk/*.c: Include gtkalias.h after the other headers, include gtkaliasdef.c at the bottom. * gtk/*.h: Small cleanups.
-
- 09 Mar, 2005 1 commit
-
-
Matthias Clasen authored
2005-03-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): * gtk/gtkrange.c (gtk_range_class_init): * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): * gtk/gtktexttag.c (gtk_text_tag_class_init): * gtk/gtktextview.c (gtk_text_view_class_init): * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): * gtk/gtknotebook.c (gtk_notebook_class_init): * gtk/gtkentry.c (gtk_entry_class_init): * gtk/gtkexpander.c (gtk_expander_class_init): * gtk/gtkarrow.c (gtk_arrow_class_init): * gtk/gtkalignment.c (gtk_alignment_class_init): * gtk/gtkbutton.c (gtk_button_class_init): * gtk/gtklabel.c (gtk_label_class_init): * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): x * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): * gtk/gtktreeview.c (gtk_tree_view_class_init): * gtk/gtkbox.c (gtk_box_class_init): * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): * gtk/gtkcontainer.c (gtk_container_class_init): * gtk/gtkwidget.c (gtk_widget_class_init): * gtk/gtkobject.c (gtk_object_class_init): Use canonical names when registering param specs.
-
- 25 Jan, 2005 1 commit
-
-
Matthias Clasen authored
2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Fix docs. (#165180, Jeff Franks)
-
- 02 Jan, 2005 1 commit
-
-
Matthias Clasen authored
2005-01-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the custom image by passing NULL. (gtk_button_init): Initialize image_is_stock to TRUE, fixing a problem with changing stock labels. (#162273, Marcin Krzyzanowski)
-
- 17 Nov, 2004 1 commit
-
-
Matthias Clasen authored
-
- 16 Nov, 2004 2 commits
-
-
Matthias Clasen authored
2004-11-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed): * gtk/gtkbutton.c (gtk_button_setting_changed): Really free the list. (#158422, Morten Welinder)
-
Matthias Clasen authored
2004-11-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimagemenuitem.c (gtk_image_menu_item_screen_changed): * gtk/gtkbutton.c (gtk_button_screen_changed): Use GPOINTER_TO_UINT()/GUINT_TO_POINTER() for guints. (#158420, Morten Welinder)
-
- 15 Nov, 2004 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 26 Sep, 2004 1 commit
-
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c: Revert the button state to !button_down, if we're missing the release event due to grab shadowing or insensitivation. * gtk/gtkpathbar.c: Make the slider buttons scroll.
-
- 22 Sep, 2004 1 commit
-
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, (Tristan Van Berkom)
-