Commit Graph

104 Commits

Author SHA1 Message Date
Daniel Juyung Seo 7908a77ad8 elm: Fixed formatting.
SVN revision: 69700
2012-03-28 09:02:22 +00:00
ChunEon Park ef68d86554 elementary/transit - more simple code.
SVN revision: 69650
2012-03-27 03:16:42 +00:00
ChunEon Park 5d4a35e117 elementary/transit - covered flipped image object
SVN revision: 69630
2012-03-26 09:22:15 +00:00
ChunEon Park 6d950d603f elementary/transit - support image object type
But later, evas map should be changed to be transparent for all object types



SVN revision: 69325
2012-03-14 08:44:14 +00:00
Carsten Haitzler 2b79cf256c teansit - done. used ecore-pos-mapper for interpolation. should be
extended eventually. :)



SVN revision: 68025
2012-02-16 12:09:32 +00:00
ChunEon Park 0740d6e962 elementary/transit - updated according to ecore_animator changes.
because the animator would not call the new animator in it's animator callback anymore,
the user should call the callback function explicitly now.



SVN revision: 67672
2012-02-01 10:30:12 +00:00
ChunEon Park 9da574d348 elementary/transit - applied to use freeze_events.
SVN revision: 64566
2011-10-31 14:59:13 +00:00
Mike Blumenkrantz c705290b44 make ELM_CHECK_WIDTYPE & co macros useful. would you believe this macro came from my first ever code patch :D
SVN revision: 63334
2011-09-12 02:06:27 +00:00
ChunEon Park 5a8cf7f798 elementary/elm_transit - fixed a bug.
It could be refered even the transit is deleted. 



SVN revision: 62658
2011-08-21 12:09:22 +00:00
ChunEon Park 4950c68df9 elementray/transit - fixed indentation
SVN revision: 62431
2011-08-14 03:49:39 +00:00
ChunEon Park 047dfe4138 elementary/transit - removed white trailings
SVN revision: 61467
2011-07-18 06:58:13 +00:00
ChunEon Park 2256969c35 elementary/transit - fixed typo
SVN revision: 61356
2011-07-14 06:21:12 +00:00
ChunEon Park 73b9becb41 elementary/transit - fixed the logic for chaining transition.
fixed to call the chain transitions when the transit is finished actually. 



SVN revision: 61355
2011-07-14 05:46:14 +00:00
ChunEon Park 00756c27e7 elementary/transit - type defined to Elm_Transit_Del_Cb for transit deleltion callback function.
SVN revision: 61354
2011-07-14 05:21:40 +00:00
ChunEon Park ffc4723ba4 elementary/transit - added a new APIs elm_transit_chain_transit_del
SVN revision: 61353
2011-07-14 04:36:07 +00:00
ChunEon Park 95128c21f2 elementary/transit - trivial changes.
SVN revision: 60931
2011-07-02 06:01:35 +00:00
ChunEon Park f73d2e602e elementary/transit - added missed wrn messages.
SVN revision: 60930
2011-07-02 05:58:56 +00:00
ChunEon Park ea50a38be2 elementary/transit - just renamed internal variables.
SVN revision: 60929
2011-07-02 05:57:06 +00:00
ChunEon Park 18d2a9cbef elementary/transit - added wrn/err messages.
SVN revision: 60928
2011-07-02 05:53:38 +00:00
ChunEon Park 177620e436 elementary/transit - removed workaround code to evas_map
SVN revision: 60902
2011-07-01 01:10:56 +00:00
ChunEon Park 57a2a9a1d8 elementary/transit - trivial refactoring
renamed internal function names.



SVN revision: 60894
2011-06-30 23:59:00 +00:00
ChunEon Park 1120c74a17 elementary/transit - trivial refactoring
internal functions are renamed



SVN revision: 60872
2011-06-30 12:34:15 +00:00
ChunEon Park b7d0f28009 elementary/transit - fixed incorrect logic for recorvering objects' states-context.
when same objects are added to multiple transits which have chained relationship,
the objects couldn't be recovered their states incorrectly. 



SVN revision: 60871
2011-06-30 12:28:31 +00:00
ChunEon Park 284627af52 elementary/transit - fixed a potential problem
When same objects are added to a transit, EVAS_CALLBACK_DEL for objects could not be deleted completely, 
since it is multiple registed. 



SVN revision: 60811
2011-06-29 09:44:48 +00:00
ChunEon Park 2e12b3f30a elementary/transit - trivial changes.
SVN revision: 60810
2011-06-29 09:42:14 +00:00
ChunEon Park 179eced103 elementary/transit - removed DEPRECATED APIs.
SVN revision: 60572
2011-06-22 05:37:24 +00:00
Rafael Antognolli be34baeb44 elementary/transit: improve current documentation.
Fix the description of some API, and add/change some content of the
detailed description for the entire group.



SVN revision: 60552
2011-06-21 14:28:40 +00:00
Rafael Antognolli bb2fcad665 elementary/transit: fix effects memory leak.
Now it matches the documentation, which says: "end_cb - The function to
free the context data, it will be called at the end of the effect."



SVN revision: 60550
2011-06-21 14:14:05 +00:00
ChunEon Park a4ca4f5757 elementary/transit - just modified to use evas_map_util_rotate.
SVN revision: 60378
2011-06-16 08:20:48 +00:00
Daniel Juyung Seo eeaf9ea360 Elementary lib: Removed trailing whitespaces except for flip.
SVN revision: 59796
2011-05-30 02:31:21 +00:00
ChunEon Park 206a156dca elementary/transit - fixed indentation
SVN revision: 59725
2011-05-27 04:36:33 +00:00
ChunEon Park 07154c1060 elementary/transit - fixed hash map usage error
SVN revision: 59724
2011-05-27 04:32:28 +00:00
ChunEon Park 0b7bdb2025 elementary/transit - removed unnecessary codes and fixed a minors for preventing exceptions.
SVN revision: 59721
2011-05-27 02:22:29 +00:00
ChunEon Park 6a49d2285b elementary/transit - removed white trailing.
SVN revision: 59634
2011-05-24 05:20:17 +00:00
ChunEon Park f430322e0a elementary / transit - fixed afterimage indirectly.
SVN revision: 59633
2011-05-24 04:50:29 +00:00
Daniel Juyung Seo b388a21bfd Elementary elm_transit.c: Fixed warnings.
SVN revision: 59561
2011-05-21 06:28:25 +00:00
ChunEon Park 69b27be5f7 elementary / transit - removed unused variables.
SVN revision: 59551
2011-05-20 06:56:31 +00:00
ChunEon Park 53058197aa elementary / transit - modifed to be available to add same object to multiple transits. (for chain transit)
SVN revision: 59550
2011-05-20 06:51:05 +00:00
ChunEon Park 585cf56101 elementary/transit - modified to use eina_inlist instead of eina_list
SVN revision: 59525
2011-05-19 09:34:26 +00:00
ChunEon Park b1631578e7 elementary / transit - added one exception handling.
SVN revision: 59074
2011-05-01 07:49:24 +00:00
ChunEon Park 7428bb366b elementary / transit - modified minor logic error
SVN revision: 58691
2011-04-15 17:00:37 +00:00
ChunEon Park 4ebebb6871 elementary / transit - updated internal minors
SVN revision: 58690
2011-04-15 16:32:08 +00:00
ChunEon Park 9a29b51bd4 elementary / transit - fixed a incorrect logic
prevent user from calling elm_transit_del in the user del cb. 



SVN revision: 58591
2011-04-12 11:31:03 +00:00
ChunEon Park fe4cbef49f elementary/transit - fixed typo
SVN revision: 58589
2011-04-12 11:05:52 +00:00
Daniel Juyung Seo 77450413d7 Elementary src/lib: Removed all trailing whitespaces.
SVN revision: 58492
2011-04-08 14:36:29 +00:00
Carsten Haitzler f864f83af4 warn--
SVN revision: 58469
2011-04-08 05:52:13 +00:00
ChunEon Park 241231b2f4 elementary/transit - added chain transit features.
SVN revision: 58406
2011-04-07 05:34:11 +00:00
ChunEon Park a68b234f22 elementray / transit - fixed typo
SVN revision: 58313
2011-04-04 05:56:56 +00:00
ChunEon Park e1b5d7bea8 Elementary/transit - defined transit callback functions types. (Elm_Transit_Effect_Transition_Cb, Elm_Transit_Effect_End_Cb)
SVN revision: 58312
2011-04-04 05:27:20 +00:00
ChunEon Park 4aabc33b1c Elementary/transit - void * -> Elm_Transit_Effect.
made the interface clear.



SVN revision: 58311
2011-04-04 04:48:51 +00:00