summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #60128, #58307, #144706:Matthias Clasen2004-07-161-26/+44
* Fix some cases where style functions were not handling widget == NULLMatthias Clasen2004-07-091-9/+23
* small color tweak. (#141173)Soeren Sandmann2004-06-261-13/+21
* Accept a NULL style.Matthias Clasen2004-06-261-1/+1
* Typo fix.Matthias Clasen2004-06-101-1/+1
* Draw focus indication in the color wheel using standard focus style.Matthias Clasen2004-05-071-6/+14
* Use the PRELIGHT fg color for drawing the expander when prelit. FixesMark McLoughlin2004-03-111-1/+1
* Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out.Federico Mena Quintero2004-03-111-1/+1
* Fix g_return_if_fail() that was checking draw_shadow. (#136669, MortenOwen Taylor2004-03-091-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-45/+61
* Make realize and unrealize signals. (#73310)Owen Taylor2004-02-251-2/+40
* Free style->icon_factories (#130128)Owen Taylor2004-02-251-0/+13
* Make the paned handles gray when the the widget is_focus() but notMatthias Clasen2004-02-191-6/+31
* Clip narrow columns in rtl-oriented tree views (#128089,Matthias Clasen2004-02-031-0/+13
* Fix doc comment. (#126369, Olexiy Avramchenko)Matthias Clasen2003-11-061-1/+1
* remove correction on x when detail is "menuitem". With the new menu lookSoeren Sandmann2003-07-081-4/+0
* better drawing of GtkMenuItem add notes about GtkMenu remove leftoverSoeren Sandmann2003-07-061-1/+0
* add vertical_padding style property.Soeren Sandmann2003-07-061-7/+76
* Doc additions and fixes.Matthias Clasen2003-04-151-26/+384
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-2/+2
* only count the special cell if it is also visible,Kristian Rietveld2003-01-301-2/+2