]> Pileus Git - ~andy/gtk/history - gtk/gtkwidget.c
Change GtkIconSize to int in params/return values
[~andy/gtk] / gtk / gtkwidget.c
2009-12-19 Dan WinshipChange GtkIconSize to int in params/return values
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-03 Christian DywanStore the buildable name in object data instead of...
2009-11-28 Javier JardónMove documentation from templates to inline comments...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-30 Christian DywanAdd a note about tooltip theming
2009-09-04 Michael Natterergtk_widget_set_property(): use accessors instead of...
2009-09-04 Michael Natterergtk_widget_set_property(): use gtk_widget_set_visible()
2009-09-04 Michael NattererBug 69872 - GTK_WIDGET_SET_FLAGS should be deprecated
2009-08-28 Michael NattererAdd gtk_widget_set_window()
2009-08-28 Michael NattererBug 69872 - GTK_WIDGET_SET_FLAGS should be deprecated
2009-08-27 Dan Winshipfix gtk-doc syntax on GtkWidget:double-buffered, so...
2009-08-24 Matthias ClasenDocumentation fixes
2009-08-13 Cody RussellMake the allocation parameter const
2009-08-13 Cody RussellAdd widget->allocation setter method
2009-08-07 Michael NattererBug 69872 – GTK_WIDGET_SET_FLAGS should be deprecated
2009-08-07 Michael NattererBug 69872 – GTK_WIDGET_SET_FLAGS should be deprecated
2009-07-30 Michael NattererFix gtk_widget_get_allocation()
2009-07-30 Cody Russelladd getter function for widget->allocation
2009-07-17 Michael NattererTwo more getters for flags plus one new property
2009-07-17 Michael NattererAdd API for more widget flags
2009-07-14 Michael NattererAdd gtk_widget_get_state() for accessing the sealed...
2009-07-14 Michael NattererAdd API for some sealed widget flags
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-22 Tristan Van BerkomAccelerators failed for submenus (GNOME bug 582025)
2009-06-20 Matthias ClasenReduce roundtrips
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-03 Matthias ClasenFix a shadowed variable and a few other compiler warnings
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-06 Matthias ClasenBetter i18n support in GtkBuilder
2009-03-19 Claudio SaavedraBug 574283 – unused assignment and dead code in
2009-02-28 Matthias Clasen Bug 573069 – Gdk-CRITICAL warnings with Gtk...
2009-01-23 Matthias ClasenUse a different approach to snapshotting that is in...
2009-01-02 Matthias ClasenAdd docs
2008-12-29 Matthias ClasenDoc additions
2008-12-29 Matthias ClasenUn-doc-commentize non-exported functions
2008-12-28 Matthias ClasenDocumentation fixes
2008-12-13 Matthias ClasenFix a typo
2008-10-30 Sven Neumannremoved redundant conditional.
2008-10-29 Christian DywanBug 558397 – gtk_widget_error_bell undefined without...
2008-10-24 Tristan Van BerkomAdded a note about GtkWidget:has-tooltip in the docs for
2008-10-11 Christian DywanBug 555676 – gtk_widget_real_grab_focus assumes topleve...
2008-10-09 Christian DywanBug 555676 – gtk_widget_real_grab_focus assumes topleve...
2008-09-29 Kristian RietveldBug 487624 - Tooltips doesn't get updated if ther's...
2008-09-17 Matthias ClasenBug 551722 – gtk_widget_set_scroll_adjustments() should...
2008-09-16 Michael Nattererdon't access widget->window if the widget is not realized.
2008-09-04 Michael Nattererwhen extending the draw rectangle by the "draw-border...
2008-09-02 Michael Nattererremoved this function because there is massive disagree...
2008-08-29 Michael Natterermove the gtk_widget_get_parent() and gtk_widget_get_par...
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
2008-08-12 Michael Nattererchange names of default implementations of our own...
2008-08-08 Sven Neumannuse canonical signal names.
2008-08-01 Hans Breuerbuild gdkwindowimpl
2008-08-01 Cody RussellBug 56070 – Can't click button after setting it sensitive.
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-10 Murray Cummingtooltip-text and tooltip-markup properties: Interpret...
2008-07-06 Matthias ClasenClarify the docs. Pointed out by Wolfgang Oertl
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-30 Michael NattererSome unrelated cleanups found while reviewing the offsc...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinInitialize the allocation to avoid compiler warnings
2008-06-20 Johan DahlinRemove unused variable and check if the widget is a...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikChange docs and signature of gtk_widget_get_allocation
2008-06-20 Tim JanikFix gtk_widget_get_allocation
2008-06-20 Tim JanikSeal GtkWidget
2008-06-18 Johan DahlinAdd deprecated versions and fixup markup.
2008-06-16 Michael Natterergtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_objec...
2008-06-07 Christian PerschBug 535608 – do not string-copy accel paths in the...
2008-05-30 Matthias ClasenFix Since tags
2008-05-27 10:33:41 Tim Janikguard gtk_widget_get_snapshot() against invalid or...
2008-05-26 Matthias ClasenSome doc formatting fixes.
2008-05-23 Hans Breuerupdated fix c99ism (variable at start of block export...
2008-05-21 21:10:15 Tim Janikadded GdkRectangle *clip_rect to gtk_widget_get_snapshot().
2008-05-21 21:04:28 Tim Janikgrow snapshot area from widget's allocation to cover...
2008-05-21 10:49:20 Tim JanikBug 318807 – Offscreen windows and window redirection.
2008-04-06 Tristan Van BerkomClarified a g_warning message regarding parsing acceler...
2008-02-12 Matthias ClasenUse g_value_set_static_string() where appropriate....
2008-01-25 Johan DahlinImplement accessible support, fixes #454653.
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-16 Christian PerschStore the event mask and extension event mode directly...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2008-01-05 Mathias HasselmannAvoid some compiler warnings (#507000).
2007-12-14 Ray StrodeSuggest g_signal_connect (..., "realize", ...) instead of
2007-12-11 Mathias HasselmannMention impact of GtkDestDefaults on "drag-motion"...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-11-06 Michael Nattererfixed docs.
2007-08-14 Cody Russellgtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documen...
2007-07-19 Ryan Lortieadd note that the semantics of this call, when mixed...
2007-07-16 Matthias ClasenApply a patch by Xan Lopez to document a lot of GtkWidg...
2007-07-10 Kristian Rietveldadd getter/setter pair, slight addition to has-tooltip...
2007-07-09 Kristian RietveldReplace non-deprecated API using old tooltips API,...
2007-07-08 Matthias ClasenFix a typo and a memory management bug
2007-07-08 Johan DahlinParse <accessibility> but don't do anything yet. Do...
2007-07-03 Tristan Van BerkomFixed assertions from setting "tooltip-text" to NULL...
2007-06-30 Johan DahlinImprove error handling for enum/flags, rename the conve...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
next