- 13 Aug, 2014 2 commits
-
-
- 02 Aug, 2014 2 commits
-
-
-
LRN authored
This leads to an assertion failure, because parent window is never registered in the first place, widget's own GdkWindow is. But that window is unregistered in a generic fashion by GtkWidget code, so there's nothing for us to do here. https://bugzilla.gnome.org/show_bug.cgi?id=733766
-
- 10 May, 2014 1 commit
-
-
Emmanuele Bassi authored
We have to use the internal accessor to the visible flag, instead of calling gtk_widget_set_visible(), from within the show() and hide() implementations - otherwise we'll recurse. https://bugzilla.gnome.org/show_bug.cgi?id=721069
-
- 07 Feb, 2013 1 commit
-
-
Alexander Larsson authored
This replaces the previously hardcoded calls to gdk_window_set_user_data, and also lets us track which windows are a part of a widget. Old code should continue working as is, but new features that require the windows may not work perfectly. We need this for the transparent widget support to work, as we need to specially mark the windows of child widgets. https://bugzilla.gnome.org/show_bug.cgi?id=687842
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 24 Jun, 2011 1 commit
-
-
Chun-wei Fan authored
Some functions from the added headers are needed by this file to compile without C4013 (a.k.a implicit declaration of ...) warnings/errors
-
- 28 Jan, 2011 1 commit
-
-
Benjamin Otte authored
-
- 04 Jan, 2011 1 commit
-
-
Carlos Garnacho authored
-
- 02 Jan, 2011 1 commit
-
-
Hans Breuer authored
-
- 06 Oct, 2010 1 commit
-
-
Tor Lillqvist authored
-
- 26 Sep, 2010 2 commits
-
-
Benjamin Otte authored
It doesn't make sense to keep them separate as GtkSizeRequest requires a GtkWidget and GtkWidget implements GtkSizeRequest, so you can never have one without the other. It also makes the code a lot easier because no casts are required when calling functions. Also, the names would translate to gtk_widget_get_width() and people agreed that this would be a too generic name, so a "preferred" was added to the names. So this patch moves the functions: gtk_size_request_get_request_mode() => gtk_widget_get_request_mode() gtk_size_request_get_width() => gtk_widget_get_preferred_width() gtk_size_request_get_height() => gtk_widget_get_preferred_height() gtk_size_request_get_size() => gtk_widget_get_preferred_size() gtk_size_request_get_width_for_height() => gtk_widget_get_preferred_width_for_height() gtk_size_request_get_height_for_width() => gtk_widget_get_preferred_height_for_width() ... and moves the corresponding vfuncs to the GtkWidgetClass. The patch also renames the implementations of the vfuncs in widgets to include the word "preferrred".
-
Benjamin Otte authored
Colormaps are about to be removed, so not using them sounds like an awesome idea.
-
- 15 Sep, 2010 2 commits
-
-
Tor Lillqvist authored
No idea of the widget embedding crack has worked in recent versions, even less now. But at least it now compiles.
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=629598Signed-off-by:
Javier Jardón <jjardon@gnome.org> Signed-off-by:
Tristan Van Berkom <tristanvb@openismus.com>
-
- 09 Sep, 2010 1 commit
-
-
Tor Lillqvist authored
-
- 22 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 10 Aug, 2010 1 commit
-
-
Sam Thursfield authored
Use accessors instead of direct member access in a few places. Bug 625655.
-
- 10 Jul, 2010 1 commit
-
-
- 26 Apr, 2010 1 commit
-
-
Javier Jardón authored
Introduce internal _gtk_widget_set_is_toplvel() for this Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614510
-
- 04 Apr, 2010 5 commits
-
-
Javier Jardón authored
Use new API instead: gtk_widget_set_mapped () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use new API instead: gtk_widget_set_realized () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_mapped() instead. https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 06 Mar, 2010 2 commits
-
-
Javier Jardón authored
Use new API instead: gtk_widget_set_mapped () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use new API instead: gtk_widget_set_realized () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 03 Mar, 2010 2 commits
-
-
Javier Jardón authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_mapped() instead. https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 01 Mar, 2010 1 commit
-
-
Javier Jardón authored
Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 12 Aug, 2008 2 commits
-
-
Michael Natterer authored
2008-08-12 Michael Natterer <mitch@imendio.com> * gtk/gtkaccellabel.c * gtk/gtkcalendar.c * gtk/gtkclist.c * gtk/gtkentry.c * gtk/gtkeventbox.c * gtk/gtkfilechooserbutton.c * gtk/gtkfilechooserdefault.c * gtk/gtkhandlebox.c * gtk/gtkhsv.c * gtk/gtkiconview.c * gtk/gtkimage.c * gtk/gtklayout.c * gtk/gtklistitem.c * gtk/gtkmenuitem.c * gtk/gtkmessagedialog.c * gtk/gtknotebook.c * gtk/gtkpaned.c * gtk/gtkpathbar.c * gtk/gtkplug.c * gtk/gtkprintunixdialog.c * gtk/gtkrange.c * gtk/gtkrecentchooserdefault.c * gtk/gtkruler.c * gtk/gtksocket.c * gtk/gtktext.c * gtk/gtktextview.c * gtk/gtktoolbar.c * gtk/gtktreeitem.c * gtk/gtktreeview.c * gtk/gtkviewport.c * gtk/gtkwin32embedwidget.c: chain up unconditionally in realize(), unrealize(), map(), unmap(), style_set(), key_press_event() and size_request() svn path=/trunk/; revision=21088
-
Michael Natterer authored
2008-08-12 Michael Natterer <mitch@imendio.com> * gtk/*.c: consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) instead of (*GTK_FOO_CLASS(parent_class))->bar(instance). svn path=/trunk/; revision=21085
-
- 01 Jul, 2008 1 commit
-
-
Cody Russell authored
svn path=/trunk/; revision=20724
-
- 30 Jun, 2008 1 commit
-
-
Cody Russell authored
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
-
- 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
-
- 27 Feb, 2008 1 commit
-
-
Michael Natterer authored
2008-02-27 Michael Natterer <mitch@imendio.com> * gtk/gtkmenushell.c * gtk/gtktable.c * gtk/gtktext.c * gtk/gtktipsquery.c * gtk/gtktoolbar.c * gtk/gtktreeitem.c * gtk/gtktreeview.c * gtk/gtkviewport.c * gtk/gtkwin32embedwidget.c: remove g_return_if_fail() from private functions and virtual function implementations. svn path=/trunk/; revision=19668
-
- 22 May, 2006 1 commit
-
-
Alexander Larsson authored
2006-05-22 Alexander Larsson <alexl@redhat.com> * gtk/gtkmain.c: Make sure grab-notify is emitted on toplevels as well as child widgets. * gtk/Makefile.am: * gtk/gtkwin32embedwidget.[ch] Add new widget used for win32 port to embed gtk+ widgets in windows dialog. * gtk/gtkmarshalers.list: Add POINTER:VOID * gtk/gtkprintoperation-private.h: * gtk/gtkprintoperation.[ch]: Generic support for custom widgets in print dialog. * gtk/gtkprintoperation-win32.c: Implement custom widget support for win32. * tests/print-editor.c: Allow setting of font using custom widgets in the print dialog.
-