summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-10/+10
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-4/+4
* Handle out-of-bounds parameters in gtk_assistant_get_nth_pageMatthias Clasen2010-02-231-1/+5
* Fix a segfault in gtk_assistant_set_current_pageMatthias Clasen2010-02-231-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* let the close button reflect the page_complete status of SUMMARY pagesSven Herzberg2009-12-101-2/+13
* Emit GtkAssistant::apply before computing the next stepMatthias Clasen2009-08-061-2/+2
* Make suitable GtkAssistant buttons defaultMatthias Clasen2009-07-161-15/+16
* Avoid assertions due to invalid page sequenceMatthias Clasen2009-05-301-17/+15
* Fix GtkAssistant's accessible children. Fixes bug #575319.Eitan Isaacson2009-05-291-1/+1
* Make GtkAssistant keep its padding when built with GtkBuilderMatthias Clasen2009-05-031-3/+3
* Add a GtkBuildable implementation to GtkAssistantMatthias Clasen2009-04-181-17/+85
* Set the object name to the page title. Proposed by Eitan IsaacsonMatthias Clasen2009-02-171-0/+6
* Set focus when the current page changes. Pointed out by Eitan IsaacsonMatthias Clasen2009-02-171-0/+22
* remove unused variable and fix formatting of some function headers.Michael Natterer2008-08-121-7/+12
* Fix a crashMatthias Clasen2008-07-181-2/+2
* Allocate with GSlice:Michael Natterer2008-07-041-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 387972 – gtkassistant drawing problemMatthias Clasen2008-05-241-9/+9
* Add current page to visited page list instead of next current page.Carlos Garnacho2008-04-111-1/+2
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-5/+1
* Be more robust when removing the current page. (#499951, Andreas Sandberg)Matthias Clasen2008-01-081-0/+3
* Improve alternative button ordering. (#476827, Yevgen Muntyan, patch byMatthias Clasen2007-11-261-3/+3
* reviewed by: Matthias Clasen <mclasen@redhat.com>Johan Dahlin2007-06-061-6/+6
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-2/+2
* If the current page is removed, always pick a different one. (#392457,Matthias Clasen2007-01-031-3/+20
* Redraw assistant on reallocate to avoid rendering glitches. (#343956,Matthias Clasen2006-12-311-0/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-12/+0
* Some small documentation fixups. (#347711, Guillaume Cottenceau)Matthias Clasen2006-07-171-6/+6
* Don't assume that priv->current_page is non-NULL. (#347048, GuillaumeMatthias Clasen2006-07-101-3/+6
* Add an accessible implementation in order to make the buttons visible toMatthias Clasen2006-06-121-0/+190
* More of the sameMatthias Clasen2006-05-141-1/+1
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-20/+60
* More generous spacing. (#328082, Christian Persch, patch by CarlosMatthias Clasen2006-01-301-7/+8
* Move the last button to the left where it does not affect the positioningMatthias Clasen2006-01-301-2/+2
* GtkAssistant stuffMatthias Clasen2006-01-301-8/+14
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-281-21/+70
* Only show the last button if we can jump to the end. (gtk_assistant_init):Matthias Clasen2006-01-231-12/+22
* Fix docsMatthias Clasen2006-01-211-3/+0
* Use a priv pointer for cheap access to the priv struct. (#327725,Matthias Clasen2006-01-191-88/+51
* Add GtkAssistant, a widget to construct multi-step wizards. (#115348,Matthias Clasen2006-01-181-0/+2099