| Commit message (Expand) | Author | Age | Files | Lines |
* | always display the correct active state. | Tim Janik | 1998-03-26 | 1 | -0/+26 |
* | When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and | Owen Taylor | 1998-03-26 | 1 | -0/+15 |
* | do not propagate unhandled key events on widgets with parent==NULL twice. | Tim Janik | 1998-03-26 | 1 | -0/+5 |
* | implemented new flag shrink_on_detach (TRUE by default) which will cause | Tim Janik | 1998-03-24 | 1 | -25/+7 |
* | Use reversed arrow for menus ala Motif (and fix Options menus, which had X | Owen Taylor | 1998-03-24 | 1 | -0/+38 |
* | Fixed xthickness -> ythickness typo. | Federico Mena Quintero | 1998-03-24 | 1 | -0/+5 |
* | save the widgets visibility flag for evaluation after the widget got | Tim Janik | 1998-03-24 | 1 | -0/+6 |
* | Select the row which got its data changed, and not (0, 0). | Federico Mena Quintero | 1998-03-24 | 1 | -0/+5 |
* | /home/otaylor/commit | Owen Taylor | 1998-03-24 | 1 | -0/+24 |
* | check for text!=NULL. (gtk_entry_prepend_text): likewise. some else picky | Tim Janik | 1998-03-23 | 1 | -0/+6 |
* | added this directory with stuff from the tutorial, updated to compile and | CST 1998 Shawn T. Amundson | 1998-03-23 | 1 | -0/+6 |
* | Added optional word wrap, controlled by new function | Owen Taylor | 1998-03-23 | 1 | -0/+9 |
* | Fixed some problems with !gtk_use_mb introduced in the last change. | Owen Taylor | 1998-03-23 | 1 | -0/+5 |
* | Fix so children don't get bogus draws. | Owen Taylor | 1998-03-23 | 1 | -0/+4 |
* | leave container_class->add and container_class->remove untouched if we | Tim Janik | 1998-03-23 | 1 | -0/+9 |
* | Fixes to allow GTK to work with colormaps that aren't 256 entries long. | Owen Taylor | 1998-03-23 | 1 | -0/+6 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 1 | -0/+15 |
* | use button_box for buttons | CST 1998 Shawn T. Amundson | 1998-03-22 | 1 | -0/+5 |
* | forgot the ChangeLog ;((( | Tim Janik | 1998-03-22 | 1 | -0/+17 |
* | Don't respond to drops when grab is in effect. (workaround) | Owen Taylor | 1998-03-22 | 1 | -0/+14 |
* | gtk/gtkcombo.[ch] "activate" signal can be disabled now | CET 1998 Paolo Molaro | 1998-03-21 | 1 | -0/+4 |
* | changed packing in toolbar elements, so texts are always at the bottom | Radek Doulik | 1998-03-21 | 1 | -0/+11 |
* | Released GTK+ 0.99.8GTK_0_99_8 | PST 1998 Shawn T. Amundson | 1998-03-20 | 1 | -1/+5 |
* | the Solaris ltconfig patch from draco | CST 1998 Shawn T. Amundson | 1998-03-19 | 1 | -0/+4 |
* | #define M_PI if it isn't already initialize transparent properly, to make | Manish Singh | 1998-03-19 | 1 | -0/+6 |
* | perform the neccessary checks on funtion begin. use the scrolled_window | Tim Janik | 1998-03-18 | 1 | -0/+6 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 1 | -5/+21 |
* | checked in gtk_entry_set_max_length (it truncates the texts if it's | CET 1998 Paolo Molaro | 1998-03-18 | 1 | -0/+6 |
* | use the resize queue. | Tim Janik | 1998-03-18 | 1 | -0/+8 |
* | Rewrite of GArray gboolean type changed to int | Manish Singh | 1998-03-18 | 1 | -0/+5 |
* | return real boolean values not just numbers. | Tim Janik | 1998-03-17 | 1 | -0/+8 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -1/+32 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 1 | -0/+17 |
* | fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin | Tim Janik | 1998-03-17 | 1 | -0/+5 |
* | Use StructureNotifyMaskMask as the mask, as this enables an application | Miguel de Icaza | 1998-03-17 | 1 | -0/+10 |
* | Use signed integers so that testing will not fail for windows that are | Federico Mena | 1998-03-17 | 1 | -0/+8 |
* | exported gtk_spin_button_spin since it is used in testgtk, and besides | Tim Janik | 1998-03-17 | 1 | -0/+9 |
* | - new question on modal windows - new question on updating progressbars - | GMT 1998 Tony Gale | 1998-03-16 | 1 | -0/+6 |
* | just fix an old entry | Tim Janik | 1998-03-16 | 1 | -1/+1 |
* | - New subsection on colourselection from Tom Bech <tomb@ii.uib.no> - Moved | GMT 1998 Tony Gale | 1998-03-16 | 1 | -0/+9 |
* | Added trailing newline, hopefully will fix the problem with esac | Owen Taylor | 1998-03-16 | 1 | -0/+16 |
* | removed GRAB_EXCLUSIVE again, just disable modal event delivery for | Tim Janik | 1998-03-15 | 1 | -0/+8 |
* | for now reverted the last change, since it broke click-select-click menus | Tim Janik | 1998-03-15 | 1 | -0/+5 |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 1 | -0/+16 |
* | notebook fix from lars. | Tim Janik | 1998-03-15 | 1 | -0/+5 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 1 | -0/+20 |
* | changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it | Tim Janik | 1998-03-15 | 1 | -0/+4 |
* | small fix by Assar Westerlund <assar@sics.se>. | Tim Janik | 1998-03-15 | 1 | -0/+3 |
* | don't cast a NULL pointer. | Tim Janik | 1998-03-15 | 1 | -0/+4 |
* | Released 0.99.7GTK_0_99_7 | PST 1998 Shawn T. Amundson | 1998-03-15 | 1 | -0/+4 |