summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Collapse)AuthorAgeFilesLines
* Allocate with GSlice:Michael Natterer2008-07-041-2/+2
| | | | | | | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> Allocate with GSlice: * gtk/gtkassistant.c: GtkAssistantPage * gtk/gtkcellview.c: GtkCellViewCellInfo * gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo * gtk/gtkfilefilter.c: FilterRule * gtk/gtknotebook.c: GtkNotebookPage svn path=/trunk/; revision=20761
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* Bug 387972 – gtkassistant drawing problemMatthias Clasen2008-05-241-9/+9
| | | | | | | | * gtk/gtkassistant.c (gtk_assistant_size_allocate): Make GtkAssistant work better in glade. svn path=/trunk/; revision=20140
* Add current page to visited page list instead of next current page.Carlos Garnacho2008-04-111-1/+2
| | | | | | | | | | 2008-04-11 Carlos Garnacho <carlos@imendio.com> * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current page to visited page list instead of next current page. (#527466, patch by Marcus Brinkmann) svn path=/trunk/; revision=19996
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-07 Michael Natterer <mitch@imendio.com> * gtk/gtkaction.c * gtk/gtkassistant.c * gtk/gtkbin.c * gtk/gtkbox.c * gtk/gtkcalendar.c * gtk/gtkcellrenderercombo.c * gtk/gtkcombobox.c * gtk/gtkcombo.c * gtk/gtkdrawingarea.c * gtk/gtkentrycompletion.c * gtk/gtkfixed.h * gtk/gtkgamma.c * gtk/gtkhpaned.c * gtk/gtkiconview.c * gtk/gtkitem.c * gtk/gtkitemfactory.c: remove g_return_if_fail() from private functions and virtual function implementations. svn path=/trunk/; revision=19491
* Be more robust when removing the current page. (#499951, Andreas Sandberg)Matthias Clasen2008-01-081-0/+3
| | | | | | | | | | | 2008-01-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (remove_page): Be more robust when removing the current page. (#499951, Andreas Sandberg) svn path=/trunk/; revision=19321
* Improve alternative button ordering. (#476827, Yevgen Muntyan, patch byMatthias Clasen2007-11-261-3/+3
| | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Improve alternative button ordering. (#476827, Yevgen Muntyan, patch by Carlos Garnacho) svn path=/trunk/; revision=19057
* reviewed by: Matthias Clasen <mclasen@redhat.com>Johan Dahlin2007-06-061-6/+6
| | | | | | | | | | | | | 2007-06-06 Johan Dahlin <jdahlin@async.com.br> reviewed by: Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (gtk_assistant_update_buttons_state): Check if the wizard is empty before trying to access the first page. (#444310, Johan Dahlin) svn path=/trunk/; revision=18060
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-2/+2
| | | | | | | | | | | | | | | | 2007-04-27 Matthias Clasen <mclasen@redhat.com> * gtkassistant.c: * gtkiconfactory.c: * gtkiconview.c: * gtkpapersize.c: * gtkrecentmanager.c: * gtktextiter.c: Internalize some strings, pointed out by Damon Chaplin. svn path=/trunk/; revision=17661
* If the current page is removed, always pick a different one. (#392457,Matthias Clasen2007-01-031-3/+20
| | | | | | | | | | | | 2007-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (remove_page): If the current page is removed, always pick a different one. (#392457, Colin Watson) svn path=/trunk/; revision=17037
* Redraw assistant on reallocate to avoid rendering glitches. (#343956,Matthias Clasen2006-12-311-0/+2
| | | | | | | | | | | | 2006-12-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Redraw assistant on reallocate to avoid rendering glitches. (#343956, Christian Persch, Carlos Garnacho) svn path=/trunk/; revision=16990
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-12/+0
| | | | | | 2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
* Some small documentation fixups. (#347711, Guillaume Cottenceau)Matthias Clasen2006-07-171-6/+6
| | | | | | | 2006-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Some small documentation fixups. (#347711, Guillaume Cottenceau)
* Don't assume that priv->current_page is non-NULL. (#347048, GuillaumeMatthias Clasen2006-07-101-3/+6
| | | | | | | | 2006-07-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume that priv->current_page is non-NULL. (#347048, Guillaume Cottenceau)
* Add an accessible implementation in order to make the buttons visible toMatthias Clasen2006-06-121-0/+190
| | | | | | | | 2006-06-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Add an accessible implementation in order to make the buttons visible to a11y tools. (pointed out by David Malcolm)
* More of the sameMatthias Clasen2006-05-141-1/+1
|
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-20/+60
| | | | | | | | | | | 2006-01-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkassistant.h: * gtk/gtkassistant.c: Actually implement visibility handling, and add gtk_assistant_update_buttons_state. * tests/testassistant.c: Test visibility handling.
* More generous spacing. (#328082, Christian Persch, patch by CarlosMatthias Clasen2006-01-301-7/+8
| | | | | | | 2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: More generous spacing. (#328082, Christian Persch, patch by Carlos Garnacho)
* Move the last button to the left where it does not affect the positioningMatthias Clasen2006-01-301-2/+2
| | | | | | | | 2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (gtk_assistant_init): Move the last button to the left where it does not affect the positioning of forward/back.
* GtkAssistant stuffMatthias Clasen2006-01-301-8/+14
|
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-281-21/+70
| | | | | | | | | | | | 2006-01-28 Matthias Clasen <mclasen@redhat.com> More work on GtkAssistant by Carlos Garnacho: * demos/gtk-demo/Makefile.am: * demos/gtk-demo/assistant.c: Add a GtkAssistant demo. * gtk/gtkassistant.c: Handle focus, several small fixes to the flow computations.
* Only show the last button if we can jump to the end. (gtk_assistant_init):Matthias Clasen2006-01-231-12/+22
| | | | | | | | | 2006-01-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (compute_last_button_state): Only show the last button if we can jump to the end. (gtk_assistant_init): Make the spacing and button order more HIG compliant.
* 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
| | | | | | | | 2006-01-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.[hc]: Use a priv pointer for cheap access to the priv struct. (#327725, Christian Persch)
* Add GtkAssistant, a widget to construct multi-step wizards. (#115348,Matthias Clasen2006-01-181-0/+2099
2006-01-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to construct multi-step wizards. (#115348, Martyn Russell, Matthias Clasen, Carlos Garnacho Parro) * gtk/gtk.symbols: * gtk/Makefile.am: * gtk/gtk.h: Necessary glue.