| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://build.enlightenment.org/job/nightly_elm_clang_x86_64/lastSuccessfulBuild/artifact/scan-build/build/2014-01-05-1/report-0ipfss.html#EndPath
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
It's feature freeze period, so I will add after ending freeze period.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
It will reduce binary size about 4K.
2,626,465 -> 2,622,369 (Byte, tested with -Os, unstriped)
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
can_access is used only by layout.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
raster.
Please maintain this manually or push those images to somewhere reachable by others.
|
| |
|
|
|
|
| |
Reported as CID:1147525 by Coverity Scan
|
|
|
|
| |
Reported as CID:1147526 by Coverity Scan
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: Added NULL check
Test Plan: elementary_test -to hoversel
Reviewers: seoz, singh.amitesh
Differential Revision: https://phab.enlightenment.org/D427
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This fixes hover clipping issue on hoversel button clicked.
Thanks for the report Ryuan.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
from being left as an artifact after the elm_thumb has been deleted.
|
|
|
|
| |
Now it looks good :)
|
| |
|
|
|
|
|
|
| |
case of fileselector custom filter.
This feature is really good. Thanks Ryuan!
|
| |
|
|
|
|
|
| |
"Paste" is usefull not only for pasting clipboard but also for replacing
selection to clipboard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|