WooHyun Jung [Thu, 31 Oct 2013 07:50:48 +0000 (16:50 +0900)]
elementary/elc_ctxpopup.c : Focus-direction-go should be tried after checking focus next object.
Carsten Haitzler (Rasterman) [Wed, 30 Oct 2013 12:28:01 +0000 (21:28 +0900)]
remove +x bit from .c file!
Carsten Haitzler (Rasterman) [Wed, 30 Oct 2013 10:28:16 +0000 (19:28 +0900)]
compliance/licensing - clarify, fix formatting and point to tldrlegal.com
Daniel Juyung Seo [Wed, 30 Oct 2013 09:56:29 +0000 (18:56 +0900)]
elm_slider: Step set/get API additions.
Issue: As step size was hard coded in the widget, when slider indicator is dragged
using a key event or during accessibility the value was not exactly incremented/decremented
instead same value was shown more than1 time/values were skipped.
Solution: Two APIs added which will set/get step size.
Reviewer: SeoZ
Reviewer Comment: This is a manual merge of D293 due to arc issue on Shilpa.
I modified some codes from her original code. She'll use arc next time.
fixed documentation
fixed typos.
fixed indentation
used macro
added some guide codes.
removed unnecessary empty line.
updated NEWS and ChangeLog.
Daniel Juyung Seo [Wed, 30 Oct 2013 07:17:57 +0000 (16:17 +0900)]
elm_conform.c: Added "virtualkeypad,size,changed" smart callback.
When the virtualkeypad size is changed, applications get the notice.
Applications can do internal object calculation according to the exact virtualkeypad size.
This is useful when the exact size is important such as webkit usecase.
Daniel Juyung Seo [Tue, 29 Oct 2013 23:52:17 +0000 (08:52 +0900)]
NEWS/ChangeLog: Updated NEWS/ChangeLog entry for image click addition on key event.
Daniel Juyung Seo [Tue, 29 Oct 2013 23:49:09 +0000 (08:49 +0900)]
test_image.c: enhance image click example to look better.
- Keep the final state.
- Rotate according to the final state.
Amitesh Singh [Tue, 29 Oct 2013 23:32:43 +0000 (08:32 +0900)]
[image] - Added support for "clicked" callback on Return/space/KP_Enter key press.
Summary: [image] - Added support for "clicked" callback on Return/space/KP_Enter key press.
Reviewers: seoz, Hermet
Differential Revision: https://phab.enlightenment.org/D278
Daniel Juyung Seo [Tue, 29 Oct 2013 13:49:43 +0000 (22:49 +0900)]
elm_conform.c: Use more ELM_SAFE_FREE macros.
Rafael Antognolli [Tue, 29 Oct 2013 10:39:40 +0000 (08:39 -0200)]
elm/win: Do not force maximized status.
When receiving a maximize event from the maximize button, do not force
sd->maximized. We must wait for a state change event, just like when a
window is maximized by the elm_win_maximized_set function. This will
ensure that a maximized smart event is sent.
Additionally, send a elm,state,maximized signal to the edje theme, so it
can update shadows and window decorations correctly.
Rafael Antognolli [Tue, 29 Oct 2013 10:42:41 +0000 (08:42 -0200)]
elm/win: Put framespace set code in a common place.
A little refactory that hopefully will prevent future mistakes when
changing this code.
Daniel Juyung Seo [Mon, 28 Oct 2013 14:06:14 +0000 (23:06 +0900)]
elm: Fixed formatting about smart_event check for code consistency.
- Made it look clearer.
- Removed unnecessary local variables.
- Keep the code sequence consistent.
Daniel Zaoui [Sun, 27 Oct 2013 06:54:26 +0000 (08:54 +0200)]
Eo: fix macros for table
A col variable has been used inside the macro instead of the column
parameter. This first variable is from the legacy API and so didn't have
impact when the function was called from the legacy API.
In GUI Builder, the compilation of the generated C code was failing
because we used directly the Eo API and so was searching for the col
variable.
Carsten Haitzler (Rasterman) [Sat, 26 Oct 2013 14:51:10 +0000 (23:51 +0900)]
add another example to ignores
Doug Newgard [Sat, 26 Oct 2013 14:48:55 +0000 (23:48 +0900)]
Strip color profiles from new pngs
Summary: I stripped these in elementary previously, but not in the dark theme repo. When they got copied over, the embedded profiles are back. This strips them again as previously discussed.
Reviewers: raster
Differential Revision: https://phab.enlightenment.org/D269
Iván Briano [Fri, 25 Oct 2013 16:51:33 +0000 (14:51 -0200)]
Restricted sizing eval for layout
This allows to select an axis that the layout will use its current size
to restrict the min size calculation of the inner edje, possibly helping
with textblock min size issues
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 13:15:44 +0000 (22:15 +0900)]
elm button theme - ensure only event part gets events
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 03:36:28 +0000 (04:36 +0100)]
elm scroller - try a simpler approach - animator queues idle enterer
this allows the idle enterer to pick up all prior stored events like
move coords etc. just before going idle (and rendering).
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 02:59:55 +0000 (03:59 +0100)]
Revert "elm scroller - also allow animator still to ALSO drive scroll for smoothing"
This reverts commit
e52ddca9b0d424c5e1dfeeec501f4a95544e3dbb.
This reverts commit
7a7ea7d61e8a321dcd2046d07a0473e57a87d8b2.
Daniel Juyung Seo [Fri, 25 Oct 2013 05:05:09 +0000 (14:05 +0900)]
elm_entry_common.h: added more description to elm_entry_utf8_to_markup api.
Daniel Juyung Seo [Thu, 24 Oct 2013 15:40:18 +0000 (00:40 +0900)]
efl_thread examples: fixed comment typos.
Christophe Sadoine [Wed, 23 Oct 2013 13:43:02 +0000 (22:43 +0900)]
spinner: added signals "spinner,drag,start" and "spinner,drag,stop"
Reviewers: seoz
CC: seoz
Differential Revision: https://phab.enlightenment.org/D271
Amitesh Singh [Wed, 23 Oct 2013 07:42:04 +0000 (16:42 +0900)]
[slider] - show popup on left/right/up/down key down press and hide popup on left/right/up/down key up press.
Test Plan: elementary_test->slider
Reviewers: seoz, Hermet
Differential Revision: https://phab.enlightenment.org/D275
Daniel Juyung Seo [Tue, 22 Oct 2013 14:13:32 +0000 (23:13 +0900)]
elc_naviframe.h: added more description about stack architecture of naviframe.
Carsten Haitzler (Rasterman) [Tue, 22 Oct 2013 10:01:00 +0000 (11:01 +0100)]
elm scroller - also allow animator still to ALSO drive scroll for smoothing
Carsten Haitzler (Rasterman) [Mon, 21 Oct 2013 12:04:01 +0000 (21:04 +0900)]
scrollable - try using a job for move events for scrollinh instead of animator
Daniel Zaoui [Sun, 13 Oct 2013 03:56:04 +0000 (06:56 +0300)]
Drag & Drop: add overlapping feature.
This feature is essential if two overlapping widgets can receive drop
information.
Until now, if two widgets (e.g background and button) were added as drop
targets, pointing to common coordinates would have given priority to the
first inserted as drop target.
Now, it will determine which widget is supposed to receive this drop
target by using the same mechanism as used for mouse move, i.e by
walking on the objects tree whose pointer passes through.
A test has been added (Overlapping DnD) to show how this feature can be
used. You can drop in bg, box and button.
WooHyun Jung [Mon, 21 Oct 2013 11:59:43 +0000 (20:59 +0900)]
elementary/elm_entry.c : theme,changed smart callback can move the cursor position ! Thanks Daniel~
WooHyun Jung [Mon, 21 Oct 2013 10:45:53 +0000 (19:45 +0900)]
elementary/elm_entry.c : evas_smart_objects_calculate in elm_widget_show_region_set can delete elm_entry.
Ryuan Choi [Mon, 21 Oct 2013 02:14:47 +0000 (11:14 +0900)]
elc_fileselector: Update items of file_view to follow changes of selected path
This patch implmented for fileselector to monitor and update changes of selected
path. So, changes of selected path from other applications such as mkdir will be
applied to the file_view without refresh.
This feature is only available with EIO.
Daniel Juyung Seo [Fri, 18 Oct 2013 17:20:34 +0000 (02:20 +0900)]
elm: Added missing undefs.
Ryuan Choi [Fri, 18 Oct 2013 15:06:25 +0000 (00:06 +0900)]
gengrid: adopted ELM_PRIV_XXX_SIGNALS to reduce human mistake.
"index,update" signal is missing in signal description.
So, This patch refactored signal declarations to avoid mistakes.
It was introduced since
b430c07ca1f1.
Daniel Juyung Seo [Fri, 18 Oct 2013 11:33:47 +0000 (20:33 +0900)]
elm_photo: Do not call clicked callback when drag and drop started.
Daniel Juyung Seo [Fri, 18 Oct 2013 11:26:14 +0000 (20:26 +0900)]
test_photo.c: Refactoring sample code.
- Removed unnecessary eo_do samples at this stage.
- Removed "drop" callback usage which is not supported in photo widget.
- Fixed wrong smart callback name "drag,stop" -> "drag,end".
- Moved internal functions' position following convensions.
Jaehyun Cho [Fri, 18 Oct 2013 10:53:16 +0000 (19:53 +0900)]
[naviframe] Fix not to re-load previous item view's theme
Summary: Calling elm_widget_sub_object_add after calling elm_widget_sub_object_del may cause theme loading even though the sub object's theme is the same as the parent object's theme. This commit prevents the previous item view's theme re-loading.
Reviewers: Hermet, seoz
Reviewed By: seoz
CC: seoz
Differential Revision: https://phab.enlightenment.org/D267
Jaehyun Cho [Fri, 18 Oct 2013 10:52:55 +0000 (19:52 +0900)]
[elm_widget] Enable not to add resize object to or delete resize object from smart member when the resize object is set.
Summary: Currently if the third argument of elm_widget_resize_object_set, 'Eina_Bool sub_obj', indicates whether a resize object is added to/deleted from the sub object or not. This commit makes the third argument, 'sub_obj', also indicate whether a resize object is added to/deleted from the smart member or not.
Reviewers: Hermet, seoz
Reviewed By: seoz
CC: seoz
Differential Revision: https://phab.enlightenment.org/D268
Ryuan Choi [Fri, 18 Oct 2013 05:25:20 +0000 (14:25 +0900)]
elc_fileselector: Refactor not to keep two instances(genlist/gengrid) for file list.
Consolidates and rename files_list and files_grid to files_view.
Daniel Juyung Seo [Fri, 18 Oct 2013 04:20:08 +0000 (13:20 +0900)]
test_gengrid.c: Enable multi select for gengrid test as multi select check is true by default.
- This fixes T136.
Ryuan Choi [Fri, 18 Oct 2013 03:16:54 +0000 (12:16 +0900)]
elc_fileselector: Added support to show/hide hidden files/directories.
Added elm_fileselector_hidden_visible_set/get to show or hide hidden resources.
Ryuan Choi [Thu, 17 Oct 2013 23:11:10 +0000 (08:11 +0900)]
elc_fileselector: Moved some initialization of list_itc/grid_itc from smart_add to constructor.
Since
a305c127, list_itc and grid_itc initialization was moved to constructor of file selector class.
But some parts of them are remained in _elm_fileselector_smart_add() by my mistake.
Daniel Juyung Seo [Thu, 17 Oct 2013 12:59:31 +0000 (21:59 +0900)]
els_tooltip.s: use internal elm_widget function inside elementary instead of external elm_object function.
Carsten Haitzler (Rasterman) [Thu, 17 Oct 2013 13:17:02 +0000 (22:17 +0900)]
fix uninitialized memory usage in naviframe
Carsten Haitzler (Rasterman) [Thu, 17 Oct 2013 07:36:44 +0000 (16:36 +0900)]
dark chglog+news
Carsten Haitzler (Rasterman) [Thu, 17 Oct 2013 07:34:36 +0000 (16:34 +0900)]
new theme (dark) is now default in elm. matches e now in look
Ryuan Choi [Thu, 17 Oct 2013 07:31:06 +0000 (16:31 +0900)]
elm_calendar: Reorder few members of _Elm_Calendar_Smart_Data to reduce size
After reordered, sizeof(Elm_Calendar_Smart_Data) is little bit reduced
from 560 to 544 on 64bit system.
Daniel Juyung Seo [Thu, 17 Oct 2013 06:37:34 +0000 (15:37 +0900)]
test_fileselector.c: Internal refactoring.
- Splitted one big function into three small functions.
- Used frame to look nicer.
- Used radio for mode change.
Daniel Juyung Seo [Thu, 17 Oct 2013 05:26:37 +0000 (14:26 +0900)]
elm_thumb.c: Refactoring. Now thumb inherits layout.
Daniel Juyung Seo [Thu, 17 Oct 2013 05:18:22 +0000 (14:18 +0900)]
elm: Removed unnecessary local variable in sizing_eval.
Ryuan Choi [Thu, 17 Oct 2013 02:04:57 +0000 (11:04 +0900)]
Multiple selection support in fileselector
Summary: Multiple selection support in fileselector
Reviewers: seoz
Reviewed By: seoz
CC: seoz
Differential Revision: https://phab.enlightenment.org/D207
Jaehyun Cho [Wed, 16 Oct 2013 15:54:54 +0000 (00:54 +0900)]
[elm_widget] Enable not to add resize object to or delete resize object from sub object when the resize object is set.
Summary: Add one more argument, 'Eina_Bool sub_object' to elm_widget_resize_object_set. If the argument, 'sub_object' is set as EINA_TRUE, the new resize object is added to the sub object and the previous resize object is deleted from the sub object.
Reviewers: Hermet, seoz
CC: Jaehyun_Cho, seoz, raster
Differential Revision: https://phab.enlightenment.org/D265
Daniel Juyung Seo [Wed, 16 Oct 2013 13:28:55 +0000 (22:28 +0900)]
progressbar: Swaped the layer of 'progress' and 'progress1'.
- 'progress' is the main progress so it should be on top.
- 'progress' should move slower than 'progress1' in the example.
- Changed the name of multi progress image name from 'recording' to 'double'.
Carsten Haitzler (Rasterman) [Wed, 16 Oct 2013 12:29:22 +0000 (21:29 +0900)]
tooltips - fix show to be at end just to be cleaner.
Carsten Haitzler (Rasterman) [Wed, 16 Oct 2013 11:17:57 +0000 (20:17 +0900)]
ctxpopup - fix double show emit.
Yakov Goldberg [Tue, 15 Oct 2013 14:02:31 +0000 (17:02 +0300)]
progressbar: fix doxygen
Carsten Haitzler (Rasterman) [Tue, 15 Oct 2013 04:00:25 +0000 (13:00 +0900)]
elm - entry magnifier - should be elm namespaced.
ChunEon Park [Mon, 14 Oct 2013 17:11:42 +0000 (02:11 +0900)]
elementary/entry - filled a missed smart callback in the doc.
Daniel Juyung Seo [Mon, 14 Oct 2013 11:33:58 +0000 (20:33 +0900)]
elm_genlist.h: added 'full' style documentation.
- 'full' style is so useful, it needs to have a documentation.
- Do not use @ for 'since' in this case. That will cause line break and looks ugly.
- reminded by ccxwrk.
Niraj Kumar [Mon, 14 Oct 2013 10:38:19 +0000 (19:38 +0900)]
test_progress.c: Added new test case for vertical progress status
Summary: Added new test case for vertical progress status .This would be visible under Progressbar 2 elementary test
Reviewers: seoz, singh.amitesh
Differential Revision: https://phab.enlightenment.org/D233
Daniel Juyung Seo [Mon, 14 Oct 2013 10:18:19 +0000 (19:18 +0900)]
Author: Added Amitesh Singh as an author of elm as he is worth it.
Amitesh Singh [Mon, 14 Oct 2013 10:10:44 +0000 (19:10 +0900)]
elm_thumb.c: focus/unfocused support in thumb.
This feature is enabled only when the user enalbed focus support manually for thumb.
Reviewers: seoz
Differential Revision: https://phab.enlightenment.org/D241
Daniel Juyung Seo [Mon, 14 Oct 2013 05:40:35 +0000 (14:40 +0900)]
elm_test: Fixed formatting. tab to space.
Changed tab to space before working on the code.
Kinda surprised by the number of tabs we had.
Carsten Haitzler (Rasterman) [Mon, 14 Oct 2013 08:34:26 +0000 (17:34 +0900)]
fix signal callback handling to listen to * for namespacing change to elm
Daniel Juyung Seo [Mon, 14 Oct 2013 04:53:27 +0000 (13:53 +0900)]
elc_hoversel: Support elm_object_item_signal_emit() in hoversel.
This works only when the item is actually created by clicking the hover button.
Ryuan Choi [Sun, 13 Oct 2013 15:57:42 +0000 (00:57 +0900)]
popup: Change the behavior of adding or removing buttons.
Summary:
Although user should give the position of button such as button1, current elm_popup
changes button's position or style as the number of buttons while adding or removing
buttons.
So, when application developers add buttons as wrong order or removed buttons,
applications may be crashed.
This patch refactored the behavior not to change the position intended by application
developer.
Test Plan: added new test case to test_popup.
Reviewers: seoz
Reviewed By: seoz
Differential Revision: https://phab.enlightenment.org/D259
Daniel Juyung Seo [Sat, 12 Oct 2013 05:10:16 +0000 (14:10 +0900)]
elc_popup.c: fixed up signal names according to the latest change.
This is a continuous job of raster's change,
f9adb79740555c8e39e9d32ff2a755693dbea8dc.
Daniel Juyung Seo [Sat, 12 Oct 2013 04:13:13 +0000 (13:13 +0900)]
popup.edc: unbork default popup for the moment.
This was broken by raster's recent popup theme api break.
Even though default theme will be replaced by dark theme, I will keep default theme working.
Ryuan Choi [Fri, 11 Oct 2013 12:52:15 +0000 (21:52 +0900)]
elm_win: Fixed warning after
99ab56d5
ELM_WIDGET_SUB_ID_THEME needs to return Eina_Bool.
In addition, calls the super function of ELM_WIDGET_SUB_ID_THEME.
Reproduce step is changing profile in elementary_config.
ChunEon Park [Thu, 10 Oct 2013 10:58:01 +0000 (19:58 +0900)]
elementary/scroller - fix the scroller to locate the current page correctly in case that the scroller is suddenly resized and then the drag couldn't capture the page location.
Daniel Juyung Seo [Thu, 10 Oct 2013 09:47:18 +0000 (18:47 +0900)]
elm_flipselector.h: Added more description about event_info parameter for flipselector selected smart callback.
Daniel Juyung Seo [Thu, 10 Oct 2013 00:00:08 +0000 (09:00 +0900)]
elc_naviframe_common.h: Fixed a typo.
ChunEon Park [Wed, 9 Oct 2013 14:29:35 +0000 (23:29 +0900)]
elementary/scroller - --duplicated compare.
ChunEon Park [Wed, 9 Oct 2013 12:50:16 +0000 (21:50 +0900)]
elementary - updated launcher 2 test case.
arrange the default window/scroller page size fitted to the one page size.
Daniel Juyung Seo [Tue, 8 Oct 2013 10:57:40 +0000 (19:57 +0900)]
elm_access.c: Removed dead code.
ho cannot be null.
This fixes coverity CID 1046506.
Stefan Schmidt [Tue, 8 Oct 2013 09:54:57 +0000 (10:54 +0100)]
elm_layout: Remove now superfluous NULL check.
After switching to ELM_WIDGET_DATA_GET_OR_RETURN this NULL check is no
longer needed.
CID: 1102552
deasung.kim [Tue, 8 Oct 2013 06:41:06 +0000 (15:41 +0900)]
ctxpopup: fix elm_object_content_unset didn't unpack content from box
Reviewers: seoz
Reviewed By: seoz
Differential Revision: https://phab.enlightenment.org/D261
Daniel Juyung Seo [Mon, 7 Oct 2013 15:08:19 +0000 (00:08 +0900)]
elm_cnp.c: Did a subtle code cleanup.
savedtypes.imgfile should not be null logically or this function should have been returned in advance.
Daniel Juyung Seo [Mon, 7 Oct 2013 15:03:05 +0000 (00:03 +0900)]
elm_cnp.c: removed unused pointer value and initialized some local variables.
This fixes coverity CID 1102548, 1102553, and 1102554.
Daniel Juyung Seo [Mon, 7 Oct 2013 14:38:28 +0000 (23:38 +0900)]
elm_spinner.c: call _value_set after resetting spin timer.
There is a chance that spin timer is deleted in _value_set() by any chance.
So reset the spin timer and call _value_set after that.
Special thanks to Shilpa.
ChunEon Park [Sun, 6 Oct 2013 14:35:51 +0000 (23:35 +0900)]
elementary/scroller - set the NULL to not access dangling pointer after deleting animator.
Ryuan Choi [Sun, 6 Oct 2013 03:37:13 +0000 (12:37 +0900)]
popup.edc: Follow new namespace.
Since
7b7c2275, popup style is broken so buttons are not drawn using default theme.
Carsten Haitzler (Rasterman) [Sat, 5 Oct 2013 12:35:27 +0000 (21:35 +0900)]
fix up namespace for many signal while keeping old versions for compat
Carsten Haitzler (Rasterman) [Sat, 5 Oct 2013 10:06:05 +0000 (19:06 +0900)]
write down the breaks.
maxerba [Sat, 5 Oct 2013 09:20:15 +0000 (11:20 +0200)]
Adding italian entry in desktop file
Daniel Juyung Seo [Sat, 5 Oct 2013 08:59:58 +0000 (17:59 +0900)]
elm_layout: Internal refactoring about layout frozen check.
1. Moved frozen variable to more proper position. Elm_Widget_Smart_Data -> Elm_Layout_Smart_Data.
2. Check frozen at one place. This makes codes cleaner and reduces human mistakes.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:29:13 +0000 (17:29 +0900)]
elm: Use ELM_LAYOUT_DATA_GET convenient macro instead of calling eo_data_scope_get(obj, ELM_OBJ_LAYOUT_CLASS).
Daniel Juyung Seo [Sat, 5 Oct 2013 08:25:22 +0000 (17:25 +0900)]
elm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for timer/animator's callbacks return value.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:22:41 +0000 (17:22 +0900)]
elm_win.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:22:32 +0000 (17:22 +0900)]
elm_web.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:55 +0000 (17:16 +0900)]
all: Applied ELM_WIDGET_DATA_GET_OR_RETURN macro to more widgets.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:05 +0000 (17:16 +0900)]
elm_web2.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:16:02 +0000 (17:16 +0900)]
elm_video.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:58 +0000 (17:15 +0900)]
elm_toolbar.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:56 +0000 (17:15 +0900)]
elm_thumb.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:53 +0000 (17:15 +0900)]
elm_spinner.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:49 +0000 (17:15 +0900)]
elm_slideshow.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:46 +0000 (17:15 +0900)]
elm_slider.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:43 +0000 (17:15 +0900)]
elm_separator.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:37 +0000 (17:15 +0900)]
elm_segment_control.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:27 +0000 (17:15 +0900)]
elm_scroller.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.
Daniel Juyung Seo [Sat, 5 Oct 2013 08:15:22 +0000 (17:15 +0900)]
elm_radio.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.