summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* edje_multisense: Support sample speeddevs/asdfuser/ecore_audioDaniel Willmann2013-03-221-1/+2
| | | | Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* ecore_audio_playback: Support changing of speedDaniel Willmann2013-03-181-2/+26
| | | | | | | Implement ecore_audio_input_speed_set() in playback example Fix volume limit off-by-one check while I'm at it Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* ecore_audio: Implement speed get/set functionsDaniel Willmann2013-03-184-3/+52
| | | | | | You can now change the playback speed of an input Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* embryo_cc: Fix possible buffer overflow in setconfig()Daniel Willmann2013-03-181-1/+2
| | | | | | Need to account for the space of the trailing '/' as well. Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
* edje: i am lazy, i like to not care about case.Cedric BAIL2013-03-181-1/+1
|
* edje: handle custom state to.Cedric BAIL2013-03-181-1/+2
|
* edje: fix run on 64bits system.Cedric Bail2013-03-184-21/+43
|
* Revert "edje: fix run on 64bits system."Carsten Haitzler (Rasterman)2013-03-174-43/+21
| | | | This reverts commit d482c5cc59f9b572ec37c8e68434a12e50479c00.
* eina eina_inlist.c: fixed formatting while reading the code.Daniel Juyung Seo2013-03-171-93/+100
|
* Ecore.h: use ECORE_CALLBACK_RENEW/CANCEL for timer callback.Daniel Juyung Seo2013-03-171-3/+3
|
* seems tegra has gotten better so up pipe max number in gl engine.Carsten Haitzler (Rasterman)2013-03-172-3/+5
|
* update on recent symbol finding changes in evas - use dlsym for fbo'sCarsten Haitzler (Rasterman)2013-03-171-1/+10
|
* edje: fix run on 64bits system.Cedric Bail2013-03-174-21/+43
|
* ecore_con: fix warnings when curl is not available.Cedric Bail2013-03-171-10/+10
|
* ecore: another needed virtual destructor.Cedric Bail2013-03-171-1/+1
|
* ethumb: we are linking with Ethumb_Client.Cedric Bail2013-03-161-1/+1
|
* ecore: virtual destructors are neededCedric Bail2013-03-163-1/+3
|
* ecore: lower more warning level.Cedric Bail2013-03-161-6/+6
|
* edje: lower warning level.Cedric Bail2013-03-161-1/+1
|
* edje: remove that anoying \n.Cedric Bail2013-03-161-1/+1
|
* gitignore: let's forget about exe files.Cedric Bail2013-03-161-0/+1
|
* eina: add support for Systemd journal in Eina_Log.Cedric Bail2013-03-165-1/+120
| | | | | | NOTE: if you start your process with Systemd it will automatically use Journald API. You will need to overide the default logging function to change that behavior.
* ecore_evas: Mark unused variables as unusedDaniel Willmann2013-03-161-10/+10
| | | | | | Get rid of warnings introduced by commit a4593c Signed-off-by: Daniel Willmann <daniel@totalueberwachung.de>
* efl: fix compilation on Windows when no Evil library is installed.Cedric Bail2013-03-168-15/+92
|
* ecore_evas: follow naming of other modules for Windows to.Cedric Bail2013-03-162-40/+26
|
* ecore_evas: killing Glew and Direct3d, because someone already killed Kenny.Cedric Bail2013-03-165-226/+31
|
* edje: fix edje_watch compilation on Windows.Cedric Bail2013-03-162-3/+13
|
* edje: fix epp compilation on Windows.Cedric Bail2013-03-163-1/+12
|
* evil: uselesss dependencies.Cedric Bail2013-03-161-4/+0
|
* efreet: avoid symbol collision.Cedric Bail2013-03-161-5/+5
|
* efreet: fix compilation on Windows.Cedric Bail2013-03-164-6/+12
|
* edbus: fix compilation on Windows.Cedric Bail2013-03-165-9/+11
|
* ecore_con: improve portability.Cedric Bail2013-03-165-12/+64
|
* eina: a little bit sleepy, put that in the right file.Cedric BAIL2013-03-152-4/+3
|
* eina: add evil in.Cedric BAIL2013-03-151-0/+4
|
* fix doc formatting.Carsten Haitzler (Rasterman)2013-03-151-1/+2
|
* eina: share eina_file_copy code accross platform.Cedric BAIL2013-03-154-299/+291
|
* Fix opengl-es 2.0 engine support to only use GL_UNPACK_ROW_LENGTHCarsten Haitzler (Rasterman)2013-03-155-118/+145
| | | | if the correct gles extension exists.
* evas gl engine -> prefer extn symbols over non-extn symbolsCarsten Haitzler (Rasterman)2013-03-152-48/+41
|
* ecore: improve systemd support after fork.Cedric BAIL2013-03-152-4/+4
|
* evas: fix uninitialized data.Cedric BAIL2013-03-151-2/+2
|
* eina: improve portability of Eina_File.Cedric BAIL2013-03-155-645/+495
|
* Revert "eina: improve portability of Eina_File."Daniel Willmann2013-03-145-493/+645
| | | | | | | | | | | | | | This reverts commit c002d113f11310b5367bfcd300c0add84bf6f57f. This commit reliably breaks builds with clang. Please test with export CC=clang before you commit again. export CC=clang ./autogen.sh --enable-multisense && make -j 10 The error Jenkins gets (I confirmed locally): /bin/bash: line 1: 13549 Segmentation fault (core dumped) EFL_RUN_IN_TREE=1 ./bin/edje/edje_cc -id . -fd . -id ./tests/emotion/data tests/emotion/data/theme.edc tests/emotion/data/theme.edj
* Edje match: Cleaned up cedric's *IMPORTANT* compiler warnings.Tom Hacohen2013-03-142-2/+2
|
* Fix for building without setting the opengl=es option.Chris Michael2013-03-141-0/+2
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* eina: remove duplicated declaration.Cedric BAIL2013-03-141-14/+0
|
* eina: improve portability of Eina_File.Cedric BAIL2013-03-145-645/+493
|
* eina: improve usability of Eina_Tmpstr.Cedric BAIL2013-03-143-16/+89
| | | | Added eina_tmpstr_add_length and eina_tmpstr_strlen.
* fix writes/flushes with servers for ecore-conMike Blumenkrantz2013-03-143-4/+18
|
* evas: fix compilation issue due to change of Evas_Object structure.Cedric BAIL2013-03-141-20/+20
|