]> Pileus Git - ~andy/gtk/history - gtk/gtkassistant.c
Deprecate flag macros for toplevel, state, no window and composite child
[~andy/gtk] / gtk / gtkassistant.c
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-10 Sven Herzberglet the close button reflect the page_complete status...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-07 Matthias ClasenEmit GtkAssistant::apply before computing the next...
2009-07-17 Matthias ClasenMake suitable GtkAssistant buttons default
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-30 Matthias ClasenAvoid assertions due to invalid page sequence
2009-05-29 Eitan IsaacsonFix GtkAssistant's accessible children. Fixes bug ...
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-04 Matthias ClasenMake GtkAssistant keep its padding when built with...
2009-04-18 Matthias ClasenMake GtkAssistant keep its padding when built with...
2009-04-18 Matthias ClasenAdd a GtkBuildable implementation to GtkAssistant
2009-02-17 Matthias ClasenSet the object name to the page title. Proposed by...
2009-02-17 Matthias ClasenSet focus when the current page changes. Pointed out...
2008-08-12 Michael Nattererremove unused variable and fix formatting of some funct...
2008-07-18 Matthias ClasenFix a crash
2008-07-04 Michael NattererAllocate with GSlice:
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-24 Matthias Clasen Bug 387972 – gtkassistant drawing problem
2008-04-11 Carlos GarnachoAdd current page to visited page list instead of next...
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2008-01-08 Matthias ClasenBe more robust when removing the current page. (#499951...
2007-11-26 Matthias ClasenImprove alternative button ordering. (#476827, Yevgen...
2007-06-06 Johan Dahlinreviewed by: Matthias Clasen <mclasen@redhat.com>
2007-04-27 Matthias ClasenInternalize some strings, pointed out by Damon Chaplin.
2007-01-03 Matthias ClasenIf the current page is removed, always pick a different...
2006-12-31 Matthias ClasenRedraw assistant on reallocate to avoid rendering glitc...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-17 Matthias ClasenSome small documentation fixups. (#347711, Guillaume...
2006-07-10 Matthias ClasenDon't assume that priv->current_page is non-NULL. ...
2006-06-12 Matthias ClasenAdd an accessible implementation in order to make the...
2006-05-14 Matthias ClasenMore of the same
2006-01-31 Matthias ClasenActually implement visibility handling, and add
2006-01-30 Matthias ClasenMore generous spacing. (#328082, Christian Persch,...
2006-01-30 Matthias ClasenMove the last button to the left where it does not...
2006-01-30 Matthias ClasenGtkAssistant stuff
2006-01-28 Matthias ClasenMore work on GtkAssistant by Carlos Garnacho:
2006-01-23 Matthias ClasenOnly show the last button if we can jump to the end...
2006-01-21 Matthias ClasenFix docs
2006-01-19 Matthias ClasenUse a priv pointer for cheap access to the priv struct...
2006-01-18 Matthias ClasenAdd GtkAssistant, a widget to construct multi-step...