summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-292/+291
* (follow-on from previous commit)Elliot Lee2000-06-201-4/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-4/+8
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-0/+1
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+3
* add a 'paned' mode to the function to let it draw the seven dots, insteadJonathan Blandford2000-02-231-24/+75
* Make the @detail argument for the GtkStyleClass vtable const.Owen Taylor2000-01-211-297/+296
* Adapt cast macros to standard.Raja R Harinath1999-11-221-5/+46
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* merges from stable branchStuart Parmenter1999-03-171-12/+13
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-101-0/+1
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-091-16/+32
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-101-2/+8
* incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1999-01-171-15/+0
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-1793/+1812
* Change copy_area => !set_bg. Use tile instead of gdk_window_copy_area whenOwen Taylor1999-01-151-50/+42
* Add back as wrapper function to restore source/binary compatibility.Owen Taylor1999-01-121-0/+14
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-76/+111
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-111-1006/+1008
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-1/+0
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-41/+0
* use GtkPositionType defines.Lars Hamann1998-11-111-14/+9
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-894/+2656
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-75/+210
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-1/+4
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon ChaplinTim Janik1998-03-171-2/+2
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-0/+25
* Backed out change to close polygons since it caused problems for theOwen Taylor1998-01-311-17/+9
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-2/+2
* Close the polygon if it isn't already. (To match gtk_draw_polygon)Owen Taylor1998-01-301-36/+20
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-15/+10
* Fixed recent bug in gtkstyle.c. -JayJay Painter1997-12-041-1/+2
* Misc fixes for color changing stuffElliot Lee1997-11-281-3/+2
* Initial revisionElliot Lee1997-11-241-0/+1795