- Apr 03, 2009
-
-
Matthias Clasen authored
Rename ChangeLog to prevent old habits from luring me into adding entries there. Also, this makes room for autogenerating a ChangeLog at make dist.
-
- Mar 31, 2009
-
-
Matthias Clasen authored
Update various README files to refer to git instead of svn. Also discontinue ChangeLog files.
-
- Mar 29, 2009
-
-
Christian Persch authored
2009-03-29 Christian Persch <chpe@gnome.org> Bug 577224 – crash when setting new icon after setting icon in gtkstatusicon * gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data), (gtk_status_icon_set_from_gicon): Retain a reference when setting from a GIcon, and use g_object_unref on GIcon, not g_free. svn path=/trunk/; revision=22594
-
- Mar 27, 2009
-
-
Behdad Esfahbod authored
2009-03-27 Behdad Esfahbod <behdad@gnome.org> Bug 437533 – Implement draw_shape PangoRenderer method * gdk/gdkpango.c (gdk_pango_renderer_draw_shape), (gdk_pango_renderer_class_init): Implement draw_shape * demos/gtk-demo/rotated_text.c (fancy_shape_renderer), (create_fancy_attr_list_for_layout), (rotated_text_expose_event), (do_rotated_text): 1) Port to pangocairo 2) Also show a rotated label 3) Install a custom shape renderer on both. The second one goes through gdkpango and hence tests the patch above. It's working. svn path=/trunk/; revision=22592
-
Stefan Walter authored
See bug #576801 svn path=/trunk/; revision=22589
-
- Mar 25, 2009
-
-
Christian Dywan authored
svn path=/trunk/; revision=22588
-
Sven Neumann authored
2009-03-25 Sven Neumann <sven@gimp.org> * gdk/directfb/gdkwindow-directfb.c (gdk_window_directfb_process_all_updates): compile fix for build with DIRECT_ENABLE_DEBUG. svn path=/trunk/; revision=22583
-
- Mar 24, 2009
-
-
Matthias Clasen authored
svn path=/trunk/; revision=22582
-
- Mar 22, 2009
-
-
Hiroyuki Ikezoe authored
2009-03-23 Hiroyuki Ikezoe <poincare@ikezoe.net> Bug 576254 - <object> requires attribute "id" * docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to GtkBuilder UI sample. svn path=/trunk/; revision=22580
-
- Mar 21, 2009
-
-
Cody Russell authored
2009-03-21 Cody Russell <bratsche@gnome.org> Bug 538840 – [Win32] GTK menu theming could be improved * modules/engines/ms-windows/xp_theme.c * modules/engines/ms-windows/msw_style.c: Use newer menu styling API. This makes gtk+ look much better on Windows Vista. svn path=/trunk/; revision=22577
-
- Mar 19, 2009
-
-
Claudio Saavedra authored
2009-03-19 Claudio Saavedra <csaavedra@igalia.com> Bug 574283 – unused assignment and dead code in gtk_widget_set_tooltip_window() * gtk/gtkwidget.c: (gtk_widget_set_tooltip_window): Remove an unused assignment, improving checks, and clean up method. svn path=/trunk/; revision=22575
-
- Mar 18, 2009
-
-
Michael Natterer authored
2009-03-18 Michael Natterer <mitch@gimp.org> * gtk/gtkscalebutton.c: add static function gtk_scale_button_set_orientation_private() and use it instead of the public but deprecated gtk_scale_button_set_orientation(). svn path=/trunk/; revision=22574
-
- Mar 17, 2009
-
-
Tor Lillqvist authored
2009-03-17 Tor Lillqvist <tml@novell.com> Bug 575700 - Crash when moving a GtkWindow * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix embarrassing crasher bug introduced on 2009-03-11. A variable was assigned a value only inside a GDK_NOTE but still used outside that. svn path=/trunk/; revision=22568
-
Tor Lillqvist authored
2009-03-17 Tor Lillqvist <tml@novell.com> * gtk/gtkprintoperation-win32.c: Newer mingw-w64 uses an underscore-prefixed identification macro. svn path=/trunk/; revision=22561
-
- Mar 13, 2009
-
-
Matthias Clasen authored
svn path=/trunk/; revision=22534
-
Matthias Clasen authored
svn path=/trunk/; revision=22532
-
Matthias Clasen authored
svn path=/trunk/; revision=22530
-
Matthias Clasen authored
svn path=/trunk/; revision=22529
-
Matthias Clasen authored
svn path=/trunk/; revision=22528
-
- Mar 11, 2009
-
-
Matthias Clasen authored
svn path=/trunk/; revision=22524
-
Tor Lillqvist authored
2009-03-11 Tor Lillqvist <tml@iki.fi> Bug 573067 - Intra-app dnd of text behavior on Windows is wrong * gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion): The default action should be move, not copy. Tweak how the GdkDragAction fields in GdkDragContexts are changed. Seems to help the problem. Add more debugging printout for --gdk-debug=dnd to many functions. * gdk/win32/gdkmain-win32.c * gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string) (_gdk_win32_drag_action_to_string): New functions for use in debugging printouts. svn path=/trunk/; revision=22522
-
Tor Lillqvist authored
2009-03-11 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on the OLE2_DND code, which still doesn't work, though, and is not normally compiled. svn path=/trunk/; revision=22517
-
Tor Lillqvist authored
2009-03-11 Tor Lillqvist <tml@iki.fi> Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void operand for '?:' * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix compilation error with MSVC. While at it add clarifying comments and fix a typo in the debugging output. svn path=/trunk/; revision=22515
-
Tor Lillqvist authored
2009-03-11 Tor Lillqvist <tml@iki.fi> Bug 574794 - Can not resize shaped windows on Windows * gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling WM_WINDOWPOSCHANGED, don't do anything if the position and size hasn't changed. I am not exactly sure I understand why this helps this particular bug. svn path=/trunk/; revision=22511
-
- Mar 10, 2009
-
-
Matthias Clasen authored
* gtk/gtk.symbols: * gtk/gtkstyle.[hc]: Rename gtk_style_get_property to gtk_style_get_style_property to avoid problems for language bindings. Pointed out by Torsten Schoenfeld. svn path=/trunk/; revision=22502
-
Matthias Clasen authored
* gtk/gtkentry.c: ::icon-press and ::icon-release are not action signals. Pointed out by Murray Cumming svn path=/trunk/; revision=22501
-
Michael Hasselmann authored
2009-03-04 Michael Hasselmann <michaelh@openismus.com> * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed): Fixed regression reported in bug #574059. (search button not available in some cases.) The old implementation relied on bug #572478. svn path=/trunk/; revision=22500
-
Alexander Larsson authored
2009-03-10 Alexander Larsson <alexl@redhat.com> * gtk/gtkmountoperation.c: (gtk_mount_operation_ask_password): Clear all optionally created widget pointer in priv. Initially priv is cleared so thats ok, but on a second call we may have leftovers from previous calls which is problematic if for instance we asked for the user the first time and not the second, then we will access the old priv->username_entry. svn path=/trunk/; revision=22496
-
- Mar 06, 2009
-
-
Michael Natterer authored
2009-03-06 Michael Natterer <mitch@gimp.org> * gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call gtk_orientable_set_orientation() because that calls g_object_set() again -> infinite recursion. Call gtk_scale_button_set_orientation() instead. svn path=/trunk/; revision=22478
-
- Mar 02, 2009
-
-
Matthias Clasen authored
svn path=/trunk/; revision=22450
-
Matthias Clasen authored
svn path=/trunk/; revision=22448
-
Matthias Clasen authored
svn path=/trunk/; revision=22446
-
Matthias Clasen authored
* gtk/gtkentry.c: Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add a progress-border style property. Draw progress behind icons too. * gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries. Patch by Benjamin Berg. svn path=/trunk/; revision=22445
-
Matthias Clasen authored
* gtk/gtktextview.c (gtk_text_view_paint): If additional areas got invalidated, don't try to add them to the paint region: in an expose handler, we cannot paint outside the area that was passed in, since drawing will be clipped. So stealing the update region from the window causes lost draws. Patch by Owen Taylor svn path=/trunk/; revision=22442
-
Alexander Larsson authored
2009-03-02 Alexander Larsson <alexl@redhat.com> Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized * gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect): Don't use uninitialized vars. Fix offsets for redirected pixmap, draw to pixmap not window. svn path=/trunk/; revision=22441
-
Theppitak Karoonboonyanan authored
2009-03-02 Theppitak Karoonboonyanan <thep@linux.thai.net> Bug 457086 - numpad does not work when the Thai-Lao input method is used * modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count character-generating keypads as context-lost keys. (patch recommitted after approval) svn path=/trunk/; revision=22437
-
Matthias Clasen authored
svn path=/trunk/; revision=22436
-
- Mar 01, 2009
-
-
Matthias Clasen authored
* gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly created folder on success. svn path=/trunk/; revision=22432
-
Matthias Clasen authored
* configure.in: Generate po-properties/POTFILES at configure time. Patch by Loïc Minier svn path=/trunk/; revision=22430
-
Matthias Clasen authored
* demos/gtk-demo/appwindow.c: Set the program-name property of the about dialog. * docs/tools/widgets.c: Add GtkAboutDialog svn path=/trunk/; revision=22427
-