summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-17/+17
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-9/+9
* Remove unused draw_spin_entry_shadow(). (#80229)Owen Taylor2002-12-101-72/+0
* Fix doc comment.Anders Carlsson2002-12-031-2/+1
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+9
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-17/+27
* Add a const here.Matthias Clasen2002-11-131-19/+19
* - comment out check_inconsistent_aa_bits[].Soeren Sandmann2002-11-131-48/+92
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-0/+10
* Improve drawing of RTL submenu indicators.Matthias Clasen2002-11-081-2/+3