Skip to content
Snippets Groups Projects
  1. Apr 03, 2009
  2. Mar 31, 2009
  3. Mar 29, 2009
    • Christian Persch's avatar
      Bug 577224 – crash when setting new icon after setting icon in · 3b437b01
      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
      3b437b01
  4. Mar 27, 2009
    • Behdad Esfahbod's avatar
      Bug 437533 – Implement draw_shape PangoRenderer method · d21f55fe
      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
      d21f55fe
    • Stefan Walter's avatar
      Use gtk_entry_xxx functions rather than using GtkEntry structure directly. · de60fd8c
      Stefan Walter authored
      See bug #576801
      
      svn path=/trunk/; revision=22589
      de60fd8c
  5. Mar 25, 2009
  6. Mar 24, 2009
  7. Mar 22, 2009
    • Hiroyuki Ikezoe's avatar
      Bug 576254 - <object> requires attribute "id" · cd96bd02
      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
      cd96bd02
  8. Mar 21, 2009
    • Cody Russell's avatar
      Bug 538840 – [Win32] GTK menu theming could be improved · b48e4b07
      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
      b48e4b07
  9. Mar 19, 2009
    • Claudio Saavedra's avatar
      Bug 574283 – unused assignment and dead code in · 584bd9cb
      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
      584bd9cb
  10. Mar 18, 2009
  11. Mar 17, 2009
    • Tor Lillqvist's avatar
      Bug 575700 - Crash when moving a GtkWindow · c3879d40
      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
      c3879d40
    • Tor Lillqvist's avatar
      Newer mingw-w64 uses an underscore-prefixed identification macro. · f3bcc940
      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
      f3bcc940
  12. Mar 13, 2009
  13. Mar 11, 2009
    • Matthias Clasen's avatar
      Fix problems with window positioning · 20708e38
      Matthias Clasen authored
      svn path=/trunk/; revision=22524
      20708e38
    • Tor Lillqvist's avatar
      Bug 573067 - Intra-app dnd of text behavior on Windows is wrong · e029e001
      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
      e029e001
    • Tor Lillqvist's avatar
      Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on the · e51f525a
      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
      e51f525a
    • Tor Lillqvist's avatar
      Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void operand for · 93bb740d
      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
      93bb740d
    • Tor Lillqvist's avatar
      Bug 574794 - Can not resize shaped windows on Windows · 703a18c2
      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
      703a18c2
  14. Mar 10, 2009
  15. Mar 06, 2009
    • Michael Natterer's avatar
      don't call gtk_orientable_set_orientation() because that calls · 06759f36
      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
      06759f36
  16. Mar 02, 2009
  17. Mar 01, 2009