⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 gtk是linux一款强大的夸平台的图形化开发工具
💻
📖 第 1 页 / 共 5 页
字号:
	* gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is	the last argument (reported by Per Winkvist).	Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>	* acinclude.m4: Standardize on func_dgettext	not func_gettext, so that the checks for dgettext	actually are paid attention to.Sat May 29 11:17:29 PDT 1999 Manish Singh <yosh@gimp.org>	* docs/Makefile.am: add Changes-1.2.txt to EXTRA_DIST	* acinclude.m4	* config.guess	* config.sub	* ltconfig	* ltmain.sh: upgrade to libtool 1.3.2	Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>        Fixes for invisible XOR lines (Frank Loemker	<floemker@TechFak.Uni-Bielefeld.DE>)		* gtk/gtkclist.c (gtk_clist_realize): Always use	a non-zero pixel for GDK_XOR.	* gtk/gtkvpaned.c gtk/gtkhpaned.c: 	Use GDK_INVERT instead of GDK_XOR.Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>	* gtk/gtkclist.c (adjust_adjustments): signal emit value_changed	signals if h/voffsets differ from adjustment values.	Reportet by Jerome Bolliet <bolliet@in2p3.fr>Mon May 10 22:20:06 CDT 1999 Shawn T. Amundson <amundson@gtk.org>	* GTK+ is as easy as 1.2.3...Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate	::selection-done emissions up to the topmost menu shell.Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset	the user data on the window before destroying it.	* gtk/gtknotebook.c (gtk_notebook_unrealize): Add an	unrealize handler to take care of destroying 	notebook->panel properly. 	(Bug #1198 - Morten Welinder <terra@diku.dk>)	* gtk/gtktext.c (expand_scratch_buffer): Fix reversal	of g_new and g_realloc to stop memory leak. (Actually,	we could just use g_realloc(), but I'm not 100% sure	that is portable).	(Bug #1196 - Morten Welinder <terra@diku.dk>)Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>	        Patch from Sung-Hyun Nam <namsh@lgic.co.kr>		* gdk/gdkim.c: Fix cut-and-paste errors for 	x/y and PreeditAttributes/StatusAttributes.Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change	G_MAXINT to 2^16 to alleviate overflow problems in	various window managers.Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkplug.h: Removed stray GtkPlugButton declaration.	* gdk/gdkfont.c (gdk_text_measure): Fix the return value        for fontsets.	* gtk/gtkbutton.c (gtkbutton_expose): Fix warning	with bin/button confusion.Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>	* gtk/testgtk.c: in the ItemFactory test, link radio items together,	and show how preselection of radio items is done.Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>	* gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 	* gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):	* gtk/gtktoolbar.c (gtk_toolbar_insert_element): 	* gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):	* gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 	* gtk/gtktable.c (gtk_table_attach): 	* gtk/gtklist.c (gtk_list_insert_items): 	* gtk/gtkmenushell.c (gtk_menu_shell_insert): 	* gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 	* gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 	* gtk/gtkbin.c (gtk_bin_add): 	* gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 	* gtk/gtkfixed.c (gtk_fixed_put): 	* gtk/gtklayout.c (gtk_layout_put):	general fixups to container_add logic. always realize child if	child->parent is realized, only map the child and queue a resize	if child and child->parent are both visible.Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall	instead of gtk_container_foreach to walk and unrealize children, so	composite children get also unrealized.	(gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.	(gtk_widget_map): assert that the widget is visible (basic constrain).	(gtk_widget_real_map): assert that the widget is realized (basic	constrain).Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkwindow.c (gdk_window_set_geometry_hints):	Initialize size_hints.x and size_hints.y because kwm	brokenly pays attention to them.	(Bug #1181 -  Lars Heete <hel@admin.de>)Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 	return value of gdk_list_visuals(). 	(Bug #1193 - Morten Welinder <terra@diku.dk>)Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>	* configure.in (LIBS): Add $INTLLIBS into $LIBS	directly, rather than repeating the checks for	gettext.	* INSTALL: Added information about gettext and	NLS support.	* acinclude.m4 (LIBM): Check for dgettext, not	just gettext. This should hopefully fix things wrt	systems with old versions of GNU gettext installed.Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>	* gdk/gdkim.c (gdk_im_real_open): cast the return value of	XSetIMValues to (void *) when comparing to NULL, to workaround	the problem of some compilers barfing since older X headers don't	have the prototype for it.Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc	file for iso-8859-2 locales.	* configure.in (ALL_LINGUAS): ALL_LINGUAS update.Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.	 (Pointed out by andy@rz.uni-karlsruhe.de and others).	 Remove some suspicious and useless lines. Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 	width,height = 0, 0 to mean - here to edge of window,	instead of -1, -1, since the former is all we support.Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkmain.c (gtk_main): Correctly free list nodes	when removing from quit_functions list.Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak	for pseudocolor where colormap->colors was double	allocated.	* gdk/gdkcolor.c (gdk_colormap_alloc1): Store the	color value in the hash table with the pixel filled	in so when we do later hash table lookups, the color	value is correct.	Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>	* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before	making the callSat May  1 11:04:12 PDT 1999 Manish Singh <yosh@gimp.org>	* acinclude.m4	* config.guess	* config.sub	* ltconfig	* ltmain.sh: upgrade to libtool 1.3Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 	 When redrawing characters on non-visible entry, use appropriate	 '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak	pointed out by Morten Welinder <terra@diku.dk>.Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>	* gtk/gtkclist.c (drag_dest_cell): compute destination cell	from drag coordinates.	(gtk_clist_drag_data_received) (gtk_clist_drag_motion): 	use drag_dest_cell.	* gtk/gtktree (drag_dest_cell)	(gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.	(Bug #1129)Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize	translate_* fields.	(gtk_item_factory_finalize): invoke translate_notify independant from	translate_data.	(gtk_item_factory_set_translate_func): likewise.	(gtk_item_factory_destroy): only remove ifactory pointer from those	widgets that belong to us (stupid me).Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>	* gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the	  default filter from the listMon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of	rc_style list when lookup succeeeds.1999-04-18  Tomas Ogren  <stric@ing.umu.se>	* gtk/gtkrc.c: Add a / before the directory name to keep directory	names from eachother. (Already fixed in 1.3.x)Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>	* gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines	* gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use	g_strdup_printf instead of calcing the length separatelyThu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>	* gtk/gtkctree.c (resync_selection): 	* gtk/gtkclist.c (resync_selection): fixed undo_selection bug.	* gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection 	bug.Tue Apr 13 17:14:28 CDT 1999 Shawn T. Amundson <amundson@gtk.org>	* Released GTK+ 1.2.2Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG	that we don't do in many other places. (Fixing duplicate 	#include of config.h)	* gdk/gdkevents.c: include gdkinput.h _after_ config.h.	Otherwise, #ifndef XINPUT_NONE check in the latter	doesn't work. (Bug #546)Sun Apr 11 15:08:27 1999  Tim Janik  <timj@gtk.org>	* configure.in: bumped version number to Gtk+ 1.2.2, interface 0,	binary 2.		* NEWS: updates.Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>	* gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color	"None" case insensitive.Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:	Add some missing GDK_THREADS_ENTER()/LEAVE around	timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>	* gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()	rather than emit_by_name.	* gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference	on the widget across multiple signal emissions.	(gtk_editable_delete_text): same here.	(gtk_editable_class_init): set widget_class->activate_signal after	editable_signals[ACTIVATE] has been created.Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp	position here prematurely -- we might not have the	right ->min_position and ->max_position yet.Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):	Add error traps so if the other end of the connection	dies, we survive.	* gtk/gtkselection.c (gtk_selection_notify): Clean	up properly when selection property retrieval fails.		* gtk/gtkselection.c (gtk_selection_request): Correctly	reject SelectionRequest notifies where the handler	returns no data.Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>	* gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight	when we've previously highlighted.	* gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't	emit two "drag_leave" signals for Motif drops.	* gtk/gtkdnd.c (gtk_drag_source_handle_event): Send	back the correct status messages when dropping from	Motif onto a proxy window that is rejecting the	drop.	* gdk/gdkdnd.c (gdk_drag_motion): Separate out the	dest_xid field into two fields - one for the window	to send in messages, one to indicate the last looked	up window for caching purposes. This is needed, so	that Leave messages get the correct window.Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 	explicitly for the string "None" - it is in the XPM	spec and some servers treat unknown colors in odd ways	(like asking the user!)Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>	* gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):	Fix warning created by people mucking around

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -