- 04 Aug, 2008 23 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20984
-
Matthias Clasen authored
svn path=/trunk/; revision=20983
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.c * gtk/gtkctree.c * gtk/gtkpixmap.c * gtk/gtkpreview.c: get rid of using deprecated GDK APIs. * gtk/gtktext.c: ditto, apart from the text cruft APIs. svn path=/trunk/; revision=20982
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gdk/gdk.c (gdk_parse_args): call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags. * gdk/gdkrgb.c (gdk_rgb_init): remove setting the verbose flag here, this function is deprecated and the debug flag didn't work when using GDK properly. svn path=/trunk/; revision=20981
-
Matthias Clasen authored
svn path=/trunk/; revision=20980
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * tests/prop-editor.c: undeprecate (apart from still using GtkOptionMenu). svn path=/trunk/; revision=20979
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * he.po: Fix syntax error. svn path=/trunk/; revision=20978
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkseparatortoolitem.c * tests/testactions.c: remove pointless #undef GTK_DISABLE_DEPRECATED. * gtk/gtkcalendar.c (calendar_set_display_option): use gtk_calendar_set_display_options() instead of the deprecated gtk_calendar_display_options(). svn path=/trunk/; revision=20977
-
Yair Hershkovitz authored
svn path=/trunk/; revision=20976
-
Carlos Garnacho authored
2008-08-04 Carlos Garnacho <carlos@imendio.com> * gtk/gtkfilechooserbutton.c: Fix "/* within comment" warning. svn path=/trunk/; revision=20975
-
Changwoo Ryu authored
svn path=/trunk/; revision=20974
-
Carlos Garnacho authored
2008-08-04 Carlos Garnacho <carlos@imendio.com> * gtk/gtknotebook.c (gtk_notebook_expose): Set drag window background to be the GtkNotebook background color. This is a workaround to prevent black pixels in rounded tabs when reordering. Improves #368234. svn path=/trunk/; revision=20973
-
Carlos Garnacho authored
2008-08-04 Carlos Garnacho <carlos@imendio.com> * gtk/gtk.symbols: * gtk/gtkfilechooserbutton.[ch]: * gtk/gtkfilechooserdefault.[ch]: * gtk/gtkfilechooserdialog.[ch]: * gtk/gtkfilechooserwidget.[ch]: Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used directly. Fixes #545976. svn path=/trunk/; revision=20972
-
Carlos Garnacho authored
2008-08-04 Carlos Garnacho <carlos@imendio.com> * gtk/gtk.symbols: * gtk/gtkfilechooser.[ch]: Make GFile-oriented API public. Fixes #545978. * gtk/gtkfilechooserbutton.c: * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserutils.c: Update to use public GFile API. svn path=/trunk/; revision=20971
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED again. Fix pltcheck.sh by restricting the visibility of deprecated symbols to the places where they are actually used: * gtk/gtkclist.c * gtk/gtkctree.c * gtk/gtklistitem.c * gtk/gtklist.c * gtk/gtkprogressbar.c * gtk/gtkpixmap.c * gtk/gtkprogress.c: #undef GTK_DISABLE_DEPRECATED and #define __GTK_FOO_C__ on top instead of before including gtkaliasdef.c. * gtk/gtkclist.h * gtk/gtkctree.h * gtk/gtklistitem.h * gtk/gtklist.h * gtk/gtkpixmap.h * gtk/gtkprogress.h: make the headers visible if the respective __GTK_FOO_C__ are defined. svn path=/trunk/; revision=20970
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.c * gtk/gtklist.c * gtk/gtkoldeditable.c * gtk/gtkpixmap.c * gtk/gtktipsquery.c * gtk/gtktree.c * gtk/gtktreeitem.c: avoid using deprecated GtkWidget API. svn path=/trunk/; revision=20969
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.[ch] * gtk/gtkctree.[ch] * gtk/gtkitemfactory.[ch] * gtk/gtkobject.[ch] * gtk/gtksignal.[ch]: s/GtkDestroyNotify/GDestroyNotify/g svn path=/trunk/; revision=20967
-
Sven Neumann authored
2008-08-04 Sven Neumann <sven@gimp.org> * gtk/gtklinkbutton.c (gtk_link_button_set_uri): update the link color when the "visited" state is changed. svn path=/trunk/; revision=20966
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkwindow.c: move the code of the deprecated gtk_window_set_policy() to a new private function gtk_window_set_policy_internal() and call it from gtk_window_set_policy(). (gtk_window_set_resizable): use the new internal function in order to avoid our own deprecated public API. svn path=/trunk/; revision=20965
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkbindings.c: move the code of the deprecated gtk_binding_entry_clear() to a new private function gtk_binding_entry_clear_internal() and call it from gtk_binding_entry_clear(). (_gtk_binding_entry_add_signall) (gtk_binding_parse_bind): use the new internal function in order to avoid our own deprecated public API. svn path=/trunk/; revision=20963
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_font): avoid our own deprecated public API and use gtk_font_selection_get_font_internal() instead of gtk_font_selection_get_font(). (gtk_font_selection_get_font) (gtk_font_selection_dialog_get_font): Add missing "Deprecated: 2.0" to the api doc comments. svn path=/trunk/; revision=20962
-
Michael Natterer authored
2008-08-04 Michael Natterer <mitch@imendio.com> * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES. svn path=/trunk/; revision=20961
-
Tor Lillqvist authored
svn path=/trunk/; revision=20960
-
- 03 Aug, 2008 14 commits
-
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * libgail-util/Makefile.am: Pass appropriate -machine flag to lib.exe. svn path=/trunk/; revision=20959
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * Makefile.am: Pass appropriate -machine flag to lib.exe. svn path=/trunk/; revision=20958
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it. * gdk/Makefile.am * gtk/Makefile.am: Pass appropriate -machine flag to lib.exe. svn path=/trunk/; revision=20957
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> Bug 544684 - Win64 issue, window handles are assumed to be 32-bit * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20956
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * gtk/gtkstatusicon.c: Fix typo in Win32 and Quartz code: s/gtk_icon_icon_info_load_icon/gtk_icon_info_load_icon/ . svn path=/trunk/; revision=20955
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * configure.in: Don't bother with the test "if gio can sniff png" if $gio_can_sniff has been already set. Preset it to "no" for Win32. This helps cross-compilation from 32-bit Windows to 64-bit. No idea how this should be handled for cross-compilation in general. svn path=/trunk/; revision=20954
-
Tor Lillqvist authored
2008-08-04 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdisplay-win32.c: Don't bother looking up EnumDisplayMonitors and GetMonitorInfoA dynamically, they are present in NT-based Windows since Windows 2000. (enum_monitor): For some reason the MONITORINFOEX struct in mingw-win64 is different than the proper one as in MSDN and 32-bit mingw, so just copy the proper definition here. svn path=/trunk/; revision=20953
-
Björn Lindqvist authored
2008-08-03 Björn Lindqvist <bjourne@gmail.com> Bug 540379 – gtk_tree_view_enable_model_drag_dest and gtk_tree_view_enable_model_drag_source unsets reorderable property * gtk/gtktreeview.c: Improve docstrings regarding reorderable property. svn path=/trunk/; revision=20952
-
Matthias Clasen authored
svn path=/trunk/; revision=20951
-
Matthias Clasen authored
svn path=/trunk/; revision=20950
-
Ignacio Casal Quinteiro authored
svn path=/trunk/; revision=20949
-
Ignacio Casal Quinteiro authored
svn path=/trunk/; revision=20948
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=20947
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=20946
-
- 02 Aug, 2008 3 commits
-
-
Tor Lillqvist authored
2008-08-02 Tor Lillqvist <tml@novell.com> Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings * gtk/gtkprintoperation-win32.c (devmode_from_settings): Plug potential leak. Thanks to Morten Welinder. svn path=/trunk/; revision=20944
-
Tor Lillqvist authored
2008-08-02 Tor Lillqvist <tml@novell.com> * gtk/gtkprint-win32.c * gtk/gtkprint-win32.h * gtk/gtkprintoperation-win32.c: Cosmetic fixups after patch below. svn path=/trunk/; revision=20943
-
Tor Lillqvist authored
2008-08-02 Tor Lillqvist <tml@novell.com> Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows * gtk/gtkprint-win32.c * gtk/gtkprint-win32.h * gtk/gtkprintoperation-win32.c: Patch by ecyrbe@gmail.com. svn path=/trunk/; revision=20942
-