| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -1/+1 |
* | Protect against NULL widget. (#379503) | Benjamin Berg | 2006-11-26 | 1 | -2/+2 |
* | also copy icon factories and color hashes. Fixes bug #357132. | Michael Natterer | 2006-09-22 | 1 | -0/+12 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+0 |
* | Only get the indicator-size and indicator-spacing style properties for | Matthias Clasen | 2006-08-06 | 1 | -1/+4 |
* | Add a missing initialization. (#349863, Benjamin Berg) | Matthias Clasen | 2006-08-06 | 1 | -1/+1 |
* | removed the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks. | Michael Natterer | 2006-08-03 | 1 | -4/+4 |
* | 2.10.1GTK_2_10_1 | Matthias Clasen | 2006-07-24 | 1 | -2/+2 |
* | Replace gtk_rc_style_ref/unref by g_object_ref/unref. | Matthias Clasen | 2006-07-21 | 1 | -2/+2 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | handle cell_even_ruled_sorted and cell_odd_ruled_sorted for the selected | Kristian Rietveld | 2006-05-28 | 1 | -2/+4 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+3 |
* | Remove g_return_if_fail() checks from static functions. | Matthias Clasen | 2006-03-10 | 1 | -52/+0 |
* | Add some docs. (#330073, Mart Rautsepp) | Matthias Clasen | 2006-02-10 | 1 | -1/+37 |
* | Add support for row hinting for the selected state. | Kristian Rietveld | 2006-01-31 | 1 | -4/+13 |
* | Added symbolic themable colors. Patch is a merged version of proposals | Michael Natterer | 2005-11-23 | 1 | -38/+78 |
* | Documentation improvements. (gtk_style_detach): Assert that the | Matthias Clasen | 2005-10-05 | 1 | -0/+13 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -9/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -6/+7 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Make sure expanded expanders are not fuzzy. (#310172, reported by | Matthias Clasen | 2005-07-20 | 1 | -4/+20 |
* | updated <io.h> for open() use G_PI instead of M_PI | Hans Breuer | 2005-07-03 | 1 | -1/+1 |
* | block the text_layout's "changed" handler when changing cursor visibility | Michael Natterer | 2005-05-25 | 1 | -1/+5 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -16/+10 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 1 | -22/+2 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -2/+2 |
* | Covert expander drawing to Cairo. Also always draw the entire triangle | Owen Taylor | 2005-04-04 | 1 | -112/+92 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 1 | -2/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -9/+9 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -454/+287 |
* | Document which parameters may be NULL. (#166855, Frank Naumann) | Matthias Clasen | 2005-03-07 | 1 | -57/+76 |
* | Add | Søren Sandmann | 2005-02-24 | 1 | -0/+21 |
* | Add some more NULL checks, patch by Michael Natterer. | Matthias Clasen | 2005-01-18 | 1 | -4/+4 |
* | Check for NULL detail and NULL widget. | Søren Sandmann | 2005-01-18 | 1 | -4/+4 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -2/+2 |
* | Only clear the triangle below the grip to the background, not the full | Matthias Clasen | 2004-11-09 | 1 | -22/+28 |
* | Change the default expander size to 12 to compensate for the recent change | Matthias Clasen | 2004-09-13 | 1 | -1/+1 |
* | Draw expanders a bit better. | Matthias Clasen | 2004-09-07 | 1 | -10/+30 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #60128, #58307, #144706: | Matthias Clasen | 2004-07-16 | 1 | -26/+44 |
* | Fix some cases where style functions were not handling widget == NULL | Matthias Clasen | 2004-07-09 | 1 | -9/+23 |
* | small color tweak. (#141173) | Soeren Sandmann | 2004-06-26 | 1 | -13/+21 |
* | Accept a NULL style. | Matthias Clasen | 2004-06-26 | 1 | -1/+1 |
* | Typo fix. | Matthias Clasen | 2004-06-10 | 1 | -1/+1 |
* | Draw focus indication in the color wheel using standard focus style. | Matthias Clasen | 2004-05-07 | 1 | -6/+14 |
* | Use the PRELIGHT fg color for drawing the expander when prelit. Fixes | Mark McLoughlin | 2004-03-11 | 1 | -1/+1 |
* | Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |