index
:
~dottedmag/fontconfig
2.3-branch
fc-2_2_branch
fc-2_4-keithp
fc-2_4_branch
fc_2-3
fix-fat-cache-aging
master
ultra-weight
Bugfixes for fontconfig
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-01
Bump version number to 2.3.91.
fc-2_3_91
Patrick Lam
3
-3
/
+16
2005-09-29
Use libxml2 if requested (with --enable-libxml2) or if expat is not
Patrick Lam
4
-73
/
+174
2005-09-29
Fix multi-arch cache files: compute the position for the block to be added
Patrick Lam
2
-2
/
+8
2005-09-28
Cast results of sizeof() to unsigned int to get rid of warnings on x86_64
Patrick Lam
2
-20
/
+26
2005-09-28
Update ChangeLog.
Patrick Lam
1
-0
/
+34
2005-09-28
Use FcAtomic to rewrite cache files.
Patrick Lam
1
-34
/
+98
2005-09-27
Don't unlink the fonts.cache-2 file even if there's no data to write; just
Patrick Lam
1
-7
/
+0
2005-09-27
Allocate room for the subdirectory names in each directory cache. Thanks to
Patrick Lam
1
-2
/
+8
2005-09-27
Fix .cvsignore file after copying across directories.
Patrick Lam
1
-2
/
+2
2005-09-23
Add comment about needing docbook-utils to run make distcheck; hope it'll
Patrick Lam
1
-1
/
+1
2005-09-23
Update ChangeLog for 2.3.90.
fc-2_3_90
Patrick Lam
1
-0
/
+33
2005-09-23
Add new command-line utility, fc-cat, to convert fonts.cache-2 files into
Patrick Lam
10
-7
/
+548
2005-09-23
Update documentation -- fc-cache's man page now says that you need to run
Patrick Lam
3
-9
/
+19
2005-09-23
Remove debugging printf (oops).
Patrick Lam
1
-1
/
+0
2005-09-23
Convert fromcode to char[12] from char *.
Patrick Lam
1
-5
/
+5
2005-09-23
Small patch for output in case where lineno not defined.
Patrick Lam
2
-8
/
+8
2005-09-22
Fix more gcc4 warnings:
Patrick Lam
11
-124
/
+142
2005-09-22
Fix bug when clients use FcNameRegisterObjectTypes; fontconfig was
Patrick Lam
1
-9
/
+28
2005-09-16
Add missing FcValueCanonicalize on call to FcPatternAdd.
Patrick Lam
1
-1
/
+2
2005-09-15
Revert ill-advised addition of FC_RENDER. Add strategy for handling objects
Patrick Lam
4
-22
/
+80
2005-09-11
Add a global binding for the 'render' pattern element used by Xft; the lack
Patrick Lam
2
-1
/
+2
2005-09-11
Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)
Patrick Lam
15
-167
/
+209
2005-09-07
Robustness fixes: check return values from read and lseek; fix
Patrick Lam
1
-11
/
+23
2005-09-03
Really fix the global cache: make sure we're reading and writing the same
Patrick Lam
3
-20
/
+59
2005-09-02
Fix addressing in the global cache file, preventing infinite loops. Get rid
Patrick Lam
1
-4
/
+2
2005-09-01
Apply Matthias Clasen's patch to fix obvious bogosity (i.e. missing
Patrick Lam
1
-1
/
+1
2005-09-01
Fix embarassing attempt to free a static buffer.
Patrick Lam
1
-6
/
+3
2005-09-01
:
Patrick Lam
5
-29
/
+21
2005-08-31
Only load requested fonts for fc-cache, and cleanup memory handling:
Patrick Lam
3
-25
/
+17
2005-08-30
Fix compilation error exposed with gcc 2.95.
Patrick Lam
1
-1
/
+4
2005-08-30
src/fcint.c
Patrick Lam
4
-1093
/
+307
2005-08-28
Emit and verify machine signature (sizeof (stuff) + endianness) in cache
Patrick Lam
2
-69
/
+85
2005-08-27
Replace FcObjectStaticName by FcStrStaticName. Implement serialization of
Patrick Lam
6
-62
/
+186
2005-08-25
Reinstate the old global cache code. For the forseeable future, it's
Patrick Lam
3
-43
/
+741
2005-08-24
Overhaul the serialization system to create one mmapable file per directory
Patrick Lam
20
-2073
/
+1402
2005-07-25
#ifdef out old cache stuff, replace with first version of new mmapping
Patrick Lam
13
-893
/
+963
2005-07-15
Forward port cworth's patch to branch.
Patrick Lam
5
-21
/
+59
2005-07-07
Convert ObjectPtr from a fat structure to a simple index into an id table;
Patrick Lam
5
-172
/
+408
2005-06-28
Add functionality to allow fontconfig data structure serialization.
Patrick Lam
17
-526
/
+1902
2005-06-17
Make FcOpNotContains use FcStrStr for strings so that it matches semantics
Keith Packard
2
-1
/
+11
2005-05-20
Move fontconfig source package to libs as per override
Keith Packard
3
-1
/
+9
2005-05-20
The ka.orth file requires several characters which are not used anymore in
Keith Packard
2
-2
/
+14
2005-04-27
Update date to real 2.3.2 release date. Fix change attributions
fc-2_3_2
Keith Packard
3
-3
/
+18
2005-04-27
Bump so revision for 2.3.2
Keith Packard
1
-1
/
+10
2005-04-23
Update for version 2.3.2
Keith Packard
5
-4
/
+26
2005-04-21
Don't force bitmap font enable in default configuration; allows users to
Keith Packard
17
-812
/
+404
2005-04-13
Check that a pattern isn't already frozen in FcPatternFreeze
Ross Burton
2
-0
/
+8
2005-03-31
Put all FcPattern objects though FcObjectStaticName and do pointer trather
Ross Burton
4
-4
/
+14
2005-03-17
Add the .dll to the dll name.
Tor Lillqvist
2
-1
/
+5
2005-03-10
Update to reflect configuration changes
fc-2_3_1-2
Keith Packard
5
-41
/
+40
[next]