- 09 Nov, 2010 12 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Patches taken from bug 633278.
-
Colin Walters authored
Debian changed the behavior of libtool to not follow dependencies from .la files. Fortunately, the scanner explicitly looks at the .la files to see if they're really shared; if not it doesn't add them to the .gir, so there's no cost. https://bugzilla.gnome.org/show_bug.cgi?id=633405
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This is just a private convenience function, and exporting _-prefixed functions doesn't work with our libtool setup. Just do the 3 line calculation in gail.
-
Matthias Clasen authored
-
Chun-wei Fan authored
-Added the missed gdk.rc file -Made up for missed libraries required for link for configs other than Debug|win32
-
Chun-wei Fan authored
-Made up for the additional dependencies for setups other than Debug|Win32 (the correct setting) -Made Subsystem="1" for all setups like Debug|Win32 (the correct setting)
-
Chun-wei Fan authored
-Removed the GdkPixbuf stuff as it is now in a package of its own and added it as a dependent library here -Made up for the headers missed in the installation stage for GTK+/GDK
-
Matthias Clasen authored
-
- 08 Nov, 2010 5 commits
-
-
Matthias Clasen authored
I don't think we are at the end of scrolledwindow tweaks yet, but this will make things work for now, as they used to. https://bugzilla.gnome.org/show_bug.cgi?id=633670
-
Ryan Lortie authored
We'll be deprecating GCache in GLib soon.
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634338 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634339 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634340 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
- 07 Nov, 2010 4 commits
-
-
Hans Breuer authored
Windows 7 is managing status icon visibility across process lifetime, which did not work with GTK+ create icons. Apparently the mechanism does not require use of new API (like suggested by MSDN), but it is enough to give a "unique" tooltip at creation time. Formerly this initial tooltip was not set at all, later setting via gtk_status_icon_set_tooltip_text() is not enough, but luckily different follow-up tooltips don't disturb the intended behavior. (cherry picked from commit ae0544c636c72753098b698e4951897c609a75b6) (cherry picked from commit 8a9d458bafe368335d0acca2c324f878ee64463f)
-
Hans Breuer authored
-
Matthias Clasen authored
-
Ivar Smolin authored
-
- 06 Nov, 2010 14 commits
-
-
Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Javier Jardón authored
-
Javier Jardón authored
-
Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
- 05 Nov, 2010 5 commits
-
-
Matthias Clasen authored
The intended way of using GtkApplication is mainly by subclassing, so make the example do that.
-
Matthias Clasen authored
GtkApplication does not currently implement any default actions.
-
Javier Jardón authored
-
Javier Jardón authored
-
Cosimo Cecchi authored
gtk_box_new() changed API recently.
-