]> Pileus Git - ~andy/gtk/history - ChangeLog.pre-2-8
use g_atexit() instead of ATEXIT.
[~andy/gtk] / ChangeLog.pre-2-8
1998-09-08 Tim Janikuse g_atexit() instead of ATEXIT.
1998-09-08 Manish Singhcomment the -std1 check and save LIBS properly
1998-09-06 Manish Singh#include <stdlib.h> for rand()
1998-09-05 Owen TaylorWhen the pointer is grabbed on an input window, either...
1998-09-05 Tim Janikdon't include any gdk headers. added structure definiti...
1998-09-03 Tim Janik`const' fixups.
1998-09-03 Raph LevienFixed up some of the bigendian 32bpp modes.
1998-09-03 Tim Janikplug another small GtkSIgnalQuery leak.
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-09-02 Federico Mena QuinteroReplaced "foo == TRUE" and "foo == FALSE" constructs...
1998-09-01 Owen TaylorUnref the adjustment.
1998-09-01 Raph LevienMinor improvements to gdkrgb, added testrgb to the...
1998-08-31 Raph LevienAdded a gdk_draw_rgb_image_dithalign function.
1998-08-29 Manish Singhquell some warnings with g_hash_table_new
1998-08-25 Owen TaylorMake sure the mark we pass to line start is the beginni...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-24 Manish Singhremoved some unused variables
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-08-22 Raph LevienAdded some calls to gdk_rgb_init, so it's much more...
1998-08-21 Stuart Parmenteradded GTK_HAVE_FEATURES_1_1_2
1998-08-21 Tim Janikadded a function to perform a binary version check...
1998-08-21 Owen TaylorCheck to see if we've computed our geometry yet, and...
1998-08-20 Manish Singhsilly visual fixes
1998-08-20 Federico Mena QuinteroDo not do anything if the event's window is not the...
1998-08-20 Raph LevienChange to testgtk to go along with GdkRgb integration...
1998-08-20 Raph LevienMinor fixes that were needed for the Gimp/GdkRgb integr...
1998-08-18 Tim Janikallow argument parsing in gtk without G_ENABLE_DEBUG...
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-18 Lars Hamannfix for sigsegv in case of show_tabs == NULL
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-18 Raph LevienMore speedups to the 565_d case.
1998-08-17 Lars Hamannnew class methods: (sort_list) (insert_row) (remove_row)
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-17 Tim JanikNULL terminate the arg list to g_strconcat() (thanx...
1998-08-17 Shawn Amundsonrelease delayed...
1998-08-17 CDT 1998 Shawn T... Released GTK+ 1.1.2
1998-08-17 Tim Janikdon't call module initializers multiple times. changed...
1998-08-17 Tim Janikfeature a new commandline option --gtk-with-module...
1998-08-17 Tim Janikversion bump to 1.1.1, binary age 0, interface age...
1998-08-16 Tim Janikfatal warning option is split up now, "--g-fatal-warnin...
1998-08-15 johneForgot Changelog.
1998-08-14 Raph LevienCommitting a patch by Ray Lehtiniemi to speed up 565_d...
1998-08-13 Owen TaylorChanged GtkSignalFunc back to () from (void). (again!)
1998-08-13 BST 1998 Tony Gale- Tidy up of the menufactory example from Andy Kahn...
1998-08-12 Owen TaylorMore ChangeLog fixups.
1998-08-12 Owen TaylorRemoved leftover bits from ChangeLog
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-08-11 Tim Janikrelookup nodes after external functions have been calle...
1998-08-11 Owen TaylorRemoved has_cursor, set the cursor beginning of Text...
1998-08-11 Tim Janik#include fixes (reported by Asbjoern Pettersen).
1998-08-11 Owen TaylorApplied gtk-pedersen-980727-0; added all logical operat...
1998-08-10 Lars HamannFix for resize bug. Call gtk_widget_size_allocate inste...
1998-08-10 Tim Janikfixed an #include statement (reported by Eric Kidd).
1998-08-06 Stefan JeskeRenamed my_merge and my_mergesort to gtk_clist_merge and
1998-08-06 Martin BauligRenamed `merge' -> `my_merge' and `mergesort' -> `my_me...
1998-08-05 Stefan Jeskenew enum GtkSortType.
1998-08-05 PDT 1998 Shawn T... Released GTK+ 1.1.1
1998-08-05 Lars Hamannchanged to return a gboolean (gtk_ctree_insert_gnode...
1998-08-04 Tim Janikversion bump to 1.1.1, binary age 0, interface age...
1998-08-04 Owen TaylorAdded missing else
1998-08-04 Owen TaylorUndraw the cursor before (possibly) deleting the cursor...
1998-08-04 Owen TaylorEmpty rows/columns of the table should not have been...
1998-08-03 Federico Mena QuinteroNew public function to find a row by its data pointer...
1998-08-03 George Lebldraw the buttons during a "draw" as well, this fixes...
1998-08-02 Lars Hamannreset drag_pos after abort removed a few unneeded lines...
1998-08-02 Owen TaylorChange window_private->parent pointer when reparenting.
1998-08-02 Raph LevienMade some config changes to make it work better both...
1998-07-31 Lars HamannFew fixes for column resize. Store resize column in...
1998-07-30 Lars Hamannremoved a few unneeded lines
1998-07-29 Lars Hamanncolumn resize now works with horizontal autoscrolling...
1998-07-29 CDT 1998 Shawn T... new directory new file, initial gtk_button man page
1998-07-28 Lars Hamannsmall fix for border drawing bug
1998-07-28 CDT 1998 Shawn T... new format for GDK documentation. Eventually plan to...
1998-07-27 BST 1998 Tony GaleGtkTree section from David Huggins-Daines <bn711@freene...
1998-07-27 BST 1998 Tony GaleGtkTree section from David Huggins-Daines <bn711@freene...
1998-07-27 CDT 1998 Shawn T... Released GTK+ 1.1.0
1998-07-27 Tim Janikrevamped the definitions for 1-1-0, so that all the...
1998-07-27 Tim Janikfixup, so that enum values are looked up.
1998-07-26 Stefan Jeske---
1998-07-26 Lars Hamannfix for pointer grab
1998-07-25 Damon Chaplin*** empty log message ***
1998-07-25 Lars Hamanntest for node != NULL (gtk_ctree_is_visible) (gtk_ctree...
1998-07-24 Lars Hamannmini code cleanup
1998-07-24 Paolo MolaroFri, 24 Jul 1998 10:56:22 +0200 Paolo Molaro <lupus...
1998-07-22 Tim Janikintroduce testbindings on C-1 for buttons, to check...
1998-07-22 Manish Singhactually builds and runs properly on big endian machine...
1998-07-22 Lars Hamannfew fixes for gtk_signal_emits
1998-07-21 Owen TaylorWe free things from the text property MemChunk, so...
1998-07-21 Raph LevienMore minor config fixes.
1998-07-21 Raph LevienFixed minor config bug.
1998-07-21 Stefan JeskeFixed wrong size of activity indicator. It is settable...
1998-07-20 Lars Hamannnew functions, recursive process tree to specified...
1998-07-19 Lars Hamannfix for vertical scrolling in case of GTK_CLIST_ADD_MOD...
1998-07-19 Tim Janikexport gtk_binary_age and gtk_interface_age.
1998-07-19 Stefan JeskeIntroduced generic GtkProgress widget. Derived GtkProgr...
1998-07-18 Manish Singhexplicitly specify void in prototype
1998-07-17 Lars HamannChangelog fix
1998-07-17 Lars Hamannfix to avoid flicker at begin/end of list
1998-07-17 Tim Janiksropped the approach of copying all signal specific...
1998-07-17 Tim Janikcare for the posssibility that someone destroys the...
next