Commit Graph

7548 Commits

Author SHA1 Message Date
Tom Hacohen d75cb616da Change usage of eo_do_super to the new prototype. 2013-03-18 16:15:12 +00:00
Daniel Willmann c9534bab25 toolbar: Use snprintf for elm,number,item buffer handling
Avoid potential buffer overflow

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-03-18 12:13:50 +00:00
Daniel Willmann c88d31d027 Free cwd so we don't leak
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-03-18 12:13:50 +00:00
WooHyun Jung c739dbe4f4 elementary/elm_win : Focus highlight should be reconfigured when theme is changed. 2013-03-18 18:44:19 +09:00
Shinwoo Kim 82053ab780 [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. 2013-03-18 17:55:09 +09:00
Cedric BAIL 965a66fa32 progressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin. 2013-03-18 15:34:20 +09:00
Carsten Haitzler 3bd16c052b fix elm_cnp free to null out ptr. 2013-03-17 11:41:41 +09:00
Daniel Juyung Seo dbf44f699b elm_app.h: use addtogroup and make a separate doc for elm_app_info_set. 2013-03-16 22:30:35 +09:00
Daniel Juyung Seo 5a74e5a072 elm_app.h: added elm_app into doxygen entry. 2013-03-16 22:16:09 +09:00
Daniel Juyung Seo 1bfede5163 elm_main.c: fixed formatting. 2013-03-16 17:28:10 +09:00
Jaehwan Kim 5f8af66123 Add the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scroll,down". 2013-03-15 18:53:17 +09:00
Carsten Haitzler 568edfcb71 update .po line #'s 2013-03-15 13:10:33 +09:00
Tae-Hwan Kim 6b37331246 "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.
2013-03-14 19:13:06 +09:00
Tae-Hwan Kim 263ad756ba Fix memory leaks: return value of elm_genlist_realized_items_get
should be freed
2013-03-13 20:25:12 +09:00
Carsten Haitzler d4bc61f941 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.
2013-03-13 20:24:09 +09:00
WooHyun Jung 2542b16b01 elementary/list : Fixed a bug in elm_list. Focus_next is needed only when access mode is enabled. 2013-03-13 14:05:00 +09:00
Daniel Juyung Seo f612734879 test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters. 2013-03-12 19:49:19 +09:00
Daniel Juyung Seo 50dbaf616e ChangeLog: finish the sentence. fixed a formatting. 2013-03-12 11:18:47 +09:00
WooHyun Jung 9cf2ef0752 elementary/elm_widget : Modifed the type of parameter to const Evas_Object*. 2013-03-11 22:20:20 +09:00
WooHyun Jung b6bd065d2e elementary/naviframe : Fixed a formatting. 2013-03-11 22:02:24 +09:00
Daniel Juyung Seo 7d0dcd5c12 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().
2013-03-11 20:52:57 +09:00
Daniel Juyung Seo 554b936d07 elm icon,menu,toolbar.h: updated documentation related with icon path. 2013-03-11 20:44:27 +09:00
Daniel Juyung Seo 4a5f9459fe elm_entry.c: fixed formatting. 2013-03-11 20:11:50 +09:00
WooHyun Jung 2f204dd7ee elementary/naviframe : Don need to check whether current item has content or not. 2013-03-11 20:08:52 +09:00
Tom Hacohen 1eefdc8733 Entry: Fixed a bug with text appending.
The target buffer was not large enough.
2013-03-11 10:21:08 +00:00
WooHyun Jung 2cb1f66c54 elementary/naviframe : Naviframe is now supporting focus_direction. 2013-03-11 17:03:21 +09:00
WooHyun Jung cfe2ab206e elementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout. 2013-03-11 16:38:45 +09:00
Daniel Juyung Seo a35926215d elm_focus.h: more informative documentation. 2013-03-10 00:47:40 +09:00
Carsten Haitzler c8ac271b79 only del cnp drop if removed from list. 2013-03-09 23:05:32 +09:00
Daniel Juyung Seo 78c042cdbe elm *.c: fixed formatting with EINA_LIST_FREE.
EINA_LIST_FREE (xxx) -> EINA_LIST_FREE(xxx)
2013-03-09 13:23:42 +09:00
ChunEon Park ac3ab1c465 elementary/naviframe - added FIXME: 2013-03-08 21:47:07 +09:00
ChunEon Park 059c0f7252 naviframe - missed delcaring the prototype in head of the file. 2013-03-08 21:15:29 +09:00
ChunEon Park 7e575bab38 naviframe - remove the back button callback if the button is unset on the naviframe 2013-03-08 21:13:25 +09:00
Daniel Juyung Seo 64bae3c5d5 elm test_gengrid.c: updated min_set document. 2013-03-08 18:00:09 +09:00
Jaehwan Kim e9313c9525 Fix the toolbar cannot be unselected when it's mode is ELM_OBJECT_SELECT_MODE_ALWAYS. 2013-03-08 17:21:38 +09:00
WooHyun Jung f6a73beb76 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. 2013-03-08 16:23:34 +09:00
Shinwoo Kim 0d05c1aeb4 [access] do not try to give a highlight, if the object already has a highlight - use more proper line 2013-03-08 11:44:49 +09:00
Eduardo Lima (Etrunko) 5858baf6e0 Fix edje_cc verbosity if building with V=1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-03-07 18:05:53 -03:00
Daniel Juyung Seo 6cd68a82da elm bg_example_01.c: simplified example. 2013-03-08 03:16:55 +09:00
Daniel Juyung Seo 5408dc3060 elm anchorblock_example_01.c: removed deprecated widget example.
anchorview and anchorblock were removed 1 year ago.
2013-03-08 02:58:36 +09:00
ChunEon Park 9b2d17c506 Merge branch 'master' of ssh://git.enlightenment.org/core/elementary 2013-03-07 22:12:24 +09:00
ChunEon Park 9fe5fcab7d elementary/naviframe - updated Changelog & NEWS 2013-03-07 22:12:11 +09:00
Shinwoo Kim ea9fe742a0 [access][toolbar] use proper access activate callback 2013-03-07 21:33:26 +09:00
ChunEon Park 02cd629c71 elementary/naviframe - add elm_naviframe_item_pop_cb_set() 2013-03-07 21:28:03 +09:00
Shinwoo Kim 99ad5779de [access] do not highlight, if the object already has the highlight 2013-03-07 20:30:33 +09:00
Sung W. Park 8a140f3c5b 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.
2013-03-07 19:24:06 +09:00
Jaehwan Kim c36769a9ae 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.
2013-03-07 18:13:15 +09:00
Shinwoo Kim 491f47ae61 [access][win] unhighlight when window is unfocused 2013-03-07 16:59:51 +09:00
ChunEon Park b3fe605189 elementary - trivial change. 2013-03-06 21:50:14 +09:00
ChunEon Park 0f4de7563d elementary - move deprecated -> deprecated.h 2013-03-06 21:43:47 +09:00