summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-04-031-4/+4
| * Handle out-of-bounds parameters in gtk_assistant_get_nth_pageMatthias Clasen2010-04-031-1/+5
| * Fix a segfault in gtk_assistant_set_current_pageMatthias Clasen2010-04-031-1/+1
| * [annotations] Add allow-noneJohan Dahlin2010-04-031-1/+1
| * Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-04-031-1/+1
| * [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-4/+4
* | [docs] Move documentation to inline comments: GtkAssistantTadej Borovšak2010-04-181-1/+23
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-2/+2
* | Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* | Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-6/+6
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-3/+3
* | 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