| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gtk-doc happy: | Johan Dahlin | 2008-03-06 | 1 | -1/+1 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -3/+4 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -308/+346 |
* | Add gtk_border_new to avoid memory allocator confusions when using | Xan Lopez | 2007-12-27 | 1 | -7/+16 |
* | cast pointers to fix warnings about signdness. | Michael Natterer | 2007-11-14 | 1 | -5/+5 |
* | gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead | Manish Singh | 2007-09-21 | 1 | -1/+1 |
* | Revert the clamping of cursor coordinates, since it causes really ugly | Matthias Clasen | 2007-09-09 | 1 | -8/+0 |
* | Fix check/radio indicator drawing mess (bug #452225): | Michael Natterer | 2007-07-27 | 1 | -2/+2 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -0/+28 |
* | use text colors from widget style to draw cursor instead of hardcoded | Yevgen Muntyan | 2007-06-01 | 1 | -6/+8 |
* | clamp cursor coordinates to window bounds (fix from Maemo Gtk). | Tim Janik | 2007-01-26 | 1 | -0/+8 |
* | gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeing | Michael Natterer | 2007-01-03 | 1 | -1/+1 |
* | Clarify docs. (#353423, Christian Persch) | Matthias Clasen | 2006-12-29 | 1 | -5/+6 |
* | Use gslice for GtkBorder (#383557). | Behdad Esfahbod | 2006-12-24 | 1 | -2/+10 |
* | 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 |