- 04 Oct, 2021 1 commit
-
-
Emmanuele Bassi authored
- Drop gtk-doc internal links - Escape XML elements
-
- 04 Jun, 2021 1 commit
-
-
- 22 May, 2021 1 commit
-
-
Matthias Clasen authored
Replace leftover gtk-doc syntax (#Type) with backquotes.
-
- 21 May, 2021 1 commit
-
-
Matthias Clasen authored
Remove a boatload of "or %NULL" from nullable parameters and return values. gi-docgen generates suitable text from the annotation that we don't need to duplicate. This adds a few missing nullable annotations too.
-
- 20 May, 2021 2 commits
-
-
Matthias Clasen authored
allow-none has been deprecated for a long time already. Instead use optional and nullable everywhere.
-
Matthias Clasen authored
Mostly fixing up indentation of continuation lines, and other small cleanups.
-
- 11 Mar, 2021 1 commit
-
-
- 12 Sep, 2020 1 commit
-
-
Matthias Clasen authored
Replace most remaining uses of GTK+ in the docs and user-visible strings by GTK. Also remove some leftover "Was added in 3.x" sentences from the docs.
-
- 24 Jul, 2020 2 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 10 Sep, 2019 1 commit
-
-
- 06 Feb, 2018 1 commit
-
-
Matthias Clasen authored
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
-
- 07 Dec, 2015 1 commit
-
-
The function can return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=759081
-
- 27 Apr, 2015 1 commit
-
-
Matthias Clasen authored
Instead of issuing g_warning, fill the provided GError. This lets us test this error handling, and is the right thing to do. Use the new GtkBuilder helpers and g_markup_collect_attributes to do so.
-
- 28 May, 2014 1 commit
-
-
Evan Nemerson authored
Without this information introspection-based consumers don't realize they can include context information, but instead think that they receive an extra gpointer argument (which they don't know how to handle). https://bugzilla.gnome.org/show_bug.cgi?id=730745
-
- 19 Feb, 2014 1 commit
-
-
William Jon McCann authored
Instead of Return value:
-
- 15 Feb, 2014 1 commit
-
-
Matthias Clasen authored
Without sgml mode, we can't escape /* as /* anymore, so just switch to // for comments in examples.
-
- 09 Feb, 2014 1 commit
-
-
Matthias Clasen authored
With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well.
-
- 07 Feb, 2014 2 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 05 Feb, 2014 2 commits
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 02 Feb, 2014 1 commit
-
-
Matthias Clasen authored
Specifically, switch to using markdown syntax for sections.
-
- 29 Jan, 2014 2 commits
-
-
- 28 Jan, 2014 1 commit
-
-
William Jon McCann authored
It is a little heavy handed. The text can speak for itself.
-
- 08 Jun, 2013 1 commit
-
-
Kalev Lember authored
Use g_string_assign to avoid issues with assigning GString's internal buffer back to the same string. This can happen when no translations are available and _gtk_builder_parser_translate returns back the same pointer that was passed in. This fixes a regression from commit e9f182e3 that caused GtkComboBoxText <items> from GtkBuilder to show up empty if no translations are available. https://bugzilla.gnome.org/show_bug.cgi?id=700629
-
- 29 Apr, 2013 1 commit
-
-
Matthias Clasen authored
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=699016 The fix here is slightly different. We make _gtk_builder_parser_translate return a const char * instead of a dup'ed string, and fix up the callers.
-
- 02 Jul, 2012 1 commit
-
-
Cosimo Cecchi authored
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 15 Oct, 2011 1 commit
-
-
Javier Jardón authored
Instead of an explicit { 0, } when declaring the variable.
-
- 26 Sep, 2011 1 commit
-
-
Matthias Clasen authored
Mostly making sure that return values and varargs don't loose their docs.
-
- 02 Feb, 2011 1 commit
-
-
Tristan Van Berkom authored
Fixed GtkCellLayout buildable implementation to set cell properties explicitly set to "" (i.e. explicitly set to nothing).
-
- 31 Jan, 2011 1 commit
-
-
Matthias Clasen authored
I've decided that it is isn't feasible to make cell areas runtime-settable in the time we have left before 3.0, therefore, I'm going with the approach to allow init() functions to instantiate the default cell area and issue a warning if a construct property is ignored. This is not ideal, but it keeps existing icon view and combo box subclasses working. https://bugzilla.gnome.org/show_bug.cgi?id=639139
-
- 26 Jan, 2011 1 commit
-
-
Tristan Van Berkom authored
-
- 13 Jan, 2011 2 commits
-
-
Tristan Van Berkom authored
-
Tristan Van Berkom authored
-
- 07 Jan, 2011 1 commit
-
-
Tristan Van Berkom authored
The fact that GtkCellLayout was checking "if (gtk_cell_layout_get_area (layout))" and executing code contitionally from the apis instead of simply falling back to the default implementation for these things was causing problems in language bindings such as gtkmm... Regardless, the implementation is cleaner this way too.
-
- 06 Jan, 2011 1 commit
-
-
Matthias Clasen authored
-
- 05 Jan, 2011 1 commit
-
-
Milan Bouchet-Valat authored
Return value was copied and pasted from gtk_cell_layout_get_cells(), which is obviously wrong.
-