Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* * Exposing load_user_fonts() and some other font.c functions,wkendrick2010-04-271-29/+40
| | | | | | | | | | | | | | | | | | | | | | | | | even when FORKED_FONTS is not set. * No longer undef'ing SDL_thread stuff when FORKED_FONTS is used if we're ALSO not using SDL_Pango, since that now uses a thread to let fontconfig generate its cache, and still let Tux Paint be responsive to the OS and user. (SF.net bug #2944951) * Spawning a thread and rendering a dummy string with SDL_Pango, to allow fontconfig to generate its cache. (SF.net bug #2944951) * Setting up 'busy' mouse cursor (watch-shaped) earlier (so it can happen while fontconfig cache thread runs). * Not spawning forked font scanner (FORKED_FONTS) as early, so fontconfig can generate its cache first. (I wasn't sure if calling an SDL_thread after a fork() occured was safe or not; admittedly, I discovered that SDL_thread spawning wasn't working due to the re-#defines of those functions when FORKED_FONTS was set; see above.) All of this only tested on Ubuntu 9.04. Forced disabling of FORKED_FONTS by editing fonts.h, and Tux Paint still worked (it just took longer at the splash screen while the fonts were loaded). Needs testing on various Windows, Mac OS X and BeOS.
* Noting the creation of thumbnails for our starters.perepujal2010-04-241-3/+5
|
* Removed a dup, adding some missing ones, FIXME for other missing ones.wkendrick2010-04-151-2/+5
|
* Italian and Russian updates.wkendrick2010-04-131-2/+5
|
* Noting Spanish update & new translator.wkendrick2010-04-032-2/+6
|
* New locale: Venetian.wkendrick2010-04-034-6/+27
|
* Vietnamese update.wkendrick2010-03-271-2/+2
|
* Noting the thumbnail creation for starters, crediting Arunodai for Labelperepujal2010-03-261-2/+4
|
* Malayalam coming, hopefully.wkendrick2010-03-251-2/+5
|
* replacing bizarrely emptied filesecretlondon2010-03-241-0/+272
|
* Malayalam language support (I hope)secretlondon2010-03-243-272/+7
|
* Gamma corrected scaling.wkendrick2010-02-252-4/+14
|
*