summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document that a size of (GtkIconSize)-1 means don't scale.Owen Taylor2002-01-301-4/+5
* Changes to gtktreeview to better support thicker focus lines,Bill Haneman2002-01-281-16/+31
* removed unused return value.Sven Neumann2002-01-271-9/+2
* gtk/gtkstyle.c a misprint in documentation for gtk_style_render_icon () isVitaly Tishkov2002-01-151-1/+1
* Documentation additions.Matthias Clasen2002-01-141-3/+225
* add trailing */ on doc comment.James Henstridge2002-01-081-0/+1
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-2/+60
* Free dash list if necessary.Anders Carlsson2002-01-031-6/+20
* (#67542, reported by Anders Carlsson)Owen Taylor2001-12-261-4/+1
* Fix wrong ChangeLog entry Fix drawing of top right cornerSoeren Sandmann2001-12-111-1/+1
* Typo fixes.Matthias Clasen2001-12-071-0/+32
* Fix docs. (#66383)Matthias Clasen2001-12-061-17/+15
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-21/+103
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-9/+4
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* remove ARROW_SIZE constant, use new function spin_button_get_arrow_size()Kristian Rietveld2001-10-211-8/+23
* s/retrive/retrieve/jacob berkman2001-10-031-1/+1
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-4/+4
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-271-1/+6
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-0/+57
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-11/+4
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-45/+105
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-5/+8
* gtk/gtkstyle.c (_gtk_style_peek_property_value) Amend previous change toPadraig O'Briain2001-09-101-2/+3
* Don't do a lookup immediately after creating style->property_cache, sinceOwen Taylor2001-09-101-9/+10
* Replace uses of GBSearchArray with GArray and bsearch(), to removeOwen Taylor2001-09-081-47/+36
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-291-8/+11
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-5/+19
* Divide with floating point numbers so that the result will be floatingAnders Carlsson2001-08-171-2/+2
* gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget toMatthias Clasen2001-08-091-0/+2
* new file use itHans Breuer2001-08-041-3/+2
* Add support for animating expanders.Anders Carlsson2001-07-221-30/+80
* add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): computeTim Janik2001-07-141-1/+1
* Handle the case without XKB properly.Owen Taylor2001-06-211-3/+18
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-1/+1
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-86/+187
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-8/+13
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-448/+638
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-6/+14
* Close bug #50615:Havoc Pennington2001-04-181-5/+6
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-43/+17
* Reference param spec when caching property values, since we unref it laterOwen Taylor2001-04-021-0/+2
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-0/+12
* *** empty log message ***Owen Taylor2001-03-291-0/+127
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-191-6/+9
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-58/+221