- 07 Dec, 1998 1 commit
-
-
Tim Janik authored
-
- 28 Nov, 1998 1 commit
-
-
Tim Janik authored
Sat Nov 28 03:13:42 1998 Tim Janik <timj@gtk.org> * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c: changed scrolled window inheritance, it inherits from GtkBin now. * gtk/gtkbin.c (gtk_bin_unmap): removed superfluous check for visibility of child. (gtk_bin_draw): removed superfluous check for GTK_WIDGET_DRAWABLE(). added check so a child gets only drawn if it's visible. * gtk/gtkwidget.h: * gtk/gtkwidget.c: removed gtk_widget_draw_children(). * gtk/gtkstyle.h: * gtk/gtkstyle.c: rmoved gtk_reset_widget_shapes. * gtk/gtkwidget.h: * gtk/gtkwidget.c: removed crufty relict: gtk_widget_is_child(). added internal function gtk_widget_reset_shapes() from gtkstyle.c. * gtk/gtkrc.h: * gtk/gtkrc.c: (gtk_rc_find_pixmap_in_path): removed bogus gscanner argument, changed callers. * gtk/gtkmenufactory.c: GtkMenuFactory is deprecated for a long time, it will issue a warning now. * gtk/gtkcompat.h: new file to #define aliases for historic function names. * changed 8 function names for consistency and provided aliases to keep source compatibility in gtkcompat.h: (gtk_accel_label_get_accel_width): renamed from gtk_accel_label_accelerator_width (gtk_container_set_border_width): renamed from gtk_container_border_width (gtk_notebook_get_current_page): renamed from gtk_notebook_current_page (gtk_packer_configure): renamed from gtk_packer_set_child_packing (gtk_paned_set_gutter_size): renamed from gtk_paned_gutter_size (gtk_paned_set_handle_size): renamed from gtk_paned_handle_size (gtk_scale_get_value_width): renamed from gtk_scale_value_width (gtk_window_set_position): renamed from gtk_window_position * renamed a few recently added funtions for consistency: (gtk_notebook_get_tab_label): renamed from gtk_notebook_query_tab_label. (gtk_notebook_get_menu_label): renamed from gtk_notebook_query_menu_label. (gtk_progress_configure): renamed from gtk_progress_reconfigure.
-
- 23 Nov, 1998 2 commits
-
-
Tim Janik authored
Mon Nov 23 03:21:17 1998 Tim Janik <timj@gtk.org> * gtk/gtktext.c (gtk_text_destroy): disconnect hadj & vadj, not 2 * hadj.
-
CST 1998 Shawn T. Amundson authored
Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> * configure.in: INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented to 1.1.5 * Released GTK+ 1.1.5
-
- 31 Oct, 1998 1 commit
-
-
CST 1998 Shawn T. Amundson authored
Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.3 * INSTALL: * NEWS: * README: * gtk+.spec: * docs/gtk-config.1: updated for v1.1.3 * Makefile.am * sanity_check * docs/Makefile.am: Includes new 'make release' as well as 'make sanity'. Also handles html and text creation from html, and puts them into the distribution * docs/Makefile.sgml: removed, similar functionality is now in the Makefile.am file * docs/.cvsignore: ignore html and text directories * docs/glib.texi: removed (now in glib dist)
-
- 21 Sep, 1998 2 commits
- 17 Aug, 1998 1 commit
-
-
CDT 1998 Shawn T. Amundson authored
Sun Aug 16 23:14:20 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.2 * NEWS: updated for 1.1.2 * gtk+.spec: version = 1.1.2
-
- 05 Aug, 1998 1 commit
-
-
Lars Hamann authored
Wed Aug 5 02:57:20 1998 Lars Hamann <lars@gtk.org> * gtk/gtkctree.h: * gtk/gtkctree.c: (gtk_ctree_find): changed to return a gboolean (gtk_ctree_insert_gnode): new function for recursive insertion of a GNode tree. (gtk_ctree_real_select_recursive): fix for extended selection (gtk_ctree_sort_recursive): in case node == NULL, sort root nodes too. (gtk_ctree_set_node_info) (set_node_info): few fixes for expanded flag
-
- 04 Aug, 1998 1 commit
-
-
Tim Janik authored
Tue Aug 4 16:18:26 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1 is now required at minimum. * docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
-
- 25 Jul, 1998 1 commit
-
-
Tim Janik authored
-
- 30 Jun, 1998 1 commit
-
-
Tim Janik authored
-
- 10 May, 1998 2 commits
- 07 May, 1998 1 commit
-
-
Tim Janik authored
Thu May 7 05:14:19 1998 Tim Janik <timj@gtk.org> * gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE. * ltmain.sh: added a new commandline flag -postfix similar to -release, but will immediately change the library name. * gdk/Makefile.am: * gtk/Makefile.am: specify -postfix and -version-info * configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and GTK_BINARY_AGE. calculate LT_* variables for libtool.
-
- 10 Apr, 1998 1 commit
-
-
PDT 1998 Shawn T. Amundson authored
Thu Apr 9 19:31:51 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * AUTHORS NEWS README configure.in gtk+.spec glib/configure.in: changes for 1.0.0 release.
-
- 08 Apr, 1998 1 commit
-
-
Owen Taylor authored
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu> * Changes for GTK+ 0.99.10 * examples/find-examples.sh: Script to find all the files we need to distribute from the examples directory.
-
- 28 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 0.99.9 * examples: added a couple more, fixed some Makefiles
-
- 20 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released GTK+ 0.99.8
-
- 15 Mar, 1998 2 commits
-
-
Tim Janik authored
updates -timj
-
PST 1998 Shawn T. Amundson authored
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.7
-
- 13 Mar, 1998 1 commit
-
-
Tim Janik authored
fresh news today ;) -timj
-
- 10 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.5
-
- 02 Mar, 1998 2 commits
-
-
Tim Janik authored
-
PST 1998 Shawn T. Amundson authored
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Required changes for version change to 0.99.4 * gtk/gtktree.[ch]: patch from J. Bolliet to correct some bugs * gtk/testgtk.c: added test here from J. Bolliet, removed testtree * gtk/clist: gtk-abilleira-981602-0, allows gtk_clist_set_pixmap and gtk_clist_set_pixtext to not require a mask * gdk/gdkdraw.c,gdk.h: gtk-trow-980217-0 adds gdk_draw_lines and fixes some things about gdk_draw_polygon
-
- 01 Mar, 1998 1 commit
-
-
Tim Janik authored
-timj
-
- 28 Feb, 1998 1 commit
-
-
Tim Janik authored
handle box signals. fixups for 99.4 -timj
-
- 23 Feb, 1998 1 commit
-
-
Tim Janik authored
have the send_event field in all GdkEvents. gtkmenu.c, gtkacceleratortable.c, gtkwindow.c: unreference accelerator_table. gtk_object_query_args: removed seq_ids again, must have been quite tired when i commited that change ;) gtkoptionmenu.c: assure GTK_BIN()->child is empty when reparenting a menu_items child. gtkwindow.c: fixed some memory leaks. -timj
-
- 20 Feb, 1998 1 commit
-
-
Tim Janik authored
Fri Feb 20 06:40:00 1998 Tim Janik <timj@gimp.org> * gtk/gtktipsquery.h: * gtk/gtktipsquery.c: New widget GtkTipsQuery for letting the user query tooltips of widgets. * gtk/testgtk.c: add example for GtkTipsQuery. * gtk/gtk.h: include gtk/gtktipsquery.h. * gtk/gtklabel.c: enable default constructing.
-
- 19 Feb, 1998 1 commit
-
-
Tim Janik authored
Thu Feb 19 06:56:52 1998 Tim Janik <timj@gimp.org> * gtkbox.c: * gtkbutton.c: * gtkcontainer.c: * gtkframe.c: * gtklabel.c: * gtkobject.c: * gtkwidget.c: * gtkwindow.c: present the argument access masks on their announcement. * gtk/gtkobject.h: * gtk/gtkobject.c: (gtk_object_add_arg_type): take an additional argument describing the access mask of the new arg. this can be of GTK_ARG_READABLE, GTK_ARG_WRITABLE or GTK_ARG_READWRITE (the latter is an alias for the two previous ones). (gtk_object_query_args): provide an access_mask array if desired. * gtk/gtkwidget.c (gtk_widget_real_realize): realized the assumtion that widget is a NO_WINDOW widget in actuall code. * gtkwindow.c: slight changes to gtk_window_configure_event that will make the resizing behaviour a little less odd. sigh, for some (buggy) reason, there are still container resizes triggered by manual resizing to very small window sizes. the cointainer resizes will cause gtk_real_window_move_resize to be invoked, which makes the app look like it wants to fight the users resizing action. ;(
-
- 17 Feb, 1998 1 commit
-
-
Tim Janik authored
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org> * gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already in this place, so the application will never see entry->text==NULL. (see also ChangeLog entry from Tue Feb 11 1997 on this). also i added some blurb about recent changes to the NEWS file, and updated the TODO.
-
- 21 Jan, 1998 1 commit
-
-
Shawn Amundson authored
-
- 24 Nov, 1997 1 commit
-
-
Elliot Lee authored
-