]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
1998-04-04 Owen TaylorAdded flags --prefix[=dir] and --exec-prefix[=DIR]...
1998-04-03 Owen TaylorMore extensive debugging output
1998-04-03 Owen TaylorMore extensive debugging output
1998-04-03 Owen Taylorchanges to follow
1998-04-02 BST 1998 Tony... add correct dependencies
1998-04-02 Tony GaleTony Gale <gale@gtk.org>
1998-04-02 BST 1998 Tony... add question on failing GIMP configure
1998-04-01 Elliot Leea little more debugging code.
1998-03-31 Shawn AmundsonTue Mar 31 15:41:57 PST 1998 Shawn T. Amundson
1998-03-31 Tim Janikforgot to set the initial `0' cursor.
1998-03-31 Arturo EspinosaRemove unused variable -mig
1998-03-31 Miguel de IcazaFirst fix: Move the window first, display it after...
1998-03-31 Owen TaylorAdd a "style_set" callback, so the font can be changed...
1998-03-31 Tim Janikshow the menu_label unconditionally (even if it is...
1998-03-30 Owen TaylorImproved main loop test. (Quits main loop properly...
1998-03-30 Tim Janikremoved this function, it was unneeded and not exported.
1998-03-30 BST 1998 Tony... reflect the change of meaning of the delete_event retur...
1998-03-29 Tony GaleSun Mar 29 22:25:22 BST 1998 Tony Gale <gale@gimp...
1998-03-29 BST 1998 Tony... more on the Text widget, update the tictactoe example...
1998-03-29 Tim JanikAdded wrapping capabilities to GtkSpinButton. New funct...
1998-03-29 Owen TaylorDisconnect from combo->entry, not combo. (From: Daniel...
1998-03-28 Owen TaylorDon't call XTranslateCoordinates on a destroyed window...
1998-03-28 PST 1998 Shawn... Released GTK+ 0.99.9
1998-03-28 Owen TaylorDon't clear the window on an expose event. On draws...
1998-03-27 Owen TaylorMissed one
1998-03-27 PST 1998 Shawn... some stuff for doing plain text and postscript
1998-03-27 Owen TaylorIf the widget is _not_ a descendant of a Window widget...
1998-03-26 Tim Janikmake a clear distinction between key press/release...
1998-03-26 Tim Janikalways display the correct active state.
1998-03-26 Owen TaylorWhen gtk_widget_draw() is called on a REDRAW_PENDING...
1998-03-26 Tim Janikdo not propagate unhandled key events on widgets with...
1998-03-25 Tim Janikremoved a leftover g_print() call
1998-03-24 Tim Janikimplemented new flag shrink_on_detach (TRUE by default...
1998-03-24 Jay PainterQuick fix for size allocation -- needs more work overall
1998-03-24 Owen TaylorUse reversed arrow for menus ala Motif (and fix Options...
1998-03-24 Federico Mena... Fixed xthickness -> ythickness typo.
1998-03-24 Ben GertzfieldRemoved debian/files for real
1998-03-24 Ben GertzfieldRemoved *.files, artifacts of the build process
1998-03-24 Ben GertzfieldAdded debian/* files for ease in automatic building...
1998-03-24 Ben GertzfieldAdded gtk/testgtk.1 man page for testgtk
1998-03-24 Tim Janiksave the widgets visibility flag for evaluation after...
1998-03-24 Federico Mena... Select the row which got its data changed, and not...
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-23 Tim Janikcheck for text!=NULL. (gtk_entry_prepend_text): likewis...
1998-03-23 Owen TaylorAdded note about word wrapping.
1998-03-23 CST 1998 Shawn... added this directory with stuff from the tutorial,...
1998-03-23 Owen TaylorAdded optional word wrap, controlled by new function
1998-03-23 Owen TaylorFixed some problems with !gtk_use_mb introduced in...
1998-03-23 Owen TaylorFix so children don't get bogus draws.
1998-03-23 Tim Janikleave container_class->add and container_class->remove...
1998-03-23 Jay Painterfixed sending null strings to gdk_string_width
1998-03-23 Owen TaylorFixes to allow GTK to work with colormaps that aren...
1998-03-22 Owen Taylorfixes to locale checks
1998-03-22 CST 1998 Shawn... use button_box for buttons
1998-03-22 Tim Janikforgot the ChangeLog ;(((
1998-03-22 Owen TaylorDon't respond to drops when grab is in effect. (workaround)
1998-03-21 Tim Janikmajor overhaul of the code, fixed all known bugs (hopef...
1998-03-21 CET 1998 Paolo... gtk/gtkcombo.[ch] "activate" signal can be disabled now
1998-03-21 Radek Doulikchanged packing in toolbar elements, so texts are alway...
1998-03-20 rhlabssyntax
1998-03-20 PST 1998 Shawn... Released GTK+ 0.99.8
1998-03-19 CST 1998 Shawn... the Solaris ltconfig patch from draco
1998-03-19 Manish SinghReverted garray change, and fixed the g_rarray_truncate...
1998-03-19 Elliot Leerevert stupid part of revert, doh doh doh
1998-03-19 Elliot Leerevert gboolean change until we work out the details...
1998-03-19 Manish Singh#define M_PI if it isn't already initialize transparent...
1998-03-18 Tim Janikperform the neccessary checks on funtion begin. use...
1998-03-18 Owen Taylor( From: James Henstridge <james@daa.com.au> )
1998-03-18 CET 1998 Paolo... checked in gtk_entry_set_max_length (it truncates the...
1998-03-18 Tim Janikuse the resize queue.
1998-03-18 Manish SinghRewrite of GArray gboolean type changed to int
1998-03-17 Radek Douliktest if clist->title_window exists before showing it,
1998-03-17 Tim Janikreturn real boolean values not just numbers.
1998-03-17 Elliot LeeDoh. commit caught this accidentally. Can we put these...
1998-03-17 Elliot LeeMake Gtk compile: Fix GTK_NOTE definition for no debugg...
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-17 Tim Janikchanged some debugging messages to be prefixed by ...
1998-03-17 Tim Janikfixed a bug about drawing GTK_ARROW_LEFT, correction...
1998-03-17 Miguel de IcazaUse StructureNotifyMaskMask as the mask, as this enable...
1998-03-17 Federico MenaUse signed integers so that testing will not fail for...
1998-03-17 Tim Janikexported gtk_spin_button_spin since it is used in testg...
1998-03-16 GMT 1998 Tony... - new question on modal windows - new question on updat...
1998-03-16 Tim Janikjust fix an old entry
1998-03-16 GMT 1998 Tony... - New subsection on colourselection from Tom Bech ...
1998-03-16 Owen TaylorAdded trailing newline, hopefully will fix the problem...
1998-03-15 Tim Janikremoved GRAB_EXCLUSIVE again, just disable modal event...
1998-03-15 rhlabsAdded lib/glib to file list.
1998-03-15 rhlabsAdded -k to SMP make line.
1998-03-15 rhlabsAdd bin/* to file list.
1998-03-15 Tim Janikfor now reverted the last change, since it broke click...
1998-03-15 rhlabsAdded aclocal stuff.
1998-03-15 Tim Janikremoved the ugly check whether we need gtk_widget_destr...
1998-03-15 Tim Janiknotebook fix from lars.
1998-03-15 Tim Janikadded new flag GTK_EXCLUSIVE_GRAB. allow exclusive...
1998-03-15 Tim Janikchanged run type of GtkTipsQuery::widget_entered to...
1998-03-15 Tim Janiksmall fix by Assar Westerlund <assar@sics.se>.
1998-03-15 Tim Janikdon't cast a NULL pointer.
1998-03-15 Tim Janikupdates -timj
1998-03-15 PST 1998 Shawn... Released 0.99.7
1998-03-15 Owen Tayloradded gtk.m4 to EXTRA_DIST
next