From 630e00e11c31143e3796c163d103df75f3e34aa3 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Thu, 20 Jan 2005 23:00:14 +0000 Subject: [PATCH] stamp images no longer kept in memory --- docs/CHANGES.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 2c1c10fa3..72988ccf6 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -13,13 +13,24 @@ http://www.newbreedsoftware.com/tuxpaint/ * uncatagorized and messy: ----------------------- * Splash screen appears earlier, along with the version info and cursor. + Albert Cahalan * Normal start-up time greatly reduced by splitting out font loading into a separate process. You only wait if you want the text tool. + Albert Cahalan * added eat_startup_events in an attempt to make early escape possible (perhaps the user started Tux Paint by mistake, or the system is - swapping itself to death) Unfortunately, it seems to do nothing! + swapping itself to death) TODO: use do_quit if fully started + Albert Cahalan + + * Normal start-up time greatly reduced by avoiding most stamp work. + Stamp data is loaded as needed. (TODO: add pre-fetch process) + Albert Cahalan + + * Memory usage down by not keeping stamps in memory. Tux Paint's + size dropped by about 100 MB. :-) + Albert Cahalan * Stamp tool improvements: ------------------------