summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Don't send pointer_enter events on touch_down.Chris Michael1-5/+4
2013-11-18Remove read code.Chris Michael1-1/+0
2013-11-18Malloc cannot accept a negative number so check 'num' parameter beforeChris Michael1-1/+1
2013-11-18eina: try to handle all possible 64bits pointers environment.Cedric Bail1-2/+7
2013-11-18evas: try to clarify licensing for people that are going to make their own Ev...Cedric Bail1-0/+35
2013-11-18Remove dead assignments reported by nightly buildChris Michael1-3/+0
2013-11-18Partial revert of eb84475503da9f40d6a79eChris Michael1-2/+0
2013-11-18Check for valid drag type before trying to strdup.Chris Michael1-4/+13
2013-11-18evas/render - optimize proxy rendering.ChunEon Park1-8/+15
2013-11-18evas_object_main.c: fixed formatting while reading the code.Daniel Juyung Seo1-4/+4
2013-11-17eina: remove the value from the hash before changing it !Cedric BAIL1-1/+1
2013-11-17evas: fix build without FontConfig.Cedric BAIL1-0/+6
2013-11-17ecore_fb - fix fb size get to use evas env vars for fb deviceCarsten Haitzler (Rasterman)1-1/+8
2013-11-17ecore-audio - protect against more list-walking while list is modifiedCarsten Haitzler (Rasterman)1-21/+29
2013-11-16edje_edit: fixed SEGFAULT in _edje_real_part_freeAndrii Kroitor1-23/+28
2013-11-15evas - fix neon blend code used for text rendering to not leave dirty endCarsten Haitzler (Rasterman)1-174/+105
2013-11-15Do not call the contexts' input_panel_show/hide methods unlessChris Michael1-2/+8
2013-11-14allow ecore to not load system modules.Gustavo Sverzut Barbieri2-1/+26
2013-11-14Check for valid shell_surface, title, and class before trying to setChris Michael1-4/+8
2013-11-12eina: fix uninitialized data use.Cedric Bail1-1/+1
2013-11-12edje: fixing the check whether the part is swallow.Vorobiov Vitalii1-8/+6
2013-11-11evas/textblock: add const for param in evas_object_textblock_style_set for co...Yakov Goldberg3-5/+5
2013-11-11Add @since in the doc of ecore_imf_input_panel_hide () APIJihoon Kim1-0/+1
2013-11-11ecore_imf: fix indentationJihoon Kim1-1/+1
2013-11-11evas/image - init default image state value explicitly.ChunEon Park1-1/+1
2013-11-10eina: avoid warning.Cedric BAIL1-0/+1
2013-11-10eina: let's copy va_list when passing it around to be more portable.Cedric BAIL1-2/+7
2013-11-10eina: use portable infrastructure to detect page size.Cedric BAIL2-9/+3
2013-11-10eina: detect page size in a portable way.Cedric BAIL2-0/+42
2013-11-10ecore-audio - handle deletion of objects from outputs list in ctx fail cbCarsten Haitzler (Rasterman)1-1/+10
2013-11-10ecore-audio - remove the obj from the list before calling eo super destructorCarsten Haitzler (Rasterman)1-2/+1
2013-11-09eina: let's try to reduce the covered 64bits system.Cedric BAIL1-1/+2
2013-11-09eina: let pass the right size.Cedric Bail1-1/+1
2013-11-09eina: fix eina_hash_int64 on Windows system.Cedric Bail6-16/+16
2013-11-09efl: detect 64 bits correctly.Cedric Bail5-5/+9
2013-11-09evas/image - fixed typo.ChunEon Park1-1/+1
2013-11-09ecore_con - socks support - warning that shows invalid size calcCarsten Haitzler (Rasterman)1-1/+1
2013-11-08Eo: Fixed potential infinite loop with child deletion.Tom Hacohen1-2/+3
2013-11-08evas/image - removed dead code.ChunEon Park1-34/+0
2013-11-08evas - removed dead code.ChunEon Park1-28/+0
2013-11-08clean up previous commit with simple continues on invalid nameCarsten Haitzler (Rasterman)1-4/+2
2013-11-08[edje_entry] Add null checking for name of anchor and item.Youngbok Shin1-2/+6
2013-11-08Remove selection handlers (and move to elm)Thiep Ha5-255/+12
2013-11-07Changed Eo class names to be consistent. #2Tom Hacohen1-6/+6
2013-11-07Fix getting the clipboard selection and add missing LOGFN macrosChris Michael1-4/+53
2013-11-07Add support for additional keyboard modifiers. Fix handling of ShiftChris Michael1-29/+42
2013-11-07Add some additional keyboard masksChris Michael1-0/+9
2013-11-07Changed Eo class names to be consistent.Tom Hacohen30-41/+45
2013-11-07eet: Stopped SPANKing the naughty programmer while deleting dictionary.Vorobiov Vitalii1-5/+5
2013-11-07ecore_x: accept -1 as valid mm size for no changeSebastian Dransfeld1-1/+3