Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | setuid safeness - ensure if an app that is setuid doesn't do bad things | Carsten Haitzler (Rasterman) | |
this makes efl ignore certain env vars for thnigs and entirely removes user modules (that no one ever used) etc. etc. to ensure that *IF* an app is setuid, there isn't a priv escalation path that is easy. | |||
2014-01-06 | fixme notes - fixme: many instances of module loading that bloat our mem | Carsten Haitzler (Rasterman) | |
2014-01-06 | ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set () | Jihoon Kim | |
2014-01-06 | ecore_imf: Add description about Ecore_IMF_Lib_Group | Jihoon Kim | |
2013-12-26 | efl: Unified eina critical manro to CRI. | Daniel Juyung Seo | |
Being annoyed by different types of eina critical macros - CRI, CRIT, CRITICAL -, I concluded to unify them to one. Discussed on IRC and finally, CRI was chosen to meet the consistency with other macros - ERR, WRN, INF, DBG - in terms of the number of characters. If there is any missing bits, please let me know. | |||
2013-11-15 | Do not call the contexts' input_panel_show/hide methods unless | Chris Michael | |
input_panel_enabled is True. Part of Fix for Phab Ticket T501 Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-11-11 | Add @since in the doc of ecore_imf_input_panel_hide () API | Jihoon Kim | |
2013-11-11 | ecore_imf: fix indentation | Jihoon Kim | |
2013-08-15 | An Imf module can fail to create a context so we should check the | Chris Michael | |
return of module->create for valid context before trying to call functions or use it. Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-08-13 | Add ecore_imf_context_input_panel_on_demand_set/get API | Jihoon Kim | |
2013-07-31 | edje - Fix efl to use key not keyname (so xmodmap works). | Carsten Haitzler (Rasterman) | |
2013-07-24 | Add wayland to ecore_imf "in tree" modules | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-07-17 | [ecore_imf] fix crash because of invalid show request context | Jihoon Kim | |
2013-07-08 | Fix "Allocation too small" errors reported by Coverity. (Basically, if | Chris Michael | |
we are going to allocate space for a variable of a certain type, then lets make sure we Declare that variable as the proper type). NB: Fixes Coverity CIDs 1039602, 1039603, 1039604 Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-07-08 | Fix formatting | Chris Michael | |
Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2013-05-27 | Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, EDJE_INPUT_PANEL_LAYOUT_DATETIME ↵ | Jihoon Kim | |
layout | |||
2013-05-14 | ecore_imf: fix crash when ecore_imf_context_del is called in ↵ | Jihoon Kim | |
ecore_imf_context_input_panel_callback_call | |||
2013-04-13 | ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear API | Jihoon Kim | |
2013-04-13 | ecore_imf: Add ecore_imf_input_panel_hide() API | Jihoon Kim | |
2013-03-27 | ecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get API | Jihoon Kim | |
2013-02-05 | efl/ecore_imf: add comment about ecore_imf_context_cursor_position_set() | Jihoon Kim | |
SVN revision: 83630 | |||
2013-01-29 | efl/ecore_imf: remove trailing whitespace in Ecore_IMF.h | Jihoon Kim | |
SVN revision: 83409 | |||
2013-01-29 | efl/ecore_imf: fix wrong commit. name, address type shouldn't be uploaded :( | Jihoon Kim | |
SVN revision: 83403 | |||
2013-01-29 | efl/ecore_imf: fix typo in doxygen | Jihoon Kim | |
SVN revision: 83397 | |||
2013-01-29 | efl/ecore_imf: supplement the document about ↵ | Jihoon Kim | |
ecore_imf_context_cursor_position_set and ecore_imf_context_reset SVN revision: 83396 | |||
2013-01-15 | move ecore_imf_evas out of ecore_imf. | Gustavo Sverzut Barbieri | |
SVN revision: 82837 | |||
2013-01-10 | efl/ecore_imf: consider ECORE_IMF_MODULES_DIR. | Gustavo Sverzut Barbieri | |
also do the standard eina_prefix_lib_get() usage as the last one. SVN revision: 82505 | |||
2013-01-09 | ecore_imf: install module under MODULE_ARCH like the rest of EFL | Lucas De Marchi | |
SVN revision: 82478 | |||
2013-01-09 | efl: move ecore/immodules to ecore_imf | Lucas De Marchi | |
Move both the source tree and the install directory. SVN revision: 82474 | |||
2013-01-08 | efl/ecore_imf: move docs to header about ecore_imf_{init, shutdown} | Jihoon Kim | |
SVN revision: 82380 | |||
2013-01-08 | efl/ecore_imf: move the docs to header related to ecore_imf_evas API | Jihoon Kim | |
SVN revision: 82379 | |||
2013-01-08 | efl/ecore_imf: fix wrong commit | Jihoon Kim | |
SVN revision: 82375 | |||
2013-01-08 | efl/ecore_imf: add example of ECORE_IMF_MODULE usage | Jihoon Kim | |
SVN revision: 82374 | |||
2013-01-08 | ecore_imf: move the docs to header | Jihoon Kim | |
SVN revision: 82373 | |||
2013-01-04 | efl: make libraries aware of EFL_RUN_IN_TREE. | Gustavo Sverzut Barbieri | |
this variable tells that the build is being done in tree and we should not look at install locations. SVN revision: 82217 | |||
2012-12-28 | efl/ecore_imf: fix doxygen hierarchy. | Gustavo Sverzut Barbieri | |
someone should move the docs to header, too much for me to do right now. SVN revision: 81838 | |||
2012-12-18 | efl: Created Ecore group and added existing Ecore groups to it. | Jonas M. Gastal | |
SVN revision: 81293 | |||
2012-12-02 | merge: add escape ecore, fix several bugs | Vincent Torri | |
SVN revision: 79995 |