| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -33/+40 |
* | Calculate size based on the _child_ of the menu item, not the menuitem. | Owen Taylor | 2001-11-26 | 1 | -3/+8 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -16/+15 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -1/+71 |
* | add a mnemonic_activate function to option menu. | Jonathan Blandford | 2001-10-16 | 1 | -0/+11 |
* | Handle scroll wheel events. | Alexander Larsson | 2001-09-17 | 1 | -0/+49 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -6/+6 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -18/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -5/+5 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -7/+7 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+1 |
* | Account for the fact that the border width is _outside_ the window. (Fixes | Owen Taylor | 2001-05-31 | 1 | -16/+12 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -2/+2 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -16/+47 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -0/+3 |
* | Reference param spec when caching property values, since we unref it later | Owen Taylor | 2001-04-02 | 1 | -8/+7 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -21/+71 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -11/+4 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -1/+1 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -1/+1 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+9 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -10/+75 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+30 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -25/+1 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -31/+17 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -2/+20 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -4/+12 |
* | Add patch from Jonathan Blandford and Anders Carlsson to change the Paned | Owen Taylor | 2000-02-17 | 1 | -4/+9 |
* | New function, long needed. | Owen Taylor | 1999-12-03 | 1 | -0/+15 |
* | 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 | -4/+6 |
* | Fixed problem with uints resulting in huge child allocations. | Owen Taylor | 1999-02-01 | 1 | -5/+5 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -1/+1 |
* | Return TRUE for button press events we handle. (Allows option menus in | Owen Taylor | 1998-12-22 | 1 | -1/+2 |
* | 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 | -4/+0 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -34/+40 |
* | gtk/gtkoptionmenu.c make option menus work when some of the menuitems are | GMT 1998 Austin Donnelly | 1998-11-01 | 1 | -1/+3 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -3/+36 |
* | totaly binary incomnpatible change: | Tim Janik | 1998-07-07 | 1 | -9/+9 |
* | 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/+3 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -2/+14 |
* | Removed code for drawing the child in two places at once. Unfortunately, | Owen Taylor | 1998-06-13 | 1 | -1/+20 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |