[M108 Migration][Text Selection] Selection handles & Caret Selection
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / content / browser / selection / selection_controller_efl.cc
2023-02-20 v-saha[M108 Migration][Text Selection] Selection handles... 57/287957/8
2023-02-13 ayush.k123[M108 Migration][Webview] Migrate patches for ewk APIs... 77/287977/2
2023-02-03 ayush.k123[M108 Migration][WCS] Bringup clipboard 29/287729/5
2022-12-26 v-sahaUse BUILDFLAG(IS_XXX) for OS checking 56/285956/4
2022-11-16 Chandan PadhiEnable content shell with aura for desktop 16/284216/5
2021-10-01 Chandan Padhi[M94 Dev][EFL] Fix compilation errors for desktop build 41/264641/6
2020-09-11 Chandan Padhi[M85 Dev][EFL] Fix compilation errors for desktop build 80/243980/1
2020-03-03 Chandan Padhi[SVACE] Fix SVACE issues 86/226786/1
2018-07-27 Chandan Padhi[M67 Dev][EFL] Format chromium-efl according to Chromiu... 96/185296/2
2018-07-27 Chandan Padhi[M67 Dev][EFL] Fix compiler errors (2/2) 57/184957/5
2018-07-27 Youngsoo Choi[M67 Dev][EFL] Fix compiler errors (1/2) 01/184901/4
2018-07-10 Prashanth R K Shan... [M53_2785] Chromium upversion to m53_2785 branch.
2018-07-10 Gajendra N[M50_2661] Chromium upversion to m50_2661 branch.
2018-07-10 Gajendra N[M49_2623] Chromium upversion to m49_2623 branch.
2018-07-10 SangHyup LeeFix crash in |SelectionControllerEfl::ClearSelectionVia...
2018-07-10 SangHyup Leefixup! [M48_2564] Chromium upversion to m48_2564 branch
2018-07-10 SeungSeop Parkfixup! [M48_2564] Chromium upversion to m48_2564 branch
2018-07-10 Antonio GomesDecouple context menu from selection controller class.
2018-07-10 Antonio GomesLong press on links does not trigger context menu in...
2018-07-10 Grzegorz CzajkowskiDo not show selection ctx when selection range is offscreen
2018-07-10 Youngcheol Kang[M48_2564] Chromium upversion to m48_2564 branch
2018-07-10 Piotr KrysiewiczClear selection rectangle on tap gesture
2018-07-10 Antonio GomesOffscreen handles are visible
2018-07-10 Antonio GomesDo not trigger selection for when selection is forbidde...
2018-07-10 Grzegorz LudwikowskiFix uninitialized variable use in SelectionControllerEfl
2018-07-10 Antonio GomesFix utc_blink_cb_magnifier_hide.cpp unittest
2018-07-10 Antonio GomesLong press on empty fields should show context menu...
2018-07-10 Antonio GomesApply hide/restore selection controls logic to zoom...
2018-07-10 Antonio GomesProper calculate the handle base
2018-07-10 Antonio Gomesfixup! Hide large handle upon typing.
2018-07-10 Antonio GomesDo not show large handle when tap on empty fields
2018-07-10 Antonio GomesRemove control status that are obsolete now
2018-07-10 Antonio GomesMake the reasons for showing handles and context menu...
2018-07-10 Antonio GomesRemove unneded request to show selection handles /...
2018-07-10 Antonio GomesUnify mouse_press_ and handle_being_dragged_ controls
2018-07-10 Antonio GomesHide large handle upon typing.
2018-07-10 Antonio GomesShow the large handle upon first tap.
2018-07-10 Antonio GomesLet the composited selection data tell about "editable...
2018-07-10 Antonio GomesSimplify SelectionControllerEfl state machine: eliminat...
2018-07-10 Antonio GomesDisambiguate ShowContextMenu implementation.
2018-07-10 Antonio Gomesubrowser --mobile gets stuck on long press
2018-07-10 Antonio GomesImplement a smoother handle movement while dragging
2018-07-10 Antonio GomesSelectionController::OnMouse{Up,Move,Down} have broken...
2018-07-10 Antonio GomesUnify SelectionControllerEfl::ShowHandleAndContextMenuI...
2018-07-10 Antonio GomesFix 'select' context menu option.
2018-07-10 Antonio GomesMake context menu work on links and images.
2018-07-10 Antonio GomesRemove unused SelectionControllerEfl::IsShowingMagnifier.
2018-07-10 Antonio GomesRemove unused param from SelectionControllerEfl::Update...
2018-07-10 Antonio GomesRemove now obsolete hit-test based mechanism
2018-07-10 Antonio GomesMove away from AsyncHitTest messages to handle tap
2018-07-10 Antonio GomesMove away from AsyncHitTest messages to handle long...
2018-07-10 Antonio GomesIntegrate Composited Text selection to chromium-efl
2018-07-10 Antonio GomesAlign the SelectionControllEfl selects text to TouchSel...
2018-07-10 Antonio GomesSimplify SelectionControllerEfl::OnMouseMove
2018-07-10 Antonio GomesDefer to SelectionControllerEfl more gesture handling.
2018-07-10 Antonio GomesRemove SelectionControllerEfl::IsCaretSelection and...
2018-07-10 Antonio GomesSimplify SelectionControllerEfl::OnMouseDown
2018-07-10 Antonio GomesDefer to SelectionControllerEfl some gesture handling.
2018-07-10 Antonio GomesDo not enter "caret" text selection mode for non editab...
2018-07-10 Antonio Gomes[dev/m42][uBrowser] No selection handler on long text
2018-07-10 Arnaud RenevierRemove EvasParentViewMoveCallback callback
2018-07-10 Arnaud RenevierMove selection code into content/ module.