- 22 Sep, 1998 1 commit
-
-
CDT 1998 Shawn T. Amundson authored
Mon Sep 21 23:53:18 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.2
-
- 21 Sep, 1998 7 commits
-
-
Manish Singh authored
-Yosh
-
jaycox authored
* gtk/Makefile.am: use $(PERL) instead of perl * gtk/gtkcolorsel.c: render properly in non-square aspect ratios. also much faster to render.
-
Manish Singh authored
-Yosh
-
Tim Janik authored
Mon Sep 21 07:44:30 1998 Tim Janik <timj@gtk.org> * gtk/gtkobject.c (gtk_object_class_add_signals): reallocate the required memory block, rather than allocating it newly from scratch and doing a full-blown block copy on it.
-
Manish Singh authored
-Yosh
-
Tim Janik authored
-
Tim Janik authored
Mon Sep 21 02:30:06 1998 Tim Janik <timj@gtk.org> * NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0, interface age 0. * gtk/gtkmain.c (gtk_init): enforce gtk-modules to always be resident.
-
- 20 Sep, 1998 6 commits
-
-
Owen Taylor authored
Sun Sep 20 18:21:46 1998 Owen Taylor <otaylor@redhat.com> * ltconfig.sh: Patch to libtool-1.2b to make --disable-static
-
Marius Vollmer authored
-
Owen Taylor authored
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org> * HACKING: indent other than GNU indent should be OK now. * gtk/genmarshal.pl gtk/Makefile.am: Call indent on file instead of piping through indent. If indent wasn't found in ./configure don't bother indenting at all.
-
Owen Taylor authored
-
Owen Taylor authored
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
-
Raja R Harinath authored
-
- 19 Sep, 1998 1 commit
-
-
jaycox authored
gtk/Makefile.am: use $(AWK) instead of awk
-
- 18 Sep, 1998 3 commits
-
-
Raja R Harinath authored
* gtk/Makefile.am (gdk_headers): Remove references to $(top_srcdir). (gtk.defs, gtktypebuiltins{.h,_vars.c,_ids.c,_evals.c}): Simplify. * gtk/makeenums.pl (parse_entries): Don't look for $srcdir.
-
Tim Janik authored
Fri Sep 18 19:58:24 1998 Tim Janik <timj@gtk.org> * gtk/gtkobject.h (struct _GtkObject): changed gpointer object_data; to GData*object_data to cure compiler warnings.
-
Manish Singh authored
-Yosh
-
- 17 Sep, 1998 5 commits
-
-
Manish Singh authored
-Yosh
-
Raja R Harinath authored
* gtk/Makefile.am (source_headers): Move `gtkfeature.h' ... (gtkinclude_HEADERS): ... here. (gtk.defs): Pass `g' flag to sed, to replace all occurances.
-
Raph Levien authored
-
Owen Taylor authored
Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com> * Makefile.am gtk-config.in l*: Update to libtool-1.2b, change library versioning scheme to drop LT_RELEASE from the -l line, while keeping it in the soname. Tue Sep 15 14:10:33 1998 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.in: define a MAINT-like variable REBUILD which is set if Perl and awk are found, and autogenerated sources can be rebuilt. Remove the auto-generated sources from CVS. Add dependencies so that the autogenerated sources are rebuilt if the files they depend on change. (This unfortunately currently results in the entire gtk/ directory being rebuilt when any header changes. Moving all enums to gtkenums.h would fix this.)
-
Tim Janik authored
Thu Sep 17 05:12:48 1998 Tim Janik <timj@gtk.org> * gtk/gtkobject.h: added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id functions to set the destroy function pointer for an existing data portion. * gtk/gtkobject.c: removed the GtkObjectData implementation and made all gtk_object_*data* functions use the GLib equivalents.
-
- 16 Sep, 1998 2 commits
-
-
Arturo Espinosa authored
-
Federico Mena Quintero authored
1998-09-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before checking that (widget != NULL), otherwise radio button insertion will not work -- the widget argument is NULL for the first radio button in the group.
-
- 15 Sep, 1998 3 commits
-
-
Owen Taylor authored
Tue Sep 15 13:09:24 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkimage.c (gdk_image_new): Reverted global changes of g_new to malloc(), added back in the one place where it actually mattered. #include <stdlib.h>. * gdk/gdkrgb.c: g_malloc() to malloc() as above.
-
Owen Taylor authored
Tue Sep 15 11:06:13 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Don't request a new size from the WM if we asked for the same size before and our request was rejected. * gtk/gtkwindow.c (gtk_window_configure_event): If in response to a request, we get a configure event with unchanged dimensions, send a synthetic expose since ForgetGravity won't expose our window. Mon Sep 14 14:28:24 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtktext.c (adjust_adj): Change the way we set the adjustments on resize so that it tries to keep the beginning of the text in approximately the same place. Removed assertion that the above change made invalid.
-
CDT 1998 Shawn T. Amundson authored
Mon Sep 14 21:47:35 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * gdk/gdkimage.c: changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing g_new()s with free()s. X itself uses free() on some of the malloced memory.
-
- 12 Sep, 1998 1 commit
-
-
Owen Taylor authored
* gtkfilesel.c: Maintain a list of directories like /afs we know contain only directories, and avoid stat'ing files in those directories. (Because stat'ing all files in /afs is extremely expensive) To support automounters, try to open directories, even if we couldn't find them when reading their parent directory.
-
- 11 Sep, 1998 2 commits
-
-
Lars Hamann authored
* gtk/gtkclist.c (gtk_clist_set_selectable): new function to set/unset the selectable flag of a single row. (gtk_clist_get_selectable): new function to get the state of the selectable flag * gtk/gtkctree.c (gtk_ctree_node_set_selectable) (gtk_ctree_node_get_selectable): clist analogons
-
Raph Levien authored
-
- 09 Sep, 1998 1 commit
-
-
Manish Singh authored
* configure.in: added -posix check for NeXTStep * gtk/testthreads.c: applied part of gtk-joke-980907-0 to use a unique buffer for each thread. * docs/gtk-config.1: clarified copyright -Yosh
-
- 08 Sep, 1998 3 commits
-
-
Tim Janik authored
-
Tim Janik authored
Tue Sep 8 05:19:51 1998 Tim Janik <timj@gtk.org> * gdk/gdk.c (gdk_init): use g_atexit() instead of ATEXIT. * gtk/gtkmain.c (gtk_init): use g_atexit() instead of ATEXIT. * gtk/gtkobject.c (gtk_object_init_type): use g_atexit() instead of ATEXIT. * ltconfig: use GLib's ltconfig which honours lcc.
-
Manish Singh authored
-Yosh
-
- 07 Sep, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 06 Sep, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 05 Sep, 1998 2 commits
-
-
Owen Taylor authored
Sat Sep 5 16:01:19 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdkinputxfree.h gdk/gdk.c gdk/gdkinputgxi.h: When the pointer is grabbed on an input window, either explicitely, or through press-grab, and then grabbed on a non-input window, ungrab the devices.
-
Tim Janik authored
Sat Sep 5 07:13:19 1998 Tim Janik <timj@gtk.org> * gtk/gtktypeutils.h: don't include any gdk headers. added structure definitions for GtkTypeObject and GtkTypeClass, which cover the very basic fields of GtkObject and GtkObjectClass, which are actually used by the type system. * gtk/gtktypeutils.c: don't include gtkobject.h or gtkcontainer.h, we only refer to our own structures. improved class inheritance sanity checking a bit. * gtk/gtkobject.h: placed appropriate comments at the beginnings of the GtkObject and GtkObjectClass structures, which explain their relationship to GtkTypeObject and GtkTypeClass. * gtk/gtktypeutils.h: * gtk/gtkobject.h: moved GTK_STRUCT_OFFSET(), GTK_CHECK_CAST(), GTK_CHECK_CLASS_CAST(), GTK_CHECK_TYPE() and GTK_CHECK_CLASS_TYPE() macro definitions from gtkobject.h to gtktypeutils.h. * gtk/gtkobject.h: * gtk/gtkobject.c: removed gtk_object_check_cast() and gtk_object_check_class_cast() functions. to keep source compatibility, we can provide macro aliases for the corresponding gtk_type_* functions. but then again, people shouldn't have been using these functions anyways since they were part of Gtk's internal API. * gtk/gtktypeutils.h: * gtk/gtktypeutils.c: implemented gtk_type_check_object_cast() and gtk_type_check_class_cast() functions to check GtkTypeObject and GtkTypeClass types.
-
- 03 Sep, 1998 1 commit
-
-
Tim Janik authored
Thu Sep 3 07:16:54 1998 Tim Janik <timj@gtk.org> * gtk/gtkctree.h: * gtk/gtkctree.c: `const' fixups. * gtk/gtkclist.h: * gtk/gtkclist.c: `const' fixups and some coding style adaptions. * gtk/gtkctree.c (gtk_ctree_insert_node): don't dereference *text if it is passed as NULL.
-