Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902 | Kean Johnson | 1 | -4/+0 | |
2005-10-23 | Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor) | Adam Jackson | 1 | -1/+2 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 2 | -1/+6 | |
2005-10-05 | Include missing files | Kevin E Martin | 3 | -0/+10 | |
2005-10-04 | Bug #4677: Don't install libfontcache.so | Adam Jackson | 2 | -1/+6 | |
2005-09-09 | AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used in | Daniel Stone | 2 | -1/+7 | |
the code, and the latter in Makefile.ams for an AM_CONDITIONAL. | |||||
2005-08-04 | If --with-freetype-config is not specified, try pkgconfig freetype2, then | Alan Coopersmith | 1 | -4/+11 | |
fall back to freetype-config if pkgconfig fails. | |||||
2005-07-30 | Clear compiler warnings. (Stefan Dirsch)XORG-6_99_99_900XORG-6_8_99_901XORG-6_8_99_900 | Alan Coopersmith | 2 | -2/+6 | |
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | 1 | -2/+4 | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||||
2005-07-23 | Fix distchecks | Kevin E Martin | 1 | -0/+1 | |
2005-07-16 | Set soversion to 1.0.0 using -version-number. | Daniel Stone | 1 | -4/+0 | |
2005-07-14 | Add a dummy source file to avoid link failures. | Adam Jackson | 2 | -1/+1 | |
2005-07-10 | Change include dir now that public headers are referenced by | Kevin E Martin | 3 | -2/+9 | |
<X11/fonts/*.h> | |||||
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_16XORG-6_8_99_15 | Keith Packard | 3 | -22/+86 | |
compatibility for monolithic symbols | |||||
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backward | Keith Packard | 19 | -71/+143 | |
compatibility for monolithic symbols | |||||
2005-07-09 | Rearrange configuration options so that individual font file formats drive | Keith Packard | 5 | -49/+174 | |
combined options, and so that the default matches the monolithic defaults Extent fontconf.h to cover all formats Typo in src/Makefile.am failed to link in Type1 library Missing xttcap.c from FreeType shim library. | |||||
2005-07-09 | Include config.h in every source file to make sure necessary options are | Keith Packard | 106 | -7/+328 | |
found when building in the modular tree | |||||
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | 16 | -25/+47 | |
2005-07-08 | add -D_XOPEN_SOURCE for linux builds; others might need it too | Adam Jackson | 1 | -1/+10 | |
2005-07-08 | disable the poll detection momentarily, it's not correct | Adam Jackson | 1 | -5/+5 | |
2005-07-08 | silence a warning | Adam Jackson | 1 | -0/+1 | |
2005-07-08 | config.h includes to fix modular build. | Adam Jackson | 2 | -0/+8 | |
2005-07-08 | Properly test for the existance of poll(3). Default to using it if it | Adam Jackson | 1 | -2/+9 | |
exists; add a flag to disable it if you like going slow. Also s/BULITIN/BUILTIN/. | |||||
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332 | Alan Coopersmith | 1 | -0/+4 | |
<https://bugs.freedesktop.org/attachment.cgi?id=2332> This patch avoids 79 gcc-3.4.3 warnings 'xxx' declared `static' but never defined mostly due to including "ftfuncs.h" with the declaration of static functions defined in "ftfuncs.c". (Peter Breitenlohner) | |||||
2005-07-04 | Test for xtrans connection flags | Alexander Gottwald | 2 | -0/+8 | |
2005-07-03 | Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead, | Kevin E Martin | 2 | -1/+8 | |
require all apps to include font headers explicitly -- i.e., from <X11/fonts/*.h> instead of "*.h" or <*.h>. | |||||
2005-07-03 | Install publicly used headers in X11/fonts.XORG-6_8_99_14 | Kevin E Martin | 7 | -8/+8 | |
Change source files that use these headers to get them via <X11/fonts/*.h>. | |||||
2005-07-03 | Change include dir now that public headers are referenced by | Kevin E Martin | 9 | -9/+22 | |
<X11/fonts/*.h> | |||||
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 66 | -112/+112 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Add suitable .cvsignore files | Keith Packard | 14 | -0/+103 | |
2005-07-02 | Make headers needed by bdftopcf public | Kevin E Martin | 5 | -5/+17 | |
Set CFLAGS to make public interface actually public Fix distcheck problem | |||||
2005-07-02 | Build libXfont.la in the 'src' directory as my version of automake really | Keith Packard | 4 | -63/+98 | |
didn't like sub-subdirs in SUBDIRS. | |||||
2005-07-02 | Remove -I${includedir}/X11/fonts from CFLAGS. | Daniel Stone | 2 | -1/+6 | |
2005-07-01 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 2 | -1/+5 | |
2005-07-01 | Default --enable-fc to yes; minor formatting changes. | Daniel Stone | 2 | -7/+11 | |
2005-06-27 | - Remove fontenc from Xfont | Søren Sandmann Pedersen | 6 | -23/+5 | |
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS | |||||
2005-06-21 | Add fontenc directory, update buildsystem | Søren Sandmann Pedersen | 3 | -1/+16 | |
2005-06-17 | Add lbxutil to symlink.sh Add back accidentally removed include in Type1XORG-6_8_99_13XORG-6_8_99_12 | Søren Sandmann Pedersen | 3 | -1/+6 | |
directory Disable Speedo by default | |||||
2005-06-16 | Add Speedo directory to Xfont | Søren Sandmann Pedersen | 4 | -5/+44 | |
2005-06-16 | Add Type1 subdirectory to lib/Xfonts, update build system accordingly. | Søren Sandmann Pedersen | 8 | -8/+93 | |
2005-06-09 | Replace <X11/transport.c> with <X11/Xtrans/transport.c> | Alexander Gottwald | 2 | -1/+5 | |
2005-06-09 | Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_11 | Alexander Gottwald | 4 | -5/+5 | |
Copy Xtrans.h to exports/include/X11/Xtrans only | |||||
2005-05-27 | Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10 | Josh Triplett | 20 | -29/+29 | |
2005-05-27 | Add Xfont. | Josh Triplett | 15 | -0/+679 | |
2005-04-22 | Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.sco_port_update-baseXORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4 | Adam Jackson | 2 | -4/+0 | |
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1 | Alexander Gottwald | 5 | -14/+29 | |
mingw (Win32) port | |||||
2004-11-10 | xc/lib/font/util/Imakefile | Roland Mainz | 1 | -3/+0 | |
//freedesktop.org/bugzilla/show_bug.cgi?id=1804): Fix build failure (caused by missing symbols such as |TwoByteSwap|) when linking the FreeType module and the FreeType library both statically info the Xserver. | |||||
2004-11-03 | //freedesktop.org/bugzilla/show_bug.cgi?id=1767): Fixing build bustage in | Roland Mainz | 1 | -3/+1 | |
xc/programs/bdftopcf/ due missing `FT_STREAM_SEEK'/`FT_STREAM_POS' symbols. | |||||
2004-11-02 | Removing unneeded private FreeType2 symbol. | Egbert Eich | 1 | -1/+3 | |
Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich). Removing unneeded code. Fixed KGA handling for i810. KGA handling for chips derived from C&T chips is slightly different. The changes make the code consistent with the C&T (chips) and i740 drivers. |