Commit Graph

9079 Commits

Author SHA1 Message Date
Matthias Clasen
745f5693f3 Don't access attr[-1]. (#153628, Padraig O'Briain)
2004-09-25  Matthias Clasen  <mclasen@x1-6-00-50-fc-70-9f-e0>

	* gtk/gtktextiter.c (inside_word_func): Don't access
	attr[-1].  (#153628, Padraig O'Briain)
2004-09-25 04:27:47 +00:00
Adam Weinberger
70b23a7b03 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-24 17:41:03 +00:00
Matthias Clasen
6c3a8d215d Don't use bitops on booleans. (gtk_file_chooser_default_should_respond):
2004-09-22  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
	bitops on booleans.
	(gtk_file_chooser_default_should_respond): Make it easier to
	select folders in SELECT_FOLDER mode.
2004-09-22 20:15:45 +00:00
Matthias Clasen
6b3f5d0d67 Don't use bitops on booleans.
2004-09-22  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use
	bitops on booleans.
2004-09-22 19:28:13 +00:00
Matthias Clasen
7745b5ff2e Don't leak the frame pixbuf.
Wed Sep 22 00:52:44 2004  Matthias Clasen  <mclasen@redhat.com>

	* demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame
	pixbuf.
2004-09-22 04:53:26 +00:00
Matthias Clasen
fd83f1c36d Don't assert that current_focus != NULL, just return FALSE.
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
	Don't assert that current_focus != NULL, just return FALSE.
2004-09-21 20:37:43 +00:00
Matthias Clasen
ea747c393d Give the path bar arrow buttons some more room.
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path
	bar arrow buttons some more room.
2004-09-21 20:22:38 +00:00
Matthias Clasen
76c0da0d5d Refer to GTK2_RC_FILES, not to GTK_RC_FILES. (#153326, Billy Biggs)
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/running.sgml: Refer to GTK2_RC_FILES, not to
	GTK_RC_FILES.  (#153326, Billy Biggs)
2004-09-21 19:40:30 +00:00
Matthias Clasen
062d21fe58 Fix typos in signal docs. (#153224, John Finlay)
2004-09-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkactiongroup.c: Fix typos in signal docs.  (#153224,
	John Finlay)
2004-09-21 17:46:22 +00:00
Ivan Stojmirov
b1da918d3f update 2004-09-21 16:28:27 +00:00
Matthias Clasen
5ba902e605 Don't return FALSE from a void function. (#153185, Joel Fredrikson)
Mon Sep 20 19:27:48 2004  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
	return FALSE from a void function.  (#153185, Joel Fredrikson)
2004-09-20 23:33:05 +00:00
Adam Weinberger
912095f4bf Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-19 20:42:44 +00:00
Federico Mena Quintero
0216ec037d Removed the GTK_FILE_PATH() and GTK_IS_FILE_PATH() macros. They are not
2004-09-18  Federico Mena Quintero  <federico@ximian.com>

	* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
	GTK_IS_FILE_PATH() macros.  They are not supposed to exist, as
	GtkFilePath is not an object.  And they never worked, anyway.
2004-09-18 20:08:46 +00:00
Matthias Clasen
1800ebb2b9 Bump version 2004-09-18 19:22:21 +00:00
Matthias Clasen
35fe7f27f9 2.4.10 GTK_2_4_10 2004-09-18 18:46:33 +00:00
Marco Pesenti Gritti
6f33202c91 Make numeric pad enter activate the selected completion entry. Fix bug
2004-09-18  Marco Pesenti Gritti  <marco@gnome.org>

        * gtk/gtkentry.c: (gtk_entry_completion_key_press):

        Make numeric pad enter activate the selected completion
        entry. Fix bug 143486 reported by Edd Dumbill.
2004-09-18 10:05:29 +00:00
Matthias Clasen
7f0210fd09 More updates. 2004-09-17 19:40:22 +00:00
Matthias Clasen
434e95da34 Scroll to the selected row. (#143868, Christian Persch)
2004-09-17  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected
	row.  (#143868, Christian Persch)
2004-09-17 19:04:36 +00:00
Matthias Clasen
17dcc1ac18 Improve the behaviour of the file chooser in save mode. Fixes bugs
2004-09-17  Matthias Clasen  <mclasen@redhat.com>

	Improve the behaviour of the file chooser in save mode. Fixes bugs
	#151031, #151608, #151994 reported by Owen Taylor and Alexander
	Larsson.

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property):
	(location_entry_create): Propagate the action to the file
	chooser entries.
	(gtk_file_chooser_default_should_respond): Switch folders if
	the user enters a directory name in the entry and clear the entry
	after switching folders.
	(gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb):
	Move focus to the file list when activating a shortcut.
	(gtk_file_chooser_default_should_respond): Handle the case where the
	user clicks on "Save" after selecting a folder in the file list.

	* gtk/gtkfilechooserentry.h:
	* gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action):
	(_gtk_file_chooser_entry_get_action): New functions to propagate
	the GtkFileChooserAction of the file chooser to the file chooser
	entry.
	(check_completion_callback): If we are in save mode, only do
	inline completion for directories.
2004-09-17 17:52:01 +00:00
Raphael Higino
ce0c3d5ca1 Updating pt_BR translation 2004-09-17 11:49:37 +00:00
Laszlo Dvornik
156b2d8d3b Updated Hungarian translation.
2004-09-17  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-09-17 09:29:35 +00:00
Laurent Dhima
50c3a75f3c Updated Albanian translation.
2004-09-17  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-09-17 08:03:37 +00:00
Matthias Clasen
b738ec5cd4 Reuse existing message to avoid unnecessary string freeze break. Noticed
Thu Sep 16 23:24:36 2004  Matthias Clasen  <maclas@gmx.de>

	* io-xpm.c (pixbuf_create_from_xpm): Reuse existing message
	to avoid unnecessary string freeze break. Noticed by Danilo
	Segan.
2004-09-17 03:27:01 +00:00
Matthias Clasen
b2484c8f95 Warn if a UTF8_STRING property contains invalid UTF-8. (#152845, Owen
Thu Sep 16 23:10:37 2004  Matthias Clasen  <maclas@gmx.de>

	* gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING
	property contains invalid UTF-8. (#152845, Owen Taylor)
2004-09-17 03:11:52 +00:00
Matthias Clasen
17ebc8414b Forgotten ChangeLog 2004-09-17 02:36:55 +00:00
Miloslav Trmac
13eb6884c6 Updated Czech translation.
2004-09-16  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2004-09-16 15:22:34 +00:00
Amanpreet Singh Alam
4468c47dce proofreading 2004-09-16 13:44:45 +00:00
Ankitkumar Rameshchandra Patel
912e49b912 ankit@redhat.com 16/09/2004 * Proof read 2004-09-16 09:01:46 +00:00
N Jayaradha
a732d38919 1 string trans 2004-09-16 07:57:44 +00:00
Ankitkumar Rameshchandra Patel
285cb969b4 ankit@redhat.com 16/09/2004 * Proof read 2004-09-16 07:41:44 +00:00
Dmitry Mastrukov
afc7f42ac9 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-09-16 04:33:47 +00:00
Adam Weinberger
7b4169c13b Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.
2004-09-15 20:25:28 +00:00
David Lodge
a621e55bb6 Updated British translation.
2004-09-08  David Lodge <dave@cirt.net>

        * en_GB.po: Updated British translation.
2004-09-15 20:07:45 +00:00
Alessio Frusciante
c4d3f3eb91 Updated Italian translation. 2004-09-15 19:06:39 +00:00
Tor Lillqvist
7418f2c815 Remove bogus code that tried to do what the X11 backend does in its
2004-09-15  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
	Remove bogus code that tried to do what the X11 backend does in
	its version of this function. There are no "frame windows" (for
	toplevel window decoration) on Windows. The desktop ("root")
	window is not the parent of a toplevel window. (#152481)
2004-09-15 18:33:16 +00:00
Kwok-Koon Cheung
08014324db Updated traditional Chinese translation by GNOME HK Team
* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
2004-09-15 17:41:09 +00:00
Matthias Clasen
3a146d9a5e Updates 2004-09-15 17:17:52 +00:00
Matthias Clasen
678614e37a *** empty log message *** 2004-09-15 14:32:13 +00:00
Matthias Clasen
7034622b6e Copy code from queryloaders.c which turns backslashes in slashes on win32.
2004-09-14  Matthias Clasen  <mclasen@redhat.com>

	* gtk/queryimmodules.c (escape_string): Copy code from queryloaders.c
	which turns backslashes in slashes on win32.  (#152608, Kazuki IWAMOTO)
2004-09-14 20:03:46 +00:00
Matthias Clasen
fdb93e840a Set the cursor to the first selected row instead of always to the first
2004-09-14  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor
	to the first selected row instead of always to the first row if there
	is no cursor.  (#143270, Jean Bréfort)

	* tests/testfilechooser.c (main): Fix a few typos.
2004-09-14 19:34:20 +00:00
Matthias Clasen
b532358bed Change the default expander size to 12 to compensate for the recent change
2004-09-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkexpander.c:
	* gtk/gtktreeview.c: Change the default expander size to 12 to compensate
	for the recent change to gtk_default_draw_expander().

	* gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
	for expander sizes up to 16.
2004-09-14 14:31:48 +00:00
Matthias Clasen
2c343b9e1a Handle 4-channel pixbufs when saving to jpeg. 2004-09-13 23:33:31 +00:00
Matthias Clasen
a02bdaa351 Resize the popup if the model is replaced. (#152333)
2004-09-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): Resize the
	popup if the model is replaced.  (#152333)
	(_gtk_entry_completion_resize_popup):
	Improve positioning of entry completion popup.
2004-09-13 18:05:29 +00:00
Kwok-Koon Cheung
fcc540cbdc Updated traditional Chinese translation by GNOME HK Team.
* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team.
2004-09-12 14:01:59 +00:00
Dafydd Harries
a039d716de Updated Welsh translation. 2004-09-12 03:36:12 +00:00
Nikos Charonitakis
1fb5246568 Updated Greek translation 2004-09-10 08:48:13 +00:00
Baris Cicek
f699e32ccf Updated Turkish Translation
* tr.po: Updated Turkish Translation
2004-09-09 19:01:12 +00:00
Laszlo Dvornik
929764860e Updated Hungarian translation by Gabor Kelemen.
2004-09-09  Laszlo Dvornik  <dvornik@gnome.hu>

	* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-09-09 14:52:53 +00:00
Matthias Clasen
b2882aad44 Update sensitivity of the "Select all" button.
2004-09-09  Matthias Clasen  <mclasen@redhat.com>

	* tests/testfilechooser.c (main): Update sensitivity of the "Select all"
	button.
2004-09-09 12:45:01 +00:00
Matthias Clasen
1c9d78fd2e Draw expanders a bit better.
2004-09-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkstyle.c (gtk_default_draw_expander): Draw expanders a bit
	better.
2004-09-08 21:07:56 +00:00