Commit Graph

15560 Commits

Author SHA1 Message Date
Bruno Dilly 66f18fc49f Emotion: make it build without eeze
Please, Cedric, check if it's ok.


SVN revision: 65020
2011-11-10 12:11:52 +00:00
Tom Hacohen 52ca712a14 Evas font: Fix clang errors.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-09/report-qpiPpZ.html#EndPath

SVN revision: 65019
2011-11-10 12:11:17 +00:00
Cedric BAIL de109574ed emotion: and now support custom pipeline in emotion.
SVN revision: 65018
2011-11-10 11:35:49 +00:00
Boris Faure 37efd502fe eina: add murmur3 hash
SVN revision: 65017
2011-11-10 10:58:19 +00:00
Jiyoun Park c049c0e12b remove white space and tab
SVN revision: 65009
2011-11-10 08:59:09 +00:00
Carsten Haitzler 9e55698aec fix eina log for alsa thing to not use \n's
SVN revision: 65008
2011-11-10 06:38:15 +00:00
Carsten Haitzler e9678e8af7 update po files for ecore
SVN revision: 65007
2011-11-10 06:37:20 +00:00
Bluezery 216ea5012c From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [ecore_con] Bug fix when data is NULL.

If data is NULL, curl makes length field as -1 .
length filed should be set by 0.



SVN revision: 65006
2011-11-10 06:35:53 +00:00
EunMi Lee 1b00894c58 From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch][Evas] Fix wrong location of
_evas_touch_point_remove()

I have a small patch to fix the wrong location of _evas_touch_point_remove().
_evas_touch_point_remove() should be called in the evas_event_feed_mouse_up(),
but it is called in the evas_event_feed_mouse_cancel() in the current code.
Would you apply attached patch?



SVN revision: 65005
2011-11-10 06:25:56 +00:00
Carsten Haitzler f10e5fd0c9 disable evas_gl for evas 1.1
SVN revision: 65003
2011-11-10 06:02:15 +00:00
Carsten Haitzler e3b7c9b551 try init and shut down remix outside of thread.
SVN revision: 65002
2011-11-10 05:18:43 +00:00
Sebastian Dransfeld c8bfe4f0d3 efreet: Fix clang warnings
SVN revision: 64997
2011-11-09 23:04:01 +00:00
Cedric BAIL 2fb36c52f6 emotion: make it possible to define webcam statically.
SVN revision: 64995
2011-11-09 16:27:49 +00:00
Lucas De Marchi 8810e636e7 Use same type - warning--
SVN revision: 64981
2011-11-09 12:03:46 +00:00
Jiyoun Park 5d65b627a6 remove white space
SVN revision: 64979
2011-11-09 08:01:00 +00:00
Tom Hacohen 2bb72a2965 Evas textblock: Fix clang error.
Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-Va2XPK.html#EndPath

SVN revision: 64978
2011-11-09 07:51:14 +00:00
Tom Hacohen 4b5e727023 Evas textblock: Fix clang error.
Shouldn't ever happen, but whatever.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-kOFp88.html#EndPath

SVN revision: 64977
2011-11-09 07:51:11 +00:00
Tom Hacohen 789b487da2 Evas textblock: Fixed 1 more clang error.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-XA8yiy.html#EndPath

SVN revision: 64976
2011-11-09 07:36:50 +00:00
Tom Hacohen 3fea444dce Evas font: Fixed a clang error and gcc compiler warnings.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-SsIayB.html#EndPath

SVN revision: 64975
2011-11-09 07:30:34 +00:00
Tom Hacohen 260f07ed81 Evas textblock: Fix clang complaint.
http://dev.enlightenment.fr/~discomfitor/evas-2011-11-08/report-FBRb3Q.html#EndPath

SVN revision: 64974
2011-11-09 07:19:09 +00:00
Carsten Haitzler 1410e0e3b6 fix clang complaint:
http://dev.enlightenment.fr/~discomfitor/eina-2011-11-08/report-izvfa3.html#EndPath



SVN revision: 64973
2011-11-09 07:15:48 +00:00
Carsten Haitzler 0c778a4205 another spacing baddie -> fixed
SVN revision: 64972
2011-11-09 06:35:45 +00:00
Carsten Haitzler 40ecca4ce6 remove errant space.
SVN revision: 64971
2011-11-09 06:34:03 +00:00
Carsten Haitzler deb93c0d4a to make up for not using xft.dpi anymore that was a fix essentially
to buffer engine rendering, allow env var for evas font dpi.



SVN revision: 64970
2011-11-09 05:58:19 +00:00
David Walter Seikel 93ff9b01fd Remove something that is never used.
SVN revision: 64969
2011-11-09 04:44:31 +00:00
Mike Blumenkrantz 039b6db9dc fix garbage return
SVN revision: 64967
2011-11-09 01:48:31 +00:00
Mike Blumenkrantz 738555df4d fix bin detectors. vtorri, please check this for me
SVN revision: 64966
2011-11-09 01:45:40 +00:00
Mike Blumenkrantz 491fe6b0d6 remove some unused vars
SVN revision: 64964
2011-11-09 01:19:14 +00:00
Mike Blumenkrantz 47b58f75da fix null deref
SVN revision: 64963
2011-11-09 01:18:18 +00:00
Mike Blumenkrantz d295264bc0 patch from bluezery to use proper eina log dom and remove 0 byte destination files on failed download
SVN revision: 64962
2011-11-09 01:03:09 +00:00
Christopher Michael 1f5a1508b7 Ecore_X(cb): Fix formatting in newly added randr code.
SVN revision: 64961
2011-11-08 22:16:14 +00:00
Christopher Michael 6431be5ecb Ecore_X(cb): Add missing randr functions for new Randr Config dialog
in E.



SVN revision: 64960
2011-11-08 22:09:32 +00:00
Christopher Michael c6ce7faad6 Ecore_Fb: Comment out unused (but declared) function prototypes to
remove compiler warning.



SVN revision: 64959
2011-11-08 21:10:26 +00:00
Christopher Michael b7c0243169 Ecore_X(cb): Fix compiler warnings when building without gesture
support.



SVN revision: 64958
2011-11-08 21:09:33 +00:00
Carsten Haitzler c7e7c3043e see how much morte code i had to add just to use eina_log gustavo? i
had to add eina_init() and shutdown and init refcounting and log
domain creating and add a macro.. so i can finally use it? eina being
included here actually was never needed... but since include was there
i could use it...

just saying - using eina_log is not convenient. it doesn't save time.
it's benefits are dubious (knowing what envv ar to set to what values
to get log output is black magic as u need to know specific log level
values and log domain names which u only find out by digging thru
code). my point -> if u want eina_log used more.. it needs to be AS
EASY as the printf. :)



SVN revision: 64937
2011-11-08 07:14:49 +00:00
Carsten Haitzler 44d95d00ea fix slight "tick tick" in interpolated audio resmapling. found it.
SVN revision: 64936
2011-11-08 07:10:33 +00:00
Carsten Haitzler bdc764dc16 use WRN maco for complaining if alsa init fails.
SVN revision: 64935
2011-11-08 06:55:07 +00:00
Carsten Haitzler a083e1cd7f require remix 0.2.4 and use remix pkgconfig libdir for plugins
SVN revision: 64934
2011-11-08 06:52:05 +00:00
Mike Blumenkrantz b76e8f1bc4 fix DSO
SVN revision: 64933
2011-11-08 05:28:27 +00:00
Cedric BAIL ff41dfa5b5 emotion: minor cleanup.
SVN revision: 64869
2011-11-07 15:45:24 +00:00
David Walter Seikel 191c19be96 Let's not rotate the example clear out of view.
SVN revision: 64865
2011-11-07 10:34:34 +00:00
David Walter Seikel d95ddbfe79 typo -= 2
SVN revision: 64864
2011-11-07 10:18:31 +00:00
David Walter Seikel ad7a0157f2 Slightly more sane examples of map usage.
SVN revision: 64862
2011-11-07 09:52:17 +00:00
Carsten Haitzler d8998a747f fix small interpolation bug that caused some "clicks".
SVN revision: 64861
2011-11-07 09:25:40 +00:00
David Walter Seikel 98a10bd761 Oops, this one was wrong.
SVN revision: 64860
2011-11-07 08:55:03 +00:00
David Walter Seikel 38853023d5 The other half of the lua map API.
Also fix up some warnings pointed out by Mike Blumenkrantz.

I'm using the "I committed this from my USA server to sneak it past the deadline" excuse.  :-P



SVN revision: 64857
2011-11-07 07:02:02 +00:00
Mike Blumenkrantz d06a1d21a7 don't need to strlen here
SVN revision: 64856
2011-11-07 06:10:06 +00:00
Carsten Haitzler c4822f0667 and some more cleaning/formatting in alsa code
SVN revision: 64855
2011-11-07 05:57:46 +00:00
Carsten Haitzler 8bec0822b7 formatting fixes in alsa code
SVN revision: 64854
2011-11-07 05:45:00 +00:00
Jaehwan Kim dbd8c61ae5 Add the ChnageLog and since 1.1.0
SVN revision: 64851
2011-11-07 04:36:53 +00:00
David Walter Seikel 2a0069118b Half of evas map API Added to lua.
The rest is commented, so you can see what the API will look like.
Needs more testing, and the other half.



SVN revision: 64822
2011-11-06 14:59:44 +00:00
David Walter Seikel c038bc4fa1 I swear I fixed this before!
SVN revision: 64819
2011-11-06 13:31:47 +00:00
Tom Hacohen 5db25b11cb Evas textblock: Add ellipsis handling for format items.
Just cut before them.

SVN revision: 64817
2011-11-06 12:56:10 +00:00
Tom Hacohen 1b8ba7e17d Evas textblock: Fixed a bug with textblock ellipsis.
There was a possible segfault because we don't check if the current item
is a text item or a format item. I just removed the loop which triggered it
because it's not needed anyway, and now it works. Removing the loop also
let me remove some code that was only needed in the case of a loop.

SVN revision: 64816
2011-11-06 12:56:07 +00:00
Cedric BAIL 05d8a9cf3c ecore: improve ecore_con speed by using mempool.
SVN revision: 64814
2011-11-06 12:26:00 +00:00
Carsten Haitzler c369f1a1d7 add info on requirements
SVN revision: 64811
2011-11-06 10:51:50 +00:00
Carsten Haitzler 1782ada8ee add warning on decc
SVN revision: 64807
2011-11-06 09:27:28 +00:00
Carsten Haitzler 4bfa1caf5c add workareas get as requested in ticket #793 but actually support
more than 1 - for multi-screen.



SVN revision: 64804
2011-11-06 09:16:00 +00:00
David Walter Seikel be0358a4f1 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
2011-11-06 09:00:21 +00:00
Carsten Haitzler d12d08fd14 Ticket #824 - no readme.in's
SVN revision: 64802
2011-11-06 08:47:38 +00:00
Carsten Haitzler fab77996de fix but resulting from threadsafety addition by mike.
SVN revision: 64798
2011-11-06 06:17:56 +00:00
Carsten Haitzler 8b62a07755 chlog++
SVN revision: 64797
2011-11-06 06:16:31 +00:00
Carsten Haitzler a42a313b90 authors++
SVN revision: 64796
2011-11-06 06:15:05 +00:00
Bluezery 483abf1e07 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
2011-11-06 06:14:31 +00:00
Carsten Haitzler 192139c55e 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
2011-11-06 04:44:13 +00:00
Carsten Haitzler dc908c3c0b chlog++ for multisense
SVN revision: 64792
2011-11-06 03:07:15 +00:00
Youness Alaoui fff15361e3 Escape: ecrustified
SVN revision: 64786
2011-11-05 17:50:23 +00:00
Youness Alaoui aeb68dfc92 Ecore-evas: Add psl1ght module to ecore-evas
SVN revision: 64783
2011-11-05 17:50:02 +00:00
Youness Alaoui 1aa9c2def8 Ecore: Add ecore-psl1ght library
SVN revision: 64782
2011-11-05 17:49:55 +00:00
Youness Alaoui 1dfc25fedf Ecore: Port ecore to the PS3
SVN revision: 64781
2011-11-05 17:49:49 +00:00
Youness Alaoui c21427071b Evas: Add a psl1ght engine for the PS3
SVN revision: 64779
2011-11-05 17:49:37 +00:00
Youness Alaoui 187f4eee8b Eina: Port eina to the Ps3 by including Escape
SVN revision: 64778
2011-11-05 17:49:30 +00:00
Vincent Torri 29c1292c7a forget that. That's the problem when dealing with
windows and linux in different repo...


SVN revision: 64768
2011-11-05 16:56:03 +00:00
Vincent Torri 3de60c77b4 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
2011-11-05 16:51:13 +00:00
Cedric BAIL 14cfa65bd9 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
2011-11-05 15:54:34 +00:00
Carsten Haitzler ae70ed142a warning-- on edje when compiled without mulitsense
SVN revision: 64763
2011-11-05 14:03:28 +00:00
Cedric BAIL 6d9d15423a eina: don't hide symbol if we can build them in.
SVN revision: 64762
2011-11-05 14:01:18 +00:00
Cedric BAIL 550a40340a emotion: always trigger new frame callback.
SVN revision: 64758
2011-11-05 13:44:21 +00:00
Carsten Haitzler bb1c44e54f enable multisense by default and have it disable if deps dont exist.
SVN revision: 64757
2011-11-05 13:29:14 +00:00
Cedric BAIL 2a248473d0 emotion: fix recursive call.
SVN revision: 64756
2011-11-05 12:04:34 +00:00
Cedric BAIL decb9b6377 evas: always retrieve the latest available pixels for a video.
SVN revision: 64755
2011-11-05 11:58:41 +00:00
Carsten Haitzler 5bf58d3ef6 and be explicit.. unsigned.. INT!
SVN revision: 64754
2011-11-05 11:25:42 +00:00
Carsten Haitzler 86504a24d1 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
2011-11-04 23:19:14 +00:00
Vincent Torri e7d87f2539 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
2011-11-04 22:08:54 +00:00
Vincent Torri 22dffda1e7 Evas: efl_attribute.m4 : put definition in the prologue
SVN revision: 64748
2011-11-04 21:04:49 +00:00
Vincent Torri 07fdd79459 Emotion: AM_PROG_CC_STDC is deprecated
SVN revision: 64746
2011-11-04 20:33:46 +00:00
Vincent Torri 0d3351d6a9 Ethumb: AM_PROG_CC_STDC is deprecated
SVN revision: 64745
2011-11-04 20:32:46 +00:00
Vincent Torri c67239a2d6 Ecore: AM_PROG_CC_STDC is deprecated
SVN revision: 64743
2011-11-04 20:29:47 +00:00
Vincent Torri 4f307f62ce AM_PROG_CC_STDC is deprecated
SVN revision: 64742
2011-11-04 20:28:56 +00:00
Iván Briano 78662c6674 Clarify the need (or not) to free data values returned.
SVN revision: 64739
2011-11-04 16:26:41 +00:00
Michael BOUCHAUD fc413bec7a ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds
SVN revision: 64735
2011-11-04 14:50:47 +00:00
Mike Blumenkrantz a7fac0f526 add yet another warning here in case people miss the first few subtle hints
SVN revision: 64734
2011-11-04 14:44:30 +00:00
Christopher Michael 8ff3f04676 Ecore_X(cb): Fixup formatting in new gesture file. Remove erroneous
fprintfs (LOGFN already handles printing that info out).



SVN revision: 64733
2011-11-04 13:46:58 +00:00
Sung-Jin Park 19ab8e3f74 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
2011-11-04 12:44:28 +00:00
Prince Kumar Dubey 3cc8139906 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
2011-11-04 12:18:13 +00:00
Cedric BAIL eaa1a494be emotion: warning--
SVN revision: 64709
2011-11-03 17:09:23 +00:00
Jiyoun Park fb44314af1 Currently, only software engine checks animation flag during rendering.
I add animation check code to gl engine.


SVN revision: 64704
2011-11-03 15:20:30 +00:00
Tom Hacohen a6b8ad17af Edje text: Remove identical if paths, one is enough.
Thanks to David Seikel.

SVN revision: 64689
2011-11-03 12:37:07 +00:00
Mike Blumenkrantz 583a69172f fix up docs a little
SVN revision: 64678
2011-11-03 06:00:28 +00:00
Jaehwan Kim 6afeb6b150 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
2011-11-03 04:43:00 +00:00
Mike Blumenkrantz a059403a8c patch from Jihoon Kim to remove Evas dependency in imf
SVN revision: 64668
2011-11-02 23:51:58 +00:00
Vincent Torri ba6be5b709 Evas: fix eina version check
SVN revision: 64664
2011-11-02 20:54:31 +00:00
Nicolas Aguirre 7f39765a08 evas: gl_cocoa fix installation of Evas_Engine_Gl_Cocoa header
SVN revision: 64663
2011-11-02 20:15:42 +00:00
Nicolas Aguirre cbfaf98237 ecore: changelog++
SVN revision: 64661
2011-11-02 20:07:03 +00:00
Vincent Torri 518ac265f7 formatting
SVN revision: 64660
2011-11-02 20:06:08 +00:00
Nicolas Aguirre 79eab0b7e7 evas: Add changelog and add my name to authors list.
SVN revision: 64659
2011-11-02 20:05:22 +00:00
Nicolas Aguirre c63526f777 ecore: fix ecore build when ecore_cocoa is not build !
SVN revision: 64658
2011-11-02 19:44:36 +00:00
Nicolas Aguirre f4d650a5e4 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
2011-11-02 19:20:09 +00:00
Nicolas Aguirre 7c4cd009b5 evas: Add missing file
SVN revision: 64655
2011-11-02 18:34:22 +00:00
Nicolas Aguirre bdfeb1df14 evas: Add gl_cocoa engine
SVN revision: 64653
2011-11-02 18:23:54 +00:00
Vincent Torri 8d3cd7339d Ecore: fix Cocoa stuff detection on FreeBSD and Mac OS X, clean up ipv6 detection
SVN revision: 64652
2011-11-02 18:16:23 +00:00
Vincent Torri a6ed843005 wrong test
SVN revision: 64637
2011-11-02 07:29:09 +00:00
Vincent Torri c664467025 * 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
2011-11-02 07:22:11 +00:00
Jiyoun Park 5e81768386 Implement ee's req value to other windowing system.
currently only x windowing system implement this value


SVN revision: 64634
2011-11-02 06:55:12 +00:00
Jaehwan Kim 1d300f049b Revert to revision 64488 in order to split the code into new feature and indentation
SVN revision: 64633
2011-11-02 04:15:01 +00:00
Mike Blumenkrantz 193052b816 make ipv6 support configurable
SVN revision: 64631
2011-11-02 02:59:36 +00:00
Jihoon Kim 558fac4e08 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
2011-11-01 02:30:07 +00:00
Kim Yunhan 262bf8d463 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
2011-11-01 02:25:14 +00:00
ChunEon Park f96e677847 evas - trivial changes.
SVN revision: 64595
2011-11-01 01:41:09 +00:00
Vincent Torri 7eb2854dcf Evil: remove unsused variable
SVN revision: 64591
2011-10-31 23:54:25 +00:00
Vincent Torri fad8b29ec1 whitespace--
SVN revision: 64590
2011-10-31 23:45:22 +00:00
Vincent Torri a9c800a110 Eina: init TLS key...
SVN revision: 64589
2011-10-31 23:45:07 +00:00
Youness Alaoui 78268b076f Eina: Add Eina_TLS typedefs for win32 and void
SVN revision: 64583
2011-10-31 20:44:55 +00:00
ChunEon Park 9db17a253c evas - supplemented more cases for object_freeze_events completion.
SVN revision: 64564
2011-10-31 14:50:00 +00:00
ChunEon Park 160370b0e6 evas/evas_object_polygon - removed whitespaces and fixed indent.
SVN revision: 64561
2011-10-31 13:36:43 +00:00
Jiyoun Park 8edcfacd3f Implement ee's req value to other windowing system.
currently only x windowing system implement this value.



SVN revision: 64554
2011-10-31 10:46:35 +00:00
ChunEon Park 169ffa5fcd evas/evas_object_polygon - fixed wrong.
SVN revision: 64553
2011-10-31 10:30:39 +00:00
ChunEon Park 52a4c4bc7c evas/evas_stack - just removed white spaces and fixed indentations
SVN revision: 64552
2011-10-31 10:16:18 +00:00
Jaehwan Kim 39d27f8cbb 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
2011-10-31 06:00:06 +00:00
Vincent Torri f392fc315c ethumb: add some linker and preprocessor flags, patch by Philippe Reynes, a bit modified by myself
SVN revision: 64529
2011-10-30 18:02:41 +00:00
Vincent Torri 346eba9259 declare the variables at the beginning of the block
SVN revision: 64516
2011-10-30 05:02:05 +00:00
Mike Blumenkrantz 80b018b790 add missing variable from r64139
direct all spankies to raster and Sung W. Park


SVN revision: 64514
2011-10-30 02:04:50 +00:00
Mike Blumenkrantz e957cb9c40 patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
this is yet another round of spankies for kakoroto


SVN revision: 64505
2011-10-29 07:03:20 +00:00
Rafael Antognolli 477b50c6d1 ecore/fb: Fix build of fb engine.
Patch sent by "trem".



SVN revision: 64501
2011-10-28 17:58:20 +00:00
Rafael Antognolli 6742be9a1c ecore: Fix ChangeLog.
SVN revision: 64500
2011-10-28 17:39:13 +00:00
Rafael Antognolli e22a6996e6 ecore/fb: Remove useless strdup().
It wasn't even being freed.

Patch for SiT.



SVN revision: 64499
2011-10-28 17:18:38 +00:00
Rafael Antognolli f4545f91dc Update ChangeLog and AUTHORS.
SVN revision: 64498
2011-10-28 17:18:27 +00:00
Jiyoun Park 1459e7ea67 fix indentation and remove unusable line
SVN revision: 64496
2011-10-28 11:56:02 +00:00
Jiyoun Park 08fc8a696d I update Changelog and add @since info
SVN revision: 64495
2011-10-28 11:50:32 +00:00
David Walter Seikel 4e787eb9e2 And the matching changelog.
SVN revision: 64494
2011-10-28 11:24:55 +00:00
David Walter Seikel 38905202a4 A new macro to support adding arrays of basic types.
SVN revision: 64493
2011-10-28 11:21:03 +00:00
Jiyoun Park f627a72047 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
2011-10-28 11:15:33 +00:00
Sung W. Park a3a5a85d92 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
2011-10-28 11:08:23 +00:00
Jaehwan Kim 98d6e21ec3 add the documentations about edje group inherit.
SVN revision: 64488
2011-10-28 09:01:38 +00:00
Rafael Antognolli 53031cf572 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
2011-10-27 19:29:08 +00:00
Rafael Antognolli 44538e442a 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
2011-10-27 18:57:23 +00:00
ChunEon Park 9785b53f28 evas - updated Changelog and @since for evas_object_freeze_events_set/get
Thank you Vincent. 



SVN revision: 64434
2011-10-27 13:19:52 +00:00
Iván Briano 085b16e93e Better docs for ecore_main_loop_iterate()
SVN revision: 64433
2011-10-27 13:19:11 +00:00
ChunEon Park 000aed92b8 evas - added new API evas_object_freeze_events_set/get
and will handle for the key events also soon. 



SVN revision: 64432
2011-10-27 10:36:09 +00:00
Michael BOUCHAUD 09eed6ec5d eio: fix maintainer-clean
SVN revision: 64431
2011-10-27 10:17:44 +00:00