]> Pileus Git - ~andy/gtk/history - ChangeLog.pre-2-10
acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and
[~andy/gtk] / ChangeLog.pre-2-10
1999-01-13 Manish Singhacinclude.m4 ltconfig upgrade to libtool 1.2d (with...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1999-01-12 Owen TaylorMinor fix to handling of misc->[x/y]pad
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1999-01-11 Lars Hamannend drag selections if necessary.
1999-01-11 Tim Janikeliminated some queue_draws when invoking gtk_widget_se...
1999-01-11 Owen TaylorOnly remove handlers for motion/button_release at drop...
1999-01-11 Tim Janikremoved Paolo Molaro's type creation hooks again, since...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1999-01-11 Paolo MolaroMon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus...
1999-01-11 Tim Janikadded an assertement.
1999-01-10 Owen TaylorFixed cut and paste bug when comparing text property...
1999-01-10 Tim Janikif the lookup failed, try to initialize the object...
1999-01-09 Owen TaylorAdded cs to ALL_LINGUAS.
1999-01-09 Owen TaylorSet name "gtk-tooltips" on tip window so that a style...
1999-01-09 Owen TaylorFixed some list-manipulation breakage.
1999-01-08 Lars Hamanncall gtk_spin_button_update before returning a value
1999-01-08 Owen TaylorFixes to drawing the background of the bin window so...
1999-01-07 Owen TaylorFix some more memory leaks.
1999-01-06 Lars Hamannfix for dnd bug reported by Bertrand Guiheneuf. Don...
1999-01-06 Tristan Tarrant Added Italian texts
1999-01-06 George Leblfree the event that was returned to us by gtk_get_curre...
1999-01-06 Owen TaylorPush GdkRGB's visual and colormap around the color...
1999-01-05 Owen TaylorWhen redrawing the under-cursor character, don't redraw...
1999-01-04 CST 1999 Shawn T... Released GTK+ 1.1.12
1999-01-04 Nam SungHyunAdded 'ko'. Added Korean translation.
1999-01-03 Lars Hamannfixed auto_resize bug
1999-01-02 Tim Janikmake this G_PRIORITY_DEFAULT.
1999-01-02 Jeff GarzikRemoved features.h test.
1999-01-02 Manish Singhgdk/gdk.c gdk/gdkinputnone.h casts to get rid of const...
1999-01-01 Jeff GarzikCheck for features.h.
1998-12-31 Jeff Garzikupdated w/ changed from last night
1998-12-31 Miguel de IcazaFix memory leak. gdk_event_put would make a copy of...
1998-12-31 CST 1998 Shawn T... Released GTK+ 1.1.11
1998-12-29 Owen TaylorFixed off-by-one error when computing length.
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-24 Jeff Garzikremoved unused var 64-bit cast point to const data...
1998-12-24 CST 1998 Shawn T... Released GTK+ 1.1.10
1998-12-24 Owen TaylorUpdate to changelog, to cover fix that previously slipp...
1998-12-23 Owen Taylorlabel->label should be the mb text _after_ removing...
1998-12-23 Elliot Lee*/Makefile.am: Now passes 'make distcheck'. Now loops...
1998-12-22 Owen TaylorRequest XmTRANFER_FAILURE on Motif drops not within...
1998-12-22 Owen TaylorReturn TRUE for button press events we handle. (Allows...
1998-12-22 Owen TaylorOptimization - when we've already found a widget, skip...
1998-12-21 Lars Hamannfixed column resize bug
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-20 PST 1998 Shawn T... added translation by Tomas Ă–gren <stric@ing.umu.se>
1998-12-20 Tim Janikeek, fixed an embarrasing bug that caused this function...
1998-12-19 Owen TaylorDon't add the gthread libs to GLIB_LIBS either, or...
1998-12-19 Manish Singhalways run a g_main_iteration, even if there are no...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-19 Manish Singhs/(enter|leave)_button/$1/g, since pthreads.h no longer...
1998-12-19 Lars Hamannfixed GDK_2BUTTON_PRESS bug.
1998-12-19 Manish Singhadd ja.po to ALL_LINGUAS
1998-12-18 Owen TaylorMarked plug window as destroyed before destroying the...
1998-12-18 Owen TaylorSet the usize on the tearoff window so when we reparent...
1998-12-18 Sebastian Wilhelmido not export the glib flags for thread support to...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
1998-12-18 Owen TaylorAdd @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
1998-12-17 Owen TaylorRemove the info tag from the context so if the source...
1998-12-17 Owen TaylorUse setlocale (LC_ALL, NULL), not (LC_ALL, "") to query...
1998-12-17 Owen TaylorFree previous label->label_wc.
1998-12-17 Sebastian WilhelmiDefine gdk_use_mb outside USE_XIM guard. Removed unnece...
1998-12-17 Shawn T. AmundsonReleased GTK+ 1.1.9
1998-12-17 Manish Singhrm -rf intl breaks --disable-nls, put it back
1998-12-17 CST 1998 Shawn T... updated call to g_main_add_poll instead of g_main_poll_add
1998-12-17 Owen TaylorRemove unnecessary cast.
1998-12-17 Owen TaylorCheck for broken glibc 2.0 mb functions, and avoid...
1998-12-16 Owen TaylorDon't call XPending() if we have putback events.
1998-12-16 Owen TaylorDo nothing on empty string, quietly.
1998-12-16 Owen TaylorRedraw the character under the cursor when removing...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 CST 1998 Shawn T... Released GTK+ 1.1.8
1998-12-16 Sebastian WilhelmiDefine gdk_xim_ic only, if USE_XIM is defined.
1998-12-16 Tim Janikurg, fixups
1998-12-16 CST 1998 Shawn T... warn if glib.m4 or gettext.m4 are not found in aclocal...
1998-12-16 Owen TaylorCreate buttons, not combos again.
1998-12-16 Joel BeckerFixed gettextize/aclocal conflict in autogen.sh
1998-12-16 Owen TaylorUse base[NORMAL] instead of bg[PRELIGHT] so CLists...
1998-12-16 Jeff GarzikRemove --with-threads, unused GTK_THREAD_FLAGS
1998-12-15 Elliot LeeUse G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checkin...
1998-12-15 Martin BauligMake the gettext check for for libc5 systems.
1998-12-15 Martin BauligNot running gettextize fails on a fresh CVS checkout...
1998-12-15 Martin BauligRename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and...
1998-12-15 Owen TaylorProvide a hacked version of the gettext macros that...
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorFixed up some warnings.
1998-12-15 Owen TaylorKeep separate putback_events and queued_events queues...
1998-12-15 Owen TaylorRemoved unused variable, fixed minor memory leak.
1998-12-15 Owen TaylorRemove gdk_signal, which crept back in in last commit.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-15 Manish Singhacconfig.h removed IPC_RMID_DEFERRED_RELEASE check
1998-12-15 Sven NeumannReplaced the crappy de.po with a valid one.
1998-12-14 Owen TaylorAppend locale-specific suffixes to default rc file...
1998-12-14 Nuno FerreiraAdded Portuguese translation.
1998-12-14 Stefan JeskeOnly call gtk_spin_button_update if the spinbutton...
1998-12-14 Owen TaylorAdded gettext-10.35
1998-12-14 Tim Janikmade GtkWidget::grab_focus a RUN_LAST and RUN_ACTION...
1998-12-14 Tim Janikfixed submenu popup timeouts, we decide whether or...
next