summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ecore_Avahi: initial commit.devs/cedric/avahiCedric BAIL2013-11-1010-0/+384
* ecore-audio - handle deletion of objects from outputs list in ctx fail cbCarsten Haitzler (Rasterman)2013-11-101-1/+10
* ecore-audio - remove the obj from the list before calling eo super destructorCarsten Haitzler (Rasterman)2013-11-101-2/+1
* eina: let's try to reduce the covered 64bits system.Cedric BAIL2013-11-091-1/+2
* eina: let pass the right size.Cedric Bail2013-11-091-1/+1
* eina: fix eina_hash_int64 on Windows system.Cedric Bail2013-11-097-22/+22
* eina: eina_lock_debug is only on Eina_Lock.Cedric Bail2013-11-091-1/+1
* eina: fix warning of unsigned int being compared to an int.Cedric Bail2013-11-091-1/+1
* gitignore: ignore files generated by make check.Cedric Bail2013-11-091-0/+2
* efl: detect 64 bits correctly.Cedric Bail2013-11-096-9/+13
* evas/image - fixed typo.ChunEon Park2013-11-091-1/+1
* warning--Carsten Haitzler (Rasterman)2013-11-091-1/+1
* evas - gl engine - this fixes the breakages in new nvidia driversCarsten Haitzler (Rasterman)2013-11-091-6/+6
* embryo - embryo_cc: fix buffer overrun warningCarsten Haitzler (Rasterman)2013-11-091-1/+1
* ecore_con - socks support - warning that shows invalid size calcCarsten Haitzler (Rasterman)2013-11-091-1/+1
* Eo: Fixed potential infinite loop with child deletion.Tom Hacohen2013-11-081-2/+3
* evas/image - removed dead code.ChunEon Park2013-11-081-34/+0
* evas - removed dead code.ChunEon Park2013-11-081-28/+0
* clean up previous commit with simple continues on invalid nameCarsten Haitzler (Rasterman)2013-11-081-4/+2
* [edje_entry] Add null checking for name of anchor and item.Youngbok Shin2013-11-083-2/+11
* Remove selection handlers (and move to elm)Thiep Ha2013-11-0811-313/+15
* Changed Eo class names to be consistent. #2Tom Hacohen2013-11-071-6/+6
* Fix getting the clipboard selection and add missing LOGFN macrosChris Michael2013-11-071-4/+53
* Add support for additional keyboard modifiers. Fix handling of ShiftChris Michael2013-11-071-29/+42
* Add some additional keyboard masksChris Michael2013-11-071-0/+9
* Changed Eo class names to be consistent.Tom Hacohen2013-11-0730-41/+45
* evas: Nice catch from Coverity, fix defect CID 1126097, 1126096 and 1126088.Cedric Bail2013-11-071-3/+2
* edje: add string "program_%p" (%p - edje_program pointer) to a default descri...Vyacheslav Reutskiy2013-11-071-0/+6
* eet: Stopped SPANKing the naughty programmer while deleting dictionary.Vorobiov Vitalii2013-11-071-5/+5
* fix readme to be 1.8.0Carsten Haitzler (Rasterman)2013-11-071-1/+1
* ecore_x: accept -1 as valid mm size for no changeSebastian Dransfeld2013-11-071-1/+3
* ecore_x: store atoms internallySebastian Dransfeld2013-11-071-13/+17
* ecore_x: get correct propertySebastian Dransfeld2013-11-071-1/+1
* Eo: remove ; after while (0) in Eo.h.Tom Hacohen2013-11-061-2/+2
* This adds the test case for the DNS error patch.Guillaume Friloux2013-11-061-0/+56
* Fixes a bug where when you try to connect to a server using anGuillaume Friloux2013-11-061-1/+2
* evil: let's try a more modern declaration.Cedric Bail2013-11-061-5/+1
* epp: avoid to rely on undefined behavior for fopen.Cedric Bail2013-11-051-1/+2
* eina: Avoid increasing required alignment of target type warning on ARM in Ei...Ryuan Choi2013-11-051-1/+1
* ecore: remove coroutine for now. Can easily be reverted for 1.9.Cedric Bail2013-11-057-460/+0
* ecore/wayland: Use eina_inlist instead of wl_list for inputs too.devs/antognolli/ecore_waylandRafael Antognolli2013-11-044-10/+8
* ecore/wayland: Use eina_inlist instead of wl_list for outputs too.Rafael Antognolli2013-11-044-10/+10
* ecore/wayland: Use eina_inlist instead of wl_list for globals.Rafael Antognolli2013-11-044-22/+23
* Require wayland libraries of at least 1.3.0Chris Michael2013-11-042-4/+4
* Add "--with-id" configure option that can be used to specify aJerome Pinot2013-11-042-0/+11
* ecore/wayland: Move Ecore_Wl_Output to a private header.Rafael Antognolli2013-11-042-13/+13
* configure does not print tests option as a defaultRyuan Choi2013-11-041-3/+6
* alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1Carsten Haitzler (Rasterman)2013-11-0476-110/+155
* evil: let's try to get the right header.Cedric Bail2013-11-041-1/+1
* evil: add regex code (needed for elm).Vincent Torri2013-11-0414-3/+3415