platform/upstream/elementary.git
11 years agoYet another giant, useless, if {} block gone.
Gustavo Lima Chaves [Fri, 22 Mar 2013 21:38:50 +0000 (18:38 -0300)]
Yet another giant, useless, if {} block gone.

11 years agoupdating catalan translation
maxerba [Fri, 22 Mar 2013 16:43:18 +0000 (17:43 +0100)]
updating catalan translation

11 years agoelementary/naviframe - Now item popping can be cancelled if user returns
ChunEon Park [Fri, 22 Mar 2013 10:04:12 +0000 (19:04 +0900)]
elementary/naviframe - Now item popping can be cancelled if user returns
the EINA_FALSE in the pop_cb().

11 years agoAUTHORS: Add myself to the list
Stefan Schmidt [Fri, 22 Mar 2013 08:50:10 +0000 (08:50 +0000)]
AUTHORS: Add myself to the list

11 years agoelm: No need for two set of parentheses in a simple comparison.
Stefan Schmidt [Fri, 22 Mar 2013 08:42:04 +0000 (08:42 +0000)]
elm: No need for two set of parentheses in a simple comparison.

Seems this got copied around. Better fix it now before it widespreads more.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:41:55 +0000 (17:41 +0900)]
update po's

11 years agoadd a COMPLIANCE file for convenience.
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 08:41:40 +0000 (17:41 +0900)]
add a COMPLIANCE file for convenience.

11 years agoelementary: make quicklaunch work again.
Cedric BAIL [Fri, 22 Mar 2013 05:44:54 +0000 (14:44 +0900)]
elementary: make quicklaunch work again.

11 years agoelementary: add infrastructure to track startup time.
Cedric BAIL [Wed, 20 Mar 2013 08:37:40 +0000 (17:37 +0900)]
elementary: add infrastructure to track startup time.

Set ELM_FIRST_FRAME to :
* D or E: for exit
* A: for abort
* T: to display the time since entering main();

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 22 Mar 2013 05:42:36 +0000 (14:42 +0900)]
update po's

11 years agoMake some scrolling code more readable.
Gustavo Lima Chaves [Thu, 21 Mar 2013 18:32:36 +0000 (15:32 -0300)]
Make some scrolling code more readable.

11 years agoQuicklaunch: Fixed unused and dead code warnings.
Tom Hacohen [Thu, 21 Mar 2013 13:35:45 +0000 (13:35 +0000)]
Quicklaunch: Fixed unused and dead code warnings.

11 years agoGenlist: Fixed off by 1 errors.
Tom Hacohen [Thu, 21 Mar 2013 13:34:15 +0000 (13:34 +0000)]
Genlist: Fixed off by 1 errors.

Strncat writes at most n+1 chars, not n...

11 years agoclock: You shouldn't pass extra parameters to a printf function.
Tom Hacohen [Thu, 21 Mar 2013 13:30:43 +0000 (13:30 +0000)]
clock: You shouldn't pass extra parameters to a printf function.

This is not good practice.

11 years agoRemove warning in toolbar
Jaehwan Kim [Thu, 21 Mar 2013 06:14:23 +0000 (15:14 +0900)]
Remove warning in toolbar

11 years agoDocumenting all of scrollers smart callbacks.
Gustavo Lima Chaves [Wed, 20 Mar 2013 20:42:12 +0000 (17:42 -0300)]
Documenting all of scrollers smart callbacks.

11 years agoGenlist, gengrid: two new smart callbacks
Flavio Ceolin [Wed, 20 Mar 2013 16:39:51 +0000 (13:39 -0300)]
Genlist, gengrid: two new smart callbacks

Adding ones for mouse pressed and mouse released on items. The event
info for both callbacks are the items being pressed/released.

11 years agoupdate po line #'s
Carsten Haitzler (Rasterman) [Wed, 20 Mar 2013 11:06:45 +0000 (20:06 +0900)]
update po line #'s

11 years agoFix elm box layout problem with max sizes.
Carsten Haitzler (Rasterman) [Wed, 20 Mar 2013 11:06:32 +0000 (20:06 +0900)]
Fix elm box layout problem with max sizes.

11 years agotoolbar: fix icon size not being initalized.
Cedric BAIL [Wed, 20 Mar 2013 02:57:22 +0000 (11:57 +0900)]
toolbar: fix icon size not being initalized.

11 years agoRevert changes that slipped in (to elm_layout) that shouldn't have had.
Tom Hacohen [Tue, 19 Mar 2013 15:16:58 +0000 (15:16 +0000)]
Revert changes that slipped in (to elm_layout) that shouldn't have had.

11 years agoFixed class called with do_super.
Tom Hacohen [Tue, 19 Mar 2013 10:48:36 +0000 (10:48 +0000)]
Fixed class called with do_super.

11 years agoFix the elm_shutdown bug in _elm_shutdown_config.
Jaehwan Kim [Tue, 19 Mar 2013 10:42:34 +0000 (19:42 +0900)]
Fix the elm_shutdown bug in _elm_shutdown_config.
When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
It's why it uses ecore_x in _prop_all_update_cb after removing it.

11 years agoprintf - SHUSH! no debug!
Carsten Haitzler (Rasterman) [Tue, 19 Mar 2013 02:05:43 +0000 (11:05 +0900)]
printf - SHUSH! no debug!

11 years agoChange usage of eo_do_super to the new prototype.
Tom Hacohen [Mon, 18 Mar 2013 16:07:38 +0000 (16:07 +0000)]
Change usage of eo_do_super to the new prototype.

11 years agotoolbar: Use snprintf for elm,number,item buffer handling
Daniel Willmann [Mon, 18 Mar 2013 12:07:23 +0000 (12:07 +0000)]
toolbar: Use snprintf for elm,number,item buffer handling

Avoid potential buffer overflow

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoFree cwd so we don't leak
Daniel Willmann [Mon, 18 Mar 2013 11:46:25 +0000 (11:46 +0000)]
Free cwd so we don't leak

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelementary/elm_win : Focus highlight should be reconfigured when theme is changed.
WooHyun Jung [Mon, 18 Mar 2013 09:44:19 +0000 (18:44 +0900)]
elementary/elm_win : Focus highlight should be reconfigured when theme is changed.

11 years ago[layout][access] access object on a layout could not be a child of the layout eventho...
Shinwoo Kim [Mon, 18 Mar 2013 08:55:09 +0000 (17:55 +0900)]
[layout][access] access object on a layout could not be a child of the layout eventhough it is a child actually, because the access object could not be swallowed.

11 years agoprogressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin.
Cedric BAIL [Mon, 18 Mar 2013 06:34:20 +0000 (15:34 +0900)]
progressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin.

11 years agofix elm_cnp free to null out ptr.
Carsten Haitzler (Rasterman) [Sun, 17 Mar 2013 02:41:41 +0000 (11:41 +0900)]
fix elm_cnp free to null out ptr.

11 years agoelm_app.h: use addtogroup and make a separate doc for elm_app_info_set.
Daniel Juyung Seo [Sat, 16 Mar 2013 13:30:35 +0000 (22:30 +0900)]
elm_app.h: use addtogroup and make a separate doc for elm_app_info_set.

11 years agoelm_app.h: added elm_app into doxygen entry.
Daniel Juyung Seo [Sat, 16 Mar 2013 13:16:09 +0000 (22:16 +0900)]
elm_app.h: added elm_app into doxygen entry.

11 years agoelm_main.c: fixed formatting.
Daniel Juyung Seo [Sat, 16 Mar 2013 08:28:10 +0000 (17:28 +0900)]
elm_main.c: fixed formatting.

11 years agoAdd the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scrol...
Jaehwan Kim [Fri, 15 Mar 2013 09:53:17 +0000 (18:53 +0900)]
Add the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scroll,down".

11 years agoupdate .po line #'s
Carsten Haitzler (Rasterman) [Fri, 15 Mar 2013 04:10:33 +0000 (13:10 +0900)]
update .po line #'s

11 years ago"elm,state,reorder,mode_set" and "elm,state,reorder,mode_unset"
Tae-Hwan Kim [Thu, 14 Mar 2013 10:13:06 +0000 (19:13 +0900)]
"elm,state,reorder,mode_set" and "elm,state,reorder,mode_unset"
is used for changing items' look when elm_genlist_reorder_mode_set() is
called. Also, when decorate mode is enabled/disabled, these signal
should be sent properly.

11 years agoFix memory leaks: return value of elm_genlist_realized_items_get
Tae-Hwan Kim [Wed, 13 Mar 2013 11:25:12 +0000 (20:25 +0900)]
Fix memory leaks: return value of elm_genlist_realized_items_get
should be freed

11 years agoallow for a special different single line entry scroller - needed for
Carsten Haitzler (Rasterman) [Mon, 11 Mar 2013 13:17:53 +0000 (22:17 +0900)]
allow for a special different single line  entry scroller - needed for
dark theme fun. it falls back to a normal entry scroller if not found.

11 years agoelementary/list : Fixed a bug in elm_list. Focus_next is needed only when access...
WooHyun Jung [Wed, 13 Mar 2013 05:05:00 +0000 (14:05 +0900)]
elementary/list : Fixed a bug in elm_list. Focus_next is needed only when access mode is enabled.

11 years agotest flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters.
Daniel Juyung Seo [Tue, 12 Mar 2013 10:49:19 +0000 (19:49 +0900)]
test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters.

11 years agoChangeLog: finish the sentence. fixed a formatting.
Daniel Juyung Seo [Tue, 12 Mar 2013 02:18:47 +0000 (11:18 +0900)]
ChangeLog: finish the sentence. fixed a formatting.

11 years agoelementary/elm_widget : Modifed the type of parameter to const Evas_Object*.
WooHyun Jung [Mon, 11 Mar 2013 13:20:20 +0000 (22:20 +0900)]
elementary/elm_widget : Modifed the type of parameter to const Evas_Object*.

11 years agoelementary/naviframe : Fixed a formatting.
WooHyun Jung [Mon, 11 Mar 2013 13:02:24 +0000 (22:02 +0900)]
elementary/naviframe : Fixed a formatting.

11 years agoelm gengrid,list,menu,segment_control,toolbar.h: updated documentation with regarding...
Daniel Juyung Seo [Mon, 11 Mar 2013 11:52:57 +0000 (20:52 +0900)]
elm gengrid,list,menu,segment_control,toolbar.h: updated documentation with regarding to elm_xxx_item_object_get().

More informative documentation about the returned actual object by elm_xxx_item_object_get().

11 years agoelm icon,menu,toolbar.h: updated documentation related with icon path.
Daniel Juyung Seo [Mon, 11 Mar 2013 11:44:27 +0000 (20:44 +0900)]
elm icon,menu,toolbar.h: updated documentation related with icon path.

11 years agoelm_entry.c: fixed formatting.
Daniel Juyung Seo [Mon, 11 Mar 2013 10:40:19 +0000 (19:40 +0900)]
elm_entry.c: fixed formatting.

11 years agoelementary/naviframe : Don need to check whether current item has content or not.
WooHyun Jung [Mon, 11 Mar 2013 11:08:52 +0000 (20:08 +0900)]
elementary/naviframe : Don need to check whether current item has content or not.

11 years agoEntry: Fixed a bug with text appending.
Tom Hacohen [Mon, 11 Mar 2013 10:19:29 +0000 (10:19 +0000)]
Entry: Fixed a bug with text appending.

The target buffer was not large enough.

11 years agoelementary/naviframe : Naviframe is now supporting focus_direction.
WooHyun Jung [Mon, 11 Mar 2013 08:03:21 +0000 (17:03 +0900)]
elementary/naviframe : Naviframe is now supporting focus_direction.

11 years agoelementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after...
WooHyun Jung [Mon, 11 Mar 2013 07:38:45 +0000 (16:38 +0900)]
elementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout.

11 years agoelm_focus.h: more informative documentation.
Daniel Juyung Seo [Sat, 9 Mar 2013 15:47:26 +0000 (00:47 +0900)]
elm_focus.h: more informative documentation.

11 years agoonly del cnp drop if removed from list.
Carsten Haitzler (Rasterman) [Sat, 9 Mar 2013 14:05:32 +0000 (23:05 +0900)]
only del cnp drop if removed from list.

11 years agoelm *.c: fixed formatting with EINA_LIST_FREE.
Daniel Juyung Seo [Sat, 9 Mar 2013 04:23:42 +0000 (13:23 +0900)]
elm *.c: fixed formatting with EINA_LIST_FREE.

EINA_LIST_FREE (xxx) -> EINA_LIST_FREE(xxx)

11 years agoelementary/naviframe - added FIXME:
ChunEon Park [Fri, 8 Mar 2013 12:47:07 +0000 (21:47 +0900)]
elementary/naviframe - added FIXME:

11 years agonaviframe - missed delcaring the prototype in head of the file.
ChunEon Park [Fri, 8 Mar 2013 12:15:29 +0000 (21:15 +0900)]
naviframe - missed delcaring the prototype in head of the file.

11 years agonaviframe - remove the back button callback if the button is unset on the naviframe
ChunEon Park [Fri, 8 Mar 2013 12:13:25 +0000 (21:13 +0900)]
naviframe - remove the back button callback if the button is unset on the naviframe

11 years agoelm test_gengrid.c: updated min_set document.
Daniel Juyung Seo [Fri, 8 Mar 2013 08:59:58 +0000 (17:59 +0900)]
elm test_gengrid.c: updated min_set document.

11 years agoFix the toolbar cannot be unselected when it's mode is ELM_OBJECT_SELECT_MODE_ALWAYS.
Jaehwan Kim [Fri, 8 Mar 2013 08:21:38 +0000 (17:21 +0900)]
Fix the toolbar cannot be unselected when it's mode is ELM_OBJECT_SELECT_MODE_ALWAYS.

11 years agoAdd elm_widget_newest_focus_order_get function for fixing a bug in elm_win. After...
WooHyun Jung [Fri, 8 Mar 2013 07:23:34 +0000 (16:23 +0900)]
Add elm_widget_newest_focus_order_get function for fixing a bug in elm_win. After elm_win is created, if there is no manual focus setting, only elm_win should get focus when focus state is changed.

11 years ago[access] do not try to give a highlight, if the object already has a highlight -...
Shinwoo Kim [Fri, 8 Mar 2013 02:44:49 +0000 (11:44 +0900)]
[access] do not try to give a highlight, if the object already has a highlight - use more proper line

11 years agoFix edje_cc verbosity if building with V=1
Eduardo Lima (Etrunko) [Thu, 7 Mar 2013 20:49:47 +0000 (17:49 -0300)]
Fix edje_cc verbosity if building with V=1

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
11 years agoelm bg_example_01.c: simplified example.
Daniel Juyung Seo [Thu, 7 Mar 2013 18:16:55 +0000 (03:16 +0900)]
elm bg_example_01.c: simplified example.

11 years agoelm anchorblock_example_01.c: removed deprecated widget example.
Daniel Juyung Seo [Thu, 7 Mar 2013 17:58:36 +0000 (02:58 +0900)]
elm anchorblock_example_01.c: removed deprecated widget example.

anchorview and anchorblock were removed 1 year ago.

11 years agoMerge branch 'master' of ssh://git.enlightenment.org/core/elementary
ChunEon Park [Thu, 7 Mar 2013 13:12:24 +0000 (22:12 +0900)]
Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

11 years agoelementary/naviframe - updated Changelog & NEWS
ChunEon Park [Thu, 7 Mar 2013 13:12:11 +0000 (22:12 +0900)]
elementary/naviframe - updated Changelog & NEWS

11 years ago[access][toolbar] use proper access activate callback
Shinwoo Kim [Thu, 7 Mar 2013 12:33:26 +0000 (21:33 +0900)]
[access][toolbar] use proper access activate callback

11 years agoelementary/naviframe - add elm_naviframe_item_pop_cb_set()
ChunEon Park [Thu, 7 Mar 2013 12:28:03 +0000 (21:28 +0900)]
elementary/naviframe - add elm_naviframe_item_pop_cb_set()

11 years ago[access] do not highlight, if the object already has the highlight
Shinwoo Kim [Thu, 7 Mar 2013 11:30:33 +0000 (20:30 +0900)]
[access] do not highlight, if the object already has the highlight

11 years agoElementary elm_glview: call surface update when mode changes
Sung W. Park [Thu, 7 Mar 2013 10:20:40 +0000 (19:20 +0900)]
Elementary elm_glview: call surface update when mode changes

When glview mode was set using elm_glview_mode_set() function, it
wasn't properly calling the surface_update function internally.
This can potentially cause the surface to be not updated to the latest
mode that was set by the user.  Also removed a call to the surface
update function that was unnecessary.

11 years agoAdd the config ELM_THUMBSCROLL_HOLD_THRESHOLD.
Jaehwan Kim [Thu, 7 Mar 2013 09:13:15 +0000 (18:13 +0900)]
Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD.
This is the number of pixels the range which can be scrolled, while the scroller is holed.
In case of mobile, this config is useful since the out of scroller area is too small.

11 years ago[access][win] unhighlight when window is unfocused
Shinwoo Kim [Thu, 7 Mar 2013 07:59:51 +0000 (16:59 +0900)]
[access][win] unhighlight when window is unfocused

11 years agoelementary - trivial change.
ChunEon Park [Wed, 6 Mar 2013 12:50:14 +0000 (21:50 +0900)]
elementary - trivial change.

11 years agoelementary - move deprecated -> deprecated.h
ChunEon Park [Wed, 6 Mar 2013 12:43:47 +0000 (21:43 +0900)]
elementary - move deprecated -> deprecated.h

11 years agoelementary - fixed typo
ChunEon Park [Wed, 6 Mar 2013 12:34:44 +0000 (21:34 +0900)]
elementary - fixed typo

11 years agoelementary/widget - added elm_object_item_signal_callback_add(), elm_object_item_sign...
ChunEon Park [Wed, 6 Mar 2013 12:33:13 +0000 (21:33 +0900)]
elementary/widget - added elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del()

11 years agoelm_conform.c : Fix elm_conform didn't change indicator mode when create.
Jiyoun Park [Wed, 6 Mar 2013 06:36:36 +0000 (15:36 +0900)]
elm_conform.c : Fix elm_conform didn't change indicator mode when create.
currently mode change func only check one of mode between indmod or indi opacity mode.

11 years agoAdd edje_object_message_signal_process before edje_object_size_min_restricted_calc.
Jaehwan Kim [Tue, 5 Mar 2013 07:46:27 +0000 (16:46 +0900)]
Add edje_object_message_signal_process before edje_object_size_min_restricted_calc.
If the min size is changed by edje signal in edc, the the function should be called before the calculation.

This commit is related to 40dc2a25c72103c3b01620830e1bde964f96b2fa

11 years agoRevert this commit to fix the problem by the other method.
Jaehwan Kim [Tue, 5 Mar 2013 06:46:30 +0000 (15:46 +0900)]
Revert this commit to fix the problem by the other method.
Revert "Small bug. In some case, the box cannot be proper size."

This reverts commit ca95166f9a8cb7db8c1557d75f444d76772b2176.

11 years agoTypo. Sync a variable name with others
Jaehwan Kim [Tue, 5 Mar 2013 05:49:29 +0000 (14:49 +0900)]
Typo. Sync a variable name with others

11 years agoelm_conform : just change DBG message
Jiyoun Park [Tue, 5 Mar 2013 04:34:31 +0000 (13:34 +0900)]
elm_conform : just change DBG message

11 years ago Fix elm_conform didn't set size hint when keypad on
Jiyoun Park [Tue, 5 Mar 2013 03:44:46 +0000 (12:44 +0900)]
 Fix elm_conform didn't set size hint when keypad on
 and check each window's property before zone property check

11 years agoelm ChangeLog/NEWS: updated ChangeLog and NEWS.
Daniel Juyung Seo [Mon, 4 Mar 2013 15:01:31 +0000 (00:01 +0900)]
elm ChangeLog/NEWS: updated ChangeLog and NEWS.

11 years agoelm elm_gengrid.c: Optimize item count calculation when an item is appended. Patch...
Daniel Juyung Seo [Mon, 4 Mar 2013 11:29:44 +0000 (20:29 +0900)]
elm elm_gengrid.c: Optimize item count calculation when an item is appended. Patch by Junki Cho <jk0811.cho@samsung.com>

Do not need to calculate the list count when a gengrid item is appended.
Just use item_count which was already calculated.

11 years agoelm elm_index.c: removed unnecessary calculation.
Daniel Juyung Seo [Mon, 4 Mar 2013 11:17:34 +0000 (20:17 +0900)]
elm elm_index.c: removed unnecessary calculation.

11 years agoelm elm_index.c: fixed formatting.
Daniel Juyung Seo [Mon, 4 Mar 2013 10:13:20 +0000 (19:13 +0900)]
elm elm_index.c: fixed formatting.

11 years agoelm_win : Focus hightlight should not be shown on (0, 0). Thanks for Wonkuk Jung...
WooHyun Jung [Mon, 4 Mar 2013 11:16:35 +0000 (20:16 +0900)]
elm_win : Focus hightlight should not be shown on (0, 0). Thanks for Wonkuk Jung for reporting and fixing.

11 years agoelm_index: set selected item active in smart theme
Jaeun Choi [Mon, 4 Mar 2013 08:55:48 +0000 (17:55 +0900)]
elm_index: set selected item active in smart theme

This patch sets selected item's state active when theme is changed.

11 years agoelm po: updated po files.
Daniel Juyung Seo [Mon, 4 Mar 2013 08:21:45 +0000 (17:21 +0900)]
elm po: updated po files.

11 years agoelementary/widget - and should return when failed _elm_theme_object_set();
ChunEon Park [Sun, 3 Mar 2013 04:04:23 +0000 (13:04 +0900)]
elementary/widget - and should return when failed _elm_theme_object_set();

11 years agoelementary/widget - return correct value in theme_object_set()
ChunEon Park [Sun, 3 Mar 2013 04:01:22 +0000 (13:01 +0900)]
elementary/widget - return correct value in theme_object_set()

becase of this, elm_layout_theme_set() and hoversel were broken.

11 years agoelm elm_spinner.c: Removed unnecessary local variable.
Daniel Juyung Seo [Sat, 2 Mar 2013 15:40:07 +0000 (00:40 +0900)]
elm elm_spinner.c: Removed unnecessary local variable.

Removed local variable "offset".

11 years agoelm elm_spinner.c/h: Use proper variable name. Add more comments.
Daniel Juyung Seo [Sat, 2 Mar 2013 14:50:35 +0000 (23:50 +0900)]
elm elm_spinner.c/h: Use proper variable name. Add more comments.

1. drag_start_pos -> drag_start_val. This is a value not a position.
2. added comment for drag_start_val.

11 years agoelm elm_spinner.c: Use more eo APIs.
Daniel Juyung Seo [Sat, 2 Mar 2013 14:37:51 +0000 (23:37 +0900)]
elm elm_spinner.c: Use more eo APIs.

edje_object_part_drag_value_get() -> eo_do(edje_obj_part_drag_value_get);

11 years agoAn internal layout error, on a widget set, is a CRITICAL error.
Gustavo Lima Chaves [Sat, 2 Mar 2013 02:04:31 +0000 (23:04 -0300)]
An internal layout error, on a widget set, is a CRITICAL error.

11 years agospinner: Fix initial value of the spinner.
Rafael Antognolli [Fri, 1 Mar 2013 18:24:05 +0000 (15:24 -0300)]
spinner: Fix initial value of the spinner.

The size should remain the same after the first mouse move and then be
adjusted accordingly.

Fixes #1403.

Patch by: "Brian J. Lovin" <brian.j.lovin@intel.com>

11 years ago[access] check whether a highlight object is NULL or not
Shinwoo Kim [Fri, 1 Mar 2013 10:03:36 +0000 (19:03 +0900)]
[access] check whether a highlight object is NULL or not

11 years ago[access] remove unnecessary lines
Shinwoo Kim [Fri, 1 Mar 2013 09:58:25 +0000 (18:58 +0900)]
[access] remove unnecessary lines

11 years agoelm elm_layout.c: fixed a document typo.
Daniel Juyung Seo [Thu, 28 Feb 2013 15:18:58 +0000 (00:18 +0900)]
elm elm_layout.c: fixed a document typo.

11 years agoelm NEWS: adding a new feature is not improvement it's an addition.
Daniel Juyung Seo [Thu, 28 Feb 2013 15:16:41 +0000 (00:16 +0900)]
elm NEWS: adding a new feature is not improvement it's an addition.