| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -0/+1 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -1/+1 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -1/+1 |
* | pass ->nrows to gtk_table_resize as the first argument for | Chema Celorio | 2001-08-26 | 1 | -2/+2 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -63/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -14/+0 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+93 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -110/+136 |
* | warn if row/cols are out of range. Fix bug #55921 | Jonathan Blandford | 2001-06-08 | 1 | -2/+3 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -48/+106 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -36/+0 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -31/+0 |
* | applied patch from Phil Thompson <phil@river-bank.demon.co.uk> that | Tim Janik | 2000-07-27 | 1 | -4/+4 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Ignore calls with <= width or height. | Owen Taylor | 2000-07-03 | 1 | -10/+7 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+5 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -19/+20 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -24/+46 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -9/+23 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -4/+4 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -1/+1 |
* | take the left, right, top and bottom attach arguments as mandatory and | Tim Janik | 1998-10-10 | 1 | -12/+26 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -5/+7 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -1/+1 |
* | Added missing elsemerge-to-themes-2-1 | Owen Taylor | 1998-08-04 | 1 | -6/+7 |
* | Empty rows/columns of the table should not have been marked as being able | Owen Taylor | 1998-08-04 | 1 | -8/+35 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+5 |
* | added a frame with radio buttons to select the resize_mode for the | Tim Janik | 1998-06-24 | 1 | -3/+3 |
* | Export the gtk_entry_adjust_scroll. Required if you change the cursor | Miguel de Icaza | 1998-06-23 | 1 | -2/+4 |
* | new function gdk_window_at_pointer() to retrive the current GdkWindow the | Tim Janik | 1998-06-17 | 1 | -12/+12 |
* | fix from TimJ for off-by-one error in table resizing | Manish Singh | 1998-06-16 | 1 | -6/+6 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -554/+823 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -1/+3 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Picky --enable-ansi cleanups. | Owen Taylor | 1998-04-10 | 1 | -4/+4 |
* | Combobulator fixes..... .... | Elliot Lee | 1998-04-09 | 1 | -0/+1 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -6/+6 |
* | Added function to set the homogeneous flag of the table (needed by derived | Federico Mena Quintero | 1998-04-06 | 1 | -0/+13 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -6/+6 |
* | gtk/gtktable.c Fixed problem with division by zero in row/column-spanned | Owen Taylor | 1998-02-03 | 1 | -27/+6 |
* | Fixed (?) problem with arithmentic exceptions in row/column | Owen Taylor | 1998-02-03 | 1 | -10/+4 |
* | fixed round-off error in calculation of tables with a lot of cells | George Lebl | 1998-01-31 | 1 | -9/+9 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -25/+4 |
* | Small fix to my previous GtkTable commit -miguel | Arturo Espinosa | 1998-01-28 | 1 | -0/+2 |
* | Tables autoresize now -miguel | Arturo Espinosa | 1998-01-27 | 1 | -24/+69 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |