Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 2.1.2. This wraps up a lot of our patches, and fixes some other | marcus | 2003-05-14 | 7 | -475/+51 |
| | | | | rendering bugs. | ||||
* | Add a patch to fix PCF glyph problems. | marcus | 2003-04-25 | 1 | -0/+36 |
| | | | | Obtained from: Xft CVS | ||||
* | Fix a segfault that can occur when mixing RENDER and non-RENDER fonts. | marcus | 2003-04-06 | 1 | -0/+20 |
| | | | | Obtained from: XFree86 CVS | ||||
* | Revert previous commit since it caused an infinite recursion loop | marcus | 2003-04-04 | 1 | -9/+0 |
| | | | | | | in XFree86-clients. I'll commit this to pango instead. Requested by: will | ||||
* | Borrow a little from kdelibs3, and add a dependency on the scalable fonts. | marcus | 2003-04-04 | 1 | -0/+9 |
| | | | | | Also, run fc-cache here as well as in fontconfig just to make sure we have some fonts installed. | ||||
* | Sync with XFree86 4.3.0 release. | marcus | 2003-03-02 | 1 | -0/+276 |
| | | | | | | | | * Finishes off the UTF-16 APIs * Fixes bugs with non-Render enabled servers * Adds a missing zero-sized check to one of the core rendering routines Obtained from: XFree86 CVS | ||||
* | Remove the renaming of Xft headers and library from the Xft (Xft2) port. | anholt | 2003-02-18 | 3 | -41/+84 |
| | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus | ||||
* | Noone cares about having ports that actually build and then don't crash, | green | 2003-01-25 | 1 | -11/+0 |
| | | | | so why should I? | ||||
* | Make the xft-config script use -lXft2, not the old -lXft. This will | green | 2003-01-25 | 1 | -0/+11 |
| | | | | potentially unbreak all the ports which depend on x11-fonts/Xft. | ||||
* | Install the headers in the ${X11BASE}/include/X11/Xft directory for | marcus | 2002-10-07 | 2 | -12/+32 |
| | | | | | better portability. To avoid conflicts, the Xft.h from this port will be installed as Xft2.h. | ||||
* | Add Xft 2.0, a client-sided font rendering engine for X applications. | marcus | 2002-10-06 | 2 | -0/+80 |