| Commit message (Expand) | Author | Age | Files | Lines |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -2/+2 |
* | Make the reference to the mnemonic widget weak. (#93334, Murray Cumming) | Owen Taylor | 2002-09-30 | 1 | -2/+15 |
* | ri Sep 27 16:23:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-09-27 | 1 | -25/+27 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -12/+13 |
* | Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a too | Owen Taylor | 2002-08-05 | 1 | -8/+14 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 1 | -2/+3 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -11/+22 |
* | add freeze / thaws to stop deluge of 'notify' signals. | Michael Meeks | 2002-04-12 | 1 | -1/+13 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -59/+12 |
* | change to pass in the cursor direction always, not just when we need an | Havoc Pennington | 2002-02-25 | 1 | -4/+6 |
* | Take border width into account. | Owen Taylor | 2002-02-24 | 1 | -4/+50 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -1/+1 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -10/+3 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -0/+2 |
* | Set the cursor to GDK_XTERM. | Anders Carlsson | 2002-01-27 | 1 | -2/+5 |
* | sgml fixes | Havoc Pennington | 2002-01-12 | 1 | -7/+12 |
* | More precise documentation about underscores and mnemonics. (#66380) | Matthias Clasen | 2001-12-20 | 1 | -4/+5 |
* | keep in sync with insert_page_menu. Code duplication is bad. | Jonathan Blandford | 2001-12-12 | 1 | -1/+1 |
* | Small fix to let mnemonics work with notebooks. | Jonathan Blandford | 2001-12-11 | 1 | -0/+4 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -6/+11 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 1 | -2/+2 |
* | Change default for justify to GTK_JUSTIFY_LEFT. Assuming that multiline | Owen Taylor | 2001-11-19 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | Don't recalculate the layout on each gkt_label_ensure_layout () for | Alex Larsson | 2001-11-14 | 1 | -120/+93 |
* | Rearrange docs (#64566) | Matthias Clasen | 2001-11-14 | 1 | -3/+3 |
* | Fix an obvious typo where it says LEFT instead of CENTER. | Darin Adler | 2001-11-08 | 1 | -1/+1 |
* | remove extraneous gtk_label_clear_layout (label) | Jonathan Blandford | 2001-11-02 | 1 | -2/+4 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -8/+3 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -1/+1 |
* | Use an image menu item here (popup_targets_received): Call | Anders Carlsson | 2001-10-23 | 1 | -5/+7 |
* | Add cursor-position, selection-bound properties. (#62148, reported by | Owen Taylor | 2001-10-22 | 1 | -11/+60 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -1/+1 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -7/+23 |
* | 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 |