- 26 Dec, 2017 7 commits
-
-
Matthias Clasen authored
New api needs documentation.
-
Matthias Clasen authored
The implementation of this function was removed in 44cb3ccf.
-
Matthias Clasen authored
These no longer exist.
-
Matthias Clasen authored
New api needs documentation.
-
Matthias Clasen authored
Add a few things, reword some others.
-
Matthias Clasen authored
Some functions have been renamed here.
-
Matthias Clasen authored
And document how it works now.
-
- 25 Dec, 2017 4 commits
-
-
Matthias Clasen authored
Deemphasize GdkPixbuf in the docs.
-
Matthias Clasen authored
This has been broken since the inconsistent state was moved here in 2aea8dfe.
-
-
- 23 Dec, 2017 2 commits
-
-
Matthias Clasen authored
We no longer have GtkClipboard.
-
Matthias Clasen authored
Add the CSS font level 3 properties that we support now to the docs.
-
- 21 Dec, 2017 27 commits
-
-
Emmanuele Bassi authored
GdkDisplay is missing various annotations, and the introspection scanner is complaining about it.
-
Emmanuele Bassi authored
The GdkEvent API is missing some gtk-doc stanzas, as well as some introspection annotations.
-
Emmanuele Bassi authored
The `flags` parameter is missing, and the introspection scanner is complaining about it.
-
Emmanuele Bassi authored
The documentation and annotations for some of the print API is defined in platform-specific source files, so we need to ensure we're passing those files to the introspection scanner in order to avoid warnings, and to get the appropriate introspected API.
-
Emmanuele Bassi authored
We're missing the gtk-doc stanza, as well as the transfer annotation for the returned pointer.
-
Emmanuele Bassi authored
Transfer annotations do not apply to integral types.
-
Emmanuele Bassi authored
The new type propagation for g_object_ref() is raising a compiler warning for an assignment with a different type.
-
Timm Bäder authored
-
Timm Bäder authored
Still fall back in cases we can't handle that way.
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
This fixes both the wrong headerbar color and the broken border color in of the circular button in the widget-factory.
-
Timm Bäder authored
This way, we can use the very same coloring program to draw text shadows of fonts with colored glyphs.
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
We already ceil() the given float texture sizes here, so if they are valid, the result should definitely be > 0. Textures with size 0 can't be properly used, especially not as render targets, where they will trigger an assertion failure later in a glCheckFramebuffer call.
-
Timm Bäder authored
-
Timm Bäder authored
-
Timm Bäder authored
-