- 03 Jul, 2008 6 commits
-
-
Michael Natterer authored
2008-07-03 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the names of binding signal implementations. svn path=/trunk/; revision=20744
-
Li Yuan authored
2008-07-03 Li Yuan <li.yuan@sun.com> * gail-uninstalled.pc.in: Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in. svn path=/trunk/; revision=20742
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=20741
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=20740
-
Cody Russell authored
2008-07-03 Cody Russell <bratsche@gnome.org> Bug 540529 – Remove all GIMP references * gtk+-2.0.pc.in: * gdk-2.0.pc.in: * gtk+-unix-print-2.0.pc.in: * gtk+-2.0-uninstalled.pc.in: * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say GTK+ Graphical UI Library in the pkg-config files. svn path=/trunk/; revision=20739
-
Matthias Clasen authored
svn path=/trunk/; revision=20738
-
- 02 Jul, 2008 10 commits
-
-
Cody Russell authored
2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling works again. * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks. * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time warnings. svn path=/trunk/; revision=20737
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=20736
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=20735
-
Cody Russell authored
2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541249 – [Win32] Fix some internal static methods * gdk/gdkwindow-win32.c: Make the interface implementation methods static. svn path=/trunk/; revision=20734
-
Michael Natterer authored
2008-07-02 Michael Natterer <mitch@imendio.com> Bug 537591 – Don't hardcode minimum width of menuitems * gtk/gtkmenuitem.c: applied patch from Christian Dywan which introduces a "width-chars" style property which replaces the hardcoded minimum width of menuitems with submenu. Patch extracted from Maemo-GTK+. svn path=/trunk/; revision=20733
-
Michael Natterer authored
2008-07-02 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserdefault.c: remove some of the million includes. svn path=/trunk/; revision=20732
-
Kristian Rietveld authored
2008-07-02 Kristian Rietveld <kris@imendio.com> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): Since s/2.16/2.14/ for the new gicon property. svn path=/trunk/; revision=20731
-
Kristian Rietveld authored
2008-07-02 Kristian Rietveld <kris@imendio.com> Bug 455268 - Add gtk-enable-tooltips GtkSetting * gtk/gtk.symbols: * gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated. * gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting. * gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly introduced XSetting into account. * demos/gtk-demo/appwindow.c: don't use the now deprecated gtk_toolbar_set_tooltips(). svn path=/trunk/; revision=20730
-
Cody Russell authored
2008-07-02 Cody Russell <bratsche@gnome.org> Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff * gdk/win32/gdkprivate-win32.h: * gdk/win32/gdkgeometry-win32.c: * gdk/win32/gdkevents-win32.c: * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to the newly refactored GdkWindow code. svn path=/trunk/; revision=20729
-
Li Yuan authored
2008-07-02 Li Yuan <li.yuan@sun.com> * gailoptionmenu.c: (gail_option_menu_real_initialize), (gail_option_menu_changed): Bug #541167. Emit "object:property-change:accessible-name" when GailOptionMenui's name changes. svn path=/trunk/; revision=20728
-
- 01 Jul, 2008 9 commits
-
-
Cody Russell authored
2008-07-01 Cody Russell <bratsche@gnome.org> Bug 539164 – Windows' System Menu blocks main loop * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the GLib mainloop from there. svn path=/trunk/; revision=20726
-
Cody Russell authored
svn path=/trunk/; revision=20725
-
Cody Russell authored
svn path=/trunk/; revision=20724
-
Richard Hult authored
2008-07-01 Richard Hult <richard@imendio.com> Some aftermath from the window impl cleanups: * gdk/quartz/gdkwindow-quartz.c: (gdk_window_merge_child_input_shapes): Rename and export again. (gdk_window_quartz_get_offsets): Make static. svn path=/trunk/; revision=20723
-
Michael Natterer authored
2008-07-01 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.h: forgot to commit the header, fixed now. svn path=/trunk/; revision=20719
-
Kjartan Maraas authored
2008-07-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=20718
-
Matthias Clasen authored
* gdk/x11/gdksettings.c: * gtk/gtksettings.c: Add event sound settings. Patch by Lennart Pöttering. svn path=/trunk/; revision=20717
-
Yair Hershkovitz authored
svn path=/trunk/; revision=20716
-
Matthias Clasen authored
* gtk/gtkprintoperation-unix.c (_gtk_print_operation_platform_backend_create_preview_surface): Handle failure to create temp file by returning NULL. * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler): Return FALSE if surface creation fails. (print_pages): If the preiew signal is not handled, show an error dialog. svn path=/trunk/; revision=20715
-
- 30 Jun, 2008 6 commits
-
-
Michael Natterer authored
2008-07-01 Michael Natterer <mitch@imendio.com> Bug 442042 – GtkScaleButton is too limited * gtk/gtkscalebutton.[ch]: turn "orientation" into a normal property that can be changed at any time after widget creation. Add public API for it. * gtk/gtk.symbols: add gtk_scale_button_get/set_orientation. svn path=/trunk/; revision=20710
-
Cody Russell authored
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
-
Michael Natterer authored
2008-06-30 Michael Natterer <mitch@imendio.com> Some unrelated cleanups found while reviewing the offscreen window patch: * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection functions, fix some function header indentation, update documentation of redirect_to_drawable(). * gdk/x11/gdkwindow-x11.c * gdk/x11/gdkpixmap-x11.c: fix function header formatting/indentation. * gtk/gtkwidget.c: use I_() on "damage_event". svn path=/trunk/; revision=20708
-
Michael Natterer authored
2008-06-30 Michael Natterer <mitch@imendio.com> * gdk/gdkinternals.h: remove duplicate declaration of _gdk_window_new(). svn path=/trunk/; revision=20707
-
Michael Natterer authored
2008-06-30 Michael Natterer <mitch@imendio.com> * gdk/Makefile.am: reorder source lists alphabetically. svn path=/trunk/; revision=20706
-
Matthias Clasen authored
* gtk/gtkwindow.c: Avoid unnecessary redraws when resizing. Patch by Owen Taylor svn path=/trunk/; revision=20705
-
- 29 Jun, 2008 2 commits
-
-
Gil Forcada Codinachs authored
svn path=/trunk/; revision=20704
-
Behdad Esfahbod authored
2008-06-29 Behdad Esfahbod <behdad@gnome.org> Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from Jan Arne Petersen * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout. svn path=/trunk/; revision=20703
-
- 28 Jun, 2008 3 commits
-
-
Michael Natterer authored
2008-06-28 Michael Natterer <mitch@imendio.com> * gtk/gtkselection.h: properly indent the newly added GtkSelectionData accessors. Some newlines can't hurt either. svn path=/trunk/; revision=20702
-
Mikael Hallendal authored
2008-06-27 Mikael Hallendal <micke@imendio.com> * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row. svn path=/trunk/; revision=20701
-
Mikael Hallendal authored
2008-06-27 Mikael Hallendal <micke@imendio.com> * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end): Factored out gtk_box_pack from gtk_box_pack_start and use it from both pack_start and pack_end in order to reduce the code duplication. svn path=/trunk/; revision=20700
-
- 27 Jun, 2008 4 commits
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=20699
-
Michael Natterer authored
2008-06-27 Michael Natterer <mitch@imendio.com> Bug 442042 – GtkScaleButton is too limited * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name "gtk-scalebutton-popup-window" on the popup window so it is properly themeable. svn path=/trunk/; revision=20698
-
Kristian Rietveld authored
2008-06-27 Kristian Rietveld <kris@imendio.com> * gdk/quartz/gdkgeometry-quartz.c: * gdk/quartz/gdkwindow-quartz.c: * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl interface. svn path=/trunk/; revision=20697
-
Carlos Garnacho authored
2008-06-27 Carlos Garnacho <carlos@imendio.com> * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential critical warnings. Bug #539470. svn path=/trunk/; revision=20696
-