summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-06135-1803/+1803
|
* multibuttonentry, genlist, layout, toolbar: Fixed dereference of nullDaniel Juyung Seo2014-01-064-4/+4
| | | | | | | | | pointers which were reported by clang builg. https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-XZo1hW.html#EndPath https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-isAlRt.html#EndPath https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-8Ascv8.html#EndPath https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-gBkVuE.html#EndPath
* toolbar: Fixed dead assignment reported by clang build.Daniel Juyung Seo2014-01-061-1/+1
| | | | https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-0ipfss.html#EndPath
* widget: Fix a bug in elm_widget_newest_focus_order_get.WooHyun Jung2014-01-031-7/+5
| | | | | | When elm_widget_newest_focus_order_get is called with can_focus_only, only focusable objects should be the candidates for newest focused object. But there are cases that unfocusable object add +1 to newest_focus_order.
* Revert "entry: Add elm_entry_input_panel_show_on_demand_set/get API"Jihoon Kim2014-01-034-115/+1
| | | | It's feature freeze period, so I will add after ending freeze period.
* entry: Add elm_entry_input_panel_show_on_demand_set/get APIJihoon Kim2014-01-034-1/+115
| | | | | This API sets the attribute to show the input panel in case of only an user's explicit Mouse Up event. It doesn't request to show the input panel even though it has focus.
* label: fix typo in commentJihoon Kim2014-01-031-1/+1
|
* web: Disable more logics to reduce binary size when web backend is noneRyuan Choi2014-01-031-49/+267
| | | | | It will reduce binary size about 4K. 2,626,465 -> 2,622,369 (Byte, tested with -Os, unstriped)
* elementary/widget - don't call theme_set() until base widget is not created yet.ChunEon Park2014-01-031-3/+5
| | | | | | On the widget creation time, we should not set the theme in the widget infra. This will cause the corruption of the theme_hook working since the widget is not setup yet. Also the theme_set() will be applied twice each widget will set the themes right after base widget is created.
* layout: Moved internal smart data member to a correct place.Daniel Juyung Seo2014-01-023-9/+8
| | | | can_access is used only by layout.
* image: Remove unnecessary parameter for elm_obj_image_editable_set.Daniel Juyung Seo2014-01-022-6/+4
| | | | | | | This parameter was introduced as an internal funciton parameter long ago and migrated to eo as it was. But this parameter is not needed. obj pointer is already there. Thanks to Yakov for the report.
* test_photocam: Unfuck photocam test case by removing absolute image path by ↵Daniel Juyung Seo2014-01-021-11/+0
| | | | | | raster. Please maintain this manually or push those images to somewhere reachable by others.
* elm_widget: Partial update for widget smart data comments.Daniel Juyung Seo2014-01-021-2/+2
|
* fileselector: Fix dereference before null checkRyuan Choi2014-01-011-4/+7
| | | | Reported as CID:1147525 by Coverity Scan
* fileselector: Fixed wrong allocation in _custom_filter_appendRyuan Choi2014-01-011-1/+1
| | | | Reported as CID:1147526 by Coverity Scan
* [Genlist]: Added NULL checkChinmaya Panigrahi2014-01-011-33/+33
| | | | | | | | | | | | Summary: Added NULL check Test Plan: elementary_test -to genlist Reviewers: seoz, singh.amitesh, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D432
* elm_test: fix test_entry_anchor scroller callbackDaniel Hirt2013-12-311-4/+4
|
* [elm_widget] Fix not to load theme for mirroring if smart data is not setJaehyun Cho2013-12-311-2/+2
| | | | | | | | | | | | Summary: Do not load widget theme for mirroring if smart data creation is not finished. Reviewers: Hermet, raster Reviewed By: raster CC: seoz Differential Revision: https://phab.enlightenment.org/D428
* widget, spinner: typo in elm_widget_focus_set()Yakov Goldberg2013-12-313-11/+11
|
* authors: Added Chinmaya as an elementary author.Daniel Juyung Seo2013-12-311-1/+1
|
* [Hoversel]: Added NULL checkChinmaya Panigrahi2013-12-311-4/+4
| | | | | | | | | | Summary: Added NULL check Test Plan: elementary_test -to hoversel Reviewers: seoz, singh.amitesh Differential Revision: https://phab.enlightenment.org/D427
* entry: fix build warning about explicit braces to avoid ambiguous 'else'Jihoon Kim2013-12-311-2/+8
|
* spinner: add NULL checkJihoon Kim2013-12-311-10/+10
|
* image: add NULL checkJihoon Kim2013-12-311-16/+18
|
* entry: add NULL checkJihoon Kim2013-12-311-41/+44
|
* fileselector: add NULL checkJihoon Kim2013-12-311-13/+13
|
* scrollable interface: typo typeYakov Goldberg2013-12-301-1/+1
|
* calendar: add NULL checksYakov Goldberg2013-12-301-2/+3
|
* calendar: fix doxygenYakov Goldberg2013-12-301-2/+2
|
* win: fix parameter order in elm_win_available_profiles_get() for consistencyYakov Goldberg2013-12-302-5/+5
|
* datetime: add NULL checksYakov Goldberg2013-12-301-6/+6
|
* datetime: fix doxygenYakov Goldberg2013-12-301-3/+3
|
* test_fileselector: Set the hoversel's hover parent correctly.Daniel Juyung Seo2013-12-301-3/+4
| | | | | This fixes hover clipping issue on hoversel button clicked. Thanks for the report Ryuan.
* entry - Add "rejected" smart callback in "elm_entry_filter_accept_set"Youngbok Shin2013-12-303-2/+26
| | | | | | | | | | | | | Summary: Add "rejected" smart callback. Applications using the *filter_accept_set didn't know when the input was rejected. This smart callback can provide a simple information to applications. Reviewers: woohyun, tasn, seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D413
* widget: remove unused return parameter in elm_wdg_orientation_set()Yakov Goldberg2013-12-302-7/+3
|
* widget: doxygen fixYakov Goldberg2013-12-301-1/+1
|
* tests - add test for requesting sa massive window and seeing responseCarsten Haitzler (Rasterman)2013-12-301-0/+15
|
* elm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb ↵Stephen Houston2013-12-291-0/+6
| | | | from being left as an artifact after the elm_thumb has been deleted.
* test_fileselector: Changed the layout of fileselector example.Daniel Juyung Seo2013-12-301-13/+33
| | | | Now it looks good :)
* fileselector: Added a description for Elm_Fileselector_Filter_Func.Daniel Juyung Seo2013-12-301-1/+3
|
* test_fileselector: Added edje custom filter example to show the real use ↵Daniel Juyung Seo2013-12-301-0/+13
| | | | | | case of fileselector custom filter. This feature is really good. Thanks Ryuan!
* test_fileselector: Cleaned up the comments in the test code.Daniel Juyung Seo2013-12-301-10/+9
|
* entry: Show "Paste" option when called ctxpopup with selectionRyuan Choi2013-12-291-3/+9
| | | | | "Paste" is usefull not only for pasting clipboard but also for replacing selection to clipboard.
* fileselector : Add elm_fileselector_custom_filter_append to support custom ↵Ryuan Choi2013-12-296-29/+194
| | | | | | | | | | | | | | filter Summary: Now, application developers can decide whether files and directories to show in fileselector view. Reviewers: seoz, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D416
* test_button: Fixed wrong button number.Daniel Juyung Seo2013-12-291-8/+8
|
* [hoversel] - Added evas smart signal "expanded" in hoversel. This patch ↵ami2013-12-283-0/+38
| | | | | | | | | | | | depends on D373. Test Plan: elementary_test -to Hoversel, Click on "Custom Item Style". Reviewers: seoz, raster, cedric Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D381
* [elc_popup] - Added focus support on popup-base's swallow parts.Amitesh Singh2013-12-286-1/+112
| | | | | | | | | | | | | | | | | Summary: Currently the focus was only on popup-content and popup-action area. New API elm_layout_content_swallow_list_get() which returns the list of swallow parts. Test Plan: elementary_test -to popup. click on "subpopup + X button" Reviewers: seoz, raster, woohyun Reviewed By: raster CC: nirajkr, aryarockstar, kashish Differential Revision: https://phab.enlightenment.org/D375
* [Hoversel] Making focus cyclic for hoversel items.Chinmaya Panigrahi2013-12-281-5/+42
| | | | | | | | | | Summary: Focus cyclic feature on hoversel items. Test Plan: elementary_test -to "Hoversel Focus" Reviewers: seoz, singh.amitesh Differential Revision: https://phab.enlightenment.org/D377
* remove ifdefs for emotion and eio as they always come with efl.Carsten Haitzler (Rasterman)2013-12-281-6/+0
|
* win: Added internal documentation about elm_win_rotation_set and ↵Daniel Juyung Seo2013-12-271-0/+8
| | | | | | | | elm_win_rotation_with_resize_set(). This is for efl developers not app developers so it goes to elm_win.c Without knowing this, it is very tricky to understand the concept of this api.