Commit Graph

2184 Commits

Author SHA1 Message Date
Pablo Saratxaga
ab08eed58f Added Azeri translation file 2000-12-06 15:46:37 +00:00
Owen Taylor
6d46992454 Strip GDK_RELEASE_MASK out of the state we get from X as a temporary hack
Sun Dec  3 11:44:07 2000  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkevents.c: Strip GDK_RELEASE_MASK out of
        the state we get from X as a temporary hack to
        deal with the fact that GDK_RELEASE_MASK has the
	same values as bits used by XFree86 to indicate the
	keyboard group. (After patch from Vlad Harchev)
2000-12-03 16:50:04 +00:00
Anders Carlsson
a814d8c82f Make GtkToggleButtons have a correct appearance when disabled and active at the same time. Thanks to Tomas gren for noticing this. 2000-12-02 17:59:00 +00:00
Owen Taylor
eb5bc96b67 Fix some signed/unsigned comparison problems. (#6510, David Kaelbling)
Thu Nov 30 12:39:22 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix
	some signed/unsigned comparison problems. (#6510,
	David Kaelbling)
2000-11-30 17:40:52 +00:00
Owen Taylor
2cabfbf0e5 Fix stupid bug causing extra word movement backwards. (#15282, Marco
Thu Nov 30 11:19:56 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkentry.c (gtk_entry_move_word): Fix stupid
	bug causing extra word movement backwards. (#15282, Marco Goetze)
2000-11-30 16:23:54 +00:00
Owen Taylor
95292e412b [ Backport from 1.3.x ]
Wed Nov 29 21:47:26 2000  Owen Taylor  <otaylor@redhat.com>

        [ Backport from 1.3.x ]

	* gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
	prepend not append. (Pointed out by Brett Hall.)
	#11887.
2000-11-30 02:50:07 +00:00
Owen Taylor
f83f73d7d5 Change return type to boolean (Oskar Liljeblad, #18648)
Wed Nov 29 20:56:38 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
	return type to boolean (Oskar Liljeblad, #18648)
2000-11-30 01:59:44 +00:00
Owen Taylor
d102c8eccb Allow mask to be NULL.
Wed Nov 29 20:44:09 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to
	be NULL.
2000-11-30 01:45:56 +00:00
Tim Janik
ef30d8a2b9 [ Backport from 1.3 / otaylor, 29 Nov 2000 ]
Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>

        [ Backport from 1.3 / otaylor, 29 Nov 2000 ]

	* gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
	localization misbehaviour.
2000-11-30 01:22:01 +00:00
Martin Baulig
663a34be8b Make the pkg-config scripts actually work.
2000-11-29  Martin Baulig  <baulig@suse.de>

	* *.pc.in: Make the pkg-config scripts actually work.
2000-11-29 22:00:02 +00:00
Federico Mena Quintero
8ef5b29e80 Connect to the "changed" callback of the adjustment. We need to redraw the
2000-11-27  Federico Mena Quintero  <federico@helixcode.com>

	* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
	the "changed" callback of the adjustment.  We need to redraw the
	spin button's arrows when the adjustment's range changes.
	(adjustment_changed_cb): Draw the arrows.
	(gtk_spin_button_value_changed): Draw the arrows.
2000-11-27 17:40:47 +00:00
Pablo Saratxaga
857a653824 updated Walloon file 2000-11-25 14:46:36 +00:00
Owen Taylor
4ff5d8fa3e [ backport from 1.3.x ]
Sat Nov 18 11:56:39 2000  Owen Taylor  <otaylor@redhat.com>

	[ backport from 1.3.x ]

	* gdk/gdkrgb.c: If possible, create only a single shm segment and
	use multiple parts of it instead of creating a bunch of separate
	segments, since the maximum number of segments per system is not
	large.

	* gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
	to False when we get EINVAL from shmget so that the caller of
	gdk_image_new can retry with a smaller segment size.

Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
	memleaks found by Evan Martin.
2000-11-18 16:59:40 +00:00
Elliot Lee
90ef5b7758 To handle a really weird error case (race condition), check if
* gtk/gtksocket.c: To handle a really weird error case (race condition),
check if socket->plug_window is there before doing things with it.
2000-11-10 21:32:59 +00:00
Richard Hult
015eabfa60 Fixed a stupidly broken Swedish translation. 2000-11-06 07:57:54 +00:00
Pablo Saratxaga
a7db15b98e Added azeri file 2000-11-03 22:41:14 +00:00
Pablo Saratxaga
f777289e65 corrected Big5 support
added fiel for Azeri
2000-11-03 22:40:27 +00:00
Tim Janik
b4c796a043 updates for 1.2.9 2000-10-20 11:04:35 +00:00
Tim Janik
862b8c9481 up version number to 1.2.9, interface 4, binary 9.
Mon Oct 16 11:39:29 2000  Tim Janik  <timj@gtk.org>

        * configure.in: up version number to 1.2.9, interface 4, binary 9.
2000-10-16 10:54:09 +00:00
Yukihiro Nakai
6dddc43586 configure.in: Add zh_CN.GB2312 (Chinese GB2312) to ALL_LINGUAS. 2000-10-13 07:21:07 +00:00
Yukihiro Nakai
958a3bee88 zh_CN.GB2312.po: Initial Chinese(GB2312) translation
from Wu Yulun.
2000-10-13 07:18:36 +00:00
Martin Baulig
8e79f6c56a Use the correct pkg-config syntax in all the *.pc.in files
(the version that comes with the RedHat 7.0 glib-gtkbeta RPM).
2000-09-30 02:09:42 +00:00
Martin Baulig
09dd53db6c Provide pkg-config scripts.
2000-09-30  Martin Baulig  <baulig@suse.de>

	* gtk+.pc.in, gdk.pc.in: Provide pkg-config scripts.

	* configure.in: Create *.pc scripts from the *.pc.in
	templates.
	* Makefile.am (pkgconfig_DATA): Install the *.pc
	scripts in `$(libexecdir)/pkgconfig'.
2000-09-29 22:43:24 +00:00
Owen Taylor
78f80ff726 Move header files to /usr/include/gtk-1.2 to allow safe parallel
Fri Sep  8 21:57:06 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk-config.in gtk/Makefile.am gdk/Makefile.am:
	Move header files to /usr/include/gtk-1.2 to allow
	safe parallel installations with GTK+-2.0.
2000-09-09 01:58:07 +00:00
George Lebl
b6d153b2e2 Backported Nils Barth's patch for submenu navigation with Owen's fixes and
Thu Sep 07 20:50:49 2000  George Lebl <jirka@5z.com>

	* gtk/gtkmenu.c:  Backported Nils Barth's patch for submenu
	  navigation with Owen's fixes and suggestions.  The original
	  ChangeLog from Owen for HEAD goes as folllows:  Apply patch from
          Nils Barth and David Santiago to improve submenu
          navigation. The patch does this by creating a triangular
          region from the point where the pointer leaves the
          menu to the submenu.  While the pointer is in
          that region and a timeout has not expired, events
          that would cause the active submenu to change are
          ignored.
2000-09-08 01:50:35 +00:00
Nam SungHyun
844f8def4d updated 2000-09-07 10:22:58 +00:00
George Lebl
228a23e2ff Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and
Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>

	* gtk/gtkwidget.h:  Add some documenting comments about
	  GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
	  just as owen said on irc.

	* gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
	  set HAS_DEFAULT.  Only set it if there isn't another window
	  holding it (a focus window which RECEIVES_DEFAULT) and only unset
	  it if the widget is not the focused window with RECEIVES_DEFAULT.
	  This fixes weird double default bugs in dialogs which has things
	  call gtk_window_set_default at times.
2000-09-03 06:20:22 +00:00
Andraz Tori
73d05f5fa0 Updated slovenian translation 2000-08-20 09:30:54 +00:00
Owen Taylor
935faa6b4c Don't leave dangling ->prev fields when merging lists. (Found
Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
	->prev fields when merging lists. (Found simultaneously
	by Pawel Salek and Jakub Jelinek)
2000-08-18 21:37:06 +00:00
Pablo Saratxaga
9e3e202fa9 Added Serbian files EAZEL-NAUTILUS-MS-AUG07 2000-07-30 12:23:33 +00:00
Tim Janik
0d9d12d00c applied patch from Phil Thompson <phil@river-bank.demon.co.uk> that
Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>

        * gtk/gtktable.c: applied patch from Phil Thompson
        <phil@river-bank.demon.co.uk> that enables space settings for
        the last row/columns as well.
2000-07-27 03:12:32 +00:00
Sebastian Wilhelmi
b5b621ce5a Include gdk/gdkrgb.h and gtk/gtktypebuiltins.h resp. outside of the extern
2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gdk/gdk.h, gtk/gtktypeutils.h: Include gdk/gdkrgb.h and
	gtk/gtktypebuiltins.h resp. outside of the extern "C" block. Makes
	some C++ compiler happy. Reported by Denis Vakatov
	<vakatov@peony.nlm.nih.gov>.
2000-07-19 14:12:07 +00:00
Tim Janik
7e8b6c50c9 scratched notion of completely outdated email adress:
Tue Jul 11 20:47:13 2000  Tim Janik  <timj@gtk.org>

        * docs/gtk_tut_it.sgml (name):
        * docs/gtk_tut_fr.sgml (name):
        * docs/gtk_tut.sgml (name): scratched notion of completely
        outdated email adress: s/timj@psynet.net/timj@gtk.org/.
2000-07-11 19:03:27 +00:00
Tim Janik
f969f69af3 eek, i've never seen a bug here, never been here and never fixed anything
Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>

        * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
        a bug here, never been here and never fixed anything ;(
        (don't segfault if tree->root_tree is NULL, which happens prior
        to widget realization, but puke instead).
2000-07-11 06:08:02 +00:00
Jesus Bravo Alvarez
7307991b62 Fixed Galician translation 2000-07-10 22:30:08 +00:00
Jesus Bravo Alvarez
c3cde286c9 Fixed Galician translation 2000-07-10 22:28:57 +00:00
Jesus Bravo Alvarez
3cdc2b5eeb Fixed Galician translation 2000-07-10 21:24:47 +00:00
Pablo Saratxaga
a07c4138b8 movec gtkrc.bg to more generic gtkrc.cp1251 2000-06-18 13:55:15 +00:00
Owen Taylor
2589e32c32 Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out
Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
	cut and paste typo where wrong pixmap was being
	unref'ed. (Pointed out by a friend of KUSANO Takayuki.)

Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkselection.c (gtk_selection_bytes_per_item):
	Add helper function to compute format / bytes
	relationship. Use in a couple places to fix up
	errors which assume 8 * format.

	* gtk/gtkselection.c (gtk_selection_request): Use 32
	rather than 8 * sizeof (GdkAtom), to work correctly
	on Alpha.
2000-06-11 18:02:31 +00:00
Ville Hautamaki
2d68dd4799 Minor finnish update to gtk+ gtk-1-2 branch
Ville
2000-05-25 13:43:08 +00:00
Tim Janik
52223d33df released Gtk+-1.2.8.
Thu May 25 03:54:30 2000  Tim Janik  <timj@gtk.org>

        * released Gtk+-1.2.8.


(see? i _can_ get it right the first time ;)
GTK_1_2_8
2000-05-25 01:56:23 +00:00
Tim Janik
3a5d4e0087 gtk version 1.2.8, interface age 3, binary age 8.
Thu May 25 02:30:57 2000  Tim Janik  <timj@gtk.org>

        * configure.in: gtk version 1.2.8, interface age 3, binary age 8.
2000-05-25 01:00:26 +00:00
Tim Janik
b055c28254 update corrections ;) 2000-05-24 22:26:59 +00:00
Tim Janik
21d6acdd59 updates 2000-05-24 22:26:41 +00:00
Kjartan Maraas
71112bd2ea Update 2000-05-22 00:27:11 +00:00
Kenneth Christiansen
76014e2a5f update 2000-05-21 23:09:44 +00:00
Kjartan Maraas
5a4b3458f9 Added Norwegian translation (nynorsk dialect).
2000-05-20  Kjartan Maraas  <kmaraas@gnu.org>

	* nn.po: Added Norwegian translation (nynorsk dialect).
2000-05-20 17:41:16 +00:00
Kjartan Maraas
bb255d8d68 Removed obsolete 2000-05-19 10:34:08 +00:00
Tim Janik
90e47067c4 fix mangling of rectangle height with its width, spotted by Justin David
Fri May 19 09:54:53 2000  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.c (gtk_widget_clip_rect): fix mangling of rectangle
        height with its width, spotted by Justin David Smith (Ytinasni)
        <justins@velius.chaos2.org>.
2000-05-19 08:20:29 +00:00
Tim Janik
42c524897f handle "(nil)" foundries, patch from Grigorios Magklis.
Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>

        * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
        "(nil)" foundries, patch from Grigorios Magklis.

        * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
        on non-available fonts, based on a patch by Grigorios Magklis
        <maglis@cs.rochester.edu>.

Fri May 19 05:52:08 2000  Tim Janik  <timj@gtk.org>

        * gdk/gdkx.h: wrap contents into extern "C" { }, patch by Leonardo
        Zide (leo@lokigames.com).
2000-05-19 05:42:06 +00:00