Commit Graph

234 Commits

Author SHA1 Message Date
Iván Briano 52194cd52f One of the Four Horsemen for Cedric.
Let's have the content_hook thing for entry actually work, and if the
icon setters use that instead of having an entirely different code it may
also be a good idea.


SVN revision: 63999
2011-10-12 02:49:23 +00:00
Iván Briano c4a7751b05 Make toggling visibity of entry icons actually work
SVN revision: 63971
2011-10-11 02:07:56 +00:00
Mike McCormack beafec3884 elementary: Improve include file modularity
Move stuff out of elm_priv.h

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63900
2011-10-07 05:56:07 +00:00
Hyoyoung Chang 98095f3486 From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_{entry, label} - add evas_event_{freeze, thaw}

This patch adds evas_event_freeze and thaw to elm_{entry,label}.
Normally it's not speed up much. But in some event storm cases, it's speed
up to 10% in my test cases (which is putting 200 entries in a box)



SVN revision: 63666
2011-09-29 12:02:49 +00:00
WooHyun Jung ffd271b5df elementary/entry : Fix possible memory leak problem.
SVN revision: 63597
2011-09-25 04:14:17 +00:00
WooHyun Jung f787c57284 elementary/elm_entry : Deleted a line because this line could not be
reached.


SVN revision: 63596
2011-09-25 03:50:28 +00:00
WooHyun Jung a7185d1bb5 elementary/elm_entry.c : small change for reducing codes.
SVN revision: 63595
2011-09-25 03:43:10 +00:00
WooHyun Jung c879c55fad elementary/elm_entry : add some null checking codes.
SVN revision: 63594
2011-09-25 02:56:54 +00:00
Tom Hacohen 2c5dc0e2aa Elm entry: Fixed a bug with inserting chunks.
Thanks a lot to WooHyun for finding this.

SVN revision: 63535
2011-09-22 11:31:22 +00:00
Tom Hacohen 76d6b9d1f8 Elm entry: Reparent the smart scroller correctly.
SVN revision: 63023
2011-08-31 10:51:04 +00:00
Mike Blumenkrantz df275a7b42 fix OB1 on anchor click callback
SVN revision: 62835
2011-08-25 21:57:23 +00:00
Jihoon Kim cc3791f246 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

elm_entry_input_panel_layout_set API is high level API to call
ecore_imf_context_input_panel_layout_set (through edje).
This API will be used to set layout of input panel (such as URL, Email,
Number layout...) by application programmer.

Would you please review this patch?
Please let me know if I have to do more.



SVN revision: 62782
2011-08-25 07:25:37 +00:00
Daniel Juyung Seo fed8b7a9d8 elm entry/label: Changed internal function name to the right one.
SVN revision: 62718
2011-08-23 12:22:47 +00:00
Tom Hacohen de0aaac932 Elm entry: Fixed a bug with chunked feeding of textblock.
Thanks to MJ for the report.

SVN revision: 62693
2011-08-22 14:20:02 +00:00
WooHyun Jung a8156d10c5 elementary : Delete meaningless codes
SVN revision: 62577
2011-08-19 04:29:40 +00:00
WooHyun Jung 33631ae5a5 elementary/elm_entry : Add elm_widget_content_set(unset,get)_hook_set
for style extension supporting. 


SVN revision: 62576
2011-08-19 04:21:36 +00:00
WooHyun Jung 5f501aaf0a elementary/elm_entry : Alternative to focus checking, we should check
whether geometry information for elm_widget_show_region_set is valid or not.


SVN revision: 62368
2011-08-12 02:22:15 +00:00
Tom Hacohen 6c47d15666 Elm entry: Fixed 'Paste' to only show if there clipboard isn't empty.
SVN revision: 62193
2011-08-08 07:51:02 +00:00
Tom Hacohen 8144ea2198 Elm entry: Added changed,user signal.
This signal indicates the entry was changed because of user interaction

SVN revision: 62045
2011-08-03 09:00:36 +00:00
Iván Briano 5e7fe97a1e warning about shadowing symbols! BEGONE!
SVN revision: 61919
2011-07-30 03:19:44 +00:00
Iván Briano 3319b7310f I don't know why this doesn't break anything, but let's call functions with the right object as parameters
SVN revision: 61918
2011-07-30 03:16:46 +00:00
Iván Briano 38248dc51a I don't care if the entry is not focused, update the cursor position anyway.
Returning at that point was making non focused entries, like say... the chat buffer in an IM client to not scroll properly when we tell it to do so.


SVN revision: 61917
2011-07-30 03:15:43 +00:00
Flavio Ceolin 384153a7ca Elementary: When an elm_entry is setted to be scrolled its stops of propagate events.
Fixed  just setting the els_scrooller to propagate the events.

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>


SVN revision: 61866
2011-07-28 17:33:53 +00:00
Tom Hacohen e0364385f8 Elm entry: Fixed a bug with entry_get with big texts.
Entry gradually loads big texts. This bug caused entry_get to return the
current text in the textblock, and not the text not yet loaded.

SVN revision: 61840
2011-07-28 08:18:37 +00:00
WooHyun Jung a03291c9af elementary/elm_entry : cursor geometry should be changed only when
focused.


SVN revision: 61787
2011-07-27 04:57:18 +00:00
Iván Briano 38b40990e5 Add triple click for entries, for line selection magics and who knows what else
SVN revision: 61694
2011-07-25 14:08:38 +00:00
Mike Blumenkrantz 6b450cd1f8 consolidate paste signal handlers, fix cnp bug where middle mouse click would unset primary selection just before trying to paste, consolidate more paste code
SVN revision: 61660
2011-07-24 21:52:24 +00:00
Mike Blumenkrantz 988f8b1083 add a sizing eval after cut
SVN revision: 61644
2011-07-24 09:27:39 +00:00
Mike Blumenkrantz 273cc8ea84 fix annoying cnp bug with ctrl+c/v by reusing existing code instead of having 2 handlers for things
SVN revision: 61642
2011-07-24 09:05:25 +00:00
Mike Blumenkrantz 1097ce33da whoops, put copy signal back
SVN revision: 61641
2011-07-24 08:57:38 +00:00
Mike Blumenkrantz 26ce2b2303 use new entry,selection,none,request
SVN revision: 61637
2011-07-24 08:36:42 +00:00
Mike Blumenkrantz 67266855f1 ctrl+a now selects all text in an entry
SVN revision: 61635
2011-07-24 08:17:18 +00:00
Mike Blumenkrantz 2355a50d1f use new paste signals, fixes middle mouse paste vs ctrl+v paste
SVN revision: 61634
2011-07-24 08:10:35 +00:00
Mike Blumenkrantz 2c487eb83a fix for the following valgrind annoyance:
Conditional jump or move depends on uninitialised value(s)
   at 0x4128897: _elm_smart_scroller_child_region_show_internal (els_scroller.c:1081)
   by 0x4128A25: elm_smart_scroller_child_region_show (els_scroller.c:1113)
   by 0x408B57E: elm_entry_cursor_end_set (elm_entry.c:2337)
 Uninitialised value was created by a stack allocation
   at 0x408B4BC: elm_entry_cursor_end_set (elm_entry.c:2328)



SVN revision: 61627
2011-07-24 03:59:09 +00:00
Mike Blumenkrantz 6858005a27 fix anchor bug in entry if anchor href contains commas
SVN revision: 61608
2011-07-23 04:00:49 +00:00
Mike Blumenkrantz 9085b4632c typedef void (*Elm_Entry_Filter_Cb)(void *data, Evas_Object *entry, char **text);
and related docs


SVN revision: 61604
2011-07-23 02:15:42 +00:00
Mike Blumenkrantz b3bd53147d fix href parsing in new signals
SVN revision: 61583
2011-07-22 09:08:58 +00:00
Mike Blumenkrantz cf0b2a1b79 new signals+doc for elm entry:
+static const char SIG_ANCHOR_DOWN[] = "anchor,down";
+static const char SIG_ANCHOR_UP[] = "anchor,up";
+static const char SIG_ANCHOR_IN[] = "anchor,in";
+static const char SIG_ANCHOR_OUT[] = "anchor,out";


SVN revision: 61569
2011-07-21 21:19:55 +00:00
Mike Blumenkrantz 306e7f9a27 some logic/indent reformatting
SVN revision: 61568
2011-07-21 20:54:54 +00:00
Iván Briano 4d56dc6716 Incomplete (I need to add a few lil' images) docs for elm_entry. Judge and let me know how they could be improved.
Example comes later, blame discomfitor for the half commit


SVN revision: 61567
2011-07-21 20:36:49 +00:00
WooHyun Jung 041f361959 elementary/elm_entry : fix wrong indentations
SVN revision: 61554
2011-07-21 11:30:05 +00:00
Carsten Haitzler 864c4ae940 fix min size calc for entryies that got in with entry + scrolled entry
merge.



SVN revision: 61553
2011-07-21 11:02:07 +00:00
Daniel Juyung Seo 912e97f63d elm entry: Fixed indentation.
SVN revision: 61265
2011-07-12 04:51:39 +00:00
Daniel Juyung Seo a4ba91dd39 elm conform: Eina_Bool parameter is added to API
elm_widget_show_region_set to set the show region always. Earlier, the
API expects some change, to redo the job. Patch by Prince Kumar Dubey
<prince.dubey@samsung.com>

------- Original Message -------
Sender : PRINCE KUMAR DUBEY<prince.dubey@samsung.com>
Date : 2011-05-20 17:41 (GMT+09:00)
Title : [E-devel] [Patch] elm_conform patch

Hi Mr Seo,
Can you please send the attached patch of elm_conformant to EFL ope-src community.
Change Log:
Eina_Bool parameter is added to API elm_widget_show_region_set to set
the show region always. Earlier, the API expects some change, to redo the job.
This enhancement is already approved by raster in gerrit review.

Thank you.
Regards,

Prince


SVN revision: 61148
2011-07-08 07:50:36 +00:00
Michael BOUCHAUD 03b898aa1a elementary: add elm_entry_line_wrap_get
SVN revision: 61045
2011-07-05 11:29:35 +00:00
Tom Hacohen fc6c3c3fc8 Elm: Make all the widgets accept "default" as the default.
SVN revision: 61002
2011-07-04 10:52:23 +00:00
Tom Hacohen c49985083a elm entry: add the elm_object_text_set/get hooks.
SVN revision: 61001
2011-07-04 10:40:13 +00:00
Daniel Juyung Seo 3a0636d1f1 elm: Removed trailing whitespaces.
SVN revision: 60952
2011-07-03 07:49:02 +00:00
Tom Hacohen 2bf521e3b6 Elm hoversel: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60861
2011-06-30 05:43:59 +00:00
Tom Hacohen ac00e7c120 Elm entry: Fix entry changed signal handling.
Patch by Jihoon Kim.

SVN revision: 60708
2011-06-27 00:20:54 +00:00