summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() insteadManish Singh2007-09-211-1/+1
* Revert the clamping of cursor coordinates, since it causes really uglyMatthias Clasen2007-09-091-8/+0
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-271-2/+2
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+28
* use text colors from widget style to draw cursor instead of hardcodedYevgen Muntyan2007-06-011-6/+8
* clamp cursor coordinates to window bounds (fix from Maemo Gtk).Tim Janik2007-01-261-0/+8
* gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeingMichael Natterer2007-01-031-1/+1
* Clarify docs. (#353423, Christian Persch)Matthias Clasen2006-12-291-5/+6
* Use gslice for GtkBorder (#383557).Behdad Esfahbod2006-12-241-2/+10
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Protect against NULL widget. (#379503)Benjamin Berg2006-11-261-2/+2
* also copy icon factories and color hashes. Fixes bug #357132.Michael Natterer2006-09-221-0/+12
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* Only get the indicator-size and indicator-spacing style properties forMatthias Clasen2006-08-061-1/+4
* Add a missing initialization. (#349863, Benjamin Berg)Matthias Clasen2006-08-061-1/+1
* removed the "widget &&" part from "widget && GTK_IS_FOO (widget)" checks.Michael Natterer2006-08-031-4/+4
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-2/+2
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-211-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* handle cell_even_ruled_sorted and cell_odd_ruled_sorted for the selectedKristian Rietveld2006-05-281-2/+4
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+3
* Remove g_return_if_fail() checks from static functions.Matthias Clasen2006-03-101-52/+0
* Add some docs. (#330073, Mart Rautsepp)Matthias Clasen2006-02-101-1/+37
* Add support for row hinting for the selected state.Kristian Rietveld2006-01-311-4/+13
* Added symbolic themable colors. Patch is a merged version of proposalsMichael Natterer2005-11-231-38/+78
* Documentation improvements. (gtk_style_detach): Assert that theMatthias Clasen2005-10-051-0/+13
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-9/+0
* Intern some more strings.Matthias Clasen2005-09-011-6/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Make sure expanded expanders are not fuzzy. (#310172, reported byMatthias Clasen2005-07-201-4/+20
* updated <io.h> for open() use G_PI instead of M_PIHans Breuer2005-07-031-1/+1
* block the text_layout's "changed" handler when changing cursor visibilityMichael Natterer2005-05-251-1/+5
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-16/+10
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-22/+2
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-2/+2
* Covert expander drawing to Cairo. Also always draw the entire triangleOwen Taylor2005-04-041-112/+92
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-031-2/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-9/+9
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-454/+287
* Document which parameters may be NULL. (#166855, Frank Naumann)Matthias Clasen2005-03-071-57/+76
* AddSøren Sandmann2005-02-241-0/+21
* Add some more NULL checks, patch by Michael Natterer.Matthias Clasen2005-01-181-4/+4
* Check for NULL detail and NULL widget.Søren Sandmann2005-01-181-4/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-2/+2
* Only clear the triangle below the grip to the background, not the fullMatthias Clasen2004-11-091-22/+28
* Change the default expander size to 12 to compensate for the recent changeMatthias Clasen2004-09-131-1/+1
* Draw expanders a bit better.Matthias Clasen2004-09-071-10/+30