Gustavo Sverzut Barbieri [Tue, 6 Mar 2012 12:35:24 +0000 (12:35 +0000)]
note the bug spotted by Tasn.
SVN revision: 68824
Jiyoun Park [Tue, 6 Mar 2012 11:52:03 +0000 (11:52 +0000)]
fix BS related with jpeg rotation.
during decoding, ie's w and h should not change it's value
because several objects use same cache entry
SVN revision: 68809
Jihoon Kim [Tue, 6 Mar 2012 02:46:09 +0000 (02:46 +0000)]
ecore_imf: change parameter name in ecore_imf_context_input_panel_return_key_type_set
SVN revision: 68762
Daniel Vieira Franzolin [Mon, 5 Mar 2012 21:17:30 +0000 (21:17 +0000)]
Fix examples's compilation instructions to work on ubuntu.
Patch by: "Daniel Vieira Franzolin" <daniel@profusion.mobi>
SVN revision: 68743
Davide Andreoli [Mon, 5 Mar 2012 20:36:05 +0000 (20:36 +0000)]
Fix docs according to raster changes
SVN revision: 68740
Christopher Michael [Mon, 5 Mar 2012 16:50:20 +0000 (16:50 +0000)]
Ecore_Wayland: Don't require a current surface to retrieve pointer
position as we may not have an active window when this is requested.
SVN revision: 68731
Jonas M. Gastal [Mon, 5 Mar 2012 14:59:59 +0000 (14:59 +0000)]
Ecore con style fix.
SVN revision: 68726
Jonas M. Gastal [Mon, 5 Mar 2012 14:59:55 +0000 (14:59 +0000)]
Style fix for ecore exe docs.
SVN revision: 68725
Jonas M. Gastal [Mon, 5 Mar 2012 14:47:44 +0000 (14:47 +0000)]
Better ecore main loop docs.
SVN revision: 68724
Jonas M. Gastal [Mon, 5 Mar 2012 14:47:37 +0000 (14:47 +0000)]
Make listed ecore evas examples links.
SVN revision: 68723
Samuel F. Baggen [Mon, 5 Mar 2012 13:26:41 +0000 (13:26 +0000)]
removed useless information about libm dependency which is shipped with libc
SVN revision: 68718
Davide Andreoli [Mon, 5 Mar 2012 09:33:05 +0000 (09:33 +0000)]
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
Jérôme Pinot [Sun, 4 Mar 2012 11:10:51 +0000 (11:10 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
minor spelling fix
SVN revision: 68656
Mike Blumenkrantz [Sat, 3 Mar 2012 19:49:19 +0000 (19:49 +0000)]
patch from bluezery finishing socks env variable pickup from ecore_con_socks.c
SVN revision: 68650
Jihoon Kim [Sat, 3 Mar 2012 12:51:20 +0000 (12:51 +0000)]
ecore: fix brief description of ecore_x_window_focus_get
SVN revision: 68646
Jihoon Kim [Sat, 3 Mar 2012 07:20:54 +0000 (07:20 +0000)]
ecore: fix doxygen ingroup about ecore_x_window_defaults_set API
SVN revision: 68644
Daniel Juyung Seo [Sat, 3 Mar 2012 06:12:05 +0000 (06:12 +0000)]
edje Edje.h: Fixed documentation typo.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
SVN revision: 68642
Cedric BAIL [Fri, 2 Mar 2012 16:38:49 +0000 (16:38 +0000)]
emotion: fix build with recent xine.
Patch by Anthony Ramine <nox <at> dev-extend.eu>.
SVN revision: 68629
Cedric BAIL [Fri, 2 Mar 2012 15:36:54 +0000 (15:36 +0000)]
eina: fix warning. Patch by Seo Sanghyeon.
SVN revision: 68628
Daniel Juyung Seo [Fri, 2 Mar 2012 12:07:52 +0000 (12:07 +0000)]
ecore Ecore_Evas.h: Fixed documentation typo.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68624
Cedric BAIL [Fri, 2 Mar 2012 09:57:09 +0000 (09:57 +0000)]
eio: update AUTHORS.
SVN revision: 68621
Mike Blumenkrantz [Fri, 2 Mar 2012 03:36:28 +0000 (03:36 +0000)]
tons of doc fixes
SVN revision: 68617
Mike Blumenkrantz [Fri, 2 Mar 2012 03:09:47 +0000 (03:09 +0000)]
add some abort() fixmes
SVN revision: 68615
Mike Blumenkrantz [Fri, 2 Mar 2012 03:04:57 +0000 (03:04 +0000)]
this isn't an inline function, so it should have a safety check
SVN revision: 68614
Mike Blumenkrantz [Fri, 2 Mar 2012 03:04:33 +0000 (03:04 +0000)]
return NULL on failure here
SVN revision: 68613
Mike Blumenkrantz [Fri, 2 Mar 2012 03:01:10 +0000 (03:01 +0000)]
and actually return a value
SVN revision: 68612
Mike Blumenkrantz [Fri, 2 Mar 2012 03:00:59 +0000 (03:00 +0000)]
prevent stringshare leak
SVN revision: 68611
Christopher Michael [Thu, 1 Mar 2012 17:25:54 +0000 (17:25 +0000)]
Ecore_Wayland: Remove image_target_texture_2d (not used and requires
GL header which causes issues for E17 wayland only).
SVN revision: 68582
Raphael Kubo da Costa [Thu, 1 Mar 2012 17:15:54 +0000 (17:15 +0000)]
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
Iván Briano [Thu, 1 Mar 2012 16:42:03 +0000 (16:42 +0000)]
Build again, please.
SVN revision: 68580
David Walter Seikel [Thu, 1 Mar 2012 15:52:02 +0000 (15:52 +0000)]
No idea how anyone let me sneak these excess line endings in. Also, actually bitch about missing images.
SVN revision: 68579
David Walter Seikel [Thu, 1 Mar 2012 15:46:33 +0000 (15:46 +0000)]
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
Christopher Michael [Thu, 1 Mar 2012 13:43:41 +0000 (13:43 +0000)]
Ecore_Wayland: Add ecore_wl_pointer_xy_get function.
SVN revision: 68576
Jihoon Kim [Thu, 1 Mar 2012 13:34:08 +0000 (13:34 +0000)]
ecore_imf: fix doxygen
SVN revision: 68575
Christopher Michael [Thu, 1 Mar 2012 13:33:23 +0000 (13:33 +0000)]
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
Tom Hacohen [Thu, 1 Mar 2012 13:08:53 +0000 (13:08 +0000)]
Evas textblock: Fixed wrong parsing of style tags. Support escaped '.
Thanks to cippp for the report.
SVN revision: 68573
Jonas M. Gastal [Thu, 1 Mar 2012 13:02:17 +0000 (13:02 +0000)]
Better ecore_evas intro docs.
SVN revision: 68572
Jonas M. Gastal [Thu, 1 Mar 2012 13:02:13 +0000 (13:02 +0000)]
Improved ecore_evas_callbacks example.
SVN revision: 68571
Jonas M. Gastal [Thu, 1 Mar 2012 13:02:08 +0000 (13:02 +0000)]
Improved ecore_evas_basics example.
SVN revision: 68570
Jonas M. Gastal [Thu, 1 Mar 2012 13:02:03 +0000 (13:02 +0000)]
Fixing some typos.
SVN revision: 68569
Christopher Michael [Wed, 29 Feb 2012 21:00:38 +0000 (21:00 +0000)]
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
Tom Hacohen [Wed, 29 Feb 2012 15:57:53 +0000 (15:57 +0000)]
Edje entry: added edje_object_part_text_user_insert.
SVN revision: 68556
Jonas M. Gastal [Wed, 29 Feb 2012 13:49:04 +0000 (13:49 +0000)]
Evas event freezing code sample.
SVN revision: 68555
Jonas M. Gastal [Wed, 29 Feb 2012 13:49:00 +0000 (13:49 +0000)]
Add warning that people should probably use ecore evas instead of evas
event feeding.
SVN revision: 68554
Carsten Haitzler [Wed, 29 Feb 2012 11:59:55 +0000 (11:59 +0000)]
netwm icon set api - test it.. putting 16mb+ icons on the stack wasnt
a good idea... puton heap. :)
SVN revision: 68550
Jihoon Kim [Wed, 29 Feb 2012 04:37:33 +0000 (04:37 +0000)]
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
Carsten Haitzler [Tue, 28 Feb 2012 23:55:04 +0000 (23:55 +0000)]
lets compile again... shall we? :)
SVN revision: 68526
Christopher Michael [Tue, 28 Feb 2012 22:51:01 +0000 (22:51 +0000)]
Ecore_Wayland: Fix resize animation (little arrow @ bottom) not
showing up.
SVN revision: 68523
Christopher Michael [Tue, 28 Feb 2012 22:31:27 +0000 (22:31 +0000)]
Ecore_Wayland: Add some doxy & @since.
SVN revision: 68522
Leandro Pereira [Tue, 28 Feb 2012 22:04:48 +0000 (22:04 +0000)]
eet: Remove man page installing code as well
SVN revision: 68521
Leandro Pereira [Tue, 28 Feb 2012 21:58:35 +0000 (21:58 +0000)]
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
Christopher Michael [Tue, 28 Feb 2012 21:57:59 +0000 (21:57 +0000)]
Evas (wayland): Comment out eglTerminate (is causing hangs when
running under the current weston compositor).
SVN revision: 68518
Christopher Michael [Tue, 28 Feb 2012 21:57:10 +0000 (21:57 +0000)]
Ecore: Fix autofoo for recent wayland changes. Add ChangeLog.
SVN revision: 68517
Christopher Michael [Tue, 28 Feb 2012 21:56:39 +0000 (21:56 +0000)]
Ecore_Evas (Wayland): Refactor code to match Ecore_Wayland changes.
NB: Fixes outstanding issues with running EFL apps as wayland clients.
SVN revision: 68516
Christopher Michael [Tue, 28 Feb 2012 21:55:51 +0000 (21:55 +0000)]
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
om101.woo [Tue, 28 Feb 2012 11:55:14 +0000 (11:55 +0000)]
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
Carsten Haitzler [Tue, 28 Feb 2012 11:50:05 +0000 (11:50 +0000)]
compile again... and add docs and @sinces etc. :)
SVN revision: 68503
Carsten Haitzler [Tue, 28 Feb 2012 10:46:38 +0000 (10:46 +0000)]
and now actually test and make sure things work.
SVN revision: 68500
Cedric BAIL [Tue, 28 Feb 2012 09:20:43 +0000 (09:20 +0000)]
eio: forgotten lstat.
SVN revision: 68499
Mike Blumenkrantz [Tue, 28 Feb 2012 07:06:04 +0000 (07:06 +0000)]
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
Carsten Haitzler [Tue, 28 Feb 2012 06:43:59 +0000 (06:43 +0000)]
booyah. added lots of ecore_evas state stuff and ability to track
state changes too made by a wm - eg getting iconified.
SVN revision: 68493
Carsten Haitzler [Tue, 28 Feb 2012 04:34:10 +0000 (04:34 +0000)]
add ecore_x_netwm_icons_set()
SVN revision: 68487
Cedric BAIL [Mon, 27 Feb 2012 20:58:26 +0000 (20:58 +0000)]
eio: finish eio fallback monitor.
NOTE: this make Eio now officially in Alpha stage.
API and ABI should remain stable until the coming release.
Only bug fixes and highly needed api change will make in.
SVN revision: 68479
Cedric BAIL [Mon, 27 Feb 2012 14:40:02 +0000 (14:40 +0000)]
ecore: people are still hurt by that assert.
NOTE: I think that this code should be removed as it is useless, will never
work as expected and nobody care anymore about it.
SVN revision: 68477
Cedric BAIL [Mon, 27 Feb 2012 13:29:47 +0000 (13:29 +0000)]
eina: faster implementation of Eina_Rbtree by Alexandre Becoulet.
SVN revision: 68474
Cedric BAIL [Mon, 27 Feb 2012 13:20:05 +0000 (13:20 +0000)]
eio: start implement fallback monitor.
SVN revision: 68473
Carsten Haitzler [Mon, 27 Feb 2012 05:52:25 +0000 (05:52 +0000)]
warning--
SVN revision: 68467
Thanatermesis [Mon, 27 Feb 2012 05:20:17 +0000 (05:20 +0000)]
Fix linking complaints brought out by:
From: Thanatermesis <thanatermesis.ecvs@gmail.com>
Subject: [E-devel] LDFLAGS with -Wl,-z,defs
Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some
libs that doesn't compile, like evas and e_dbus, there's some logs:
SVN revision: 68464
Carsten Haitzler [Mon, 27 Feb 2012 02:37:24 +0000 (02:37 +0000)]
tag this allong with the ecore_file_download fix.
SVN revision: 68459
Jiyoun Park [Sun, 26 Feb 2012 10:46:56 +0000 (10:46 +0000)]
fix gif cannot deal with transparent color.
when make first frame, it didn't consider alpha value.
change code to deal with alpha value
SVN revision: 68450
Cedric BAIL [Sun, 26 Feb 2012 10:06:40 +0000 (10:06 +0000)]
ecore: oops, forgotten.
SVN revision: 68449
Vincent Torri [Sun, 26 Feb 2012 07:09:07 +0000 (07:09 +0000)]
Evas: check static inline functions, not just inline ones
SVN revision: 68448
Carsten Haitzler [Sun, 26 Feb 2012 01:52:27 +0000 (01:52 +0000)]
fix ecore_file_downlaod to not limit downloads to 30sec.
SVN revision: 68447
Cedric BAIL [Sat, 25 Feb 2012 21:20:42 +0000 (21:20 +0000)]
ecore: remove use of SDL software sdl 16 from Ecore_Evas.
SVN revision: 68446
Mike Blumenkrantz [Sat, 25 Feb 2012 08:30:51 +0000 (08:30 +0000)]
#if 0 out an unused function
SVN revision: 68437
Jihoon Kim [Sat, 25 Feb 2012 06:57:21 +0000 (06:57 +0000)]
ecore_imf: remove trailing whitespace
SVN revision: 68434
Jonas M. Gastal [Fri, 24 Feb 2012 17:05:44 +0000 (17:05 +0000)]
Evas generic object group documentation improvement.
SVN revision: 68425
Cedric BAIL [Fri, 24 Feb 2012 16:53:51 +0000 (16:53 +0000)]
ecore: eina_iterator_free doesn't work on NULL iterator.
SVN revision: 68424
Cedric BAIL [Fri, 24 Feb 2012 15:51:00 +0000 (15:51 +0000)]
embryo: remove useless part.
SVN revision: 68421
Cedric BAIL [Fri, 24 Feb 2012 15:22:11 +0000 (15:22 +0000)]
embryo: try to handle _LIBS appropriatly.
SVN revision: 68419
Cedric BAIL [Fri, 24 Feb 2012 15:14:10 +0000 (15:14 +0000)]
ecore: fix ecore build without thread support and mmap.
SVN revision: 68418
Cedric BAIL [Fri, 24 Feb 2012 14:07:57 +0000 (14:07 +0000)]
ecore,embryo,evas: fix copy & paste issue.
SVN revision: 68417
Carsten Haitzler [Fri, 24 Feb 2012 12:33:27 +0000 (12:33 +0000)]
and changelog for doyoun's patch
SVN revision: 68411
Doyoun Kang [Fri, 24 Feb 2012 12:33:11 +0000 (12:33 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: Add feature for showing/hiding indicator
Hi, raster.
As we discussed about indicator, i added feature for indicator.
Please check attached patch files.
1. elementary
i added enumeration to Elm_Illume_Command as below.
- ELM_ILLUME_COMMAND_INDICATOR_SHOW
- ELM_ILLUME_COMMAND_INDICATOR_HIDE
2. ecore
i added atoms/enumerations/APIs as below.
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_ON;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OFF;
typedef enum _Ecore_X_Illume_Indicator_State
{
ECORE_X_ILLUME_INDICATOR_STATE_UNKNOWN = 0,
ECORE_X_ILLUME_INDICATOR_STATE_OFF,
ECORE_X_ILLUME_INDICATOR_STATE_ON
} Ecore_X_Illume_Indicator_State;
EAPI void ecore_x_e_illume_indicator_state_set(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);
EAPI Ecore_X_Illume_Indicator_State
ecore_x_e_illume_indicator_state_get(Ecore_X_Window win);
EAPI void ecore_x_e_illume_indicator_state_send(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);
SVN revision: 68410
Cedric BAIL [Fri, 24 Feb 2012 11:48:53 +0000 (11:48 +0000)]
ecore: fix typos.
SVN revision: 68406
Cedric BAIL [Fri, 24 Feb 2012 11:42:47 +0000 (11:42 +0000)]
eina: fix typos due to merge.
SVN revision: 68405
Cedric BAIL [Fri, 24 Feb 2012 11:21:57 +0000 (11:21 +0000)]
evas: add Exotic support.
SVN revision: 68404
Cedric BAIL [Fri, 24 Feb 2012 11:21:12 +0000 (11:21 +0000)]
ecore: binbuf doesn't accept NULL (that's what EINA_ARG_NONNULL tell us...)
SVN revision: 68403
Cedric BAIL [Fri, 24 Feb 2012 11:20:25 +0000 (11:20 +0000)]
ecore: add Exotic support.
SVN revision: 68402
Cedric BAIL [Fri, 24 Feb 2012 11:17:26 +0000 (11:17 +0000)]
eet: add Exotic support
SVN revision: 68400
Cedric BAIL [Fri, 24 Feb 2012 11:16:23 +0000 (11:16 +0000)]
embryo: add Exotic support.
SVN revision: 68399
Cedric BAIL [Fri, 24 Feb 2012 11:15:14 +0000 (11:15 +0000)]
eina: add Exotic support.
SVN revision: 68398
Sung Park [Fri, 24 Feb 2012 08:13:48 +0000 (08:13 +0000)]
Fixed glBindFramebuffer(0) issue for Direct Rendering
optimization. current_fbo wasn't being set to 0
so the above case wasn't being handled properly.
SVN revision: 68392
Seungsoo Woo [Fri, 24 Feb 2012 07:55:04 +0000 (07:55 +0000)]
From: Seungsoo Woo <om101.woo@samsung.com>
subject: [E-devel] [Patch] Add override gl apis for osmesa
When an application use glBindFramebuffer or glBindRenderbuffer via
evas_gl after loding libosmesa.so,it shows segment fault.
Because glBindFramebuffer and glBindRenderbuffer are not overrided.
So, I fixed it.
SVN revision: 68391
Jihoon Kim [Fri, 24 Feb 2012 06:52:18 +0000 (06:52 +0000)]
edje: fill NEWS
SVN revision: 68386
Jihoon Kim [Fri, 24 Feb 2012 06:51:04 +0000 (06:51 +0000)]
Add edje_object_part_text_imf_context_get API.
This API can be used to get the input method context in entry.
SVN revision: 68385
Jihoon Kim [Fri, 24 Feb 2012 06:05:10 +0000 (06:05 +0000)]
Ecore_IMF.h: fix indentation
SVN revision: 68380
Carsten Haitzler [Fri, 24 Feb 2012 00:58:13 +0000 (00:58 +0000)]
lets compile shall we and only include sdl headers if building
ecore-evas-sdl stuff eh?
SVN revision: 68372
Carsten Haitzler [Fri, 24 Feb 2012 00:56:42 +0000 (00:56 +0000)]
warn--
SVN revision: 68371
Carsten Haitzler [Fri, 24 Feb 2012 00:52:29 +0000 (00:52 +0000)]
yes - inow. this managed to get out in 1.1 being deprecated. lets not
mark the func as deprecated tho - keep in docs.
SVN revision: 68370