summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GtkAssistantMatthias Clasen2023-02-021-2331/+0
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-43/+37
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* assistant: Add ::item-type and ::n-items to the pages listBenjamin Otte2022-06-111-19/+78
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-18/+6
* Don't dereference a `NULL` page in `gtk_assistant_set_current_page()` if ther...Sebastian Dröge2022-02-091-0/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-10/+10
* assistant: Small doc tweakMatthias Clasen2021-03-111-2/+7
* assistant: Convert docsMatthias Clasen2021-03-111-85/+99
* docs: Annotate GtkAssistant::escape action signalEmmanuele Bassi2020-12-011-0/+6
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+2
* gtkassistant: Minor docstring wording changesHolger Knust2020-08-151-7/+7
* Drop style class definesMatthias Clasen2020-08-141-2/+2
* Remove ATKEmmanuele Bassi2020-07-261-90/+0
* 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