summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-8/+8
* Replace "gint" with "int"Benjamin Otte2020-07-251-28/+28
* update documentation for new style classes and node namesTimm Bäder2020-05-201-1/+2
* Call all window subclasses "window"Timm Bäder2020-05-201-2/+2
* assistant: Remove code that doesn't work anymoreMatthias Clasen2020-05-111-13/+0
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-11/+19
* assistant: Drop the Private structMatthias Clasen2020-05-051-316/+247
* window: Derive from GtkWidgetMatthias Clasen2020-05-041-86/+14
* Annotate more functions returning GListModelEmmanuele Bassi2020-04-281-1/+1
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-4/+2
* assistant: Port bindings to use shortcutsBenjamin Otte2020-03-251-4/+4
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-4/+4
* assistant: Port bindings to use shortcutsBenjamin Otte2020-03-181-4/+4
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-42/+42
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-1/+1
* gtk: rely on default marshallersChristian Hergert2019-05-301-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-4/+4
* Stop using gtk_widget_is_toplevelMatthias Clasen2019-05-281-1/+0
* assistant: Drop the priv pointerMatthias Clasen2019-05-261-80/+67
* assistant: Make finalMatthias Clasen2019-05-261-0/+23
* Stop using gtk_widget_grab_defaultMatthias Clasen2019-04-281-6/+6
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-3/+4
* assistant: Fix typo in a translatable stringPiotr Drąg2019-02-211-1/+1
* assistant: Remove weak pointer in finalizeMatthias Clasen2019-02-211-0/+13
* Drop GtkAssistantPage::has-paddingMatthias Clasen2019-02-151-102/+6
* assistant: Use a stackMatthias Clasen2019-02-151-10/+15
* assistant: Add docsMatthias Clasen2019-02-151-0/+8
* assistant: Add a pages propertyMatthias Clasen2019-02-131-1/+112
* assistant: Fix a refcounting oversightMatthias Clasen2019-02-081-1/+3
* assistant: Fix up property notificationMatthias Clasen2019-02-081-5/+6
* assistant: Fix the default value of has-paddingMatthias Clasen2019-02-081-0/+1
* assistant: Convert child properties to a child meta objectMatthias Clasen2019-02-081-156/+293
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-5/+14
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-4/+4
* assistant: Remove some unused definesTimm Bäder2018-09-231-3/+0
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-7/+8
* The big versioning cleanupMatthias Clasen2018-02-061-63/+0
* Replace GtkWidget::delete-event by GtkWindow::close-requestMatthias Clasen2018-01-161-7/+9
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* assistant: Avoid GdkScreen apiMatthias Clasen2017-10-301-6/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-4/+4
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+4
* assistant: Don't forget to remove child widgetsTimm Bäder2017-01-201-0/+4
* widget: Remove show-all propertyTimm Bäder2017-01-201-2/+0
* assistant: Remove deprecated APIRico Tzschichholz2016-10-231-244/+0
* Remove redundant declarationsEmmanuele Bassi2016-10-171-3/+0
* Remove various unused style propertiesTimm Bäder2016-10-161-32/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
* assistant: Avoid tripping template testsMatthias Clasen2016-01-271-1/+2
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1