| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This was not handled consistently, but the default handler
does useful things, so we should always chain up.
|
|
|
|
| |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=586635
|
|
|
|
|
| |
gcc 4.6.0 has started to warn about set-but-unused variables.
So don't do that, then.
|
|
|
|
|
|
| |
Based on patches by Javier Jardón.
https://bugzilla.gnome.org/show_bug.cgi?id=629955
|
|
|
|
|
| |
These are no longer needed. At the same time, port gtkimcontextsimpleseqs.h
to use the new GDK_KEY_ symbols.
|
|
|
|
|
|
| |
All colors are defined now in the default css, and classes have
been added so the bars are fully themeable (as opposed to
gtk_widget_override_*, which require changing the color map itself)
|
|
|
|
|
| |
I committed my whole working tee instead of just one file. Ooops.
This reverts commit ded14b256202d8792629b88874d934638762cee3.
|
|
|
|
| |
It was accidentally removed in 0775b0a85818e14d12087f33977e14efec6a058a
|
|
|
|
|
| |
This avoids a segfault that was happening due to the recursion
detection not working anymore with the old way of doing things.
|
|
|
|
| |
Because it's FALSE in virtually all use cases.
|
| |
|
| |
|
|
|
|
|
|
| |
Large patch, but just renaming.
Indentation should still mostly be correct because I took care of
keeping the indentation for this function name.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The keysyms create a lot of potential namespace conflicts for
C, and are especially problematic for introspection, where we take
constants into the namespace, so GDK_Display conflicts with GdkDisplay.
For C application compatiblity, add gdkkeysyms-compat.h which uses
the old names.
Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is
the gtkimcontextsimple.c, since porting that requires porting more
custom Perl code.
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=623845
|
|
|
|
| |
Use new API instead: gtk_widget_set_can_default ()
|
|
|
|
| |
According to bug 610632
|
|
|
|
|
|
|
|
| |
This commit was created using a script that searched for all docstrings
containing a parameter and the string 'or %NULL'.
Gdk backends and demos excluded as they are not part of a public API
https://bugzilla.gnome.org/show_bug.cgi?id=610474
|
|
|
|
| |
Added some default cases and assert if reached
|
|
|
|
|
| |
This was reported in bug 587716. I have no idea why this used
to work just fine for me...
|
|
|
|
| |
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| |
|
|
|
|
| |
Also fix up its docs.
|
|
|
|
|
| |
Remove references to gtk_info_bar_set_contents(), and update
the example to use gtk_info_bar_get_content_area().
|
|
It is called GtkInfoBar. See bug 555344.
|