summaryrefslogtreecommitdiff
path: root/glib
Commit message (Collapse)AuthorAgeFilesLines
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-3/+1
| | | | | | | | | | | | | | 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.
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-193-0/+6
| | | | | | | | | | | | Thu Feb 19 12:18:24 1998 Owen Taylor <owt1@cornell.edu> * glib/configure.in glib/glibconfig.h.in: the value of ---enable_debug is written into glibconfig.h so everything is recompiled when it changes. (HACK) * gtk/gtkmain.c gdk/gdk.c docs/debugging.txt: Added --gdk-no-debug and --gtk-no-debug switches. Effect of switches is no cumulative.
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-193-20/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Feb 19 01:11:48 1998 Owen Taylor <owt1@cornell.edu> * configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c gdk/gdkinputcommon.h gdk/gdkprivate.h gdk/gdkvisual.c glib/configure.in glib/glib.h glib/gutils.c gtk/Makefile.am gtk/gtkmain.c gtk/gtkobject.[ch] gtk/gtkdebug.h docs/debugging.txt New system for controlling debugging: * --enable-debug=[no/yes/minimum] * G_DISABLE_ASSERT and G_DISABLE_CHECKS for glib * G_NO_CHECK_CASTS to control cast checking * G_ENABLE_DEBUG enables run time checking which controls: Object tracing Showing events Miscellaneous g_print's in GDK And is controlled by --gdk-debug/GDK_DEBUG, --gtk-debug/GTK_DEBUG * debug_level and show_events are gone from GTK See docs/debugging.txt for details. And some fixups to the configure.in's so '-g' can be overriden on the command line for --enable-debug
* Make g_slist_insert_sorted() always insert.rhlabs1998-02-171-3/+0
| | | | -Marc
* Changed function so elements are always inserted, even if they compareOwen Taylor1998-02-172-3/+6
| | | | | | | | Mon Feb 16 23:05:06 1998 Owen Taylor <owt1@cornell.edu> * glist.c (g_list_insert_sorted): Changed function so elements are always inserted, even if they compare equal with another.
* D&D fixesElliot Lee1998-02-161-6/+3
|
* change logged.Owen Taylor1998-02-131-0/+5
|
* removed deprecated g_string_equal and g_string_hash.Owen Taylor1998-02-132-33/+0
| | | | | | | Thu Feb 12 22:48:11 1998 Owen Taylor <owt1@cornell.edu> * gstring.c glib.h: removed deprecated g_string_equal and g_string_hash.
* Really minor cosmetic fix that just niggled me. :PManish Singh1998-02-111-1/+1
| | | | -Yosh
* Add check to see if the C library's iswalnum can actually be used. (NotOwen Taylor1998-02-104-5/+35
| | | | | | | | Tue Feb 10 13:04:36 1998 Owen Taylor <owt1@cornell.edu> * configure.in: Add check to see if the C library's iswalnum can actually be used. (Not true for Linux libc-5.4.38)
* added some additional consts in appropriate places to remove a warningOwen Taylor1998-02-073-6/+11
| | | | | | | Sat Feb 7 11:48:09 1998 Owen Taylor <owt1@cornell.edu> * gstring.c gutils.c: added some additional consts in appropriate places to remove a warning
* include <ctype.h> for tolower()Owen Taylor1998-02-072-0/+5
| | | | | | Sat Feb 7 11:15:54 1998 Owen Taylor <owt1@cornell.edu> * gutils.c: include <ctype.h> for tolower()
* fixed a refresh bug with unrealization of no_window widgets.Tim Janik1998-02-021-3/+3
| | | | | (dialog button in tesgtk) -timj
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-315-8/+36
| | | | | | | GtkCombo uses g_strcasecmp now Quelled a warning about atexit undeclared in gtkobject -Yosh
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-295-11/+18
| | | | | | The list iterator macros now check for NULL args -Yosh
* g_string_prepend* had interchanged src and dest params. Fixed.Manish Singh1998-01-272-2/+7
| | | | -Yosh
* Fixed a really lame error where g_slist_insert didn't hook the dataManish Singh1998-01-272-19/+29
| | | | | | in! Reworked the routine a bit too. -Yosh
* Release GTK+ 0.99.3.Shawn Amundson1998-01-211-1/+1
|
* Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add functionTim Janik1998-01-216-2/+53
| | | | | | | | | | | Wed Jan 21 01:13:25 1998 Tim Janik <timj@psynet.net> * Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add function g_snprintf. * configure.in (AC_CHECK_FUNCS): Check for vsnprintf. * glib.h: Add prototype for g_snprintf. * glibconfig.h.in: Add HAVE_VSNPRINTF. * gutils.c (g_snprintf): new function.
* Missed some files -owtOwen Taylor1998-01-181-0/+6
| | | | | Missed some files -owt
* renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hashOwen Taylor1998-01-183-5/+38
| | | | | | | | | Sat Jan 17 23:52:40 1998 Owen Taylor <owt1@cornell.edu> * gstring.{c,h} gscanner.c: renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hash And const corrected. Old functions left in for now.
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking ↵Jay Painter1998-01-122-320/+227
| | | | libgdk to libX11 and libXext. -Jay
* changed message for EAGAIN from "no more processes" to "try again" sinceTim Janik1998-01-103-5/+39
| | | | | | | | | | | | | | | | Fri Jan 9 20:03:46 1998 Tim Janik <timj@psynet.net> * gutils.c (g_strerror): changed message for EAGAIN from "no more processes" to "try again" since EAGAIN is used with functions else than fork(). * gscanner.c (g_scanner_get_token_ll): use strtol() instead of strtoul() to avoid conflicts with solaris. * merged the glib portions from Jan 2 to Jan 7 out of gtk+/ChangeLog into this file. hey folks, could you *please* honour the glib/ChangeLog?
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-091-1/+2
| | | | -Yosh
* applied patch to use a backing pixmap for drawing in GtkEntry, which removesManish Singh1998-01-081-6/+8
| | | | | | the bad flickering. (gtk-wille-980106-0) -Yosh
* Added g_list_insert_sorted and g_slist_insert_sorted to glib.Manish Singh1998-01-074-1/+210
| | | | -Yosh
* Updated libtool to 1.0h. -JayJay Painter1998-01-052-227/+320
|
* Changed guint32 -> guint for bitfields. (Bitfields must beOwen Taylor1998-01-041-20/+20
| | | | int or unsigned int?)
* Changes in preparation for GTK 0.99.2 release.Shawn Amundson1998-01-031-1/+1
|
* Removal of inlines, and updated ChangeLog. -JayJay Painter1998-01-031-2/+1
|
* Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to theJay Painter1998-01-034-44/+22
| | | | way it was. -Jay
* On to GTK 0.99.1...Shawn Amundson1998-01-021-1/+1
|
* Miscellaneous portability fixes.Manish Singh1998-01-022-1/+2
| | | | -Yosh
* Fixed bug in get_length_upper_bound where g_print-ing a NULL string would ↵Elliot Lee1998-01-011-1/+6
| | | | cause a segfault
* added config.cache to the glib .cvsignoreElliot Lee1997-12-261-0/+1
|
* glib.h is autogenerated - if I am supposed to leave it in anyways, apologiesElliot Lee1997-12-261-793/+0
|
* Need errno.h for glibc systems (among others) - sopwithElliot Lee1997-12-231-0/+1
|
* new file for GScanner: Flexible lexical scanner for general purpose. addedTim Janik1997-12-235-205/+1600
| | | | | | | | | | | * gscanner.c: new file for GScanner: Flexible lexical scanner for general purpose. * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod. gutils.c (g_strconcat): new function for string concatenation of NULL terminated parameter list. (g_strtod): new function to perform best string to double conversion with or without consideration of the current locale. -timj
* The handlebox is almost finished. Just need help with resizing theElliot Lee1997-12-221-0/+793
| | | | parent - anyone know what I should be doing?
* more gtkhandlebox work..Elliot Lee1997-12-191-0/+1
|
* For consistancy with GIMP/GNOME projects. Plus these files canShawn Amundson1997-12-194-3720/+3
| | | | | | get really annoying if they are in the tree. -Shawn
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-183-44/+16
| | | | -owt
* minor optimizations: (g_list_append): `if' optimized for common code path,Tim Janik1997-12-152-77/+89
| | | | | | | | | | | | | | | | Mon Dec 15 19:33:58 1997 Tim Janik <timj@psynet.net> * glist.c: minor optimizations: (g_list_append): `if' optimized for common code path, commented out unneccessary `assert', saved one variable assignment. (g_list_prepend): saved two (conditioned) variable assignment. (g_list_insert): saved one (conditioned) variable assignment, saved one variable assignment. (g_list_remove): `if' optimized for common code path, saved two variable assignments by using `g_list_free_1' (which is even faster) instead of `g_list_free'. (g_list_reverse): saved allocation of one variable, saved one variable assignment.
* New GTK release, 0.99.0. This release was coordinated with theShawn Amundson1997-12-144-219/+318
| | | | | | upcoming release of GIMP 0.99.16. -Shawn
* Now that glib.h has been removed, it can't be used as theOwen Taylor1997-12-132-12/+12
| | | | | unique file for AC_INIT() -owt
* Generated file removed from repository.Owen Taylor1997-12-131-793/+0
| | | | -owt
* Change to ltconfig to remove -z text for Solaris x86 Change to configureShawn Amundson1997-12-115-422/+1025
| | | | | | | | * Change to ltconfig to remove -z text for Solaris x86 * Change to configure stuff so compile works on Solaris x86 * Added gdk/gdkkeysyms.h and gdk/gdkcursors.h back into the tree -Shawn
* GLib:Tim Janik1997-12-102-19/+57
| | | | | | | | | | | | | | | | | * glib_pre1.h: * glib_pre2.h: * glib.h: this file now gets concatenated by makeglib_h from glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got created by configure (done by Jay Painter). * glib_pre2.h: the g_assert*() and g_return_*_fail() macros are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts when used within if (...) g_macro(); else ... conditionals. Gtk+: * fixed some compiler errors, because g_return_if_fail() wasn't used with a trailing semicolon in some places. fixed few other warnings also. -timj
* Configure changes:Owen Taylor1997-12-102-8/+8
| | | | | | | | | | Change test ! `...` to test -z `...` (Harald Meland <Harald.Meland@usit.uio.no>) Change $gtk_cv_x_locale to $need_x_locale so it isn't cached. With --enable_debug, don't touch CFLAGS if they're already set. - owt (OK, which platform does this break?) --------------------------------------------------------------------
* Remove dependencies of interfaces on USE_XIM Attempt to make wcharOwen Taylor1997-12-071-0/+1
| | | | | | | * gdk/gdk.c, gdk/gdk.h, gdk/gdktypes.h: Remove dependencies of interfaces on USE_XIM * gdki18n.h: Attempt to make wchar handling more portable * gdkwindow.c: Include config.h. (For gdkinput.h)