Get us some nice auto translation scheme
[framework/uifw/elementary.git] / src / lib / elm_entry.c
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...
2011-06-14 woohyunElementary: elm_entry_filter_limit_size function is...
2011-06-13 seozElm: Use 'canvas' API and structure rather than 'output...
2011-06-13 tasnElm entry/scrolled_enry: Added *_entry_append API.
2011-06-06 cedricelementary: apparently forgotten sub object.
2011-05-19 tasnElm entry: strndup is not portable, use memcpy.
2011-05-18 tasnElm entry: Set show region only when cursor changes.
2011-05-16 tasnElm entry: Remove useless sizing evals.
2011-05-15 tasnElm entry: changed elm_entry_text_set to set the text...
2011-05-04 tasnElementary entry: Shouldn't set max width for single...
2011-05-02 tasnElementary entry: Added mixedwrap theme groups and...
2011-05-02 tasnElementary: Use an enum for selecting line-wrap method.
2011-05-01 tasnElementary entry: Fix hint_min setting to work with...
2011-04-28 tasnElementary entry: Fixed bug with jumping scroller when...
2011-04-28 tasnElementary entry: Fix min size calculation.
2011-04-22 seozElementary entry: Fixed indentation. Patch by Jihoon Kim
2011-04-15 rasterfix up copy & paste with inlined win and a few other...
2011-04-14 rastermm.... new widget options/modes for win... u can put...
2011-04-08 seozElementary src/lib: Removed all trailing whitespaces.
2011-04-07 tasnElementary entry: Now really fix min size calculation.
2011-04-07 tasnRevert "Elementary entry: No need to calc min size...
2011-04-06 tasnElementary entry: No need to calc min size for a wrappi...
2011-04-04 hermetelementry / entry, menu, notify, list, gengrid, actions...
2011-04-03 seozElementary: Use pre-defined type Edje_Signal_Cb instead...
2011-04-01 hermetelementary / entry, list, scroller, fileselector_button...
2011-04-01 rastermore complete desktop entry mode support.
2011-04-01 rasterstart a desktop entry mode. shift arrows start/mod...
2011-04-01 rasterright mouse pops up entry menu now too.
2011-04-01 hermetelementary - entry, genlist, gengrid, image, icon,...
2011-04-01 rastermake all widgets use a standard setup macro. cuts code...
2011-03-25 rasterFrom: WooHyun Jung <wh0705.jung@samsung.com>
2011-03-18 discomfitorFrom: Jihoon Kim <jihoon48.kim@samsung.com>
2011-03-17 tasnElementary entry: Fix compilation warnings.
2011-03-17 tasnElementary entry: Save cursor position on theme changes
2011-03-15 seozElementary: Fixed indentation and white spaces. Patch...
2011-03-14 tasnElementary entry: Updated docs of elm_entry_markup_...
2011-03-10 rasterFrom: WooHyun Jung <wh0705.jung@samsung.com>
2011-03-02 yozelementary: don't process event in disabled entry widge...
2011-02-27 tasnElementary entry: Removed const from obj in *_entry_pos...
2011-02-27 tasnElementary entry: Added elm_entry_cursor_pos_set/get...
2011-02-24 tasnElementary entry: Fixed documentation of elm_entry_text...
2011-02-15 tasnElemenatry entry: Added gettext to some strings.
2011-02-14 rasterand allow rmovable of these funcs if data set to NULL.
2011-02-14 rastermake limit and set accept handy funcs also dup thier...
2011-02-09 tasnElementary: Added on-the-fly UI-mirroing support to...
2011-02-08 tasnElementary: Added ui-mirroring support for all the...
2011-01-31 carofix windows build
next