| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -10/+10 |
* | Deprecate widget flag: GTK_WIDGET_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | Handle out-of-bounds parameters in gtk_assistant_get_nth_page | Matthias Clasen | 2010-02-23 | 1 | -1/+5 |
* | Fix a segfault in gtk_assistant_set_current_page | Matthias Clasen | 2010-02-23 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | let the close button reflect the page_complete status of SUMMARY pages | Sven Herzberg | 2009-12-10 | 1 | -2/+13 |
* | Emit GtkAssistant::apply before computing the next step | Matthias Clasen | 2009-08-06 | 1 | -2/+2 |
* | Make suitable GtkAssistant buttons default | Matthias Clasen | 2009-07-16 | 1 | -15/+16 |
* | Avoid assertions due to invalid page sequence | Matthias Clasen | 2009-05-30 | 1 | -17/+15 |
* | Fix GtkAssistant's accessible children. Fixes bug #575319. | Eitan Isaacson | 2009-05-29 | 1 | -1/+1 |
* | Make GtkAssistant keep its padding when built with GtkBuilder | Matthias Clasen | 2009-05-03 | 1 | -3/+3 |
* | Add a GtkBuildable implementation to GtkAssistant | Matthias Clasen | 2009-04-18 | 1 | -17/+85 |
* | Set the object name to the page title. Proposed by Eitan Isaacson | Matthias Clasen | 2009-02-17 | 1 | -0/+6 |
* | Set focus when the current page changes. Pointed out by Eitan Isaacson | Matthias Clasen | 2009-02-17 | 1 | -0/+22 |
* | remove unused variable and fix formatting of some function headers. | Michael Natterer | 2008-08-12 | 1 | -7/+12 |
* | Fix a crash | Matthias Clasen | 2008-07-18 | 1 | -2/+2 |
* | Allocate with GSlice: | Michael Natterer | 2008-07-04 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 387972 – gtkassistant drawing problem | Matthias Clasen | 2008-05-24 | 1 | -9/+9 |
* | Add current page to visited page list instead of next current page. | Carlos Garnacho | 2008-04-11 | 1 | -1/+2 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -5/+1 |
* | Be more robust when removing the current page. (#499951, Andreas Sandberg) | Matthias Clasen | 2008-01-08 | 1 | -0/+3 |
* | Improve alternative button ordering. (#476827, Yevgen Muntyan, patch by | Matthias Clasen | 2007-11-26 | 1 | -3/+3 |
* | reviewed by: Matthias Clasen <mclasen@redhat.com> | Johan Dahlin | 2007-06-06 | 1 | -6/+6 |
* | Internalize some strings, pointed out by Damon Chaplin. | Matthias Clasen | 2007-04-27 | 1 | -2/+2 |
* | If the current page is removed, always pick a different one. (#392457, | Matthias Clasen | 2007-01-03 | 1 | -3/+20 |
* | Redraw assistant on reallocate to avoid rendering glitches. (#343956, | Matthias Clasen | 2006-12-31 | 1 | -0/+2 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -12/+0 |
* | Some small documentation fixups. (#347711, Guillaume Cottenceau) | Matthias Clasen | 2006-07-17 | 1 | -6/+6 |
* | Don't assume that priv->current_page is non-NULL. (#347048, Guillaume | Matthias Clasen | 2006-07-10 | 1 | -3/+6 |
* | Add an accessible implementation in order to make the buttons visible to | Matthias Clasen | 2006-06-12 | 1 | -0/+190 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Actually implement visibility handling, and add | Matthias Clasen | 2006-01-31 | 1 | -20/+60 |
* | More generous spacing. (#328082, Christian Persch, patch by Carlos | Matthias Clasen | 2006-01-30 | 1 | -7/+8 |
* | Move the last button to the left where it does not affect the positioning | Matthias Clasen | 2006-01-30 | 1 | -2/+2 |
* | GtkAssistant stuff | Matthias Clasen | 2006-01-30 | 1 | -8/+14 |
* | More work on GtkAssistant by Carlos Garnacho: | Matthias Clasen | 2006-01-28 | 1 | -21/+70 |
* | Only show the last button if we can jump to the end. (gtk_assistant_init): | Matthias Clasen | 2006-01-23 | 1 | -12/+22 |
* | Fix docs | Matthias Clasen | 2006-01-21 | 1 | -3/+0 |
* | Use a priv pointer for cheap access to the priv struct. (#327725, | Matthias Clasen | 2006-01-19 | 1 | -88/+51 |
* | Add GtkAssistant, a widget to construct multi-step wizards. (#115348, | Matthias Clasen | 2006-01-18 | 1 | -0/+2099 |