platform/upstream/efl.git
2011-02-10 Sebastian DransfeldMove desktop cache to efreet_cache.c
2011-02-10 Sebastian DransfeldDelay cache recreation with a timer
2011-02-10 Sebastian DransfeldPass dirs to desktop cache process as arguments
2011-02-10 Sebastian DransfeldFix memleak in desktop cache create
2011-02-10 Sebastian Dransfeldefreet_cache_icon -> efreet_icon
2011-02-10 Sebastian DransfeldFree hashes on init error
2011-02-10 Sebastian DransfeldMove all eet cache handling to efreet_cache.c
2011-02-10 Sebastian DransfeldMove struct only used for cache
2011-02-10 Sebastian Dransfeldmove around some code
2011-02-10 Sebastian DransfeldMake efreet_cache_icon_theme_free static
2011-02-10 Sebastian DransfeldRemove unneeded EAPI
2011-02-10 Cedric BAIL * edje: fix case with recursive alias.
2011-02-10 Tom HacohenEvas text: Fixed compilation warning introduced in...
2011-02-10 Tom HacohenEvas font-engine: Fixed inset to use the string objects...
2011-02-10 Mike Blumenkrantzimplement full event-driven error messaging api for...
2011-02-10 Mike Blumenkrantzadded some more possibly useless safety checks to ecore...
2011-02-10 Carsten Haitzlerfix most of nash's mess. 2 added aborts that nash has...
2011-02-10 Carsten Haitzlermake font cache flush 0 out font cache size first
2011-02-09 Brett NashRemove the old 'proxy' functions.
2011-02-09 Mike Blumenkrantzdemonstrate eeze_disk_mountopts_get for coverage
2011-02-09 Mike Blumenkrantzswitch EEZE_DISK_MOUNTOPT_DEFAULTS to a define
2011-02-09 Brett NashAdd evas_object_image_source_get, and fix NOTNULL(...
2011-02-09 Brett NashAdd header for image proxy.
2011-02-09 Mike Blumenkrantzimplement actual handling of mountopts, add utf8 to...
2011-02-09 Sebastian DransfeldCheck for special "*" glob
2011-02-09 Sebastian DransfeldRemove unneeded header
2011-02-09 Mike Blumenkrantzslightly more descriptive error messages for TAsns...
2011-02-09 Sebastian DransfeldDon't free strings from eet
2011-02-09 Mike Blumenkrantzforgot a safety check here
2011-02-09 Christopher... Evas: Fixed a few 'implicit declaration' warnings.
2011-02-09 Sebastian DransfeldDon't deref NULL pointer
2011-02-09 Lucas De Marchievas: make less noise when configuring
2011-02-09 Sebastian DransfeldWait for caches to update, then quit.
2011-02-09 Sebastian Dransfeldrenmae variable to prevent name clash
2011-02-09 Sebastian Dransfeldcheck >= to close fd
2011-02-09 Sebastian DransfeldAdd free callback to eet hashes
2011-02-09 Sebastian DransfeldDon't free data from efreet_util_cache_names
2011-02-09 Sebastian DransfeldMove theme hash from efreet_icon to efreet_cache
2011-02-09 Sebastian DransfeldThese TODO's are done
2011-02-09 Sebastian DransfeldFix segv correctly
2011-02-09 Brett NashHardcode directfb and sdl to use 4 point maps.
2011-02-08 Hannes Janetzekfix segv of e's icon theme chooser. please review
2011-02-08 Tom HacohenEvas font-query: Fixed compilation warnings. Cedric...
2011-02-08 Cedric BAIL * edje: fix invalid memory access by edje alias code.
2011-02-08 Tom HacohenEina: Updated changelog.
2011-02-08 Tom HacohenEvas textblock: started using the new eina_unicode_strndup.
2011-02-08 Tom HacohenEina unicode: Added eina_unicode_strndup.
2011-02-08 Tom HacohenEvas encoding: Improved evas_common_encoding_utf8_get_l...
2011-02-08 Carsten Haitzlermethinks nash you missed doing the pipe pipeline for...
2011-02-08 Carsten Haitzlerimprovement to gl engine wrt. caching.
2011-02-08 Carsten Haitzlerhey... no printfs during all that lighting calcing :)
2011-02-08 Tom HacohenEvas textblock: #if 0 a couple of debugging functions.
2011-02-08 Tom HacohenEvas font-engine: Fixed the issue of text not showing...
2011-02-07 Carsten Haitzleroops somehow missed this commit - part of adding wbmp...
2011-02-07 Sebastian DransfeldSet file owner to calling user
2011-02-07 Sebastian DransfeldMove lock creation to own function for cache
2011-02-07 Sebastian DransfeldDo init efreet before using efreet_*() functions
2011-02-07 Sebastian DransfeldDon't create cache dir several times
2011-02-07 Sebastian DransfeldFix doc
2011-02-07 Brett NashClean up for proxies.
2011-02-07 Brett NashManual merge of proxy code (inc ChangeLog)
2011-02-07 Brett NashFixes to make proxy work
2011-02-07 Mike Blumenkrantzremove some commas
2011-02-06 Brett NashSupport for Proxy Objects (and others)
2011-02-06 Brett NashProxy: Use the always map option, and tweak for images.
2011-02-06 Brett NashFix redrawing issues with proxies.
2011-02-06 Brett NashDeleting an object cleans up proxies now.
2011-02-06 Brett NashAdd the extra proxy convenience functions.
2011-02-06 Brett NashProxy Debug --
2011-02-06 Brett NashProxy Debug --
2011-02-06 Brett NashProxy: Pass the correct object to opaque check
2011-02-06 Brett NashDebug --
2011-02-06 Brett NashDebug --
2011-02-06 Brett NashProxy: Whitespace--
2011-02-06 Brett NashProxy: Opaque test a little smarter
2011-02-06 Brett NashRender smart objects too.
2011-02-06 Brett NashBasic (but ugly) working proxy map for text/textblocks.
2011-02-06 Brett NashSwitch to a sub proxy sstructure.
2011-02-06 Brett NashOld stagaed patch for managing list of proxies.
2011-02-06 Brett NashActually commit object proxy
2011-02-06 Brett NashProxy Object framework.
2011-02-06 Tom HacohenEvas font-engine: Don't ref/unref info if len==0 becaus...
2011-02-06 Eric SchueleFailed to wrap one clearenv() (take two)
2011-02-06 Eric Schueleundo my erroneous commit. (Thinking .po files were...
2011-02-06 Eric SchueleFailed to wrap one clearenv()
2011-02-05 Sebastian DransfeldAnd really remove init/shutdown of xml
2011-02-05 Sebastian DransfeldFix segv, clear mem cache on eet file close
2011-02-05 Sebastian DransfeldDefine EFREET_MODULE_LOG_DOM
2011-02-05 Sebastian DransfeldRemove duplicate logging macros
2011-02-05 Sebastian DransfeldSet EFREET_MODULE_LOG_DOM to -1 after unregister
2011-02-05 Sebastian DransfeldRemove efreet_xml_{init,shutdown}() from menu
2011-02-05 Sebastian DransfeldRemove global log domain
2011-02-04 Mike Blumenkrantzmake text output slightly more descriptive to avoid...
2011-02-04 Cedric BAIL * eina: change limit to produce more meaning full...
2011-02-04 Cedric BAIL * eina: revert and fix a typo that make stuff even...
2011-02-04 Vincent Torri * src/lib/evil_stdio.c:
2011-02-03 Sebastian Dransfeldremove double declared ret
2011-02-03 Sebastian Dransfeldprefix macro generated variable with __
2011-02-03 Sebastian Dransfeldformatting
2011-02-03 Sebastian Dransfeldalways remove file extensions
next