| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't draw with GTK_STATE_ACTIVE. | Alex Larsson | 2001-09-19 | 1 | -53/+870 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -1/+1 |
* | Add properties for labels, mnemonics and stock items. Added C accessor | Alexander Larsson | 2001-08-27 | 1 | -1/+1 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -4/+6 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -2/+4 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -30/+248 |
* | Docs fixups, and: | Havoc Pennington | 2001-06-15 | 1 | -0/+17 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -1/+26 |
* | Use new mnemonic convenience functions | Havoc Pennington | 2001-06-05 | 1 | -4/+12 |
* | implement overwrite mode | Havoc Pennington | 2001-06-01 | 1 | -10/+127 |
* | Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1 | Alexander Larsson | 2001-05-17 | 1 | -1/+9 |
* | don't propagate exposes to NULL child. | Tim Janik | 2001-05-11 | 1 | -3/+6 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -0/+1 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -6/+6 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -1/+1 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -1/+1 |
* | fix up some docs | Havoc Pennington | 2001-03-23 | 1 | -4/+5 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -19/+53 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 1 | -11/+12 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -42/+232 |
* | updated | Hans Breuer | 2001-03-09 | 1 | -2/+1 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -0/+25 |
* | Removed warning | Alexander Larsson | 2001-03-07 | 1 | -1/+1 |
* | Made the "parent_class" pointer static. The pixbuf-engine coincidentially | Michael Natterer | 2001-03-05 | 1 | -1/+2 |
* | Convert from GtkArg to GParam (originally based on patch from Lee | Alexander Larsson | 2001-03-05 | 1 | -152/+395 |
* | Queue a redraw if the selectable setting was changed. | Alexander Larsson | 2001-02-20 | 1 | -1/+6 |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 1 | -11/+11 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -49/+637 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 1 | -2/+2 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -1/+3 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -2/+2 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -1/+1 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -8/+11 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 1 | -2/+6 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -9/+8 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 1 | -1/+1 |
* | Test set_markup_with_accel() | Havoc Pennington | 2000-11-01 | 1 | -1/+1 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -13/+131 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -3/+2 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -13/+7 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -27/+33 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 1 | -8/+8 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -2/+2 |
* | deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.la | Christopher Blizzard | 2000-06-09 | 1 | -2/+2 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -555/+247 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -16/+17 |