| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -34/+38 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 1 | -2/+22 |
* | Draw radio buttons more symmetric. Draw shadow out bevels slightly | Soeren Sandmann | 2002-09-11 | 1 | -15/+16 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 1 | -21/+21 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -5/+34 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font() | Owen Taylor | 2002-06-20 | 1 | -32/+32 |
* | Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, | Owen Taylor | 2002-06-13 | 1 | -1/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -1/+1 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -20/+82 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -1/+1 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -0/+133 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 1 | -0/+13 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 1 | -151/+121 |
* | change to pass in the cursor direction always, not just when we need an | Havoc Pennington | 2002-02-25 | 1 | -30/+44 |
* | Sanity check default font family name and size. | Owen Taylor | 2002-02-24 | 1 | -1/+12 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 1 | -2/+3 |
* | subtract 1 from line endpoint, to avoid cursor dirt in the text widget. | Havoc Pennington | 2002-02-22 | 1 | -1/+1 |
* | Many cleanups and fixes. Draw exclusively in expose handler. Feedback when | Soeren Sandmann | 2002-02-20 | 1 | -48/+155 |
* | new radio buttons. handle inconsistent state for check- and radiobuttons. | Soeren Sandmann | 2002-02-20 | 1 | -37/+108 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -3/+11 |
* | Fix from Matthias Clasen to clear background appropriately for theme by | Owen Taylor | 2002-02-04 | 1 | -5/+4 |
* | Add flipping support to the expanders. | Anders Carlsson | 2002-02-03 | 1 | -5/+5 |
* | make static. | Mark McLoughlin | 2002-01-31 | 1 | -2/+2 |
* | Allow a -1 icon size. | Anders Carlsson | 2002-01-30 | 1 | -1/+1 |
* | Document that a size of (GtkIconSize)-1 means don't scale. | Owen Taylor | 2002-01-30 | 1 | -4/+5 |
* | Changes to gtktreeview to better support thicker focus lines, | Bill Haneman | 2002-01-28 | 1 | -16/+31 |
* | removed unused return value. | Sven Neumann | 2002-01-27 | 1 | -9/+2 |
* | gtk/gtkstyle.c a misprint in documentation for gtk_style_render_icon () is | Vitaly Tishkov | 2002-01-15 | 1 | -1/+1 |
* | Documentation additions. | Matthias Clasen | 2002-01-14 | 1 | -3/+225 |
* | add trailing */ on doc comment. | James Henstridge | 2002-01-08 | 1 | -0/+1 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -2/+60 |
* | Free dash list if necessary. | Anders Carlsson | 2002-01-03 | 1 | -6/+20 |
* | (#67542, reported by Anders Carlsson) | Owen Taylor | 2001-12-26 | 1 | -4/+1 |
* | Fix wrong ChangeLog entry Fix drawing of top right corner | Soeren Sandmann | 2001-12-11 | 1 | -1/+1 |
* | Typo fixes. | Matthias Clasen | 2001-12-07 | 1 | -0/+32 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -17/+15 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -21/+103 |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 1 | -9/+4 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -1/+1 |
* | remove ARROW_SIZE constant, use new function spin_button_get_arrow_size() | Kristian Rietveld | 2001-10-21 | 1 | -8/+23 |
* | s/retrive/retrieve/ | jacob berkman | 2001-10-03 | 1 | -1/+1 |
* | change scroll_to_cell delayed code to happen in size_allocate. | Jonathan Blandford | 2001-10-01 | 1 | -4/+4 |
* | only start editing when you select with a keyboard. | Jonathan Blandford | 2001-09-27 | 1 | -1/+6 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -0/+57 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -11/+4 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -45/+105 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -5/+8 |
* | gtk/gtkstyle.c (_gtk_style_peek_property_value) Amend previous change to | Padraig O'Briain | 2001-09-10 | 1 | -2/+3 |
* | Don't do a lookup immediately after creating style->property_cache, since | Owen Taylor | 2001-09-10 | 1 | -9/+10 |