Commit Graph

16750 Commits

Author SHA1 Message Date
Samuel F. Baggen df4c97af21 removed useless information about libm dependency which is shipped with libc
SVN revision: 68718
2012-03-05 13:26:41 +00:00
Davide Andreoli cd00891529 From: Davide Andreoli <dave@gurumeditation.it>
Subject: [E-devel] Emotion buffer size patch

Hi, here is a patch for emotion, it add a new function to retrive the
status of the buffer while playing online stream.
It is implemented only for the gstreamer backend, the xine one
do not play at all here. What about the generic one?

(xine does play - i implameneted this with the xine module, and
generic is given a func that always returns 1.0 for now).



SVN revision: 68684
2012-03-05 09:33:05 +00:00
Jérôme Pinot f5bfcc675b From: Jérôme Pinot <ngc891@gmail.com>
minor spelling fix



SVN revision: 68656
2012-03-04 11:10:51 +00:00
Mike Blumenkrantz 8235a2b7df patch from bluezery finishing socks env variable pickup from ecore_con_socks.c
SVN revision: 68650
2012-03-03 19:49:19 +00:00
Jihoon Kim d010e69fe1 ecore: fix brief description of ecore_x_window_focus_get
SVN revision: 68646
2012-03-03 12:51:20 +00:00
Jihoon Kim 8c33b063b9 ecore: fix doxygen ingroup about ecore_x_window_defaults_set API
SVN revision: 68644
2012-03-03 07:20:54 +00:00
Daniel Juyung Seo c8d3408d89 edje Edje.h: Fixed documentation typo.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68642
2012-03-03 06:12:05 +00:00
Cedric BAIL 87eaeaef54 emotion: fix build with recent xine.
Patch by Anthony Ramine <nox <at> dev-extend.eu>.


SVN revision: 68629
2012-03-02 16:38:49 +00:00
Cedric BAIL 49be656f5b eina: fix warning. Patch by Seo Sanghyeon.
SVN revision: 68628
2012-03-02 15:36:54 +00:00
Daniel Juyung Seo 836dda0058 ecore Ecore_Evas.h: Fixed documentation typo.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68624
2012-03-02 12:07:52 +00:00
Cedric BAIL ec50196c86 eio: update AUTHORS.
SVN revision: 68621
2012-03-02 09:57:09 +00:00
Mike Blumenkrantz e1e7a96b9e tons of doc fixes
SVN revision: 68617
2012-03-02 03:36:28 +00:00
Mike Blumenkrantz 84a849bb6a add some abort() fixmes
SVN revision: 68615
2012-03-02 03:09:47 +00:00
Mike Blumenkrantz 56b1aeb079 this isn't an inline function, so it should have a safety check
SVN revision: 68614
2012-03-02 03:04:57 +00:00
Mike Blumenkrantz ade84d3941 return NULL on failure here
SVN revision: 68613
2012-03-02 03:04:33 +00:00
Mike Blumenkrantz 4edbb6487c and actually return a value
SVN revision: 68612
2012-03-02 03:01:10 +00:00
Mike Blumenkrantz b21d766d41 prevent stringshare leak
SVN revision: 68611
2012-03-02 03:00:59 +00:00
Christopher Michael 9c97695b5a Ecore_Wayland: Remove image_target_texture_2d (not used and requires
GL header which causes issues for E17 wayland only).



SVN revision: 68582
2012-03-01 17:25:54 +00:00
Raphael Kubo da Costa 37efb6c4db Eina: Add eina_value_array_value_get().
Since k-s is on the road this days, we'd better write some code ourselves.
This is array counterpart of eina_value_struct_value_get(), and retrieves
an item from an Eina_Value_Array as an Eina_Value.

Code writing the setter is welcome.

Patch by: "Raphael Kubo da Costa" <kubo@profusion.mobi>


SVN revision: 68581
2012-03-01 17:15:54 +00:00
Iván Briano 5cfb0b0c34 Build again, please.
SVN revision: 68580
2012-03-01 16:42:03 +00:00
David Walter Seikel 09c1a704cc No idea how anyone let me sneak these excess line endings in. Also, actually bitch about missing images.
SVN revision: 68579
2012-03-01 15:52:02 +00:00
David Walter Seikel 89b472066f If an edje file has a Lua group, don't strip any images. No telling how Lua might concoct it's image names, but it expects to find them in it's own file.
SVN revision: 68578
2012-03-01 15:46:33 +00:00
Christopher Michael 6cbf9fa01a Ecore_Wayland: Add ecore_wl_pointer_xy_get function.
SVN revision: 68576
2012-03-01 13:43:41 +00:00
Jihoon Kim e3cb7f5f21 ecore_imf: fix doxygen
SVN revision: 68575
2012-03-01 13:34:08 +00:00
Christopher Michael 5cc25cb5a8 Ecore_Evas (wayland_egl): Cleanup the engine structure & remove unused
things. Implement alpha_set, transparent_set, and ignore_events for
ecore_evas_wayland_EGL.

NB: Big fat warning ... don't try to use alpha_set for EE_Wayland_Egl.
It segfaults for some unknown reason. If anyone knows EGL code, please
feel free to have a look. Any help is appreciated here.



SVN revision: 68574
2012-03-01 13:33:23 +00:00
Tom Hacohen bdaa2c201d Evas textblock: Fixed wrong parsing of style tags. Support escaped '.
Thanks to cippp for the report.

SVN revision: 68573
2012-03-01 13:08:53 +00:00
Jonas M. Gastal f34ae9e0da Better ecore_evas intro docs.
SVN revision: 68572
2012-03-01 13:02:17 +00:00
Jonas M. Gastal 251ae2d2e6 Improved ecore_evas_callbacks example.
SVN revision: 68571
2012-03-01 13:02:13 +00:00
Jonas M. Gastal 27f3f1c677 Improved ecore_evas_basics example.
SVN revision: 68570
2012-03-01 13:02:08 +00:00
Jonas M. Gastal d1a6d8e8b4 Fixing some typos.
SVN revision: 68569
2012-03-01 13:02:03 +00:00
Christopher Michael b0dde0d92d Ecore_Evas (wayland): Implement alpha_set, transparent_set, and
ignore_events for ecore_evas_wayland_shm.

NB: I have to code for egl done, but am tracking a segfault when we
set alpha :/



SVN revision: 68558
2012-02-29 21:00:38 +00:00
Tom Hacohen 97c02b6656 Edje entry: added edje_object_part_text_user_insert.
SVN revision: 68556
2012-02-29 15:57:53 +00:00
Jonas M. Gastal db7f5d6c5f Evas event freezing code sample.
SVN revision: 68555
2012-02-29 13:49:04 +00:00
Jonas M. Gastal a64769e15f Add warning that people should probably use ecore evas instead of evas
event feeding.

SVN revision: 68554
2012-02-29 13:49:00 +00:00
Carsten Haitzler 5bb1a4a17f netwm icon set api - test it.. putting 16mb+ icons on the stack wasnt
a good idea... puton heap. :)



SVN revision: 68550
2012-02-29 11:59:55 +00:00
Jihoon Kim 05131e2348 ecore_imf: Add ecore_imf_context_input_panel_caps_lock_mode_set/get to set/get the caps lock mode on the input panel
SVN revision: 68529
2012-02-29 04:37:33 +00:00
Carsten Haitzler 890d1a247a lets compile again... shall we? :)
SVN revision: 68526
2012-02-28 23:55:04 +00:00
Christopher Michael 5a989f5d82 Ecore_Wayland: Fix resize animation (little arrow @ bottom) not
showing up.



SVN revision: 68523
2012-02-28 22:51:01 +00:00
Christopher Michael c03a4e19b4 Ecore_Wayland: Add some doxy & @since.
SVN revision: 68522
2012-02-28 22:31:27 +00:00
Leandro Pereira b13d32e9a3 eet: Remove man page installing code as well
SVN revision: 68521
2012-02-28 22:04:48 +00:00
Leandro Pereira 25462be439 eet: Disable man-page generation by default.
This is currently a mess -- fixing it is going to take a lot of time. Man
pages being generated include end(3), authors(3), todo(3), Examples(3). 
Better not to install these things and rely only on the HTML output.



SVN revision: 68520
2012-02-28 21:58:35 +00:00
Christopher Michael 720f7996ae Evas (wayland): Comment out eglTerminate (is causing hangs when
running under the current weston compositor).



SVN revision: 68518
2012-02-28 21:57:59 +00:00
Christopher Michael ee44c5d3dd Ecore: Fix autofoo for recent wayland changes. Add ChangeLog.
SVN revision: 68517
2012-02-28 21:57:10 +00:00
Christopher Michael a31808b48b Ecore_Evas (Wayland): Refactor code to match Ecore_Wayland changes.
NB: Fixes outstanding issues with running EFL apps as wayland clients.



SVN revision: 68516
2012-02-28 21:56:39 +00:00
Christopher Michael f3cf8efe47 Ecore_Wayland: Refactor all the ecore_wayland code to improve running
EFL applications as Wayland Clients.

NB: This (along with the ecore_evas changes) fixes most (if not all) 
outstanding issues what I am aware of, including the nasty resize bug 
with wayland_egl.



SVN revision: 68515
2012-02-28 21:55:51 +00:00
om101.woo cf569fb2bf From: <om101.woo@samsung.com>
Subject: image data get/set pairing issue

I found a bug about pairing
evas_object_image_data_get/set(eng_image_data_get/put).

It was added to count checked_out for paring
eglMapImageSEC/eglUnmapImageSEC.
 
In case of calling evas_object_image_data_set() twice after calling
evas_object_image_data_get(), dyn.checked_out has -1.

Then, if evas_object_image_data_get() and evas_object_image_data_set()
is call, it can't call eglUnmapImageSEC().
 
If dyn.checked_out has minus, it can make some problem.

So, I fixed this problem.
 
Please find enclosed patch file and let me know if I misunderstood.



SVN revision: 68504
2012-02-28 11:55:14 +00:00
Carsten Haitzler 5756d4ad09 compile again... and add docs and @sinces etc. :)
SVN revision: 68503
2012-02-28 11:50:05 +00:00
Carsten Haitzler 9b46c193f5 and now actually test and make sure things work.
SVN revision: 68500
2012-02-28 10:46:38 +00:00
Cedric BAIL b9fbbaa656 eio: forgotten lstat.
SVN revision: 68499
2012-02-28 09:20:43 +00:00
Mike Blumenkrantz 178339291d one time I had a dream where people helped others who were forgetful instead of just pointing out that they were forgetful. then I woke up and realized I had fallen asleep while watching Winnie the Pooh
SVN revision: 68494
2012-02-28 07:06:04 +00:00