summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* poc for shadow togglingdevs/discomfitor/xdg-shedsmanshipMike Blumenkrantz2015-12-051-0/+31
|
* elm border: also change shadow program signal name...Mike Blumenkrantz2015-12-041-2/+2
|
* elm border: change shadow toggle program signal source e -> elmMike Blumenkrantz2015-12-041-2/+2
| | | | @fix
* elementary: Don't call ecore_wl2_shutdown unless we have a displayChris Michael2015-12-041-2/+5
| | | | | | | | | | During _elm_config_sub_shutdown we were explicitly calling ecore_wl2_shutdown. We should only be doing this if we are actually in a wayland environment. @fix Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* cursor: add cursor support on Windows.Vincent Torri2015-12-031-87/+127
| | | | | | @feature Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* win32: call ecore_win32 shutdown as part of the shutdown subsystem.Vincent Torri2015-12-031-0/+3
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* cnp: add Copy & Paste support for WindowsVincent Torri2015-12-036-1/+457
| | | | | | | | It needs the clipboard management in Ecore_Win32 @feature Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elementary_test: fix memory leakJean Guyomarc'h2015-12-031-1/+4
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* priv: centralized and safe inclusion of Ecore_Cocoa.hJean Guyomarc'h2015-12-033-6/+9
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* win: add Cocoa support for elm_win_window_id_get() APIJean Guyomarc'h2015-12-031-0/+14
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* win: use EINA_UNUSED instead of void casting.Jean Guyomarc'h2015-12-031-2/+1
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* cnp: cocoa support for copy and paste (text only).Jean Guyomarc'h2015-12-031-0/+272
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* cursor: add support for Cocoa system cursors.Jean Guyomarc'h2015-12-033-85/+199
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* config: add error messages when profile or config could not be saved.Jean Guyomarc'h2015-12-031-2/+8
| | | | Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* cocoa: call ecore_cocoa_init as part of the init process.Nicolas Aguirre2015-12-031-0/+3
| | | | | | | This mimic what x and wayland do. This is need if you want that ecore_event was inited early. Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elementary: Port elementary to use Ecore_Wl2 libraryChris Michael2015-12-038-154/+211
|\ | | | | | | | | | | | | | | | | This is a merge of branch 'devs/devilhorns/ecore_wl2' that ports Elementary to use the new Ecore_Wl2 library. This port allows for improved time to first frame, reduced input latency, and proper support for xdg window geometry. @feature
| * elementary: Remove misuse of EINA_UNUSEDdevs/devilhorns/ecore_wl2Chris Michael2015-12-031-1/+1
| | | | | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Port elementary config code to use Ecore_Wl2 libraryChris Michael2015-12-031-3/+21
| | | | | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Port elementary copy/paste code to use Ecore_Wl2 libraryChris Michael2015-12-031-75/+105
| | | | | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Port elementary window code to use Ecore_Wl2Chris Michael2015-12-033-63/+68
| | | | | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Port elementary cursor code to use ecore_wl2 libraryChris Michael2015-12-031-9/+9
| | | | | | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Include header for Ecore_Wl2 and add external displayChris Michael2015-12-031-2/+6
| | | | | | | | | | | | variable Signed-off-by: Chris Michael <cp.michael@samsung.com>
| * elementary: Use ecore_wl2 library for elementaryChris Michael2015-12-031-1/+1
|/ | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Entry: add "selection,reset" stateDaniel Hirt2015-12-031-1/+6
| | | | | | This change will hide the cursor once there is an actual change, and there is a difference between the selection cursors. If there is no difference, then it is better to show the cursor again.
* spinner: prevent scrolling when longpress timer enabled.woochan lee2015-12-021-0/+6
| | | | | | | | | | | | | | | | | | Summary: Spinner on scroller case. Scroll should be freeze when spinner button in long press state. If not, the scolling will be started after delete longpress timer. Like a other widgets, scroll not allowing is correct action for this. @fix Reviewers: jaehwan, Hermet, eagleeye, cedric Differential Revision: https://phab.enlightenment.org/D3334 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm: set language to edje when elm_language_set is called.Shilpa Singh2015-12-021-0/+1
| | | | | | | | | | | | | | | | | | Summary: Application set language using elm_language_set and when elm_language_set is called language should be set to edje as well @fix Test Plan: Call elm_language_set and check language should be set to edje as well. Reviewers: cedric Differential Revision: https://phab.enlightenment.org/D3365 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* menu: enhance accessibility supportLukasz Stanislawski2015-12-024-2/+161
|
* box: skip box in accessibility tree by defaultLukasz Stanislawski2015-12-021-0/+1
|
* atspi: always use widget's subobj as accessible childrenLukasz Stanislawski2015-12-0212-163/+50
| | | | | | | | | Patch fixes issue when widgets could be orphaned in accessibility tree due to overloaded accessible_children_get methods in widgets returning Elm_Object_Items. Widgets like genlist, gengrid, list and toolbar returned only items as its accessibility children so if some widget was attached directly to those widgets (like ctxpopup/popup) it become orphaned in accessibility tree.
* bg: do not make background accessibility object.Lukasz Stanislawski2015-12-013-27/+4
|
* atspi: add type of accessibility objectLukasz Stanislawski2015-12-014-15/+95
| | | | | | | | | Type API provides possibility to skip/ignore widgets in accessiblity tree. It make sense to ignore object if it do not provide any valuable contextual information for disabled users. Skipped objects are usually container objects and are ommited in parent-child relationship. @feature
* elm_font: correct argument order for calloc()Stefan Schmidt2015-11-301-2/+2
| | | | | calloc() expects count first and the actual size to allocate as second argument. Say Thank You to smatch for finding this issues for us.
* test: correct argument order for calloc()Stefan Schmidt2015-11-301-1/+1
| | | | | calloc() expects count first and the actual size to allocate as second argument. Say Thank You to smatch for finding this issues for us.
* test_gesture_layer: correct argument order for calloc()Stefan Schmidt2015-11-302-2/+2
| | | | | calloc() expects count first and the actual size to allocate as second argument. Say Thank You to smatch for finding this issues for us.
* atspi: correct argument order for calloc()Stefan Schmidt2015-11-302-5/+5
| | | | | calloc() expects count first and the actual size to allocate as second argument. Say Thank You to smatch for finding this issues for us.
* test_access: correct argument order for calloc()Stefan Schmidt2015-11-301-2/+2
| | | | | calloc() expects count first and the actual size to allocate as second argument. Say Thank You to smatch for finding this issues for us.
* elementary: Fix test_colorclass functionChris Michael2015-11-302-2/+2
| | | | | | | | | | The test_colorclass function (and prototype) were incorrect in that they did not have the proper function parameters defined. This lead to a warning when building elementary tests. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
* Entry: add markup cnp handlersDaniel Hirt2015-11-302-0/+17
| | | | | | | | | | | | | | | In Elm_Cnp, a markup data preparer was missing, which resulted in _x11_notify_handler_targets not requesting "application/x-elementary-markup" (requested "UTF8_STRING" instead) when trying to paste markup text from one entry to another (or itself). Also, there was a missing handling in the selection data callback for ELM_SEL_FORMAT_MARKUP data format. This fixes issues like not being able to paste "item" formats to the entry widget. @fix
* elm_widget: correct declaration of function with no parametersStefan Schmidt2015-11-261-1/+1
| | | | | | | | | | | We have to use void in a function declaration if we want no function parameters. Using just empty parenthesis means the function takes an unspecified number of parameters. We had it correct for most declarations and this series fixes it for the rest. Thanks for the sparse semantic parser for pointing this out.
* test: correct declaration of function with no parametersStefan Schmidt2015-11-261-1/+1
| | | | | | | | | | | We have to use void in a function declaration if we want no function parameters. Using just empty parenthesis means the function takes an unspecified number of parameters. We had it correct for most declarations and this series fixes it for the rest. Thanks for the sparse semantic parser for pointing this out.
* elm_prefcs_cc: correct declaration of function with no parametersStefan Schmidt2015-11-261-3/+3
| | | | | | | | | | | We have to use void in a function declaration if we want no function parameters. Using just empty parenthesis means the function takes an unspecified number of parameters. We had it correct for most declarations and this series fixes it for the rest. Thanks for the sparse semantic parser for pointing this out.
* atspi: remove useless "GetDefaultAttributeSet" methodLukasz Stanislawski2015-11-261-1/+0
| | | | | This method exists in atspi spec, however is not implemented in libatspi library. Drop it for now as it seems useless.
* comp base: allow mouse events to propagate through comp base -> wallpaperMike Blumenkrantz2015-11-251-1/+1
| | | | @fix
* atspi: fix default text attribute signatureLukasz Stanislawski2015-11-251-3/+1
|
* notify: remove duplicate call of _sizing_eval.Amitesh Singh2015-11-241-2/+0
| | | | we are already calling _sizing_eval() inside _calc().
* Popup Example: Fix size calculation issue in popupAditya Raj2015-11-241-1/+1
| | | | | | | | | | | | | | | | | Summary: The function evas_object_resize(win, 480, 800) was being called after evas_object_show(popup) so size calculations of popup were going wrong(height was 0). It should be called before creating popup as win is parent of popup, This fix needs to be done only here as in other cases window is already present before creating popup but here both are being created for exmaple purposes. Signed-off-by: Aditya Raj <aditya1.raj@samsung.com> Reviewers: singh.amitesh, raster Subscribers: jpeg, tanwar.umesh07, sachin.dev Differential Revision: https://phab.enlightenment.org/D3360
* table: implement Evas.Object_Smart.calculateMike Blumenkrantz2015-11-232-0/+9
| | | | | | this allows tables to be manually calculated ref T2836
* ibar: stop mouse-in animation after current animation completesMike Blumenkrantz2015-11-231-6/+16
| | | | | | previously, mousing out of an icon during the pulse animation would instantly stop the animation. this looks strange and is quite noticeable when mousing through a bar
* Entry focus region : if single line, show the whole object.indefini2015-11-231-0/+7
| | | | | | | | | | Summary: If the entry is a single line, rather than return the cursor height, it is better to return the height of the object. Reviewers: herdsman, tasn Differential Revision: https://phab.enlightenment.org/D3169
* theme: add DBG() message when style is set to default (fallback)Jee-Yong Um2015-11-231-1/+6
| | | | | | | | | | | | | | | | Summary: When _elm_theme_set() failed to set given style, it sets style as "default". However, setting style to "default" can be unintended behavior, so developer should have the chance to get to know fallback. Reviewers: cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D3352 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>