Commit Graph

6690 Commits

Author SHA1 Message Date
Danilo Šegan
0542ed1007 Updated Serbian translation by Serbian team (Prevod.org).
2003-07-14  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation by Serbian team
	(Prevod.org).
2003-07-14 04:31:05 +00:00
Kristian Rietveld
4ad7e949a4 special case drags to "0", scroll to the top after dropping. (Fixes
Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
	case drags to "0", scroll to the top after dropping. (Fixes #94968,
	reported by Alp Toker).
2003-07-12 14:25:00 +00:00
Kristian Rietveld
5d39f00c26 fixup bad code (#115784, Owen Taylor).
Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>

	* demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
	code (#115784, Owen Taylor).
2003-07-12 14:09:35 +00:00
Kristian Rietveld
87ddd3a19f free the old text and extra_attrs *after* we parsed the new markup string.
Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
	free the old text and extra_attrs *after* we parsed the new
	markup string. (Fixes #114485, reported by Owen Taylor).
2003-07-12 14:03:56 +00:00
Kristian Rietveld
fe3913dfeb Fixes #113904, testcase provided by Rene Seindal.
Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>

	Fixes #113904, testcase provided by Rene Seindal.

	* gtk/gtktreeview.c (gtk_tree_view_button_press): set
	pressed_button to -1 when a row has been activated,
	(gtk_tree_view_motion_bin_window): only start a drag if there's
	a button being pressed.
2003-07-12 13:56:42 +00:00
Kristian Rietveld
2ded88af08 use gdk_window_get_pointer instead of gdk_display_get_window_at_pointer to
Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
	gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
	to avoid a roundtrip (#110272, Owen Taylor).
2003-07-12 13:43:09 +00:00
Kristian Rietveld
58bad83bdd This patch really really fixes scrolling. Related bugs: #81627, testcase
Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>

	This patch really really fixes scrolling. Related bugs: #81627,
	testcase provided by Timo Sirainen, #111500, testcase provided by
	manu, #113241, reported by Pedro Gimeno/Michael Natterer.

	*  gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
	which is equal to the lower border of the window means scrolling
	to an invisible row, always update the dy when scrolling to an
	invisible row, corrected area_above/below calculations for
	invisible rows, when walking the tree correct the size
	subtracted for invalidated rows, fix wrong logic in comment.
2003-07-12 13:29:46 +00:00
Kristian Rietveld
841a146aba Hey! Owen broke my ChangeLog entry. 2003-07-12 13:15:14 +00:00
Matthias Clasen
5b55bd3049 Handle absolute filenames properly. (#117170, Jens Elkner)
2003-07-11  Matthias Clasen  <maclas@gmx.de>

	* queryloaders.c (query_module): Handle absolute filenames properly. (#117170, Jens Elkner)
2003-07-11 20:38:18 +00:00
Owen Taylor
cc7efbd9b9 gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c
Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (get_real_window)
        gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
        gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
        gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
        Don't assume that all events start with XEventAny - Xkb events
        don't! (#105745). So, only do that for core events, and for
        non-core events, add a system for registering event types
        that start with XEventAny.

        * gdk/x11/gdkevents-x11.c (gdk_event_translate):
        Check to see if the result of gdk_window_lookup_for_display()
        is actually a window.
2003-07-11 19:57:46 +00:00
Kristian Rietveld
b77795d2c9 don't directly return from ->window_at_pointer, but set win_x and win_y
Wed Jul  9 19:25:15 2003  Kristian Rietveld  <kris@gtk.org>

	* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
	directly return from ->window_at_pointer, but set win_x and win_y
	first if needed. (Fixes #110166, reported by Arno Charlet).

	* gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
	function to accept GdkDrawables and not just GdkWindows. This was
	already done in some other functions a while back, but this patch
	got lost for some reason.
2003-07-09 17:42:44 +00:00
Matthias Clasen
dd2137f2ed Fix the example. (#116575)
2003-07-08  Matthias Clasen  <maclas@gmx.de>

	* gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#116575)
2003-07-08 21:53:05 +00:00
Matthias Clasen
531a062dbe Doc addition. (#116501, Doug Quale)
2003-07-08  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcontainer.c (gtk_container_remove): Doc addition. (#116501, Doug Quale)
2003-07-08 21:35:05 +00:00
Andras Timar
66985cacdb Updated Hungarian Translation.
2003-07-10  Andras Timar  <timar@gnome.hu>

        * hu.po : Updated Hungarian Translation.
2003-07-07 21:10:34 +00:00
Pablo Saratxaga
0a48879baf updated Walloon file 2003-07-07 21:10:34 +00:00
Vincent van Adrighem
a2078f22ae Dutch translation updated.
2003-07-07  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-07-07 15:32:42 +00:00
Evandro Fernandes Giovanini
4f82fe1099 Updated Brazilian Portuguese translation from Alexandre Folle de Menezes
2003-07-06  Evandro Fernandes Giovanini <evandrofg@ig.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation
        from Alexandre Folle de Menezes <afmenez@terra.com.br>.
2003-07-07 01:58:14 +00:00
Owen Taylor
ec70ae2787 Somehow, a WM_STATE => _NET_WM_STATE change hand been made here.
Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
        Somehow, a WM_STATE => _NET_WM_STATE change hand been made here.

        * tests/testdnd.c (target_drag_motion): Make the trashcan
        open again. (Got lost in deprecation cleanup.)

        * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
        update the icon cache serial so we don't continually
        think we are out-of-date.
2003-07-05 15:01:16 +00:00
Tor Lillqvist
13addcbb8d We can calculate the width and height of the bounding rectangle only after
2003-07-04  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
	gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
	the width and height of the bounding rectangle only after the
	minumum x and y have been found, and need a separate loop for
	it. Thanks to Bruce Hochstetler for providing a sample program
	exhibiting the bug.
2003-07-04 00:21:05 +00:00
Tor Lillqvist
07ca5f46e8 Add gdk_string_to_compound_text_for_display. (#116537, Peter Zelezny)
2003-07-03  Tor Lillqvist  <tml@iki.fi>

	* gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
	(#116537, Peter Zelezny)
2003-07-03 23:14:57 +00:00
Artur Flinta
aaec534ee1 Updated Polish translation.
2003-07-03  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-07-03 16:58:00 +00:00
Artur Flinta
4a0eef051b Updated Polish translation.
2003-07-02  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-07-02 00:08:59 +00:00
Matthias Clasen
f4aa453807 Improve docs. (116364, Morten Welinder)
2003-07-01  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.  (116364, Morten Welinder)
2003-07-01 20:54:46 +00:00
Tor Lillqvist
0152c8a683 WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
2003-07-01  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
	WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
2003-07-01 11:09:53 +00:00
Tor Lillqvist
c8efaf5080 New function, callback proc for EnumWindows().
2003-06-30  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
	callback proc for EnumWindows().
	(gdk_drag_find_window_for_screen): Actually take the drag_window
	argument into account: Instead of using WindowFromPoint(), use
	EnumWindows(), to be able to skip the drag_window. (#116320, Tony
	M Brown, Herman Bloggs)

	* gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
	gdk_window_ref()/unref() calls with g_object_ref()/unref().
	Consistently use %p format in debugging output of pointers and
	HANDLEs.
2003-06-30 21:46:05 +00:00
Mohammad DAMT
623c0df59a Updated Indonesian translation
2003-06-30  Mohammad DAMT  <mdamt@bisnisweb.com>

	* id.po: Updated Indonesian translation
2003-06-30 03:42:32 +00:00
Pablo Saratxaga
ed0e281458 updated Walloon file 2003-06-29 09:51:15 +00:00
Matthias Clasen
0036dbe074 Stop discriminating against 32bpp ICOs a): Use the byte size of the image
2003-06-28  Matthias Clasen  <maclas@gmx.de>

	* io-ico.c (DecodeHeader): Stop discriminating against 32bpp ICOs a): Use the byte
	size of the image as a heuristic when selecting the bitmap  to load - this lets us
	select 32bpp bitmaps which come after a 8bpp bitmap.
	(OneLineTransp): Stop discriminating against 32bpp ICOs b): Don't overwrite the
	alpha channel of 32bpp ICOs.
	(gdk_pixbuf__ico_image_load_increment): Stop decoding the header unnecessarily.
2003-06-28 20:04:59 +00:00
Artur Flinta
f57f8754dc Updated Polish translation.
2003-06-28  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-06-28 07:46:11 +00:00
Tor Lillqvist
cf50cd6f05 Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the
2003-06-28  Tor Lillqvist  <tml@iki.fi>

	Fix for #111028, thanks to J. Ali Harlow, who writes:
	I found that the GdkPixmap->GdkImage reference really isn't
	important. It's only really there to have somewhere convenient to
	store the location of the pixel data in the pixmap and as an easy
	way of accessing the dimensions of that data. I have therefore put
	together a fix which removes this reference entirely which seems
	to solve the problem.

	* gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
	Instead of a pointer to a GdkImage, keep a pointer to the pixels
	directly.

	* gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
	(_gdk_win32_new_image): New function, replacing the above. Creates
	a GdkImage without any associated GdkPixmap.
	(gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.

	* gdk/win32/gdkprivate-win32.h: Remove from here, too.

	* gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
	* gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
	* gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
	* gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
	* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
	gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
	Corresponding changes.
2003-06-28 01:03:10 +00:00
Arafat Medini
be52e56056 Updated Arabic translation by Arabeyes.org
2003-06-27  Arafat Medini  <lumina@silverpen.de>

	* ar.po: Updated Arabic translation by Arabeyes.org
2003-06-27 08:12:20 +00:00
Fatih Demir
45309925bf Updated ta.po 2003-06-25 01:46:25 +00:00
Mohammad DAMT
8b87d5d2cc Updated Indonesian translation
2003-06-24  Mohammad DAMT  <mdamt@bisnisweb.com>

	* id.po: Updated Indonesian translation
2003-06-24 04:47:07 +00:00
Matthias Clasen
483030a00a Remove the pointless refusal to load images with dubious disposal mode on
2003-06-23  Matthias Clasen  <maclas@gmx.de>

	* io-gif.c (gif_get_frame_info): Remove the pointless refusal to load images with dubious
	disposal mode on the first frame. Just ignore it, as everybody else does.
2003-06-23 20:20:41 +00:00
Sanlig Badral
76b486a693 Mongolian translation updated 2003-06-23 14:38:07 +00:00
Vincent van Adrighem
2a6a7264ea Dutch translation updated.
2003-06-23  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-06-22 23:00:36 +00:00
Matthias Clasen
52ae247d3b Typo fix. 2003-06-22 19:41:15 +00:00
Matthias Clasen
48c7f012a6 Reset block_count to 0 for all application extensions, otherwise the data
2003-06-22  Matthias Clasen  <matthias@localhost.localdomain>

	* io-gif.c (gif_get_extension): Reset block_count to 0 for all application extensions, otherwise the data blocks
	of unknown extensions are not propertly skipped.
2003-06-22 17:52:01 +00:00
Metin Amiroff
ba73a942d5 Updated Azerbaijani translation.
2003-06-22  Metin Amiroff <metin@karegen.com>

	* az.po: Updated Azerbaijani translation.
2003-06-22 14:32:42 +00:00
Tor Lillqvist
0adc2163cf Mention numbers of duplicated bugs, too. 2003-06-22 00:55:56 +00:00
Tor Lillqvist
6ec2e6900c When emulating X11's automatic grab on button down, pass owner_events as
2003-06-21  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkevents-win32.c (gdk_event_translate): When
	emulating X11's automatic grab on button down, pass owner_events
	as FALSE. According to the XLib spec, automatic grabs use True for
	owner_events when OwnerGrabButtonMask is selected, and I don't see
	the X11 backend doing that. (#110271)
	(find_window_for_pointer_event): Improve debugging output.
2003-06-22 00:13:51 +00:00
Gil Osher
e894766438 Updated Hebrew translation.
* he.po: Updated Hebrew translation.
2003-06-21 08:42:14 +00:00
Gil Osher
9d31483838 Updated Hebrew translation 2003-06-21 08:41:10 +00:00
Matthias Clasen
83bda553c0 Don't stop on empty frames. (gif_get_lzw): Handle empty frames as 1x1
2003-06-21  Matthias Clasen  <maclas@gmx.de>

	* io-gif.c (gif_get_frame_info): Don't stop on empty frames.
	(gif_get_lzw): Handle empty frames as 1x1 transparent
	pixbufs.  (#106962, Federico Mena Quintero)
2003-06-21 00:35:24 +00:00
Matthias Clasen
e881862b46 Correct the calls to update_func() to consistently specify
2003-06-21  Matthias Clasen  <maclas@gmx.de>

	* io-gif.c (gif_get_lzw): Correct the calls to update_func() to
	consistently specify animation-relative data.
	(gif_get_frame_info): When debugging, also dump whether the
	frame is interlaced.
2003-06-21 00:31:54 +00:00
Alessio Frusciante
d095c0adf8 Updated Italian translation by Alessio Dessi`. 2003-06-19 21:12:39 +00:00
Matthias Clasen
6fc20daf55 Another question. 2003-06-18 22:40:36 +00:00
Matthias Clasen
12a6a3a71d Add a question about changing fonts. (#114747)
2003-06-19  Matthias Clasen  <maclas@gmx.de>

	* gtk/question_index.sgml: Add a question about changing fonts.
	(#114747)
2003-06-18 22:11:02 +00:00
Tor Lillqvist
87eb5ee053 Look for DLLs also in the bin subdirectory, where libtool 1.5 installs
2003-06-17  Tor Lillqvist  <tml@iki.fi>

	* gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
	subdirectory, where libtool 1.5 installs them.

	* README.win32: Point to FSF's binary Win32 distribution of
	gettext-runtime.
2003-06-17 23:45:51 +00:00
Dmitry Mastrukov
6f61f5b224 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-06-17 09:26:20 +00:00