summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* thdevs/raster/theme/flat2Carsten Haitzler (Rasterman)2017-11-256-859/+686
|
* th: remove sys.edcCarsten Haitzler (Rasterman)2017-11-121-1/+0
|
* Theme workCarsten Haitzler (Rasterman)2017-11-123-135/+132
|
* THEME: More theme work (frames, scroller, some entry stuff)...Carsten Haitzler (Rasterman)2017-11-046-961/+613
|
* Theme updates: Luncher icon indicator not relative. New pager plain style.Stephen 'Okra' Houston2017-10-301-323/+0
|
* Gadget themes: Remove shines.Stephen 'Okra' Houston2017-10-301-0/+323
|
* flat theme workCarsten Haitzler (Rasterman)2017-10-301-1/+1
|
* ecore_cocoa: fix the backspace keyJean Guyomarc'h2017-10-301-1/+1
| | | | | | | | The backspace key is supposed to send an ASCII code of 0x08, not 0x7F (this would be the delete key). This has not be seen before as it is is rare to use the ASCII code for the BackSpace key. @fix
* ecore_cocoa: consitfy structure fieldsJean Guyomarc'h2017-10-301-3/+3
| | | | | This structure is exclusively statically initialized. As none of its fields will be altered, they can all be const.
* eina: enforce strict Eina_Bool parameterJean Guyomarc'h2017-10-301-1/+1
|
* ecore: fix typo in documentationJean Guyomarc'h2017-10-301-1/+1
|
* ecore_input: constify globalJean Guyomarc'h2017-10-301-1/+1
| | | | This is just for correctness, it changes nothing.
* eina debug - ensure sockaddr is 0'd out before filling in to avoid junkCarsten Haitzler (Rasterman)2017-10-301-0/+1
| | | | | | valgrind does complain about this. i'm not sure it matters but it's safer to 0 it out in case some field is being used that we don't think is being used that we didn't set.
* efl: add an efl-net.pcCedric Bail2017-10-302-0/+15
|
* ecore_con: add an Efl_Net.hCedric Bail2017-10-304-58/+147
|
* efl: add an efl-core.pcCedric Bail2017-10-302-1/+20
|
* ecore: add Efl_Core.hCedric Bail2017-10-305-17/+82
|
* Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.Amitesh Singh2017-10-301-1/+0
|
* elementary, ecore: move efl_exit helper to Ecore.Cedric Bail2017-10-304-22/+22
|
* elementary: rely on main loop terminate event to execute ↵Cedric Bail2017-10-301-9/+24
| | | | ELM_POLICY_EXIT_WINDOWS_DEL.
* elementary: actually we do not need efl_quicklaunch_fallback.Cedric Bail2017-10-302-23/+0
|
* elementary: use the new exit infrastructure to print help message.Cedric Bail2017-10-301-7/+7
|
* elementary: update EFL_MAIN and EFL_MAIN_EX to use the new EFL exit API.Cedric Bail2017-10-301-6/+24
|
* elementary: update efl_quicklaunch_fallback to use the new EFL exit API.Cedric Bail2017-10-302-10/+8
|
* elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.Cedric Bail2017-10-301-1/+1
|
* elementary: make the exit helper work with int (This is just for C).Cedric Bail2017-10-302-3/+7
|
* elementary: there is no point into having an already deprecated method with ↵Cedric Bail2017-10-301-9/+0
| | | | EFL new API.
* ecore: add infrastructure to handle an Eina_Value as an exit code.Cedric Bail2017-10-302-0/+48
|
* ecore: efl_loop should actually handle exit via Eina_Value.Cedric Bail2017-10-302-6/+7
| | | | | | | | | | This is for binding consistency. Example with python : sys.exit("Bye, world") Which with efl would be : loop.quit("Bye, world") T6228
* edje_cc: support script inheritanceJeeyong Um2017-10-304-12/+566
| | | | | | | | | | | | | | | | Summary: When inherit_script is set to 1, script of current group contains variables and funtions from script of parent groups. If there is same name variable or function, newly defined one will replace that of parents. Reviewers: cedric, jpeg Subscribers: taxi2se Differential Revision: https://phab.enlightenment.org/D5062 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
* evas: add a missing description for a newly added parameterYoungbok Shin2017-10-301-0/+1
| | | | | | | | | | | | | | Summary: A new parameter "width_offset" was added to evas_common_font_query_last_up_to_pos() internal function. But, internal documentation was not updated. So, it adds a simple description for the new parameter. Test Plan: N/A Reviewers: jpeg, cedric, herdsman, shilpasingh Differential Revision: https://phab.enlightenment.org/D5035
* eina: fix spelling errors in documentationBryce Harrington2017-10-3012-55/+55
| | | | | | | | | | | | Reviewers: cedric, ajwillia.ms Reviewed By: cedric Subscribers: segfaultxavi, jpeg Differential Revision: https://phab.enlightenment.org/D5395 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
* eina: add param, return type description for eina_unicode.JinYong Park2017-10-301-0/+21
| | | | | | | | | | | | Summary: Add missing parameters and return type description to remove doxygen warning Test Plan: API Doxygen Revision Reviewers: cedric, jpeg, myoungwoon, Jaehyun_Cho, id213sin Differential Revision: https://phab.enlightenment.org/D5396 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
* evas: fix typo in eo fileJinYong Park2017-10-303-3/+3
| | | | | | | | | | | | | | Summary: Change the first letter of the sentence from lowercase to uppercase, and fix typo "top be" to "to be" Reviewers: cedric, jpeg, stefan_schmidt, myoungwoon, Jaehyun_Cho, conr2d Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D5398 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
* efl_ui_focus_manager_calc: remove unused structMarcel Hollerbach2017-10-301-5/+0
|
* efl_ui_focus_manager_calc: fix warningsMarcel Hollerbach2017-10-301-8/+3
|
* efl_ui_focus_manager_calc: return last object when unfocusing lastMarcel Hollerbach2017-10-301-10/+10
| | | | | this makes code easier, and fixes a bug where the wrong last element is taken.
* efl_ui_focus_manager: correctly handle subitem directions in a redirectMarcel Hollerbach2017-10-301-1/+31
| | | | | | in default focus just sets the focus to the first item in the redirect manager, we now reset that back and move the focus to the last element of a item.
* elm_mutlibuttonentry: fix legacy eventsMarcel Hollerbach2017-10-301-0/+40
| | | | This should fix the test cases
* efl_ui_focus_manager: the FOCUSED event now carries the last focusedMarcel Hollerbach2017-10-304-6/+25
| | | | | | object This is usefull to react on focused events
* efl_ui_focus_manager: do not enter Nodes with redirectsMarcel Hollerbach2017-10-301-2/+2
| | | | we always want the redirect on the lowest level.
* Revert "elm test: mbe - make mbe focusable"Amitesh Singh2017-10-301-2/+0
| | | | This reverts commit b6567ab1f6fa377f4047106bae8aa808ff033180.
* elm test: mbe - make mbe focusableAmitesh Singh2017-10-301-0/+2
| | | | | After 53fcc4bb7de3bfc9c69f6e138b, mbe is no more a focusable widget by default. This test rely on focus property of mbe.
* evas vg: Add FIXME and fix strbuf useJean-Philippe Andre2017-10-305-28/+30
| | | | | | | | | | This is the result of a really quick review of the new VG code. Most of it was moved around, but this merge includes the following: - Move logic from edje to evas - Create static lib for common VG handling - Add file_set() API - Add a basic VG cache in evas side - Add savers modules, implement loaders and savers.
* evas/vg: fixed handling of stroke width in cairo and native backendSubhransu Mohanty2017-10-301-6/+2
|
* edje: cleanup old implementation of handling svg file.subhransu mohanty2017-10-307-3182/+3
|
* edje: use the file_set api from vg canvas to load and parse svg file.subhransu mohanty2017-10-302-64/+47
|
* evas/vg: Added file handling support in vg canvas.subhransu mohanty2017-10-302-2/+85
|
* evas/vg: Added vg tree caching supportsubhransu mohanty2017-10-304-5/+373
|
* vg_savers/eet: Added implementaion of vg saver to eet fileSubhransu Mohanty2017-10-301-10/+24
|