Carsten Haitzler [Sun, 6 Nov 2011 09:16:00 +0000 (09:16 +0000)]
add workareas get as requested in ticket #793 but actually support
more than 1 - for multi-screen.
SVN revision: 64804
David Walter Seikel [Sun, 6 Nov 2011 09:00:21 +0000 (09:00 +0000)]
Finally committing my edje lua additions after a long chat with raster on IRC.
Not everything discussed is in this commit, but that will come later today.
SVN revision: 64803
Carsten Haitzler [Sun, 6 Nov 2011 08:47:38 +0000 (08:47 +0000)]
Ticket #824 - no readme.in's
SVN revision: 64802
Carsten Haitzler [Sun, 6 Nov 2011 06:17:56 +0000 (06:17 +0000)]
fix but resulting from threadsafety addition by mike.
SVN revision: 64798
Carsten Haitzler [Sun, 6 Nov 2011 06:16:31 +0000 (06:16 +0000)]
chlog++
SVN revision: 64797
Carsten Haitzler [Sun, 6 Nov 2011 06:15:05 +0000 (06:15 +0000)]
authors++
SVN revision: 64796
Bluezery [Sun, 6 Nov 2011 06:14:31 +0000 (06:14 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_file] Check a return value of
ecore_con_url_get()
_ecore_file_download_curl() does not check return value of even if
ecore_con_url_get(), it can be failed.
I add a simple error checking.
Please review this patch.
SVN revision: 64795
Carsten Haitzler [Sun, 6 Nov 2011 04:44:13 +0000 (04:44 +0000)]
dont use shadow lua obj w,h as it means text objects dont force their
size right and u need extra calls to get them. fix.
SVN revision: 64793
Carsten Haitzler [Sun, 6 Nov 2011 03:07:15 +0000 (03:07 +0000)]
chlog++ for multisense
SVN revision: 64792
Youness Alaoui [Sat, 5 Nov 2011 17:50:23 +0000 (17:50 +0000)]
Escape: ecrustified
SVN revision: 64786
Youness Alaoui [Sat, 5 Nov 2011 17:50:02 +0000 (17:50 +0000)]
Ecore-evas: Add psl1ght module to ecore-evas
SVN revision: 64783
Youness Alaoui [Sat, 5 Nov 2011 17:49:55 +0000 (17:49 +0000)]
Ecore: Add ecore-psl1ght library
SVN revision: 64782
Youness Alaoui [Sat, 5 Nov 2011 17:49:49 +0000 (17:49 +0000)]
Ecore: Port ecore to the PS3
SVN revision: 64781
Youness Alaoui [Sat, 5 Nov 2011 17:49:37 +0000 (17:49 +0000)]
Evas: Add a psl1ght engine for the PS3
SVN revision: 64779
Youness Alaoui [Sat, 5 Nov 2011 17:49:30 +0000 (17:49 +0000)]
Eina: Port eina to the Ps3 by including Escape
SVN revision: 64778
Vincent Torri [Sat, 5 Nov 2011 16:56:03 +0000 (16:56 +0000)]
forget that. That's the problem when dealing with
windows and linux in different repo...
SVN revision: 64768
Vincent Torri [Sat, 5 Nov 2011 16:51:13 +0000 (16:51 +0000)]
Evas: fix use of __always_inline__ attribute
Fix multiple storage bug.
* __forceinline is the equivalent of __always_inline__ on Windows. It has
'extern' as storage, so static must not be used with it
* use __always_inline__ and not always_inline as attribute value instead.
No need to add storage class with __always_inline__ too.
* static inline is fine
SVN revision: 64767
Cedric BAIL [Sat, 5 Nov 2011 15:54:34 +0000 (15:54 +0000)]
emotion: fix symbol issue.
NOTE: all inline function in header should be static or
they will export symbol and you don't want that.
SVN revision: 64765
Carsten Haitzler [Sat, 5 Nov 2011 14:03:28 +0000 (14:03 +0000)]
warning-- on edje when compiled without mulitsense
SVN revision: 64763
Cedric BAIL [Sat, 5 Nov 2011 14:01:18 +0000 (14:01 +0000)]
eina: don't hide symbol if we can build them in.
SVN revision: 64762
Cedric BAIL [Sat, 5 Nov 2011 13:44:21 +0000 (13:44 +0000)]
emotion: always trigger new frame callback.
SVN revision: 64758
Carsten Haitzler [Sat, 5 Nov 2011 13:29:14 +0000 (13:29 +0000)]
enable multisense by default and have it disable if deps dont exist.
SVN revision: 64757
Cedric BAIL [Sat, 5 Nov 2011 12:04:34 +0000 (12:04 +0000)]
emotion: fix recursive call.
SVN revision: 64756
Cedric BAIL [Sat, 5 Nov 2011 11:58:41 +0000 (11:58 +0000)]
evas: always retrieve the latest available pixels for a video.
SVN revision: 64755
Carsten Haitzler [Sat, 5 Nov 2011 11:25:42 +0000 (11:25 +0000)]
and be explicit.. unsigned.. INT!
SVN revision: 64754
Carsten Haitzler [Fri, 4 Nov 2011 23:19:14 +0000 (23:19 +0000)]
fix a few warnings i get on 64bit than didnt pop up on 32, revert edje
module load api break -back to eina_bool return. add some @sinces even
if there are no docs.
SVN revision: 64751
Vincent Torri [Fri, 4 Nov 2011 22:08:54 +0000 (22:08 +0000)]
Evas: efl_attributes.m4
NEVER define a macro whose name is the name of the attribute, it breaks compilation on some platforms
SVN revision: 64749
Vincent Torri [Fri, 4 Nov 2011 21:04:49 +0000 (21:04 +0000)]
Evas: efl_attribute.m4 : put definition in the prologue
SVN revision: 64748
Vincent Torri [Fri, 4 Nov 2011 20:33:46 +0000 (20:33 +0000)]
Emotion: AM_PROG_CC_STDC is deprecated
SVN revision: 64746
Vincent Torri [Fri, 4 Nov 2011 20:32:46 +0000 (20:32 +0000)]
Ethumb: AM_PROG_CC_STDC is deprecated
SVN revision: 64745
Vincent Torri [Fri, 4 Nov 2011 20:29:47 +0000 (20:29 +0000)]
Ecore: AM_PROG_CC_STDC is deprecated
SVN revision: 64743
Vincent Torri [Fri, 4 Nov 2011 20:28:56 +0000 (20:28 +0000)]
AM_PROG_CC_STDC is deprecated
SVN revision: 64742
Iván Briano [Fri, 4 Nov 2011 16:26:41 +0000 (16:26 +0000)]
Clarify the need (or not) to free data values returned.
SVN revision: 64739
Michael BOUCHAUD [Fri, 4 Nov 2011 14:50:47 +0000 (14:50 +0000)]
ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds
SVN revision: 64735
Mike Blumenkrantz [Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)]
add yet another warning here in case people miss the first few subtle hints
SVN revision: 64734
Christopher Michael [Fri, 4 Nov 2011 13:46:58 +0000 (13:46 +0000)]
Ecore_X(cb): Fixup formatting in new gesture file. Remove erroneous
fprintfs (LOGFN already handles printing that info out).
SVN revision: 64733
Sung-Jin Park [Fri, 4 Nov 2011 12:44:28 +0000 (12:44 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: review request : ecore x patch for X Gesture extention
Do you remember that I told you X gesture extension patch for ecore x ?
I’d like to put the attached patch to ecore_x in upstream.
This patch is just for initializing/receiving X gesture extension stuff.
Would you please put this in SVN ? : )
Thanks and regards,
Sung-Jin Park
SVN revision: 64732
Prince Kumar Dubey [Fri, 4 Nov 2011 12:18:13 +0000 (12:18 +0000)]
From: Prince Kumar Dubey <prince.dubey@samsung.com>
From: Govindaraju S M <govi.sm@samsung.com>
Subject: edje multisense patch for sound sample, tone and haptic play
... This is the beginning of sound (and haptic) support in Edje - it
works, but only at certain basic sample playback levels. more will come.
SVN revision: 64731
Cedric BAIL [Thu, 3 Nov 2011 17:09:23 +0000 (17:09 +0000)]
emotion: warning--
SVN revision: 64709
Jiyoun Park [Thu, 3 Nov 2011 15:20:30 +0000 (15:20 +0000)]
Currently, only software engine checks animation flag during rendering.
I add animation check code to gl engine.
SVN revision: 64704
Tom Hacohen [Thu, 3 Nov 2011 12:37:07 +0000 (12:37 +0000)]
Edje text: Remove identical if paths, one is enough.
Thanks to David Seikel.
SVN revision: 64689
Mike Blumenkrantz [Thu, 3 Nov 2011 06:00:28 +0000 (06:00 +0000)]
fix up docs a little
SVN revision: 64678
Jaehwan Kim [Thu, 3 Nov 2011 04:43:00 +0000 (04:43 +0000)]
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.
SVN revision: 64675
Mike Blumenkrantz [Wed, 2 Nov 2011 23:51:58 +0000 (23:51 +0000)]
patch from Jihoon Kim to remove Evas dependency in imf
SVN revision: 64668
Vincent Torri [Wed, 2 Nov 2011 20:54:31 +0000 (20:54 +0000)]
Evas: fix eina version check
SVN revision: 64664
Nicolas Aguirre [Wed, 2 Nov 2011 20:15:42 +0000 (20:15 +0000)]
evas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header
SVN revision: 64663
Nicolas Aguirre [Wed, 2 Nov 2011 20:07:03 +0000 (20:07 +0000)]
ecore: changelog++
SVN revision: 64661
Vincent Torri [Wed, 2 Nov 2011 20:06:08 +0000 (20:06 +0000)]
formatting
SVN revision: 64660
Nicolas Aguirre [Wed, 2 Nov 2011 20:05:22 +0000 (20:05 +0000)]
evas: Add changelog and add my name to authors list.
SVN revision: 64659
Nicolas Aguirre [Wed, 2 Nov 2011 19:44:36 +0000 (19:44 +0000)]
ecore: fix ecore build when ecore_cocoa is not build !
SVN revision: 64658
Nicolas Aguirre [Wed, 2 Nov 2011 19:20:09 +0000 (19:20 +0000)]
ecore: Add ecore_cocoa and ecore_evas_cocoa engine support. Currently, event and main loop integration is not working, but you can create a new ecore_cocoa window and attach an evas inside.
SVN revision: 64656
Nicolas Aguirre [Wed, 2 Nov 2011 18:34:22 +0000 (18:34 +0000)]
evas: Add missing file
SVN revision: 64655
Nicolas Aguirre [Wed, 2 Nov 2011 18:23:54 +0000 (18:23 +0000)]
evas: Add gl_cocoa engine
SVN revision: 64653
Vincent Torri [Wed, 2 Nov 2011 18:16:23 +0000 (18:16 +0000)]
Ecore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection
SVN revision: 64652
Vincent Torri [Wed, 2 Nov 2011 07:29:09 +0000 (07:29 +0000)]
wrong test
SVN revision: 64637
Vincent Torri [Wed, 2 Nov 2011 07:22:11 +0000 (07:22 +0000)]
* src/lib/evil_util.c:
* src/lib/evil_util.h:
Add evil_utf16_to_utf8() function, display error messages
and fix a bit the documentation of the other conversion
functions.
SVN revision: 64636
Jiyoun Park [Wed, 2 Nov 2011 06:55:12 +0000 (06:55 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value
SVN revision: 64634
Jaehwan Kim [Wed, 2 Nov 2011 04:15:01 +0000 (04:15 +0000)]
Revert to revision 64488 in order to split the code into new feature and indentation
SVN revision: 64633
Mike Blumenkrantz [Wed, 2 Nov 2011 02:59:36 +0000 (02:59 +0000)]
make ipv6 support configurable
SVN revision: 64631
Jihoon Kim [Tue, 1 Nov 2011 02:30:07 +0000 (02:30 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: Re: [E-devel] [PATCH] Fix the bug that user cannot input key
At this moment, space is processed in case of WM_KEYDOWN and WM_CHAR.
Therefore, 'space' key is processed twice, it makes bug.
In previous my patch, I changed keyname and string wrong.
I send the revised patch again.
(also applied to wince)
this is am improvement.. but its not all "right" yet. :(
SVN revision: 64597
Kim Yunhan [Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)]
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] Small patch with ecore_con_url.
When I tested with elementary map, there is too many logs on console.
It makes me difficult to distinguish normal logs that I want to debug.
:'-(
It's libcurl's internal log for representing progress bar like this.
-----
downloaded : 343 / 363
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent
Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:--
--:--:--
0
downloaded : 343 / 362
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent
Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:--
--:--:--
0
downloaded : 343 / 361
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent
Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:--
--:--:--
0
downloaded : 344 / 365
downloaded : 345 / 365
downloaded : 346 / 365
downloaded : 347 / 365
-----
So, I want to remove this log.
And I look around ecore_con_url's code.
Then I found solution for it.
SVN revision: 64596
ChunEon Park [Tue, 1 Nov 2011 01:41:09 +0000 (01:41 +0000)]
evas - trivial changes.
SVN revision: 64595
Vincent Torri [Mon, 31 Oct 2011 23:54:25 +0000 (23:54 +0000)]
Evil: remove unsused variable
SVN revision: 64591
Vincent Torri [Mon, 31 Oct 2011 23:45:22 +0000 (23:45 +0000)]
whitespace--
SVN revision: 64590
Vincent Torri [Mon, 31 Oct 2011 23:45:07 +0000 (23:45 +0000)]
Eina: init TLS key...
SVN revision: 64589
Youness Alaoui [Mon, 31 Oct 2011 20:44:55 +0000 (20:44 +0000)]
Eina: Add Eina_TLS typedefs for win32 and void
SVN revision: 64583
ChunEon Park [Mon, 31 Oct 2011 14:50:00 +0000 (14:50 +0000)]
evas - supplemented more cases for object_freeze_events completion.
SVN revision: 64564
ChunEon Park [Mon, 31 Oct 2011 13:36:43 +0000 (13:36 +0000)]
evas/evas_object_polygon - removed whitespaces and fixed indent.
SVN revision: 64561
Jiyoun Park [Mon, 31 Oct 2011 10:46:35 +0000 (10:46 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value.
SVN revision: 64554
ChunEon Park [Mon, 31 Oct 2011 10:30:39 +0000 (10:30 +0000)]
evas/evas_object_polygon - fixed wrong.
SVN revision: 64553
ChunEon Park [Mon, 31 Oct 2011 10:16:18 +0000 (10:16 +0000)]
evas/evas_stack - just removed white spaces and fixed indentations
SVN revision: 64552
Jaehwan Kim [Mon, 31 Oct 2011 06:00:06 +0000 (06:00 +0000)]
Add CURRENT option which edje object moves from current position.
Currently, when the part in edc move by transition, it moves from the
one of the states to another of the states even if it is ainimating.
We need it to move from current position, because the animation is not
natural and smooth. So I made the "CURRENT" option.
And I removed the unnecessary tab for indentation.
SVN revision: 64545
Vincent Torri [Sun, 30 Oct 2011 18:02:41 +0000 (18:02 +0000)]
ethumb: add some linker and preprocessor flags, patch by Philippe Reynes, a bit modified by myself
SVN revision: 64529
Vincent Torri [Sun, 30 Oct 2011 05:02:05 +0000 (05:02 +0000)]
declare the variables at the beginning of the block
SVN revision: 64516
Mike Blumenkrantz [Sun, 30 Oct 2011 02:04:50 +0000 (02:04 +0000)]
add missing variable from r64139
direct all spankies to raster and Sung W. Park
SVN revision: 64514
Mike Blumenkrantz [Sat, 29 Oct 2011 07:03:20 +0000 (07:03 +0000)]
patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
this is yet another round of spankies for kakoroto
SVN revision: 64505
Rafael Antognolli [Fri, 28 Oct 2011 17:58:20 +0000 (17:58 +0000)]
ecore/fb: Fix build of fb engine.
Patch sent by "trem".
SVN revision: 64501
Rafael Antognolli [Fri, 28 Oct 2011 17:39:13 +0000 (17:39 +0000)]
ecore: Fix ChangeLog.
SVN revision: 64500
Rafael Antognolli [Fri, 28 Oct 2011 17:18:38 +0000 (17:18 +0000)]
ecore/fb: Remove useless strdup().
It wasn't even being freed.
Patch for SiT.
SVN revision: 64499
Rafael Antognolli [Fri, 28 Oct 2011 17:18:27 +0000 (17:18 +0000)]
Update ChangeLog and AUTHORS.
SVN revision: 64498
Jiyoun Park [Fri, 28 Oct 2011 11:56:02 +0000 (11:56 +0000)]
fix indentation and remove unusable line
SVN revision: 64496
Jiyoun Park [Fri, 28 Oct 2011 11:50:32 +0000 (11:50 +0000)]
I update Changelog and add @since info
SVN revision: 64495
David Walter Seikel [Fri, 28 Oct 2011 11:24:55 +0000 (11:24 +0000)]
And the matching changelog.
SVN revision: 64494
David Walter Seikel [Fri, 28 Oct 2011 11:21:03 +0000 (11:21 +0000)]
A new macro to support adding arrays of basic types.
SVN revision: 64493
Jiyoun Park [Fri, 28 Oct 2011 11:15:33 +0000 (11:15 +0000)]
Add a new API(ecore_evas_request_geometry_get)
The reson why I add this is for communicate with X in async mode.
For example, If applications call elm_win_rotation_with_resize_set API
when they start run and rotation mode is set.
ecore size doesn't changed yet, so it make elm window size to 1
becaues elm window's resize function use ecore_evas_geometry_get API.
so I add new api help upperside get info related with recently request geometry
SVN revision: 64492
Sung W. Park [Fri, 28 Oct 2011 11:08:23 +0000 (11:08 +0000)]
From: "Sung W. Park" <sungwoo@gmail.com>
Subject: [E-devel] [E-Devel][Patch] Evas GL Color Format Enum change
(and ElmGLview changes accordingly)
I'm submitting a patch that changes the color format for Evas GL.
When I first wrote Evas_GL, I just had EVAS_GL_RGB_8 and EVAS_GL_RGBA_8 and etc
but it was misleading for some people. It was more of a filler since I couldn't decide on
a name. I'm finally changing it to make it more clear.
SVN revision: 64491
Jaehwan Kim [Fri, 28 Oct 2011 09:01:38 +0000 (09:01 +0000)]
add the documentations about edje group inherit.
SVN revision: 64488
Rafael Antognolli [Thu, 27 Oct 2011 19:29:08 +0000 (19:29 +0000)]
ecore/fb: Change fb engine input to use ecore_input_evas.
Nothing changes, only making the ecore fb engine to send keyboard and
mouse events using ecore_input_evas, instead of its own ecore events.
Patch for SiT.
SVN revision: 64447
Rafael Antognolli [Thu, 27 Oct 2011 18:57:23 +0000 (18:57 +0000)]
ecore/ecore_fb: Disable mouse move event filtering.
There are two main reasons for disabling this now:
- it's not working, some problem with an assertion of ecore_lock is
making the program abort;
- it's wrong, mouse move events can only be filtered out if they are
received from an absolute axis device (touchscreen and so), not
relative ones, like mouse or touchpads.
Patch for SiT.
SVN revision: 64444
ChunEon Park [Thu, 27 Oct 2011 13:19:52 +0000 (13:19 +0000)]
evas - updated Changelog and @since for evas_object_freeze_events_set/get
Thank you Vincent.
SVN revision: 64434
Iván Briano [Thu, 27 Oct 2011 13:19:11 +0000 (13:19 +0000)]
Better docs for ecore_main_loop_iterate()
SVN revision: 64433
ChunEon Park [Thu, 27 Oct 2011 10:36:09 +0000 (10:36 +0000)]
evas - added new API evas_object_freeze_events_set/get
and will handle for the key events also soon.
SVN revision: 64432
Michael BOUCHAUD [Thu, 27 Oct 2011 10:17:44 +0000 (10:17 +0000)]
eio: fix maintainer-clean
SVN revision: 64431
Carsten Haitzler [Thu, 27 Oct 2011 09:39:18 +0000 (09:39 +0000)]
and fix evas map used as mapbuf with clipping and stuff! ugh! the
forever shifting bug! evas_render needs a rewrite
SVN revision: 64429
Carsten Haitzler [Thu, 27 Oct 2011 05:42:41 +0000 (05:42 +0000)]
From: Jihoon Kim [mailto:jihoon48.kim@samsung.com]
elm_entry_autocapital_type_set API is high level API to call ecore_imf_context_autocapital_type_set.
Application programmer can choose the type of autocapitalization such as
WORD, SENTENCE, ALLCHARACTER through this API.
elm_entry_input_panel_enabled_set API is for setting whether input panel
(virtual keyboard) should be appeared when entry has a focus or pressed.
It can be used by dialer or calculator application programmer because those
application prefer to use its keypad NOT virtual keyboard supported by system.
They want to use entry to show the cursor for providing the cursor handling
method but don't want to appear system keyboard.
SVN revision: 64423
Bruno Dilly [Wed, 26 Oct 2011 19:49:09 +0000 (19:49 +0000)]
Edje: minor - Fix swallow part error msg
SVN revision: 64416
Tom Hacohen [Wed, 26 Oct 2011 14:33:51 +0000 (14:33 +0000)]
Evas font: Removed double ;.
SVN revision: 64414
Carsten Haitzler [Wed, 26 Oct 2011 13:33:25 +0000 (13:33 +0000)]
fix clip-out issue after making mapped objs opque fix was in.
SVN revision: 64413
Carsten Haitzler [Wed, 26 Oct 2011 08:33:41 +0000 (08:33 +0000)]
we can't limit sizes on load because of "i'm just loading the header
to find out the size" tricks. :(
SVN revision: 64410
Carsten Haitzler [Wed, 26 Oct 2011 05:29:38 +0000 (05:29 +0000)]
thanks to jiyoun's work in finding why this happens - here's actually a
simpler fix. :)
SVN revision: 64405