efl/legacy/efreet/ChangeLog

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-01-29 Carsten Haitzler (The Rasterman)
1.0.0 release
2011-01-29 20:42:16 -08:00
2011-01-29 Brian Mattern
Fix bug when you have an empty <Name></Name> in a menu
2011-01-30 Carsten Haitzler (The Rasterman)
Fix tests to not build clearenv related code if not available
2011-01-31 03:27:46 -08:00
2011-01-31 Sebastian Dransfeld
* Fix memleak, free cache icons after retrival
* Add temporary memory cache of eet file data
* Always use icon cache, remove old code
* Make check for stat return more explicit
* Check whether dirs is NULL
* Create internal struct for theme cache
* Check if theme has changed when building cache
* Prefix internal efreet cache keys with __
* Create one cache file for each theme
* Before doing strcmp, check if pointers are equal. They might be
because of mmap and stringshare.
2011-01-31 03:46:01 -08:00
* Add local icon cache, so we wont hit the cache file for each icon
to be retrieved
2011-02-03 12:00:00 -08:00
2011-02-03 Sebastian Dransfeld
* Fix leak in efreet_mime_type_icon_get()
2011-02-05 Sebastian Dransfeld
* Remove global log domain and make all files define log domain
before including efreet_private.h
* Remove efreet_xml_{init,shutdown}() from efreet_menu.c, it is done
in efreet_init()