| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Add the names of the main widgets as keywords to
our demos, but also things like "game". This helps
finding relevant demos in our growing list. You
can now for example type "label", and find the
"error states" and "links" demos showing GtkLabel
features.
|
|
|
|
|
|
|
| |
In 99.9% of all cases, these are just NULL, NULL.
So just do away with these arguments, people can
use the setters for the rare cases where they want
the scrolled window to use a different adjustment.
|
| |
|
|
|
|
| |
These are all on GtkBox or enumerating children.
|
|
|
|
|
| |
Replace calls to gtk_widget_destroy on windows
with gtk_window_destroy.
|
|
|
|
|
| |
Replace all internal use of gtk_widget_destroyed
by g_object_add_weak_pointer.
|
|
|
|
|
| |
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
| |
|
|
|
|
| |
Now that we have GtkCssLocation, actually use it.
|
|
|
|
|
|
|
|
|
|
| |
This library is meant to be the new CSS library that gets used from GDK,
GSK and GTK for string printing and parsing.
As a first step, move GtkCssProviderError into it.
While doing so, split it into GtkCssParserError (for critical problems)
and GtkCssParserWarning (for non-critical problems).
|
|
|
|
|
| |
Those calls have been unneeded for a long time - since we gained the
changed signal on the StyleProvider in fact.
|
| |
|
|
|
|
| |
People should use the GtkCssProvider::parsing-error signal instead.
|
|
|
|
| |
Call it just "Themeing" to avoid the repetition of CSS.
|
|
|
|
|
|
| |
Clean up the code of many examples in minor ways, fix some memory
leaks, and avoid the use of dialogs where a regular toplevel works
just as well.
|
|
|
|
| |
Mostly update window titles, and some addition to descriptions.
|
|
|
|
|
| |
We can get it from parsing resources now, so no need to manually add
them.
|
|
|
|
|
| |
This is necessary so the files displayed in the left notebook match the
files referenced in the source code.
|
| |
|
| |
|
|
|
|
| |
Also, improve the CSS to give you that basic feel.
|
|
|