summaryrefslogtreecommitdiff
path: root/src/lib/edje/edje_entry.c
Commit message (Expand)AuthorAgeFilesLines
* edje entry: fix gcc warnings about possibly uninitialized variablesCarsten Haitzler (Rasterman)2016-03-011-2/+2
* edje: Reduce duplicated item obj creations and deletions.Youngbok Shin2016-02-021-9/+103
* efl: edje: make comments for something we need to break for efl2 not nowCarsten Haitzler (Rasterman)2016-01-131-1/+5
* Edje entry: Fix memory leak.Subodh Kumar2016-01-081-0/+6
* Edje entry: Do not update cursor for non editable entry.Subodh Kumar2016-01-051-37/+39
* Edje entry: Fix cursor position on mouse up and downSubodh Kumar2015-12-211-83/+43
* Edje entry: Use markup text for password in preedit modeSubodh Kumar2015-12-031-1/+1
* edje_entry: Fix crash on selectionShilpa Singh2015-12-031-1/+0
* Edje entry: emit "selection,reset"Daniel Hirt2015-12-031-2/+15
* edje entry: return correct selectionThiep Ha2015-11-261-1/+8
* edje entry: remove unreachable dead codeSubodh Kumar2015-11-091-10/+0
* edje entry: do not create object if theme source is not available.Subodh Kumar2015-11-091-53/+69
* Edje entry: Make cursors to null after freeSubodh Kumar2015-09-251-2/+2
* Edje_entry: emit "cursor,changed,manual" for Home/End/PgUp/PgDown.Mykyta Biliavskyi2015-09-221-0/+4
* edje: Fix double free scenario caused by static pointer.Youngbok Shin2015-08-271-8/+1
* Edje_Entry: check selection before the cursor position change.Mykyta Biliavskyi2015-08-201-2/+2
* Edje entry: Remove useless commented codeSubodh Kumar2015-08-111-3/+0
* Edje entry: Fix to delete selection when preedit status has not ended.Subodh Kumar2015-08-051-0/+3
* Edje entry: Clean up conditions a bit.Tom Hacohen2015-08-041-8/+7
* Edje entry: Make filter logic consistent across all input methodsSubodh Kumar2015-08-041-3/+24
* edje: add "mask_flags" instruction for "part" blockJee-Yong Um2015-06-251-0/+5
* edje entry - also filter 0x7f (DEL) char on input as it's invalid entryCarsten Haitzler (Rasterman)2015-06-121-1/+2
* Edje_entry: Fix control + (x,a,y,z,m,c) not working issue.shilpa.singh2015-06-101-6/+6
* edje: reformat all C filesMike Blumenkrantz2015-06-081-121/+139
* Edje: Add have_selection check to avoid unnecessary function callsshilpa.singh2015-06-031-10/+16
* Fix issue wrong surrounding text returns when there is selection areaJihoon Kim2015-05-291-18/+2
* edje entry: Improves anchors handlingSubodh Kumar2015-05-151-4/+53
* edje: edje_entry - remove dead codeWooHyun Jung2015-02-021-6/+1
* edje: Remove dead codeChris Michael2015-01-121-6/+2
* edje: Fix Coverity CID1261437Chris Michael2015-01-091-3/+3
* edje entry: improve selection performanceThiep Ha2014-11-261-36/+37
* Fix bug ecore_imf_context_cursor_position_set was not called when cursor was ...Jihoon Kim2014-11-131-8/+13
* edje: fix edje_object_part_text_item_list_get and edje_object_part_text_item_...artem.popov2014-11-051-2/+2
* ecore_imf: Add ecore_imf_context_bidi_direction_set/get APIJihoon Kim2014-09-231-3/+7
* edje: fix build warning in _edje_entry_input_hint_set/getJihoon Kim2014-09-141-2/+2
* Add edje_object_part_text_input_hint_set/get APIJihoon Kim2014-09-011-0/+34
* edje entry - fix format appending with just empty stringsCarsten Haitzler (Rasterman)2014-08-141-2/+2
* fix possible resource leak in edje entry - coverity spottedCarsten Haitzler (Rasterman)2014-08-131-5/+25
* edje: Add dpi feature.Jaehwan Kim2014-07-241-2/+2
* fix behavior of edje entry to match other toolkit entiresCarsten Haitzler (Rasterman)2014-05-151-4/+32
* edje entry no longer selects none with unimplemented ctrl+w key presszmike2014-05-061-7/+7
* edje entry no longer prints control codeszmike2014-05-061-1/+5
* Fix dereference null return valueJihoon Kim2014-03-201-0/+2
* edje/entry: fix to not emit "changed" signal in unnecessary cases of password...Youngbok Shin2014-03-071-1/+1
* Edje entry: fix bug preedit text is committed in the next entry when Tab key ...Jihoon Kim2014-03-061-26/+5
* edje: add support of last input entered in password mode to be always visible...Amitesh Singh2014-03-031-6/+9
* Edje/entry: Add propagation handling in mouse_out for link anchorsDaniel Hirt2014-02-171-0/+8
* Edje entry: Enable allow_set for DEFAULT select mode.Tom Hacohen2014-02-071-21/+20
* Edje entry: always finish selection when mouse is up.Tom Hacohen2014-02-071-5/+3
* edje: call imf reset before selecting text areaJihoon Kim2014-02-011-0/+4