summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Rename ChangeLog to ChangeLog.pre-2-20Matthias Clasen2009-04-031-3959/+0
| | | | | | Rename ChangeLog to prevent old habits from luring me into adding entries there. Also, this makes room for autogenerating a ChangeLog at make dist.
* Update README files to refer to gitMatthias Clasen2009-03-311-0/+6
| | | | | Update various README files to refer to git instead of svn. Also discontinue ChangeLog files.
* Bug 577224 – crash when setting new icon after setting icon inChristian Persch2009-03-291-0/+9
| | | | | | | | | | | | | 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
* Bug 437533 – Implement draw_shape PangoRenderer methodBehdad Esfahbod2009-03-271-0/+15
| | | | | | | | | | | | | | | | | | | | 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
* Use gtk_entry_xxx functions rather than using GtkEntry structure directly.Stefan Walter2009-03-271-0/+16
| | | | | | See bug #576801 svn path=/trunk/; revision=22589
* Typo correction, s/hilding/holdingChristian Dywan2009-03-251-0/+4
| | | | svn path=/trunk/; revision=22588
* compile fix for build with DIRECT_ENABLE_DEBUG.Sven Neumann2009-03-251-0/+6
| | | | | | | | | | | 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
* Fix get_nearest_monitorMatthias Clasen2009-03-241-0/+8
| | | | svn path=/trunk/; revision=22582
* Bug 576254 - <object> requires attribute "id"Hiroyuki Ikezoe2009-03-221-0/+7
| | | | | | | | | | | | 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
* Bug 538840 – [Win32] GTK menu theming could be improvedCody Russell2009-03-211-0/+9
| | | | | | | | | | | | | | 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
* Bug 574283 – unused assignment and dead code inClaudio Saavedra2009-03-191-0/+8
| | | | | | | | | | | | | 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
* add static function gtk_scale_button_set_orientation_private() and use itMichael Natterer2009-03-181-0/+6
| | | | | | | | | | | 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
* Bug 575700 - Crash when moving a GtkWindowTor Lillqvist2009-03-171-0/+9
| | | | | | | | | | | | | | 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
* Newer mingw-w64 uses an underscore-prefixed identification macro.Tor Lillqvist2009-03-171-0/+5
| | | | | | | | | | 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
* Late release notesMatthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22534
* Bump versionMatthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22532
* 2.16.0GTK_2_16_0Matthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22530
* UpdatesMatthias Clasen2009-03-131-0/+2
| | | | svn path=/trunk/; revision=22529
* Bump version to 2.16.0Matthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22528
* Fix problems with window positioningMatthias Clasen2009-03-111-0/+7
| | | | svn path=/trunk/; revision=22524
* Bug 573067 - Intra-app dnd of text behavior on Windows is wrongTor Lillqvist2009-03-111-0/+16
| | | | | | | | | | | | | | | | | | | | | 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
* Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on theTor Lillqvist2009-03-111-0/+6
| | | | | | | | | | | 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
* Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void operand forTor Lillqvist2009-03-111-0/+9
| | | | | | | | | | | | | | 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
* Bug 574794 - Can not resize shaped windows on WindowsTor Lillqvist2009-03-111-0/+9
| | | | | | | | | | | | | | 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
* Bug 574561 – gtk_style_get "shadows" g_object_getMatthias Clasen2009-03-101-0/+9
| | | | | | | | | | * 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
* ::icon-press and ::icon-release are not action signals. Pointed out byMatthias Clasen2009-03-101-0/+8
| | | | | | | | * gtk/gtkentry.c: ::icon-press and ::icon-release are not action signals. Pointed out by Murray Cumming svn path=/trunk/; revision=22501
* Fixed regression reported in bug #574059. (search button not available inMichael Hasselmann2009-03-101-0/+6
| | | | | | | | | | 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
* Clear all optionally created widget pointer in priv. Initially priv isAlexander Larsson2009-03-101-0/+10
| | | | | | | | | | | | | | | | 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
* don't call gtk_orientable_set_orientation() because that callsMichael Natterer2009-03-061-0/+7
| | | | | | | | | | | | 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
* Bump versionMatthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=22450
* 2.15.5GTK_2_15_5Matthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=22448
* UpdatesMatthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=22446
* Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add aMatthias Clasen2009-03-021-0/+10
| | | | | | | | | | | | * 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
* If additional areas got invalidated, don't try to add them to the paintMatthias Clasen2009-03-021-0/+11
| | | | | | | | | | | | * 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
* Bug 573087 – gdkwindow.c: {x,y}_offset used uninitializedAlexander Larsson2009-03-021-0/+8
| | | | | | | | | | | | | | 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
* Bug 457086 - numpad does not work when the Thai-Lao input method is usedTheppitak Karoonboonyanan2009-03-021-0/+9
| | | | | | | | | | | | | | 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
* Fix the sorting of GDK_KP_EqualMatthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=22436
* Switch to the newly created folder on success.Matthias Clasen2009-03-011-0/+8
| | | | | | | | * gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly created folder on success. svn path=/trunk/; revision=22432
* Generate po-properties/POTFILES at configure time. Patch by Loïc MinierMatthias Clasen2009-03-011-0/+8
| | | | | | | | * configure.in: Generate po-properties/POTFILES at configure time. Patch by Loïc Minier svn path=/trunk/; revision=22430
* Set the program-name property of the about dialog.Matthias Clasen2009-03-011-0/+7
| | | | | | | | | | * 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
* Make gtk-doc pick up deprecation notesMatthias Clasen2009-02-281-0/+7
| | | | svn path=/trunk/; revision=22426
* Avoid warningsMatthias Clasen2009-02-281-0/+7
| | | | svn path=/trunk/; revision=22424
* Keep popups on the right screen. Pointed out by Morten WelinderMatthias Clasen2009-02-281-0/+8
| | | | | | | | | * gtk/gtkentrycompletion.c: * gtk/gtknotebook.c: Keep popups on the right screen. Pointed out by Morten Welinder svn path=/trunk/; revision=22423
* Don't use deprecated API. Reported by Tobias MuellerMatthias Clasen2009-02-281-0/+7
| | | | | | | | * tests/testfilechooserbutton.c: Don't use deprecated API. Reported by Tobias Mueller svn path=/trunk/; revision=22422
* Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when draggingMatthias Clasen2009-02-281-0/+11
| | | | | | | | | | | | | GtkNotebook tabs * gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little more careful when navigating up the parent chain. * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the pointer window thats stored on the screen when it is destroyed. svn path=/trunk/; revision=22420
* Handle widget being NULL. Pointed out by Wouter Bolsterlee.Matthias Clasen2009-02-281-0/+7
| | | | | | | | * gtk/gtkpaned.c (get_child_panes): Handle widget being NULL. Pointed out by Wouter Bolsterlee. svn path=/trunk/; revision=22419
* Don't leak a GtkRecentInfo. Found by Tommi RantalaMatthias Clasen2009-02-281-0/+8
| | | | | | | | | * gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak a GtkRecentInfo. Found by Tommi Rantala svn path=/trunk/; revision=22418
* Copy the right string. Pointed out by Tommi RantalaMatthias Clasen2009-02-281-0/+9
| | | | | | | | | * gtk/gtkiconview.c (gtk_icon_view_item_accessible_image_set_image_description): Copy the right string. Pointed out by Tommi Rantala svn path=/trunk/; revision=22417
* Fix up bug reference in latest commitDavid Zeuthen2009-02-271-1/+1
| | | | svn path=/trunk/; revision=22416
* Bug 573383 – GtkMountOperation fixes for ask_password()David Zeuthen2009-02-271-0/+8
| | | | | | | | | | | | | 2009-02-27 David Zeuthen <davidz@redhat.com> Bug 573383 – GtkMountOperation fixes for ask_password() * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Split the message from GMountOperation into primary/secondary like we also do in gtk_mount_operation_ask_question() svn path=/trunk/; revision=22415