framework/uifw/ecore.git
2010-12-09 discomfitorreorder a little, fix bug where client_del event was...
2010-12-09 discomfitoravoid loooooooooooooots of ecore spankies
2010-12-08 discomfitorhandle ARES_ENODATA more gracefully
2010-12-08 rasterand break api in ecore_input_evas - not used anyway...
2010-12-07 rasterformatting!
2010-12-05 discomfitoravoid magic fail on already-freed handler
2010-12-04 cedric * eina,eet,embryo,evas,ecore,edje,efreet,e_dbus,eeze...
2010-12-03 cedric * ecore: forgotten file to pass distcheck.
2010-12-03 cedric * ecore: fix build on Mac OS X.
2010-12-03 discomfitoraha! found the leak and eliminated it!
2010-12-01 discomfitoravoid segv
2010-12-01 discomfitoravoid segv
2010-12-01 discomfitorformatting cleanups
2010-12-01 discomfitorcopypastecopypaste
2010-12-01 rastercompacter code.
2010-12-01 discomfitoronly enable extensive ssl logging with compile define...
2010-12-01 rasteru know.. eina_list_free.. returns... NULL :)
2010-12-01 discomfitorremove redundant check
2010-12-01 discomfitortype this as EB for correctness because I'm feeling...
2010-12-01 discomfitorswitch to EINA_BOOL values for delete_me, fix huge...
2010-12-01 discomfitoruse EINA_(TRUE/FALSE) instead of 1/0
2010-11-30 rasterso... why.. do.. we .. not init.. all? :) how do we...
2010-11-29 discomfitorexplicitly set eina error level, add a printf
2010-11-29 discomfitornull pointer to avoid partial free in rare cases
2010-11-28 discomfitorfix weird bug where fdh in a list could become null
2010-11-28 discomfitorfix annoying printfs that should be ERRs
2010-11-26 caroremove win7 code and fix other minor problems
2010-11-26 caromore fixes, but needs to remove Windows 7 code, now...
2010-11-26 carotypo
2010-11-26 caroadd native win32 thread support in ecore_thread. Not...
2010-11-26 caroon Windows, "C:" is not a directory, but a drive.
2010-11-26 carodeclare alloca()
2010-11-25 englebassTODO++
2010-11-24 englebasslisten for IN_ATTRIB and IN_CLOSE_WRITE
2010-11-24 englebassprint buf, not file
2010-11-24 englebassprint all inotify events
2010-11-24 englebassright func to check for dir
2010-11-24 carofix mouse event on Win XP, should be fixed on Win CE
2010-11-23 cedric * ecore: improve speed by reusing pipe and allocated...
2010-11-23 cedric * ecore: small cleanup.
2010-11-23 discomfitorrevert this for crankypants
2010-11-23 discomfitorI'm tired of you, ecore_getopt. now you get the hammer.
2010-11-23 discomfitormore correctly fix no-option parsing to still parse...
2010-11-23 discomfitorfix bug where getopt_parse returns argc as the first...
2010-11-23 discomfitorfix bug where getopt_parse returns 1 when there are...
2010-11-22 englebassOnly remove from existing list
2010-11-22 barbierifix screensaver events, /me spanks raster (r53942)
2010-11-18 discomfitorto fix the bug that morlenxus found, I have crashed...
2010-11-18 discomfitorfix annoying uninitialized value warning
2010-11-18 discomfitorremove the last (I think?) O(n) operation from ecore...
2010-11-18 discomfitorspruce up error message a bit
2010-11-17 cedric * ecore: revert comment.
2010-11-17 cedric * ecore: fix event_window for Ecore_SDL.
2010-11-17 discomfitorfix error handling of plaintext connect, print ERR...
2010-11-17 discomfitorbenchmark/test apps for ecore_con server/client as...
2010-11-17 discomfitorfix list removal for prep/buf functions to avoid annoyi...
2010-11-17 discomfitorscaling optimizations round 2: add list for fd handler...
2010-11-17 discomfitorclean up unused warnings
2010-11-17 discomfitoradd doxy for ecore_main_fd_handler_prepare_callback_set...
2010-11-16 discomfitoroptimization pass #1: 5% server speed increase
2010-11-16 cedric * ecore: raise gl_sdl priority over software_sdl.
2010-11-14 rastersee comment.
2010-11-13 discomfitorrevert bitfielding of a bool to avoid possible abi...
2010-11-13 discomfitorunsigned char -> Eina_Bool cleanups; these files are...
2010-11-12 discomfitorshould be bool since we already include eina
2010-11-12 cedric * efl: beta2 !
2010-11-12 cedric * ecore: break Ecore_Thread API once and for all to...
2010-11-12 bdillyFix typo in ecore AUTHORS
2010-11-11 discomfitoravoid looping infinitely while freeing servers, and...
2010-11-11 discomfitoronly free clients that aren't waiting on events to...
2010-11-11 discomfitorfix bug where server disconnect event was not emitted...
2010-11-11 cedric * ecore: fix mouse wheel for frame buffer.
2010-11-09 morlenxusFix _ecore_file_path_from_env(), wrong strcpy source.
2010-11-08 sachielffs, bring these back in
2010-11-08 rasterno more debian dir in our svn - debian now handles...
2010-11-07 caroKiller feature: Windows app can have icons, now.
2010-11-07 discomfitorrobustify ssl handshaking by catching extremely rare...
2010-11-06 carofix doc
2010-11-06 discomfitorI got overexcited
2010-11-06 discomfitoradd ecore_con strings
2010-11-06 discomfitoradd magic strings for ecore_con
2010-11-06 rasterfix - don't call new event handler added for the SAMe...
2010-11-06 discomfitortypo fix
2010-11-06 discomfitordelete servers on 0
2010-11-06 englebassCheck events on right handler
2010-11-06 englebassformatting
2010-11-06 englebassDeclaration at beginning of block
2010-11-06 englebassRight fix for alloc
2010-11-06 discomfitoradd ecore_con_client_connected_get to avoid people...
2010-11-05 discomfitorremove erroneous return, add some debug info
2010-11-05 discomfitorfix some cases where refcount was <0 and so things...
2010-11-05 discomfitorfix disconnect conditions for non-ssl reads
2010-11-05 englebassCheck whether we actually want to alloc data
2010-11-04 discomfitor++ecore_event_handler_data_{set,get}
2010-11-04 discomfitormalloc check
2010-11-04 discomfitorfor some reason we weren't setting write on fds when...
2010-11-03 discomfitormore refactoring, fix bug that was exposed where a...
2010-11-03 discomfitoruse safety macros to check mallocs, remove some dead...
2010-11-03 discomfitorreformat using ecrustify because uncrustify dicked...
2010-11-03 discomfitoradd some safety checks so people can see wtf went wrong...
next