summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* 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