| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 4 | -61/+61 |
* | removed unneeded GtkCTree::draw_lines (gtk_ctree_get_node_info): New | Lars Hamann | 1998-05-01 | 1 | -21/+21 |
* | New function to reset the RC styles for a heirarchy | Owen Taylor | 1998-05-01 | 1 | -0/+66 |
* | prefixed all clist flags with GTK_ to avoid name clashes. redefined | Tim Janik | 1998-05-01 | 1 | -47/+810 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 3 | -3/+141 |
* | removed duplicate call to gtk_widget_set_policy. | Michael K. Johnson | 1998-04-13 | 1 | -2/+0 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 3 | -6/+9 |
* | don't shut down the tooltip on expose events. | Tim Janik | 1998-04-11 | 1 | -1/+6 |
* | Picky --enable-ansi cleanups. | Owen Taylor | 1998-04-10 | 1 | -1/+1 |
* | (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>) | Owen Taylor | 1998-04-09 | 1 | -0/+6 |
* | forgot to set the initial `0' cursor. | Tim Janik | 1998-03-31 | 1 | -3/+4 |
* | Improved main loop test. (Quits main loop properly, makes it more obvious | Owen Taylor | 1998-03-30 | 1 | -10/+40 |
* | Added wrapping capabilities to GtkSpinButton. New function : | Tim Janik | 1998-03-29 | 1 | -1/+5 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 1 | -2/+2 |
* | implemented new flag shrink_on_detach (TRUE by default) which will cause | Tim Janik | 1998-03-24 | 1 | -2/+28 |
* | Added gtk/testgtk.1 man page for testgtk | Ben Gertzfield | 1998-03-24 | 1 | -0/+15 |
* | Added optional word wrap, controlled by new function | Owen Taylor | 1998-03-23 | 1 | -6/+26 |
* | leave container_class->add and container_class->remove untouched if we | Tim Janik | 1998-03-23 | 1 | -2/+32 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 1 | -13/+40 |
* | Don't respond to drops when grab is in effect. (workaround) | Owen Taylor | 1998-03-22 | 2 | -6/+12 |
* | major overhaul of the code, fixed all known bugs (hopefully ;). | Tim Janik | 1998-03-21 | 1 | -1/+14 |
* | #define M_PI if it isn't already initialize transparent properly, to make | Manish Singh | 1998-03-19 | 1 | -3/+3 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 2 | -28/+40 |
* | fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin | Tim Janik | 1998-03-17 | 1 | -0/+1 |
* | exported gtk_spin_button_spin since it is used in testgtk, and besides | Tim Janik | 1998-03-17 | 1 | -1/+191 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 1 | -0/+2 |
* | changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it | Tim Janik | 1998-03-15 | 1 | -10/+27 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 1 | -3/+11 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 1 | -186/+52 |
* | new_pixmap wasn't using its filename argument. Add descriptions | Russell Nelson | 1998-03-12 | 1 | -1/+1 |
* | fetch the inintial value of attributes.event_mask from | Tim Janik | 1998-03-12 | 1 | -6/+28 |
* | Bug fixes/improvements to the motion event eating for Dnd | Elliot Lee | 1998-03-11 | 1 | -0/+1 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 1 | -2/+4 |
* | applied gtk-hamann_jeske-980311-0.patch.gz. | Tim Janik | 1998-03-11 | 1 | -18/+71 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 1 | -1/+1 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 2 | -6/+9 |
* | changed clist->selection GList so its data elements are casted row indexes in... | Jay Painter | 1998-03-08 | 1 | -5/+108 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 1 | -0/+18 |
* | Disallow pasting into non-editable widgets. | Owen Taylor | 1998-03-07 | 1 | -45/+34 |
* | Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and | Ian Main | 1998-03-06 | 1 | -1/+30 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 1 | -1/+18 |
* | small fix to notebook portion | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -0/+1 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -0/+500 |
* | complete api change to honour message contexts. unfortunaltely this also | Tim Janik | 1998-03-01 | 1 | -55/+85 |
* | gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 2 | -7/+6 |
* | more fixups -timj | Tim Janik | 1998-02-28 | 1 | -0/+15 |
* | handle box signals. fixups for 99.4 -timj | Tim Janik | 1998-02-28 | 1 | -1/+20 |
* | GtkWIdget::style_set initial emission, | Tim Janik | 1998-02-27 | 1 | -1/+1 |
* | we make an active server grab now, this way we can change the cursor | Tim Janik | 1998-02-27 | 2 | -4/+4 |
* | gtk/gtktext.c | Owen Taylor | 1998-02-27 | 2 | -1/+128 |