s/elm_text_input/elm_entry_input
[framework/uifw/elementary.git] / src / lib / elm_entry.c
2012-02-16 discomfitors/elm_text_input/elm_entry_input
2012-02-15 jihoonelm_entry: add 'const in some getter functions
2012-02-15 jihoonelm_entry:
2012-02-14 jihoonAdd elm_entry_prediction_allow_set/get
2012-02-13 jihoonAdd elm_entry_imf_context_reset.
2012-02-13 jihoonFix return type of elm_entry_input_panel_hide
2012-02-13 jihoonAdd elm_entry_input_panel_show/hide
2012-02-08 woohyun[elementar/elm_entry] woops I missed one file.
2012-02-03 jihoonFrom c506f5f078b6abc789602603c481168575cf7260 Mon Sep...
2012-02-03 jihoonentry: set EINA_TRUE as input_panel_enable attribute
2012-02-02 woohyun[elementary/elm_entry] Unnecessary codes are deleted.
2012-02-02 woohyun[elementary/elm_entry] Were these signals(copy, cut...
2012-01-29 tasnElm entry: Fixed a bug with sizing of internal textblock.
2012-01-29 tasnElm entry: Fixed an issue with undo/redo.
2012-01-29 tasnElm entry: Fixed compilation warnings.
2012-01-25 tasnElm entry: force/and textblock get - remove the const.
2012-01-24 tasnElm entry: Fix a bug in elm_entry_calc_force.
2012-01-11 rasteruse invalid tyrp as return again
2012-01-10 woohyunelementary/elm_entry : When theme is changed, pos is...
2012-01-09 hermetelementary/entry - more deprecated APIs
2012-01-02 rasterget rid of invalid panel layout and add hex and terminal.
2012-01-02 rastermatch the const changes to edje in elm entry. leaks...
2012-01-02 rasterundeprecate elm_entry_entry_set/get
2012-01-01 tasnElm entry: Fix segfault when selection is NULL.
2011-12-30 rasterstop using deprecated calls.
2011-12-27 discomfitorFrom: Hyoyoung Chang <hyoyoung@gmail.com>
2011-12-26 rasterFrom: Hyoyoung Chang <hyoyoung@gmail.com>
2011-12-15 tasnElm entry: propogate the new edje cursor,changed,manual...
2011-12-14 tasnElm entry: Conform to the evas markup_to_plain -> text_...
2011-12-08 tasnElm entry: Use the new evas_textblock_markup_to_plain...
2011-12-06 tasnElm entry: Fixed entry min size calculations.
2011-12-06 tasnRevert "elementary/elm_entry : When singlelined & scrol...
2011-12-06 woohyunelementary/elm_entry.c : When scrollable_set is called...
2011-12-06 woohyunelementary/elm_entry.c : Scroller should be created...
2011-12-05 woohyunelementary/elm_entry : Delete a meaningless code. wd...
2011-12-03 discomfitorcompletely disable selection and cnp in password entries
2011-11-15 woohyunelementary/elm_entry : Text filter should consider...
2011-11-14 tasnElm entry: Expose the internal textblock object.
2011-11-14 tasnElm entry: Pass Elm_Entry_Change_Info with changed...
2011-11-14 tasnElm entry: Call callbacks for undo/redo,request.
2011-11-04 woohyunelementary/elm_entry : When singlelined & scrolled...
2011-10-27 tasnElm entry: support setting theme parts to non-scrollabl...
2011-10-27 tasnElm entry: Removed wd->icon/end, no real need for them.
2011-10-27 rasterFrom: Jihoon Kim <jihoon48.kim@samsung.com>
2011-10-25 rasteroops and dont return always if file and autosave. just...
2011-10-25 rasterpossible bug vector -> access wd after callback has...
2011-10-19 sachielGet us some nice auto translation scheme
2011-10-19 rasterwoooooow! lets delete delay_write timer oon entry delet...
2011-10-12 sachielOne of the Four Horsemen for Cedric.
2011-10-11 sachielMake toggling visibity of entry icons actually work
2011-10-07 mike_melementary: Improve include file modularity
2011-09-29 rasterFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
2011-09-25 woohyunelementary/entry : Fix possible memory leak problem.
2011-09-25 woohyunelementary/elm_entry : Deleted a line because this...
2011-09-25 woohyunelementary/elm_entry.c : small change for reducing...
2011-09-25 woohyunelementary/elm_entry : add some null checking codes.
2011-09-22 tasnElm entry: Fixed a bug with inserting chunks.
2011-08-31 tasnElm entry: Reparent the smart scroller correctly.
2011-08-25 discomfitorfix OB1 on anchor click callback
2011-08-25 rasterFrom: Jihoon Kim <jihoon48.kim@samsung.com>
2011-08-23 seozelm entry/label: Changed internal function name to...
2011-08-22 tasnElm entry: Fixed a bug with chunked feeding of textblock.
2011-08-19 woohyunelementary : Delete meaningless codes
2011-08-19 woohyunelementary/elm_entry : Add elm_widget_content_set(unset...
2011-08-12 woohyunelementary/elm_entry : Alternative to focus checking...
2011-08-08 tasnElm entry: Fixed 'Paste' to only show if there clipboar...
2011-08-03 tasnElm entry: Added changed,user signal.
2011-07-30 sachielwarning about shadowing symbols! BEGONE!
2011-07-30 sachielI don't know why this doesn't break anything, but let...
2011-07-30 sachielI don't care if the entry is not focused, update the...
2011-07-28 bdillyElementary: When an elm_entry is setted to be scrolled...
2011-07-28 tasnElm entry: Fixed a bug with entry_get with big texts.
2011-07-27 woohyunelementary/elm_entry : cursor geometry should be change...
2011-07-25 sachielAdd triple click for entries, for line selection magics...
2011-07-24 discomfitorconsolidate paste signal handlers, fix cnp bug where...
2011-07-24 discomfitoradd a sizing eval after cut
2011-07-24 discomfitorfix annoying cnp bug with ctrl+c/v by reusing existing...
2011-07-24 discomfitorwhoops, put copy signal back
2011-07-24 discomfitoruse new entry,selection,none,request
2011-07-24 discomfitorctrl+a now selects all text in an entry
2011-07-24 discomfitoruse new paste signals, fixes middle mouse paste vs...
2011-07-24 discomfitorfix for the following valgrind annoyance:
2011-07-23 discomfitorfix anchor bug in entry if anchor href contains commas
2011-07-23 discomfitortypedef void (*Elm_Entry_Filter_Cb)(void *data, Evas_Ob...
2011-07-22 discomfitorfix href parsing in new signals
2011-07-21 discomfitornew signals+doc for elm entry:
2011-07-21 discomfitorsome logic/indent reformatting
2011-07-21 sachielIncomplete (I need to add a few lil' images) docs for...
2011-07-21 woohyunelementary/elm_entry : fix wrong indentations
2011-07-21 rasterfix min size calc for entryies that got in with entry...
2011-07-12 seozelm entry: Fixed indentation.
2011-07-08 seozelm conform: Eina_Bool parameter is added to API
2011-07-05 yozelementary: add elm_entry_line_wrap_get
2011-07-04 tasnElm: Make all the widgets accept "default" as the default.
2011-07-04 tasnelm entry: add the elm_object_text_set/get hooks.
2011-07-03 seozelm: Removed trailing whitespaces.
2011-06-30 tasnElm hoversel: Fix the tests to use the new elm_object_t...
2011-06-27 tasnElm entry: Fix entry changed signal handling.
2011-06-24 tasnElementary entry: Added handling of the preedit,changed...
2011-06-17 rasterbig move forward. scrolled entry and entry merge into...
next