Michael Natterer
64c73a61b7
Remove all .cvsignore files.
...
svn path=/trunk/; revision=19169
2007-12-13 11:18:45 +00:00
15:39:40 Tim Janik
2dc08ada49
call g_test_init() from gtk_test_init().
...
2007-11-22 15:39:40 Tim Janik <timj@imendio.com>
* gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
* gtk/tests/testing.c: use g_test_add_func() to register tests and use
g_test_run() to run the tests to integrate with the testing framework.
* gtk/tests/Makefile.am: removed exemplary testing rules.
* Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
* gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
* tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
* docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
* docs/reference/Makefile.am, docs/tools/Makefile.am:
* docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
* gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
* demos/gtk-demo/Makefile.am, demos/Makefile.am:
* modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
* modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
* modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
* modules/engines/ms-windows/Theme/Makefile.am:
* modules/engines/ms-windows/Makefile.am:
* modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am:
* modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
* contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
* gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
* gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
* gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
svn path=/trunk/; revision=19033
2007-11-22 14:38:26 +00:00
Matthias Clasen
0f4d0f8e62
2.11.1
...
svn path=/trunk/; revision=18027
2007-06-04 17:01:14 +00:00
Matthias Clasen
82ce59cd0f
Remove unnecessary NULL checks before g_free(). ( #369666 , Morten Welinder,
...
2007-03-09 Matthias Clasen <mclasen@redhat.com>
* Everywhere: Remove unnecessary NULL checks before
g_free(). (#369666 , Morten Welinder, Djihed Afifi)
* configure.in: Check for ftw.h
svn path=/trunk/; revision=17444
2007-03-09 21:57:37 +00:00
Matthias Clasen
cd1c63583c
Move G_GNUC_INTERNAL before function declarations. ( #352276 , Damien
...
2006-12-22 Matthias Clasen <mclasen@redhat.com>
* modules/engines/pixbuf/pixbuf.h:
* modules/engines/pixbuf/pixbuf-rc-style.h:
* modules/engines/pixbuf/pixbuf-style.h: Move
G_GNUC_INTERNAL before function declarations. (#352276 ,
Damien Carbery)
2006-12-23 03:35:21 +00:00
Matthias Clasen
241ff0b6bd
Cleanups
2006-10-08 05:32:07 +00:00
Matthias Clasen
b14b866c3d
Query range style properties only on range widgets. ( #352277 , Benjamin
...
2006-08-26 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c (reverse_engineer_stepper_box):
Query range style properties only on range
widgets. (#352277 , Benjamin Otte)
2006-08-26 06:02:33 +00:00
Matthias Clasen
0c2a4ec42e
2.10.2
2006-08-18 04:34:21 +00:00
Matthias Clasen
fe03813226
2.10.1
2006-07-24 02:02:14 +00:00
Matthias Clasen
340e710fc3
modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. ( #338262 )
...
2006-04-12 Matthias Clasen <mclasen@redhat.com>
* contrib/gdk-pixbuf-xlib/Makefile.am:
* modules/engines/pixbuf/Makefile.am
* gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262 )
2006-04-12 19:48:27 +00:00
Matthias Clasen
8cb0674b6b
Clean up exported symbols
2006-03-11 02:13:11 +00:00
Matthias Clasen
26a1ba116e
Remove suspicious code. ( #325295 , Alexander Nedotsukov)
...
2006-03-10 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c (draw_extension): Remove suspicious
code. (#325295 , Alexander Nedotsukov)
2006-03-10 19:15:40 +00:00
Behdad Esfahbod
6a66c972ca
If major.minor of required and available glib versions are the same, add
...
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* configure.in: If major.minor of required and available glib versions
are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617 )
* */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
2006-01-29 04:00:45 +00:00
Matthias Clasen
5369771847
If the src positions for gradients are nonsensical, don't render anything,
...
2006-01-17 Matthias Clasen <mclasen@redhat.com>
* pixbuf-render.c: If the src positions for gradients
are nonsensical, don't render anything, rather than
read out of bounds.
2006-01-17 20:02:54 +00:00
Matthias Clasen
2ff662e7e2
Apply a patch by Alexander Nedotsukov to support customized drawing of
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c:
* pixbuf-rc-style.c:
* pixbuf.h: Apply a patch by Alexander Nedotsukov to
support customized drawing of expanders and resize
grips. (#325289 ).
2006-01-16 19:53:10 +00:00
Matthias Clasen
94ba779870
Silence the compiler.
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c (draw_gap_image): Silence the
compiler.
2006-01-16 13:18:16 +00:00
Matthias Clasen
9b593427aa
const correctness fixes
...
found by Arjan van de Ven and gcc.
2005-11-17 14:57:24 +00:00
Matthias Clasen
1255e7fabd
2.8.2
2005-08-24 18:22:23 +00:00
Matthias Clasen
ee46e2bee7
2.8.1
2005-08-24 06:29:12 +00:00
Matthias Clasen
64e268edf4
2.8.0
2005-08-13 19:34:27 +00:00
Matthias Clasen
80578efe33
2.7.5
2005-08-03 18:51:11 +00:00
Matthias Clasen
22d4d65e01
2.7.4
2005-07-22 20:28:31 +00:00
Matthias Clasen
d585120eeb
2.7.3
2005-07-15 20:33:47 +00:00
Matthias Clasen
92da84155f
2.7.2
2005-07-08 18:52:47 +00:00
Matthias Clasen
2bd25d8f45
2.7.1
2005-07-01 19:24:05 +00:00
Matthias Clasen
58a1af804c
2.7.0
2005-06-20 22:06:27 +00:00
Matthias Clasen
3febaff1e4
Try to handle the situation that the borders are larger than the area we
...
2005-06-12 Matthias Clasen <mclasen@redhat.com>
* pixbuf-render.c (theme_pixbuf_render): Try to
handle the situation that the borders are larger
than the area we are rendering. (#169731 ,
Benjamin Otte)
2005-06-12 06:04:40 +00:00
Matthias Clasen
65d7ef8ff4
2.6.1
2005-01-08 07:50:46 +00:00
Matthias Clasen
203e5edc6f
2.6.0
2004-12-16 18:21:44 +00:00
Matthias Clasen
00c069f2b6
2.5.6
2004-12-03 06:32:17 +00:00
Matthias Clasen
de33692b05
Add necessary libraries to make it compile with -no-undefined. ( #159713 ,
...
2004-11-28 Matthias Clasen <mclasen@redhat.com>
* Makefile.am (LDADDS): Add necessary libraries to make
it compile with -no-undefined. (#159713 , Robert Ögren)
2004-11-28 17:21:06 +00:00
Manish Singh
54b45a19b9
modules/engines/ms-windows/msw_rc_style.c
...
Fri Nov 19 15:18:51 2004 Manish Singh <yosh@gimp.org>
* modules/engines/ms-windows/msw_rc_style.c
* modules/engines/ms-windows/msw_style.c
* modules/engines/ms-windows/msw_theme_main.c
* modules/engines/pixbuf/pixbuf-main.c
* modules/engines/pixbuf/pixbuf-rc-style.c
* modules/input/gtkimcontextime.c
* modules/input/gtkimcontextxim.c
* modules/input/imam-et.c
* modules/input/imcedilla.c
* modules/input/imcyrillic-translit.c
* modules/input/iminuktitut.c
* modules/input/imipa.c
* modules/input/imthai-broken.c
* modules/input/imti-er.c
* modules/input/imti-et.c
* modules/input/imviqr.c
* tests/prop-editor.c
* tests/testentrycompletion.c
* tests/testfilechooser.c
* tests/testmerge.c
* tests/testtoolbar.c
* tests/testtreecolumns.c
* tests/testtreeview.c: get rid of unnecessary casts.
* tests/testgtk.c (create_labels): add GTK_LABEL() casts for
gtk_label_set_ellipsize() calls.
* tests/testicontheme.c (main): remove unused pixbuf variable.
2004-11-19 23:30:47 +00:00
Manish Singh
aa04eae7b7
Output Makefile for the pixbuf engine directory.
...
Mon Nov 15 17:17:17 2004 Manish Singh <yosh@gimp.org>
* configure.in: Output Makefile for the pixbuf engine directory.
* gtk/gtk.symbols: Add gtk_button_{get,set}_image.
* modules/engines/pixbuf/pixbuf-render.c: Replace usage of deprecated
functions.
* modules/engines/pixbuf/pixbuf-draw.c: undef GDK_DISABLE_DEPRECATED
for gdk_draw_string (ick).
2004-11-16 01:20:47 +00:00
Matthias Clasen
66cec03401
Remove uses of deprecated symbols.
...
2004-11-15 Matthias Clasen <mclasen@redhat.com>
* pixbuf-render.c:
* pixbuf-draw.c:
* pixbuf-rc-style.c: Remove uses of deprecated symbols.
2004-11-15 18:42:12 +00:00
Matthias Clasen
7e7e4cbb6e
Remove examples, adjust Makefile.am
2004-11-15 18:25:11 +00:00
Owen Taylor
bc60ec0b83
Fix ./-> typo. (Federic Crozat)
...
Thu Mar 18 10:07:15 2004 Owen Taylor <otaylor@redhat.com>
* pixbuf-draw.c (match_theme_image): Fix ./-> typo.
(Federic Crozat)
2004-03-18 15:09:55 +00:00
Owen Taylor
22767f65f7
Fix problem with NULL details. ( #112066 , MINAMI Hirokazu, Matthias Clasen)
...
Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com>
* pixbuf-draw.c (match_theme_image): Fix problem with
NULL details. (#112066 , MINAMI Hirokazu, Matthias Clasen)
2004-03-17 21:43:47 +00:00
Mark McLoughlin
bc8567d488
make pixbuf_cache static to avoid possible symbol conflicts.
...
2003-07-15 Mark McLoughlin <mark@skynet.ie>
* pixbuf-render.c: make pixbuf_cache static to avoid
possible symbol conflicts.
2003-07-15 11:40:19 +00:00
Tor Lillqvist
45e99b52b1
Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.
...
2003-03-02 Tor Lillqvist <tml@iki.fi>
* configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32
conditional on Windows.
* makefile.cygwin: Remove, unmaintained and obsolete.
* Makefile.am (EXTRA_DIST): Remove here, too.
* README.win32: Update.
pixbuf:
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined on Windows.
metal and redmond95:
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
2003-03-02 02:00:50 +00:00
Owen Taylor
f824f0390c
Update ChangeLog credits
2002-09-07 00:38:31 +00:00
Owen Taylor
11c6627174
Account for the possibility of detail == NULL ( #89561 , Hongli Lai)
...
Fri Sep 6 20:32:45 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-draw.c: Account for the possibility of detail == NULL
(#89561 , Hongli Lai)
2002-09-07 00:35:57 +00:00
Owen Taylor
1ffde0469e
Add a fake STEPPER function that is used for drawing scrollbar steppers,
...
Sun Apr 21 14:10:04 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-rc-style.c pixbuf.h pixbuf-draw.c: Add a fake STEPPER
function that is used for drawing scrollbar steppers,
so that themes that want to draw the button and arrow
separately can override the default handling.
* pixbuf-draw.c: Remove draw_polygon() since it was
just a cut-and-paste of the default one. Remove
some unused code.
2002-04-21 19:00:52 +00:00
James Henstridge
9d16a01cfb
link pixbuf engine against the gtk+ libraries, so that it can be used with
...
2002-03-07 James Henstridge <james@daa.com.au>
* Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against
the gtk+ libraries, so that it can be used with programs that
dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting
languages and mozilla).
2002-03-06 23:34:11 +00:00
Owen Taylor
ac939d3355
Add gradient rendering -- if the source width/height is zero, render a
...
Thu Feb 7 00:21:21 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (pixbuf_render): Add gradient
rendering -- if the source width/height is zero,
render a gradient from the surrounding values.
2002-02-07 05:43:55 +00:00
Owen Taylor
cef69b57fe
Fix hint computation again.
...
Mon Jan 28 15:34:43 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (compute_hint): Fix hint computation
again.
2002-01-28 20:36:38 +00:00
Owen Taylor
929c8ed53e
Fix problems in computing MISSING hint.
...
Mon Jan 28 12:17:07 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (compute_hint): Fix problems in computing
MISSING hint.
2002-01-28 17:25:14 +00:00
Owen Taylor
6090d199a5
Optimize the case where a component is entirely transparent by skipping
...
Sun Jan 27 23:58:13 2002 Owen Taylor <otaylor@redhat.com>
* pixbuf-render.c (compute_hint): Optimize the case
where a component is entirely transparent by skipping
drawing it.
* pixbuf-rc-style.c (theme_parse_image): Catch case
where background or overlay border/stretch are specified
without a background image.
* pixbuf-render.c (theme_pixbuf_destroy): Actually free
the structure and filename.
2002-01-28 05:34:17 +00:00
Owen Taylor
188ceabf8b
Move back into gtk-engines
2002-01-20 02:16:54 +00:00
Owen Taylor
029b235234
Catch invalid borders, and warn.
...
Sat Jan 19 02:45:17 2002 Owen Taylor <otaylor@redhat.com>
* src/pixbuf-render.c (theme_pixbuf_compute_hints): Catch
invalid borders, and warn.
2002-01-19 07:52:52 +00:00
Owen Taylor
4661db56ae
fix image file names
2002-01-19 07:28:56 +00:00