]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/ChangeLog
Fix for changes to draw_focus.
[~andy/gtk] / modules / engines / pixbuf / ChangeLog
1 Fri Jan 18 18:14:11 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * src/pixbuf-draw.c (draw_focus): Fix for changes to draw_focus.
4
5 2001-09-21  Hans Breuer  <hans@breuer.org>
6
7         * src/pixbuf-rc-style-c :  GtkRcStyle::parse has a GtkSettings
8         parameter now. Pass it through theme_parse_file () to use it
9         gtk_rc_find_pixmap_in_path ()
10
11         * src/pixbuf-draw.c : the font field from GtkStyle is private
12         now, use accessor gtk_style_get_font ()
13
14         * makefile.msc : compile on win32, use it if you have a _real_
15         fast computer or want to see gtk in slow motion :-)
16
17 Thu May  3 05:36:06 2001  Owen Taylor  <otaylor@redhat.com>
18
19         * pixbuf.h: Fix trailing comma on enumeration. (#54071)
20
21 2001-03-05  Michael Natterer  <mitch@gimp.org>
22
23         * src/pixbuf-draw.c: made the "parent_class" pointer static.
24
25         (Owen, I just commented out the draw methods which don't exist any
26         more to make it compile).
27
28 2001-02-20  Sven Neumann  <sven@convergence.de>
29
30         * src/pixbuf-draw.c (draw_vline): use draw_vline method of 
31         parent_class, not draw_hline
32
33 Wed Nov 15 21:56:28 2000  Owen Taylor  <otaylor@redhat.com>
34
35         * src/pixbuf-*: A few updates for GTypePlugin.
36
37 Tue Jul 18 12:13:19 2000  Owen Taylor  <otaylor@redhat.com>
38
39         Updates to work with GTK+-2.0 theme engine architecture.
40         It won't even sort of work with GTK+-1.2 any more.
41
42         * configure.in src/Makefile.am: Look for GTK+-2.0, 
43         install engine into GTK+-2.0 location.
44         
45         * src/pixbuf-style.h src/pixbuf-rc-style.[ch]: New
46         files for GtkRcStyle and GtkStyle subclasses. Parsing,
47         etc, moves to pixbuf-rc-style.[ch]
48
49         * src/pixbuf-draw.c: Chain up to parent implementation
50         when images aren't found for a certain element.
51
52 Sun Jul  9 18:15:58 2000  Owen Taylor  <otaylor@redhat.com>
53
54         * configure.in (ACLOCAL): Add -Wall for gcc.
55
56         * src/pixbuf-render.c (pixbuf_render): Fix problem
57         using gdk_rectangle_intersect() from GTK+-1.2.
58
59         * src/pixbuf-render.c src/pixbuf-draw.c: Remove 
60         direct access to pixbuf internals.
61
62 Mon Mar  6 11:44:58 2000  Owen Taylor  <otaylor@redhat.com>
63
64         * docs/gap-geometry.fig: Moved into docs/ subdir
65         
66         * Makefile.am configure.in autogen.sh src/Makefile.am: 
67         automakify
68          
69         * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
70         src/pixbuf-main.c: Move sources into subdir and
71         rename.
72
73 Mon Mar  6 11:02:07 2000  Owen Taylor  <otaylor@redhat.com>
74
75         * pixmap_theme_pixbuf.c: Handle drawing transparency without a
76         mask correctly.
77
78         * pixmap_theme_main.c pixmap_theme_draw.c: Remove duplicate
79         includes.
80         
81 Sun Feb  6 21:34:30 2000  Owen Taylor  <otaylor@redhat.com>
82
83         * Started ChangeLog for pixbuf engine, check sources
84         into CVS.
85
86 ========== ChangeLog for pixmap engine ===================
87
88 1999-11-22  Martin Baulig  <martin@home-of-linux.org>
89
90         * pixmap_theme_main.c (theme_duplicate_style): Really copy the
91         `src_data->img_list', not just the pointer that points to it.
92
93 Tue Oct  5 15:13:29 1999  Owen Taylor  <otaylor@redhat.com>
94
95         * pixmap_theme_draw.c (apply_theme_image): Don't set
96         background pixmap on pixmaps.
97
98 1999-02-14  Raja R Harinath  <harinath@cs.umn.edu>
99
100         * Theme/gtk/Makefile.am.in (Makefile.am): Handle the case when
101         files are deleted.
102
103 Thu Feb 11 21:16:53 1999  Owen Taylor  <otaylor@redhat.com>
104
105         * pixmap_theme_main.c (theme_data_unref): Free the
106         theme data structure as well as the contents.
107
108 1999-02-03  Raja R Harinath  <harinath@cs.umn.edu>
109
110         * Theme/gtk/Makefile.am.in: New file.  Theme/gtk/Makefile.am is
111         generated from this file when new *.png files are added.
112
113 1999-01-23  Miguel de Icaza  <miguel@nuclecu.unam.mx>
114
115         * pixmap_theme_main.c (theme_init): Turn on pixmap cache. 
116
117 Mon Jan 18 13:37:23 1999  Owen Taylor  <otaylor@redhat.com>
118
119         * Theme/gtk/gtkrc: Give buttons a gray background
120         color so they look a little less funny when initially
121         drawing.
122
123 Wed Jan 13 18:58:25 1999  Owen Taylor  <otaylor@redhat.com>
124
125         * pixmap_theme_draw.c: Fixed pervasive mis-bracketing
126         that was causing drawing if the drawn region and
127         clipping region did NOT intersect, and a couple
128         of errors in computing source and destination 
129         regions.
130
131 1998-11-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
132
133         * pixmap_theme_draw.c: #include <math.h>
134
135 1998-11-07  Raja R Harinath  <harinath@cs.umn.edu>
136
137         * Theme/gtk/Makefile.am (theme_DATA): 
138         Update to new directory contents.
139         * configure.in: Remove.
140
141 Fri Nov  6 17:26:12 1998  Owen Taylor  <otaylor@redhat.com>
142
143         * pixmap_theme_main.c: Removed some debugging 
144         printf's. 
145
146         * Theme/gtk/notebook1.c Theme/gtk/menubar.png: new
147         bigger pixmaps to reduce pixelation.
148
149         * Theme/gtk/gtkrc: Reorganized to use several styles
150         instead of one huge style. Change clist backgrounds
151         to be prettier.
152
153 Thu Nov  5 10:23:46 1998  Owen Taylor  <otaylor@redhat.com>
154
155         * pixmap_theme_draw.c (draw_shadow_gap): Fixed hard-coded
156         gap_side of '0'.
157
158 Mon Nov  2 14:46:02 1998  Owen Taylor  <otaylor@redhat.com>
159
160         * pixmap_theme_draw.c (apply_theme_image_shadow_gap): Removed
161         several hundred lines of duplicated code with a bit of
162         reoriganization.
163
164 Wed Oct 28 16:18:04 1998  Owen Taylor  <otaylor@redhat.com>
165
166         * pixmap_theme_main.c (theme_symbols): Removed lots
167         and lots of white space.
168