summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-9/+9
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-13/+243
* Another feature to create truly ugly TreeViews!: style properties for theKristian Rietveld2002-10-221-10/+98
* Deprecation cleanupManish Singh2002-10-091-34/+38
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-241-2/+22
* Draw radio buttons more symmetric. Draw shadow out bevels slightlySoeren Sandmann2002-09-111-15/+16
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-21/+21
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-5/+34
* Renames:Owen Taylor2002-06-201-1/+1
* Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()Owen Taylor2002-06-201-32/+32
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-20/+82
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-1/+1
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-0/+133
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+13
* Draw arrows better (without extra baseline)Soeren Sandmann2002-02-261-151/+121
* change to pass in the cursor direction always, not just when we need anHavoc Pennington2002-02-251-30/+44
* Sanity check default font family name and size.Owen Taylor2002-02-241-1/+12
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-2/+3
* subtract 1 from line endpoint, to avoid cursor dirt in the text widget.Havoc Pennington2002-02-221-1/+1
* Many cleanups and fixes. Draw exclusively in expose handler. Feedback whenSoeren Sandmann2002-02-201-48/+155
* new radio buttons. handle inconsistent state for check- and radiobuttons.Soeren Sandmann2002-02-201-37/+108
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-3/+11
* Fix from Matthias Clasen to clear background appropriately for theme byOwen Taylor2002-02-041-5/+4
* Add flipping support to the expanders.Anders Carlsson2002-02-031-5/+5
* make static.Mark McLoughlin2002-01-311-2/+2
* Allow a -1 icon size.Anders Carlsson2002-01-301-1/+1