]> Pileus Git - ~andy/gtk/history - ChangeLog.pre-2-8
s,Fedrerico Mena,Federico Mena,
[~andy/gtk] / ChangeLog.pre-2-8
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...
1998-12-14 Federico Mena QuinteroAdded a "grab_focus" signal for widgets. When the signa...
1998-12-13 GMT 1998 Tony GaleUpdate the following sections to the current API: ...
1998-12-13 Tim Janikmade GtkMenuItem::activate a GTK_RUN_ACTION signal.
1998-12-12 Owen TaylorMark child->window as destroyed so we don't destroy...
1998-12-12 Owen TaylorCorrections to computation of extents of text from...
1998-12-11 Owen TaylorAdded "style_set" handlers.
1998-12-11 Owen TaylorAdd in a "style_set" handler so that the background...
1998-12-11 CST 1998 Shawn T... Released GTK+ 1.1.7
1998-12-11 Manish Singhavoid void pointer math
1998-12-11 Owen TaylorAdded gtk_drag_source_unset()
1998-12-11 Owen TaylorUse gdk_window_get_origin() instead of gdk_window_get_p...
1998-12-10 GMT 1998 Tony Gale- re-write the GtkProgressBar section to the 1.1 API...
1998-12-10 Jeff Garzikuse g_snprintf, eliminate need for string.h include...
1998-12-09 Owen TaylorAdd a case for success in test for XUnregisterIMInstant...
1998-12-09 Sebastian WilhelmiFixed argument list and return type for non-XIM fallback.
1998-12-09 Owen TaylorAdd in missing 'flags' field to target list.
1998-12-09 Manish Singhput text after #endif in comment
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-09 Owen TaylorAllocate correct amount of memory for strings.
1998-12-09 CST 1998 Shawn T... Released GTK+ 1.1.6
1998-12-08 Tim Janikadded gtk_type_query() which returns a newly allocated...
1998-12-08 Owen TaylorFixed order of arguments to gdk_window_transient_for().
1998-12-08 GMT 1998 Tony Galesimple top level Makefile that invokes all the sub...
1998-12-08 Andrew T. VeliathFunctions to test the toolbar space style.
1998-12-07 Owen TaylorRemove random unnecessary includes of standard headers.
1998-12-07 Damon Chaplin""
1998-12-07 Owen TaylorUse IPC_RMID _after_ doing XShmAttach. This should...
1998-12-07 Federico Mena QuinteroRemoved the unused cursor field in the structure.
1998-12-07 GMT 1998 Tony GaleStart mass update for GTK 1.1 Look for the best version...
1998-12-07 Owen TaylorNew functions gtk_window_set_transient_for() - set...
1998-12-07 Tim Janikfixups
1998-12-07 Tim Janikwhen marshalling connect_object signals, don't pass...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-12-06 Marius Vollmer*** empty log message ***
1998-12-06 Stefan JeskeGrey out arrows if wrap == FALSE and interval borders...
1998-12-06 Owen TaylorFixed long-standing typo in aspect ratio computation...
1998-12-04 Lars Hamanncall toggle_row with valid row numbers only (toggle_row...
1998-12-04 Lars Hamannfixed for-loop.
next