- 04 Aug, 2005 3 commits
-
-
Matthias Clasen authored
-
2005-08-04 Christian Persch <chpe@cvs.gnome.org> * configure.in: Remove "te" since it breaks the build.
-
Sunil Mohan Adapa authored
-
- 03 Aug, 2005 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 26 Jul, 2005 1 commit
-
-
Federico Mena Quintero authored
2005-07-26 Federico Mena Quintero <federico@ximian.com> * perf/: New directory with the start of a framework for testing performance in GTK+. * Makefile.am (SRC_SUBDIRS): Added the perf directory. * configure.in (AC_OUTPUT): Generate perf/Makefile.
-
- 21 Jul, 2005 2 commits
-
-
Christian Rose authored
2005-07-21 Christian Rose <menthos@menthos.com> * configure.in: Added "hy" to ALL_LINGUAS. * po/hy.po, po-properties/hy.po: Added Armenian translation by Lilit Azizbekyan <lilita@support17> and Lilit Sargsyan <magicliliac@yahoo.co.uk>.
-
Matthias Clasen authored
2005-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: mark gtk_socket_steal as deprecated. * configure.in: Bump the cairo requirement.
-
- 18 Jul, 2005 1 commit
-
-
Tor Lillqvist authored
2005-07-18 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LIBS): [Win32] Bypass libtool, use -Wl,-luuid. This avoids a libtool warning as libuuid is static. * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get): Be sure to remove any possible leftover clipping region in the DC if we don't want any clipping. Thanks to Robert Ögren. (#309823)
-
- 16 Jul, 2005 1 commit
-
-
Tor Lillqvist authored
2005-07-16 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LIBS): [Win32] Put -luuid back, it is needed in case one builds without the ie55 stuff. (#310582)
-
- 15 Jul, 2005 1 commit
-
-
Matthias Clasen authored
-
- 14 Jul, 2005 2 commits
-
-
Tor Lillqvist authored
2005-07-14 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LIBS): Don't need -luuid on Win32. It was some leftover, and in fact occasionally caused issues with libtool as it made its way into the libgdk-win32-2.0.la file and that way into the .la files of all libraries that depend on GDK. (This happened only when building from CVS and not using a full "make install" which would run the sanitize-la.sh script.)
-
Matthias Clasen authored
2005-07-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Set interface age to 0. * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed by Akira Tagoh.
-
- 13 Jul, 2005 1 commit
-
-
Matthias Clasen authored
-
- 09 Jul, 2005 2 commits
-
-
Tor Lillqvist authored
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Drop build/* from AC_CONFIG_FILES. * Makefile.am: Drop build from SUBDIRS.
-
Tor Lillqvist authored
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Look for windres on Win32. * gdk-pixbuf/Makefile.am * gdk/win32/rc/Makefile.am * gdk/Makefile.am * gtk/Makefile.am: Don't use the scripts in build/win32 to compile the rc files into resource object files. (This means we lose the build number increment magic, but I doubt it was that useful anyway.) Instead use windres directly. To pass a normal .o file produced by windres through libtool, which would want a .lo file, pass it directly to the linker using a -Wl option. * gdk-pixbuf/gdk_pixbuf.rc.in * gdk/win32/rc/gdk.rc.in * gtk/gtk-win32.rc.in: Replace BUILDNUMBER with 0.
-
- 08 Jul, 2005 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-07-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Add -DHPPEX -DSHMLINK to CFLAGS for HP-UX. (#162979, Paul Cornett)
-
- 01 Jul, 2005 1 commit
-
-
Matthias Clasen authored
-
- 27 Jun, 2005 1 commit
-
-
Matthias Clasen authored
2005-06-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Use GMappedFile. * configure.in: Require GLib 2.7.1
-
- 20 Jun, 2005 1 commit
-
-
Matthias Clasen authored
-
- 09 Jun, 2005 1 commit
-
-
Rodrigo Moya authored
2005-06-09 Rodrigo Moya <rodrigo@novell.com> * configure.in: added cairo to list of $GTK_PACKAGES.
-
- 16 May, 2005 1 commit
-
-
Matthias Clasen authored
2005-05-16 Matthias Clasen <mclasen@redhat.com> * gtk/tree_widget.sgml: Use gtk-doc abbrevs instead of spelled out links. * gtk/gtk-docs.sgml: Included the processed file xml/tree_widget.sgml. * gtk/Makefile.am (expand_content_files): Add tree_widget.sgml.
-
- 29 Apr, 2005 1 commit
-
-
Matthias Clasen authored
2005-04-29 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for nm. * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, Nguyen Thai Ngoc Duy)
-
- 07 Apr, 2005 1 commit
-
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
-
- 27 Mar, 2005 1 commit
-
-
Tor Lillqvist authored
2005-03-27 Tor Lillqvist <tml@novell.com> * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact necessary with HEAD libtool.
-
- 24 Mar, 2005 1 commit
-
-
Tor Lillqvist authored
2005-03-24 Tor Lillqvist <tml@novell.com> * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the gtk+-2.0.pc file and automatically used by dependents. MSVC users who use pkg-config will have to manually edit it out from gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support some kind of conditionals in .pc files?
-
- 10 Mar, 2005 1 commit
-
-
Manish Singh authored
Wed Mar 9 19:20:44 2005 Manish Singh <yosh@gimp.org> * configure.in: Remove inadvertent gail references, require Pango 1.9.0
-
- 09 Mar, 2005 1 commit
-
-
Matthias Clasen authored
-
- 04 Mar, 2005 1 commit
-
-
Manish Singh authored
Thu Mar 3 16:59:44 2005 Manish Singh <yosh@gimp.org> * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
-
- 15 Feb, 2005 1 commit
-
-
Matthias Clasen authored
2005-02-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Kill --enable-ansi (#164394)
-
- 08 Feb, 2005 1 commit
-
-
Christian Rose authored
2005-02-08 Christian Rose <menthos@menthos.com> * configure.in: Added "xh" to ALL_LINGUAS. * po/xh.po, po-properties/xh.po: Added Xhosa translation by Adi Attar <adi@canonical.com>.
-
- 04 Feb, 2005 1 commit
-
-
Owen Taylor authored
2005-02-04 Owen Taylor <otaylor@redhat.com> * configure.in: Revert gtk_binary_version to 2.4.0. Fix up comment to talk only about backwards compat, not forward/backwards compat. (#166293, reported by Vincent Noel)
-
- 03 Feb, 2005 1 commit
-
-
Owen Taylor authored
2005-02-03 Owen Taylor <otaylor@redhat.com> * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add gdk_drawable_set_cairo_target(). * tests/testtreeflow.c (enum): Use grand not rand as a variable name because one of the cairo headers is pulling in stdlib.h. * tests/testcairo.c tests/Makefile.am: Add a simple cairo based example. * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0. * Require libpangocairo for all backends.
-
- 02 Feb, 2005 1 commit
-
-
Michael Natterer authored
2005-02-01 Michael Natterer <mitch@gimp.org> * configure.in: depend on stable pango-1.8, not unstable 1.7
-
- 14 Jan, 2005 1 commit
-
-
Matthias Clasen authored
2005-01-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it is an enum value, not a define. Pointed out by Tommi Komulainen. * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
-
- 13 Jan, 2005 3 commits
-
-
Matthias Clasen authored
2005-01-13 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for nl_langinfo() * gtk/gtkcalendar.c: (gtk_calendar_init): Use nl_langinfo() when it's available to determine first day of week (#163842, Vincent Untz)
-
Matthias Clasen authored
2005-01-13 Matthias Clasen <mclasen@redhat.com> * configure.in: Add an OS_LINUX conditional. * gdk/Makefile.am (TESTS): * gdk-pixbuf/Makefile.am (TESTS): * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917, Roger Leigh)
-
Owen Taylor authored
2005-01-12 Owen Taylor <otaylor@redhat.com> * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on initialization of gdktarget, that was causing it to be evaluated before host was set. Simplify --with-gdktarget help message. * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which doesn't work with slightly older versions of GNU grep in install-libtool-import-lib rule.
-