summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* Remove size_request from GtkAssistantMatthias Clasen2010-10-301-3/+31
* Fix resize grip drawing in GtkAssistantMatthias Clasen2010-10-081-0/+3
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-10/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-16/+16
* assistant: Port to draw vfuncBenjamin Otte2010-09-261-24/+16
* Tons of transfer annotationsMatthias Clasen2010-09-211-11/+12
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-5/+10
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-3/+7
* gtk/gtkassistant.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-21/+40
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-20/+21
* gtkassistant: Move public members to private structureJavier Jardón2010-07-131-92/+101
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-131-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-031-7/+57
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-5/+10
|\
| * Fixed GtkAssistant to not access ->requisition of children directly.Tristan Van Berkom2010-04-181-5/+10
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-04-031-2/+2
| * Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-04-031-6/+6
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-04-031-3/+3
| * Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-10/+10
| * 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