Commit Graph

13858 Commits

Author SHA1 Message Date
Cody Russell
a8d2a24a30 Merge from trunk:
2007-08-15  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

        * gdk/win32/xcursors.h: Modified the sb_h_double_arrow and
        sb_v_double_arrow mouse cursors to match the ones that Windows
        uses for split container controls.  This allows our paned
        widgets to be more easily identified as paned widgets on
        Windows, since we don't have any prelighting on the draggable
        pane part.  (#458088)


svn path=/branches/gtk-2-10/; revision=18638
2007-08-17 03:33:51 +00:00
Cody Russell
f0a55b2889 Merge from trunk:
2007-08-15  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

        * gtk/gtkcontainer.c: Another documentation fix that I forgot to
        commit yesterday.  (#459340, Guillaume Cottenceau)


svn path=/branches/gtk-2-10/; revision=18620
2007-08-15 14:52:11 +00:00
Cody Russell
1e1607b66f Merge from trunk:
2007-08-14  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

        * gtk/gtkwidget.c
        * gtk/gtkscrolledwindow.c
        * gtk/gtklabel.c: Correct documentation that refers to the
        deprecated gtk_widget_set_usize() API.  Refer instead to
        gtk_widget_set_size_request().  (#459340, Guillaume Cottenceau)


svn path=/branches/gtk-2-10/; revision=18614
2007-08-14 22:46:25 +00:00
Kenneth Nielsen
7a2440bc98 Updated Danish translation
svn path=/branches/gtk-2-10/; revision=18604
2007-08-12 15:15:51 +00:00
Sven Neumann
e61612c69e change the file extension when the file format is changed in the Print
2007-08-09  Sven Neumann  <sven@gimp.org>

	* modules/printbackends/file/gtkprintbackendfile.c: change the
	file extension when the file format is changed in the Print dialog
	(#356630).

svn path=/branches/gtk-2-10/; revision=18601
2007-08-09 15:05:43 +00:00
Attilio Fiandrotti
62f5174765 Attempts to load stock X cursors no longer results in annoying error messages under DirectFB
svn path=/branches/gtk-2-10/; revision=18550
2007-07-27 16:31:38 +00:00
Matthias Clasen
3147b2c5a3 Silence the icon cache validator
svn path=/branches/gtk-2-10/; revision=18542
2007-07-25 02:21:28 +00:00
Ross Burton
927532b81c Correctly redraw when gtk-scrolled-window-placement is changed after the
2007-07-23  Ross Burton  <ross@openedhand.com>

	* gtk/gtkscrolledwindow.c:
	Correctly redraw when gtk-scrolled-window-placement is changed
	after the widget is realised (#458102)

svn path=/branches/gtk-2-10/; revision=18524
2007-07-23 15:47:39 +00:00
Matthias Clasen
33015d3906 Bump version
svn path=/branches/gtk-2-10/; revision=18485
2007-07-16 21:28:27 +00:00
Matthias Clasen
af839f96ec 2.10.14
svn path=/branches/gtk-2-10/; revision=18483
GTK_2_10_14
2007-07-16 21:26:42 +00:00
Matthias Clasen
c8dad88500 Fix the build
svn path=/branches/gtk-2-10/; revision=18482
2007-07-16 20:09:11 +00:00
Matthias Clasen
aecafcc92e Updates
svn path=/branches/gtk-2-10/; revision=18481
2007-07-16 19:51:10 +00:00
Matthias Clasen
e8ea8cb534 Merge from trunk:
2007-07-16  Matthias Clasen  <mclasen@redhat.com>

        Merge from trunk:

        * io-tiff.c: Revert the last change, it was wrong
        * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Redo the last
        change in a different way.


svn path=/branches/gtk-2-10/; revision=18480
2007-07-16 19:11:13 +00:00
Cody Russell
fb56ad6a2b Merge from trunk:
2007-07-12  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

	* gdk/win32/gdkevents-win32.c
	* gdk/win32/gdkwindow-win32.[ch]: Fix transient windows on Win32 
	so that when a transient child window is closed (particularly when 
	there are 3 or more levels of transient windows), the correct window
	receives focus rather than a seemingly random window. (#112404) 


svn path=/branches/gtk-2-10/; revision=18462
2007-07-12 23:40:43 +00:00
Attilio Fiandrotti
2c9eedd1b3 Fixed memory leak at window closing in DirectFB backend, patch provided by Simon Lanzmich
svn path=/branches/gtk-2-10/; revision=18460
2007-07-12 17:13:54 +00:00
Tor Lillqvist
bbebdab86e On Win32 call gtk_status_icon_button_press() in an idle callback and not
2007-07-04  Tor Lillqvist  <tml@novell.com>

	* gtk/gtkstatusicon.c: On Win32 call
	gtk_status_icon_button_press() in an idle callback and not
	directly from the window procedure to avoid "g_main_loop_run():
	called recursively from within a source's check() or prepare()
	member, iteration not possible" warnings.


svn path=/branches/gtk-2-10/; revision=18376
2007-07-04 08:11:20 +00:00
Matthias Clasen
25b8260a1b Always set an error when returning NULL. (453365, Michael Chudobiak)
2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * io-tiff.c (tiff_image_parse): Always set an error
        when returning NULL.  (453365, Michael Chudobiak)



svn path=/branches/gtk-2-10/; revision=18366
2007-07-03 18:23:39 +00:00
Matthias Clasen
65bb50f470 Don't leave priv->image dangling when use-stock is set to FALSE. (#437281,
2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkbutton.c (gtk_button_construct_child): Don't leave
        priv->image dangling when use-stock is set to FALSE.  (#437281,
        Jochen Baier)


svn path=/branches/gtk-2-10/; revision=18363
2007-07-03 17:11:14 +00:00
Matthias Clasen
2788ddf781 Be more careful when calling g_propagate_error(). (#453365, Michael
2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Be
        more careful when calling g_propagate_error().  (#453365,
        Michael Chudobiak)



svn path=/branches/gtk-2-10/; revision=18358
2007-07-03 16:32:00 +00:00
Matthias Clasen
2599d8b7c4 Enable SSL support. (#451070, Vince Busam)
2007-06-29  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackend/cups/gtkcupsutils.c (_post_check):
        (_get_check): Enable SSL support.  (#451070, Vince Busam)



svn path=/branches/gtk-2-10/; revision=18294
2007-06-29 18:49:36 +00:00
Emmanuele Bassi
ffe275cb16 Merge from trunk:
2007-06-29  Emmanuele Bassi  <ebassi@gnome.org>

	Merge from trunk:

	* gtk/gtkrecentmanager.c  (get_icon_for_mime_type): Do not
	cache the icon pixbufs but rely on the GtkIconTheme not to
	hit the disk cache too much (should tentatively fix #426987).

2007-06-26  Cody Russell  <bratsche@gnome.org>

svn path=/branches/gtk-2-10/; revision=18291
2007-06-29 17:33:18 +00:00
Priit Laes
1840fbe398 Estonian translation update by Ivar Smolin.
2007-06-28  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation update by Ivar Smolin.

svn path=/branches/gtk-2-10/; revision=18276
2007-06-28 08:07:50 +00:00
Nickolay V. Shmyrev
b5eaf20ff5 Updated Russian translation.
2007-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru.po: Updated Russian translation.


svn path=/branches/gtk-2-10/; revision=18275
2007-06-28 08:06:51 +00:00
Cody Russell
ff1fd9605e Merge from trunk:
2007-06-26  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

	* modules/engines/ms-windows/xp_theme.[ch]
	* modules/engines/ms-windows/msw_style.c: Add support for 
	drawing checkboxes with inconsistent states. (Tor, #164809)


svn path=/branches/gtk-2-10/; revision=18247
2007-06-26 19:53:21 +00:00
Tor Lillqvist
d3ef7af2d9 Revert my attempted overly simple fix for #445284, as it causes a
2007-06-25  Tor Lillqvist  <tml@novell.com>

	* gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Revert my
	attempted overly simple fix for #445284, as it causes a
	regression. (For instance, in GIMP the tool cursor gets used also
	for the right-click menu in image windows.) A more complex fix is
	needed to more completely emulate X11 behaviour.


svn path=/branches/gtk-2-10/; revision=18224
2007-06-25 06:36:27 +00:00
Priit Laes
4e20b181b2 Estonian translation update by Ivar Smolin.
2007-06-20  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation update by Ivar Smolin.

svn path=/branches/gtk-2-10/; revision=18205
2007-06-20 10:13:32 +00:00
Priit Laes
4668646701 Estonian translation update by Ivar Smolin.
2007-06-20  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation update by Ivar Smolin.

svn path=/branches/gtk-2-10/; revision=18204
2007-06-20 10:10:11 +00:00
Carlos Garnacho
2543dea650 Fix some issues with refcounting of the adjustment. (#448544)
2007-06-19  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkcellrendererspin.c: Fix some issues with refcounting
        of the adjustment. (#448544)


svn path=/branches/gtk-2-10/; revision=18190
2007-06-19 16:14:56 +00:00
Matthias Clasen
f2364ce93b Backport from trunk:
2007-06-14   Matthias Clasen  <mclasen@redhat.com>

        Backport from trunk:

        * gtk/gtkprintoperation.c (pdf_end_run): Fix a refcounting
        problem with the EXPORT action.  (#440040, Chris Vine)


svn path=/branches/gtk-2-10/; revision=18133
2007-06-14 12:44:23 +00:00
Michael Natterer
20692870c7 Merge from trunk:
2007-06-13  Michael Natterer  <mitch@imendio.com>

	Merge from trunk:

	* gtk/gtklabel.c (gtk_label_set_label): added calls to
	g_object_freeze/thaw_notify() so gtk_label_get_text() doesn't
	return the old text when called from a "notify::label" callback.


svn path=/branches/gtk-2-10/; revision=18124
2007-06-13 14:22:16 +00:00
Cody Russell
9b4507b03c Merge from trunk:
2007-06-13  Cody Russell  <bratsche@gnome.org>

	Merge from trunk:

	* gtk/gtkwidget.c: Fix inconsistency in GTK_WIDGET_SAVED_STATE
	(#435840, Xan Lopez)


svn path=/branches/gtk-2-10/; revision=18123
2007-06-13 14:19:36 +00:00
Matthias Clasen
72b2175401 2.10.14
svn path=/branches/gtk-2-10/; revision=18117
2007-06-13 04:11:15 +00:00
Matthias Clasen
e530cda3a0 2.10.13
svn path=/branches/gtk-2-10/; revision=18115
GTK_2_10_13
2007-06-13 04:09:13 +00:00
Matthias Clasen
d7c262fd76 Updates
svn path=/branches/gtk-2-10/; revision=18114
2007-06-13 03:01:26 +00:00
Matthias Clasen
a0eab94fc3 Fix some locking issues. (#420249, Christian Persch)
2007-06-11  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/cups/gtkprintbackendfile.c:
        * modules/printbackends/cups/gtkprintbackendcups.c: Fix some
        locking issues.  (#420249, Christian Persch)


svn path=/branches/gtk-2-10/; revision=18106
2007-06-12 02:19:20 +00:00
Cody Russell
d71a6044ac Merge from trunk:
2007-06-10  Cody Russell  <bratsche@gnome.org>

        Merge from trunk:

        * gdk/win32/gdkevents-win32.c (gdk_pointer_grab):
        Don't revert the mouse cursor to the built-in one when
        the user holds the mouse button down. (#445284, Tor Lillqvist)


svn path=/branches/gtk-2-10/; revision=18094
2007-06-10 16:13:49 +00:00
Matthias Clasen
2379e6b124 Handle return values from nl_langinfo() more correctly.
2007-06-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkcalendar.c (gtk_calendar_init): Handle return values
        from nl_langinfo() more correctly.



svn path=/branches/gtk-2-10/; revision=18086
2007-06-08 18:41:09 +00:00
Yevgen Muntyan
320f2ba885 Merge from trunk (#445196):
2007-06-07  Yevgen Muntyan  <muntyan@tamu.edu>

	Merge from trunk (#445196):

	* gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from
	widget style to draw cursor instead of hardcoded black and grey
	(#79585, comment #30).


svn path=/branches/gtk-2-10/; revision=18078
2007-06-07 20:06:41 +00:00
Johan Dahlin
3de3ff0f08 Merge from trunk:
2007-06-06  Johan Dahlin  <jdahlin@async.com.br>

    Merge from trunk:

    reviewed by: Matthias Clasen <mclasen@redhat.com>
    
    * gtk/gtkassistant.c (gtk_assistant_update_buttons_state): 
    Check if the wizard is empty before trying to access the first page.
    (#444310, Johan Dahlin)


svn path=/branches/gtk-2-10/; revision=18061
2007-06-06 15:00:51 +00:00
Cody Russell
0655665d42 Merge from trunk:
2007-06-04  Cody Russell  <bratsche@gnome.org>

        Merge from trunk:

        * gtk/gtklinkbutton.h
        * gtk/gtkaboutdialog.h: Change function argument "link"
        to "link_" to fix warnings for applications compiling
        with -Wshadow. (#379213)


svn path=/branches/gtk-2-10/; revision=18034
2007-06-04 18:59:42 +00:00
Cody Russell
484d13e313 Merge from trunk:
2007-06-04  Cody Russell  <bratsche@gnome.org>

        Merge from trunk:

        * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check
        if down_button is NULL.  This happens when the pathbar button
        for the current directory is too large to fit in the
        space, e.g. on Windows for directories named something like
        "My Documents and Settings".  (#389603)


svn path=/branches/gtk-2-10/; revision=18032
2007-06-04 18:21:04 +00:00
Michael Natterer
7f330fe2dc Merge from trunk:
2007-06-01  Michael Natterer  <mitch@imendio.com>

	Merge from trunk:

	* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): don't switch
	submenu opening direction for overlapping reasons if there is even
	less space on the other side (bug #441863, Tommi Komulainen).


svn path=/branches/gtk-2-10/; revision=18003
2007-06-01 11:28:14 +00:00
Mathias Hasselmann
4795ae8e55 Reset the internal response_requested flag, once the response triggered by file_chooser_widget_response_requested has been processed (#347883)
svn path=/branches/gtk-2-10/; revision=17997
2007-05-31 22:24:00 +00:00
Kristian Rietveld
b669bdd5c7 Merge from trunk for #438750.
2007-05-31  Kristian Rietveld  <kris@gtk.org>

	Merge from trunk for #438750.

	2006-12-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcellrenderertext.c (get_layout): Remove a special
	case for single-line layouts.


svn path=/branches/gtk-2-10/; revision=17993
2007-05-31 17:35:51 +00:00
Chris Wilson
befb0dedfb Supply the current GError for fatal_error_handler(). (#441443)
2007-05-30  Chris Wilson  <chris@chris-wilson.co.uk>

    * io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
    Supply the current GError for fatal_error_handler(). (#441443)


svn path=/branches/gtk-2-10/; revision=17990
2007-05-30 16:15:14 +00:00
Tor Lillqvist
b2c49c57bc Subtract the multi-monitor offset from x and y before setting up the
2007-05-30  Tor Lillqvist  <tml@novell.com>

	* gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Subtract the
	multi-monitor offset from x and y before setting up the rectangle
	for ClipCursor(). Fixes #442326.


svn path=/branches/gtk-2-10/; revision=17987
2007-05-30 15:40:01 +00:00
Matthias Clasen
199d440c8e Queue a resize if the size changed. (#418047, Alex Graveley)
2007-05-30  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconview.c (gtk_icon_view_layout): Queue a resize
        if the size changed.  (#418047, Alex Graveley)



svn path=/branches/gtk-2-10/; revision=17986
2007-05-30 13:37:30 +00:00
Cody Russell
ba343d9632 Fix initialization of last cursor
svn path=/branches/gtk-2-10/; revision=17972
2007-05-29 01:04:20 +00:00
Tor Lillqvist
775add3523 Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" was
2007-05-27  Tor Lillqvist  <tml@novell.com>

	* configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
	supposed to be -luser32, but he "l" was missing. But nobody has
	noticed, so presumably unnecessary.


svn path=/branches/gtk-2-10/; revision=17954
2007-05-27 18:35:02 +00:00
Xan Lopez
a366a78b4b Forgot to put bug number.
svn path=/branches/gtk-2-10/; revision=17920
2007-05-25 21:23:09 +00:00