]> Pileus Git - ~andy/gtk/history - gtk/gtkassistant.c
gtk: remove "gboolean homogeneous" from gtk_box_new()
[~andy/gtk] / gtk / gtkassistant.c
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-31 Bastien NoceraGtkAssistant: Add custom page type
2010-10-31 Matthias ClasenImprove GtkAssistant docs
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Matthias ClasenRemove size_request from GtkAssistant
2010-10-08 Matthias ClasenFix resize grip drawing in GtkAssistant
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Otteassistant: Port to draw vfunc
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-08-22 Javier Jardóngtk/gtkassistant.c: use accessor functions to access...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-13 Javier Jardóngtkassistant: Move public members to private structure
2010-07-13 Javier JardónUse accessor functions to access GtkAccesible variables
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-03 Matthew BarnesBug 596428 - GtkAssistant: Support ending with a progre...
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-19 Tristan Van BerkomFixed GtkAssistant to not access ->requisition of child...
2010-04-18 Tadej Borovšak[docs] Move documentation to inline comments: GtkAssistant
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Matthias ClasenHandle out-of-bounds parameters in gtk_assistant_get_nt...
2010-04-04 Matthias ClasenFix a segfault in gtk_assistant_set_current_page
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-23 Matthias ClasenHandle out-of-bounds parameters in gtk_assistant_get_nt...
2010-02-23 Matthias ClasenFix a segfault in gtk_assistant_set_current_page
2010-02-19 Johan Dahlin[annotations] Add allow-none
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-14 Johannes SchmidMerge branch 'master' into native-layout
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...