Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-23 | Fix distchecks | Kevin E Martin | |
2005-07-16 | Set soversion to 1.0.0 using -version-number. | Daniel Stone | |
2005-07-14 | Add a dummy source file to avoid link failures. | Adam Jackson | |
2005-07-10 | Change include dir now that public headers are referenced by | Kevin E Martin | |
<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 | |
compatibility for monolithic symbols | |||
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backward | Keith Packard | |
compatibility for monolithic symbols | |||
2005-07-09 | Rearrange configuration options so that individual font file formats drive | Keith Packard | |
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 | |
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 | |
2005-07-08 | silence a warning | Adam Jackson | |
2005-07-08 | config.h includes to fix modular build. | Adam Jackson | |
2005-07-07 | Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332 | Alan Coopersmith | |
<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-03 | Install publicly used headers in X11/fonts.XORG-6_8_99_14 | Kevin E Martin | |
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 | |
<X11/fonts/*.h> | |||
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | |
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 | |
2005-07-02 | Make headers needed by bdftopcf public | Kevin E Martin | |
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 | |
didn't like sub-subdirs in SUBDIRS. | |||
2005-07-01 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | |
2005-06-27 | - Remove fontenc from Xfont | Søren Sandmann Pedersen | |
- 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 | |
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 | |
directory Disable Speedo by default | |||
2005-06-16 | Add Speedo directory to Xfont | Søren Sandmann Pedersen | |
2005-06-16 | Add Type1 subdirectory to lib/Xfonts, update build system accordingly. | Søren Sandmann Pedersen | |
2005-06-09 | Replace <X11/transport.c> with <X11/Xtrans/transport.c> | Alexander Gottwald | |
2005-06-09 | Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_11 | Alexander Gottwald | |
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 | |
2005-05-27 | Add Xfont. | Josh Triplett | |
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 | |
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 | |
mingw (Win32) port | |||
2004-11-10 | xc/lib/font/util/Imakefile | Roland Mainz | |
//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 | |
xc/programs/bdftopcf/ due missing `FT_STREAM_SEEK'/`FT_STREAM_POS' symbols. | |||
2004-11-02 | Removing unneeded private FreeType2 symbol. | Egbert Eich | |
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. | |||
2004-08-04 | Optimization of CJK rendering when using versions of freetype prior torel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1 | Egbert Eich | |
2.1.8 (Chisato Yamauchi). A small backward compatibility fix to make the freetype module build with freetype version < 2.1.7. Fixed/added some debugging code. | |||
2004-08-03 | fixed typo | Egbert Eich | |
2004-08-03 | Bugzilla #925: Simpler version of backward compatibility fix (Chisato | Egbert Eich | |
Yamauchi). Fix to support older versions of gcc (Matthieu Herrb). | |||
2004-08-02 | Removed distro specific stuff. | Egbert Eich | |
Fixed FreeType module to build with FreeType versions older than 2.1.7. Fixed typo. Added vtSema to protect call of driver DPMS function. removed unneeded variable Modified RandR driver hook to reduce the number of function calls to one. Function is sufficiently generic to be extended in the future. | |||
2004-05-24 | Fix build glitches when building modules independently using Imake. | Egbert Eich | |
2004-05-05 | BugZilla #601: fixed missing symbols in Xserver freetype module due to | Egbert Eich | |
using isdigit instead of ft_isdigit, missing or faulty defines for digit and string functions in ftstdlib.h (now myftstdlib.h). Reverted freetype2 to upstream version, fixed CHAR_BIT in myftstdlib.h and made the use of a copy of ftconfig.h in lib/font/FreeType obsolete (Egbert Eich). | |||
2004-05-04 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=595 -XACE-SELINUX-MERGE | Roland Mainz | |
RFE: Retire XTT font module and FreeType1 from xorg tree. The functionality of XTT has been integrated into the FreeType font module and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer needed anymore. | |||
2004-05-04 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=307 - | Roland Mainz | |
Restore optimization heuristics on CJK fonts in the FreeType font module which were broken in X11R6.7. Patch by Chisato Yamauchi <cyamauch@a.phys.nagoya-u.ac.jp>. | |||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-02-23 | Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_special | Kaleb Keithley | |
new license. If we want to, later we can import 4.4RC3 again and pick up the files that have the new license, but for now the vendor branch is "pure." | |||
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330 | Egbert Eich | |
2003-12-19 | XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902 | Kaleb Keithley | |
2003-12-04 | XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901 | Kaleb Keithley | |