]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
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
1998-03-15 Owen TaylorFixed reversed conditional, so checks against supplied...
1998-03-14 Tim Janikfixed a bug with invoking the quit handlers that could...
1998-03-14 Owen TaylorMakefile.am fixes minor fix to gdkwindow.c -owt
1998-03-14 PST 1998 Shawn... Released 0.99.6
1998-03-14 Owen TaylorSome cleanups of signedness warnings
1998-03-14 Federico Mena... Moved the gtk_signal_connect of the specified callback...
1998-03-14 Manish SinghFixed a bashism (a bash 2.0ism at that) in the gtk...
1998-03-14 Owen TaylorDocumentation about gtk-config and AM_PATH_GTK
1998-03-14 Tim Janikrefuse to allocate with a greater height than requested.
1998-03-14 Owen TaylorFixed misplaced 'else.' -owt
1998-03-14 Owen TaylorDon't leave NULL's in argv.
1998-03-14 Owen TaylorMoved glibconfig.h to $pkglibdir/include. Update to...
1998-03-14 Tim Janikgpointer gtk_object_get_user_data (GtkObject *object...
1998-03-14 Owen TaylorDon't resize windows when request is rejected by WM...
1998-03-14 Tim Janikmake use of *_by_id() functions for handler key.
1998-03-14 Federico Mena... Now we return a GtkVisibility value, instead of a simpl...
1998-03-13 rhlabsInitial commit of spec file.
1998-03-13 PST 1998 Shawn... added graphics, update tutorials appropriately
next