Re: [E-devel] Elm_Entry context menu, dynamic items addition

2015-05-27 Thread Daniel Hirt
Hello, I am guessing that https://phab.enlightenment.org/D2580 is one of the proposed solutions, right? I like the general idea, but I don't like the call for some unknown function in the middle of _menu_call. As hinted in the revision comments, I too believe that context_menu should be modified

Re: [E-devel] Issue with Elm Entry and backspacing at the first character of a new line

2015-07-22 Thread Daniel Hirt
Hello, I couldn't reproduce this with the steps you had provided. It's better if you have a small program that demonstrates this, preferably C code. Otherwise it's pretty hard to pinpoint the culprit. Best, Danny. On 07/22/2015 08:34 PM, Jeff Hoogland wrote: > Source code I'm working with ->

Re: [E-devel] [EGIT] [core/efl] master 03/03: eo - fix bug vector when unparenting of an eo obj may affect others

2015-08-19 Thread Daniel Hirt
Hi, eo_suite segfaults here over a NULL child_pd for some reason. FYI. On 08/18/2015 11:48 AM, Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=cbc1a217bfc8b5c6dd94f0448f19245c43eb05e0 > > commit cbc1a217bfc8b5c6dd94f0448

[E-devel] Phabricator auto-closes tickets from non-master branches

2015-08-19 Thread Daniel Hirt
Hey all, Yesterday I had a little mishap with a phabricator ticket: it seems that pushing fixes to branches (e.g. devs/herdsman/my_branch) is triggering an auto-close to the ticket that's referenced there (e.g. "Fixes T1234"). I expect that it should do that only if I push to master. Can someone l

Re: [E-devel] Phabricator auto-closes tickets from non-master branches

2015-08-20 Thread Daniel Hirt
On 08/20/2015 11:44 AM, Tom Hacohen wrote: > On 20/08/15 09:34, Tom Hacohen wrote: >> On 20/08/15 06:59, Daniel Hirt wrote: >>> Hey all, >>> >>> Yesterday I had a little mishap with a phabricator ticket: it seems that >>> pushing fixes to branches

Re: [E-devel] eo refs

2015-08-26 Thread Daniel Hirt
Hi, On 08/26/2015 04:58 PM, Jérémy Zurcher wrote: > that's what I think should be the correct behaviour: > > > regular case : > o = eo_add(CLASS, NULL); > eo_unref(o); > // o is destroyed, you own it, you do what it pleases you with it. > > > but : > o = eo_add(CLASS, parent); >

Re: [E-devel] Committer access

2015-10-27 Thread Daniel Hirt
+1 Best of luck buddy ;) On 10/27/2015 08:16 AM, Cedric BAIL wrote: > Hello, > > I would like to promote Thiep to become a committer. He has been > contributing for a long time and in many area doesn't really any review. In > fact he started doing valuable review recently and I think he is ready

Re: [E-devel] [RFC] Ticket Tagging

2015-12-06 Thread Daniel Hirt
Hello, On 12/04/2015 12:29 AM, Mike Blumenkrantz wrote: > In other projects that I've worked on, bug trackers sometimes tag tickets > based on various attributes. An example of this is the Servo project on > github: > > https://github.com/servo/servo/issues > > Tickets here are tagged by compone

Re: [E-devel] [EGIT] [core/efl] master 01/02: Evas textblock: Properly ifdef hyphenation out.

2016-02-14 Thread Daniel Hirt
The ifdef is for the optional hyphen dictionaries. We should support hyphenation with SHY-HYPHEN even without those. This had disabled everything altogether. On 02/12/2016 02:21 PM, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?i

Re: [E-devel] [EGIT] [core/efl] master 01/02: Evas textblock: Properly ifdef hyphenation out.

2016-02-14 Thread Daniel Hirt
On 02/14/2016 12:13 PM, Tom Hacohen wrote: > My bad. Feel free to fix it, or wait until I do it soon. > I'll do it. It'll give me a chance to review the resolved "dead code" issue. > On Sun, Feb 14, 2016 at 9:15 AM, Daniel Hirt > wrote: > >> The ifde

[E-devel] Probie proposal: youngbok (Youngbok Shin)

2016-03-10 Thread Daniel Hirt
future patches. I doubt there's gonna be any objections, but will wait until Sunday if anyone wants to reply. Best regards, -- Daniel Hirt (aka herdsman aka D4) -- Transform Data into Opportunity. Accelerate data ana

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Evas.Draggable_Interface: move editable_set/get to lecacy API

2016-03-20 Thread Daniel Hirt
Hello, I am having a hard time understanding this change, conceptually. Why can't both of these properties ('editable' and 'drag_target') coexist? -- Danny (herdsman) On 03/19/2016 04:10 AM, Ji-Youn Park wrote: > jypark pushed a commit to branch master. > > http://git.enlightenment.org/core/ele

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Edje: use textblock by default"

2017-11-10 Thread Daniel Hirt
Hi, On 11/11/2017 05:21 AM, Carsten Haitzler wrote: [snipped] This breaks E. pager ono my right screen looks like: http://devs.enlightenment.org/~raster/shot-2017-11-11_12-13-14.png Thanks. Is there anything else to observe here other than the CPU usage? on my left

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "Edje: use textblock by default"

2017-11-11 Thread Daniel Hirt
Hi, On 11/11/2017 05:06 PM, Carsten Haitzler wrote: [snipped] 12:04AM ~/C/th-efl/data ⎇ devs/raster/theme/flat2 ⚡ 1 > git status elementary/themes/edc/sys.edc On branch devs/raster/theme/flat2 Your branch is up to date with 'origin/devs/raster/theme/flat2'. nothing to commit, working tree clea

Re: [E-devel] [EGIT] [core/efl] master 01/01: elm_code: set the color scheme from the default edc.

2017-11-26 Thread Daniel Hirt
This is awesome! I could definitely use this as a reference for Ui.Text. -- Danny (herdsman) Hirt On 11/26/2017 02:37 PM, Al Poole wrote: netstar pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5abeeb980a9fb82136a70c24f822cdc3eb633dd0 commit 5abeeb980a9f

Re: [E-devel] Callback arrays and callback invocation optimisations

2016-08-23 Thread Daniel Hirt
Hi On 08/23/2016 03:59 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 23, 2016 at 7:31 AM, Tom Hacohen wrote: >> >> Hey, >> >> Callback arrays was an idea that was introduced a while back to save >> memory. > > ohhh, I guessed it was to improve usability, saving many "add" calls > at the end

[EGIT] [core/efl] master 01/01: Canvas text: fix ellipsis RTL handling

2016-08-31 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2d44738fae55f87c6f787c2b02e63b8a24fd270d commit 2d44738fae55f87c6f787c2b02e63b8a24fd270d Author: Daniel Hirt Date: Mon Aug 1 15:52:18 2016 +0300 Canvas text: fix ellipsis RTL handling

[EGIT] [core/efl] master 01/01: Edje entry: fix selection start with shift + mouse_down

2016-09-05 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e53068907038e040868b9217218beb132b68983 commit 2e53068907038e040868b9217218beb132b68983 Author: Daniel Hirt Date: Mon Sep 5 14:25:19 2016 +0300 Edje entry: fix selection start with shift

[EGIT] [core/efl] master 01/01: Remove leftover evas_out usage from legacy

2016-09-13 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6766ae57a73789dec22a7051f190ab3c06bf328b commit 6766ae57a73789dec22a7051f190ab3c06bf328b Author: Daniel Hirt Date: Tue Sep 13 10:38:02 2016 +0300 Remove leftover evas_out usage from legacy

[EGIT] [core/efl] master 01/01: Evas font: force freetype v35 ttf interpreter

2016-09-20 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f68a925d817dc469c68fa993b43b255a573b0243 commit f68a925d817dc469c68fa993b43b255a573b0243 Author: Daniel Hirt Date: Sun Sep 18 17:02:27 2016 +0300 Evas font: force freetype v35 ttf interpreter

[EGIT] [core/elementary] elementary-1.8 01/01: elm entry: Fix anchor bug finding wrong anchor geometry.

2014-01-28 Thread Daniel Hirt
tasn pushed a commit to branch elementary-1.8. http://git.enlightenment.org/core/elementary.git/commit/?id=0b4b26d921cd3835d0ac9e0e8a68750e0c0d74e1 commit 0b4b26d921cd3835d0ac9e0e8a68750e0c0d74e1 Author: Daniel Hirt Date: Tue Jan 28 14:36:38 2014 + elm entry: Fix anchor bug finding

[EGIT] [core/elementary] master 01/01: elm entry: Fix anchor bug finding wrong anchor geometry.

2014-01-28 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=74ebe12654182b8f4e3a70b5c6bd33f8382c821a commit 74ebe12654182b8f4e3a70b5c6bd33f8382c821a Author: Daniel Hirt Date: Tue Jan 28 14:36:38 2014 + elm entry: Fix anchor bug finding wrong

[EGIT] [core/efl] master 01/01: ecore_x_selection: fix selection data freeing

2014-02-09 Thread Daniel Hirt
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3160b044fb8025ce36ce0be71f898a79fe39 commit 3160b044fb8025ce36ce0be71f898a79fe39 Author: Daniel Hirt Date: Tue Feb 4 15:27:02 2014 +0200 ecore_x_selection: fix selection data

[EGIT] [core/elementary] master 01/01: elm cnp: fix freeing selection buf

2014-02-09 Thread Daniel Hirt
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e025c1a93afb6acb9cf2f0a394cf73e3fcec87c1 commit e025c1a93afb6acb9cf2f0a394cf73e3fcec87c1 Author: Daniel Hirt Date: Tue Feb 4 15:02:54 2014 +0200 elm cnp: fix freeing selection buf

[EGIT] [core/efl] master 01/02: Edje/entry: Add propagation handling in mouse_out for link anchors

2014-02-17 Thread Daniel Hirt
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=08a6954904c9dd50b45a2fdef859cb2e66fef1f3 commit 08a6954904c9dd50b45a2fdef859cb2e66fef1f3 Author: Daniel Hirt Date: Mon Feb 17 21:18:19 2014 +0900 Edje/entry: Add propagation handling in

[EGIT] [core/elementary] master 01/01: els_cursor: Fix mouse_out changing cursor to wrong image

2014-02-17 Thread Daniel Hirt
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=b515c747791061de99f46ec8af32baa487dd8820 commit b515c747791061de99f46ec8af32baa487dd8820 Author: Daniel Hirt Date: Mon Feb 17 21:34:59 2014 +0900 els_cursor: Fix mouse_out changing cursor

[EGIT] [core/elementary] master 01/01: elm_test: fix test_entry_anchor scroller callback

2013-12-31 Thread Daniel Hirt
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e46e0722c55c586d1e0a325e8c82e872de88e536 commit e46e0722c55c586d1e0a325e8c82e872de88e536 Author: Daniel Hirt Date: Tue Dec 31 16:09:47 2013 +0200 elm_test: fix test_entry_anchor

[EGIT] [admin/devs] master 01/01: change info for probie herdsman

2014-05-28 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=96baa1c0ee5ff30eee76ad9e3d211e65e30eecaf commit 96baa1c0ee5ff30eee76ad9e3d211e65e30eecaf Author: Daniel Hirt Date: Wed May 28 12:02:34 2014 +0300 change info for probie herdsman --- probies

[EGIT] [admin/devs] master 01/01: Revert "change info for probie herdsman"

2014-05-28 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=34e3a1ec58572f0c25d9f71d76ae14900b414f49 commit 34e3a1ec58572f0c25d9f71d76ae14900b414f49 Author: Daniel Hirt Date: Wed May 28 13:23:38 2014 +0300 Revert "change info for probie her

[EGIT] [core/efl] master 01/01: Evas/Textblock: add support for ellipsis values

2014-05-29 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=177135ff0de87182fbf23b2d275fb9e1247ba861 commit 177135ff0de87182fbf23b2d275fb9e1247ba861 Author: Daniel Hirt Date: Thu May 29 15:46:45 2014 +0100 Evas/Textblock: add support for ellipsis values

[EGIT] [core/efl] master 01/01: Evas/Textblock: Introduce PS deletion bug test and fix

2014-06-17 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2b40860f78a32a6139b64108d06a1d15fe53c818 commit 2b40860f78a32a6139b64108d06a1d15fe53c818 Author: Daniel Hirt Date: Tue Jun 17 11:09:26 2014 +0100 Evas/Textblock: Introduce PS deletion bug test and

[EGIT] [core/efl] efl-1.10 01/01: Evas/Textblock: Introduce PS deletion bug test and fix

2014-06-17 Thread Daniel Hirt
tasn pushed a commit to branch efl-1.10. http://git.enlightenment.org/core/efl.git/commit/?id=db6d572c1b013e5665ea30c196c0093c01d1fcf2 commit db6d572c1b013e5665ea30c196c0093c01d1fcf2 Author: Daniel Hirt Date: Tue Jun 17 11:09:26 2014 +0100 Evas/Textblock: Introduce PS deletion bug test

[EGIT] [core/efl] master 01/01: Evas Textblock: increase ref of format before work

2014-03-26 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5778896735c0826176872e389879fae914b0500d commit 5778896735c0826176872e389879fae914b0500d Author: Daniel Hirt Date: Tue Mar 25 17:10:38 2014 +0200 Evas Textblock: increase ref of format before work

[EGIT] [core/efl] master 01/01: Evas Textblock: Fix bad empty line add on wrapping

2014-09-26 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a4d716d1c0ea5470f319413d82e915798ce9600e commit a4d716d1c0ea5470f319413d82e915798ce9600e Author: Daniel Hirt Date: Fri Sep 26 13:14:20 2014 +0100 Evas Textblock: Fix bad empty line add on wrapping

[EGIT] [core/efl] efl-1.11 01/01: Evas Textblock: Fix bad empty line add on wrapping

2014-09-26 Thread Daniel Hirt
tasn pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=9d5303e347a685b31cd07d7917cde845d5a01040 commit 9d5303e347a685b31cd07d7917cde845d5a01040 Author: Daniel Hirt Date: Fri Sep 26 13:14:20 2014 +0100 Evas Textblock: Fix bad empty line add on

[EGIT] [core/efl] master 01/01: Evas Textblock: Fix native width of BiDi text

2014-10-01 Thread Daniel Hirt
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fae337469eea001ac873ef08c59e330b69158795 commit fae337469eea001ac873ef08c59e330b69158795 Author: Daniel Hirt Date: Wed Oct 1 16:45:10 2014 +0100 Evas Textblock: Fix native width of BiDi text

[EGIT] [core/efl] efl-1.11 01/01: Evas Textblock: Fix native width of BiDi text

2014-10-01 Thread Daniel Hirt
tasn pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=5bc619868d35fe214c0b7124820c468423e6512d commit 5bc619868d35fe214c0b7124820c468423e6512d Author: Daniel Hirt Date: Wed Oct 1 16:45:10 2014 +0100 Evas Textblock: Fix native width of BiDi text

Re: [E-devel] performance with huge evas_textblock format list

2014-10-19 Thread Daniel Hirt
Hello Andrew, Let's try to sort this thing out. On 10/13/2014 01:05 AM, Andrew Williams wrote: > Hi guys, > > In the EDI syntax highlighting I am hittng performance issues > unsurprisingly as I apply all colouring to the single string of the > whole file in the following manner: > > evas_text

Re: [E-devel] [EGIT] [tools/edi] master 01/02: Fix building out of tree

2014-10-23 Thread Daniel Hirt
On behalf of the minority that builds out of tree, thanks. ;) On 10/23/2014 12:41 AM, Andy Williams wrote: > ajwillia-ms pushed a commit to branch master. > > http://git.enlightenment.org/tools/edi.git/commit/?id=50b9cd16f7ce1cbb287a366f9b5a5853860ef3b0 > > commit 50b9cd16f7ce1cbb287a366f9b5a58538

Re: [E-devel] Herdsman commit access

2014-10-23 Thread Daniel Hirt
Zaoui wrote: > Hi boyz, girlz, Raster, > > I would like to recommend that we grant Daniel Hirt (herdsman) commit > access. He has been working on text for almost one year and made a great > job by proposing good patches and by making his best to help people on > text issues. > An

Re: [E-devel] Videos from the dev day are finally up!

2014-11-18 Thread Daniel Hirt
Hurray! Appreciate this, guys! Gonna make some popcorn :) Thank you as well as cedric :) On 11/18/2014 05:44 PM, Tom Hacohen wrote: > Hey, > > Sorry for the delay, but the videos are now finally up. > > You can get them from here: > https://phab.enlightenment.org/w/events/enlightenment_developer_d

[EGIT] [core/elementary] master 01/01: Elm_Entry: Fix dropped text data insertion

2015-01-04 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4f7c682591815e5feafc6a8395533e82e357a02e commit 4f7c682591815e5feafc6a8395533e82e357a02e Author: Daniel Hirt Date: Sun Jan 4 13:54:03 2015 +0200 Elm_Entry: Fix dropped text data

[EGIT] [core/elementary] elementary-1.12 01/01: Elm_Entry: Fix dropped text data insertion

2015-01-21 Thread Daniel Hirt
herdsman pushed a commit to branch elementary-1.12. http://git.enlightenment.org/core/elementary.git/commit/?id=6bebbb43a14ccb9eb91d3c7d526e57d9bb80a535 commit 6bebbb43a14ccb9eb91d3c7d526e57d9bb80a535 Author: Daniel Hirt Date: Sun Jan 4 13:54:03 2015 +0200 Elm_Entry: Fix dropped text

Re: [E-devel] [EGIT] [core/efl] master 02/02: evas: do not compute things twice.

2015-01-21 Thread Daniel Hirt
I think he was referring to using #if 0 instead. On 01/21/2015 05:50 PM, Cedric BAIL wrote: > On Wed, Jan 21, 2015 at 4:23 PM, Tom Hacohen wrote: >> If it's useless, remove it, please don't leave commented out code in, >> especially not one that commented out with the annoying //. > > I prefer t

[EGIT] [core/efl] master 01/01: Revert "eina: eina_file - fix "invalid read of size 1" in valgrind"

2015-02-02 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7cbf22212f0c3292dbd1919f4cdd15802e9b9d84 commit 7cbf22212f0c3292dbd1919f4cdd15802e9b9d84 Author: Daniel Hirt Date: Mon Feb 2 14:10:04 2015 +0200 Revert "eina: eina_file - fix "inval

Re: [E-devel] Deprecating eina_tmpstr_strlen

2015-02-04 Thread Daniel Hirt
Nah, it does "length += 1" beforehand (there's a comment in code), and just after that does "s->length = length"; Agreeing with your suggestion, but let's keep this for 1.14+ and not a few days before release :) On 02/04/2015 02:28 PM, Tom Hacohen wrote: > On 04/02/15 12:11, Tom Hacohen wrote: >>

[EGIT] [core/efl] master 02/03: eina: fix valgrind invalid read of size in eina_file_path_sanitize.

2015-02-04 Thread Daniel Hirt
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7143bd7fb5196f97003216528bfbfb8bec4826bd commit 7143bd7fb5196f97003216528bfbfb8bec4826bd Author: Daniel Hirt Date: Wed Feb 4 14:08:32 2015 +0100 eina: fix valgrind invalid read of size in

[EGIT] [core/efl] master 02/06: eina: Eina_File - add test case for path resolution.

2015-02-05 Thread Daniel Hirt
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d503dbeed1b2e26272893f86c37df3eaeb270e30 commit d503dbeed1b2e26272893f86c37df3eaeb270e30 Author: Daniel Hirt Date: Thu Feb 5 15:01:12 2015 +0100 eina: Eina_File - add test case for path

Re: [E-devel] [EGIT] [core/efl] master 01/04: Efl text: add Font, Format and Style interfaces

2017-05-28 Thread Daniel Hirt
Hello, On Mon, May 29, 2017 at 7:16 AM, Jean-Philippe André wrote: > On 29 May 2017 at 05:18, Davide Andreoli wrote: > > > 2017-05-28 15:00 GMT+02:00 Daniel Hirt : > > > herdsman pushed a commit to branch master. > > > > > > http://git.en

[EGIT] [core/efl] master 01/01: Elm layout: replace 'text' property with 'efl_part' interface

2017-06-04 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3eb649b180eb98f7be829de5aed7e8c7f1ceb35a commit 3eb649b180eb98f7be829de5aed7e8c7f1ceb35a Author: Daniel Hirt Date: Sun Jun 4 17:25:36 2017 +0300 Elm layout: replace 'text' pro

[EGIT] [core/efl] master 01/01: Elm layout: fix a few objects after move to efl_part

2017-06-05 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca8a8b712c8f6693700d516e5695561b11df7540 commit ca8a8b712c8f6693700d516e5695561b11df7540 Author: Daniel Hirt Date: Sun Jun 4 17:25:36 2017 +0300 Elm layout: fix a few objects after move to

Re: [E-devel] [EGIT] [core/efl] master 01/04: Efl text: add Font, Format and Style interfaces

2017-06-09 Thread Daniel Hirt
Hello, Gave it some thought. Sorry for the late reply. Please see below. On Tue, May 30, 2017 at 10:29 PM, Davide Andreoli wrote: > 2017-05-29 7:07 GMT+02:00 Daniel Hirt : > > Hello, > > > > On Mon, May 29, 2017 at 7:16 AM, Jean-Philippe André > > wrote: >

[EGIT] [core/efl] master 10/21: Text: add annotate interface

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4a1b42aee86b505b511ac7326176a4e7aa190c80 commit 4a1b42aee86b505b511ac7326176a4e7aa190c80 Author: Daniel Hirt Date: Thu Jun 8 16:08:28 2017 +0300 Text: add annotate interface --- src

[EGIT] [core/efl] master 03/21: Ui text: free iterator once done

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f23d08c56c50e5da93c2f0dca1ae762d66430d57 commit f23d08c56c50e5da93c2f0dca1ae762d66430d57 Author: Daniel Hirt Date: Thu Jun 8 08:09:41 2017 +0300 Ui text: free iterator once done --- src/lib

[EGIT] [core/efl] master 04/21: Ui text: initialize potentially unset variables

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c45e9570791c46cc7a3ee28228e2259c406490e9 commit c45e9570791c46cc7a3ee28228e2259c406490e9 Author: Daniel Hirt Date: Thu Jun 8 08:10:19 2017 +0300 Ui text: initialize potentially unset variables

[EGIT] [core/efl] master 08/21: Ui text: fix test inserting object

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=573be7b71a551a30774e9923f64a68212d7dafaf commit 573be7b71a551a30774e9923f64a68212d7dafaf Author: Daniel Hirt Date: Thu Jun 8 14:19:58 2017 +0300 Ui text: fix test inserting object --- src/bin

[EGIT] [core/efl] master 05/21: Ui text: fix leak of selection on destruction

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=97eda67737856c062018c8deb88961b602fa89ba commit 97eda67737856c062018c8deb88961b602fa89ba Author: Daniel Hirt Date: Thu Jun 8 08:50:14 2017 +0300 Ui text: fix leak of selection on destruction

[EGIT] [core/efl] master 19/21: Gfx filters: set multiline to Ui.Text widget

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf66daf6571bc14ad003848398ced8d22a095d43 commit bf66daf6571bc14ad003848398ced8d22a095d43 Author: Daniel Hirt Date: Wed May 31 10:36:54 2017 +0300 Gfx filters: set multiline to Ui.Text widget

[EGIT] [core/efl] master 20/21: Canvas text: disable legacy_newline by default

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4fda417bc9e0c59f3a3645057279a29cc0057cd2 commit 4fda417bc9e0c59f3a3645057279a29cc0057cd2 Author: Daniel Hirt Date: Wed May 31 10:04:18 2017 +0300 Canvas text: disable legacy_newline by default

[EGIT] [core/efl] master 12/21: Text: enhance cursor_get to ask for a "get type"

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=869da955ec66f0b7f40035b0d001bb64ff5547db commit 869da955ec66f0b7f40035b0d001bb64ff5547db Author: Daniel Hirt Date: Thu Jun 8 16:46:42 2017 +0300 Text: enhance cursor_get to ask for a "get

[EGIT] [core/efl] master 13/21: Canvas layout: port 'part_text' to Efl.Text.*

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=98dad1a52b0c75c18191b069c87ebb6f493e74ca commit 98dad1a52b0c75c18191b069c87ebb6f493e74ca Author: Daniel Hirt Date: Fri Jun 9 17:55:40 2017 +0300 Canvas layout: port 'part_text' t

[EGIT] [core/efl] master 17/21: gfx_filter: add efl_style_gfx_filter

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3edf4985a485bece00da6b189294c761dd5d49ef commit 3edf4985a485bece00da6b189294c761dd5d49ef Author: Daniel Hirt Date: Tue May 30 13:48:05 2017 +0300 gfx_filter: add efl_style_gfx_filter

[EGIT] [core/efl] master 09/21: Ui text: fix test style applying after cursor port

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b3ec2d20609cf5d796ffe8e59f2d89fe5422edab commit b3ec2d20609cf5d796ffe8e59f2d89fe5422edab Author: Daniel Hirt Date: Thu Jun 8 14:31:42 2017 +0300 Ui text: fix test style applying after cursor

[EGIT] [core/efl] master 11/21: Canvas layout: port part_text to efl_part

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6e1b5fdd1065d0a0f3b04cd07ea069f05ec4077e commit 6e1b5fdd1065d0a0f3b04cd07ea069f05ec4077e Author: Daniel Hirt Date: Tue May 30 10:31:19 2017 +0300 Canvas layout: port part_text to efl_part

[EGIT] [core/efl] master 18/21: Ui text: set some default font and size

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba45b93b1eaa9f1709d1c94f03762363aad81692 commit ba45b93b1eaa9f1709d1c94f03762363aad81692 Author: Daniel Hirt Date: Wed May 31 10:50:55 2017 +0300 Ui text: set some default font and size

[EGIT] [core/efl] master 07/21: Ui text: fix text initialization

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bdf64946a90258a86d79e6115ba48ede81a306f8 commit bdf64946a90258a86d79e6115ba48ede81a306f8 Author: Daniel Hirt Date: Thu Jun 8 13:24:31 2017 +0300 Ui text: fix text initialization It

[EGIT] [core/efl] master 02/21: Ui text: fix leak in decorations

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=303d2e79cc94f38571389f41e28b71bc26d03dc3 commit 303d2e79cc94f38571389f41e28b71bc26d03dc3 Author: Daniel Hirt Date: Thu Jun 8 08:08:56 2017 +0300 Ui text: fix leak in decorations --- src/lib

[EGIT] [core/efl] master 21/21: Efl text: shorten naming of methods

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=616a60f0417557a8ab7a79618e2eed0f3cfaf939 commit 616a60f0417557a8ab7a79618e2eed0f3cfaf939 Author: Daniel Hirt Date: Mon Jun 12 00:16:40 2017 +0300 Efl text: shorten naming of methods

[EGIT] [core/efl] master 14/21: Elementary: bring back disabled tests

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6f48fcc03b9ae911dc19fc8ec013a1d260f408d1 commit 6f48fcc03b9ae911dc19fc8ec013a1d260f408d1 Author: Daniel Hirt Date: Sun Jun 11 23:25:39 2017 +0300 Elementary: bring back disabled tests --- src

[EGIT] [core/efl] master 06/21: Text cursor: add interface and implement in Canvas.Text

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=30f74a759d3cd40f1114be4cc7141305f2d987f0 commit 30f74a759d3cd40f1114be4cc7141305f2d987f0 Author: Daniel Hirt Date: Thu Jun 8 13:07:12 2017 +0300 Text cursor: add interface and implement in

[EGIT] [core/efl] master 15/21: Text: remove leftover printfs

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6c76d799da32f1456ced5bd0db516b5d569c3649 commit 6c76d799da32f1456ced5bd0db516b5d569c3649 Author: Daniel Hirt Date: Sun Jun 11 23:26:00 2017 +0300 Text: remove leftover printfs --- src/lib

[EGIT] [core/efl] master 16/21: gfx_filter: null-out freed pointer

2017-06-11 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f6415143cafec55e278ce6fc2442ed46e4e0dc0 commit 8f6415143cafec55e278ce6fc2442ed46e4e0dc0 Author: Daniel Hirt Date: Tue May 30 13:47:48 2017 +0300 gfx_filter: null-out freed pointer --- src

[EGIT] [core/efl] master 01/01: Canvas text cursor: add NULL checks for some functions

2017-06-13 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=867980520819a7c4bbc0fc70835d1e6823834941 commit 867980520819a7c4bbc0fc70835d1e6823834941 Author: Daniel Hirt Date: Tue Jun 13 14:48:50 2017 +0300 Canvas text cursor: add NULL checks for some

[EGIT] [tools/expedite] master 01/01: Textblock: fix textblock_basic test

2017-06-13 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=9cdc8c68a71a4326880ff72e411de97f5efa1f1c commit 9cdc8c68a71a4326880ff72e411de97f5efa1f1c Author: Daniel Hirt Date: Wed Jun 14 08:10:55 2017 +0300 Textblock: fix textblock_basic test

Re: [E-devel] Elm_Entry assuming markup input???

2017-06-18 Thread Daniel Hirt
Hi Andrew, Markup uses tags like " hello ". It is clear why it's essential to do "character escaping" like ">" instead of "<". Otherwise, if you feed "<" back to the entry widget, it will be misinterpreted as a tag element. As a side note, you can use "elm_entry_markup_to_utf8" helper to strip-dow

Re: [E-devel] Handle types in Eolian

2017-06-18 Thread Daniel Hirt
Hi, On Sat, Jun 17, 2017 at 5:17 AM, Felipe Magno de Almeida < felipe.m.alme...@gmail.com> wrote: > On Jun 16, 2017 11:10 PM, "Carsten Haitzler" wrote: > > On Fri, 16 Jun 2017 19:48:51 -0300 Felipe Magno de Almeida > said: > > > Hello, > > > > Should handle types (opaque types always used by po

[EGIT] [core/efl] master 03/04: Efl text cursor: move around a few definitions

2017-06-19 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=108bf9956437ed07fe7364ce5632e0b651851663 commit 108bf9956437ed07fe7364ce5632e0b651851663 Author: Daniel Hirt Date: Thu Jun 15 13:37:17 2017 +0300 Efl text cursor: move around a few definitions

[EGIT] [core/efl] master 01/04: Canvas text: fix default format feature

2017-06-19 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6033323e5cd0a248bd9830c970b546f2ac8dfebb commit 6033323e5cd0a248bd9830c970b546f2ac8dfebb Author: Daniel Hirt Date: Sun Jun 18 10:13:05 2017 +0300 Canvas text: fix default format feature

[EGIT] [core/efl] master 02/04: Efl text format: change "halign" and "valign" to use enums

2017-06-19 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d0da405620613c83e94e89a192f7982954cf5e90 commit d0da405620613c83e94e89a192f7982954cf5e90 Author: Daniel Hirt Date: Thu Jun 15 12:30:55 2017 +0300 Efl text format: change "halign" a

[EGIT] [core/efl] master 04/04: Evas text: fix test with Oriya script

2017-06-19 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a5e980fbbc24d11daec25436a5bff32ce61911bd commit a5e980fbbc24d11daec25436a5bff32ce61911bd Author: Daniel Hirt Date: Mon Jun 19 09:49:19 2017 +0300 Evas text: fix test with Oriya script

Re: [E-devel] Elm_Entry assuming markup input???

2017-06-19 Thread Daniel Hirt
Hi, On Mon, Jun 19, 2017 at 12:01 PM, Andrew Williams wrote: > Hi, > > Looking at the tests you point me at - selection (and the past) is a plain > text copy with the markup stripped - exactly what I would expect for > text_get - but the current content transformed with the helper will not get >

[EGIT] [core/efl] master 01/01: Canvas layout: fix part text cursor geometry port

2017-06-21 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=40e97c65896d2ebcbaaf0b6a0a6d279a5e4a commit 40e97c65896d2ebcbaaf0b6a0a6d279a5e4a Author: Daniel Hirt Date: Wed Jun 21 10:47:08 2017 +0300 Canvas layout: fix part text cursor geometry

[EGIT] [core/efl] master 03/03: Canvas text: set 'changed' on the object when text is inserted

2017-06-21 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=070171c7bb2ed4de1c790250f975c4979e829414 commit 070171c7bb2ed4de1c790250f975c4979e829414 Author: Daniel Hirt Date: Tue Jun 20 15:34:14 2017 +0300 Canvas text: set 'changed' on the o

[EGIT] [core/efl] master 02/03: Ui text: defer region show to job

2017-06-21 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f3fff0c6871002721ebb675c0f68f9a5b28209c7 commit f3fff0c6871002721ebb675c0f68f9a5b28209c7 Author: Daniel Hirt Date: Tue Jun 20 15:33:09 2017 +0300 Ui text: defer region show to job

[EGIT] [core/efl] master 01/03: Ui text: fix cursor api call

2017-06-21 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec02b5f3fb2b35f03315ab10230ff2e95a1b2401 commit ec02b5f3fb2b35f03315ab10230ff2e95a1b2401 Author: Daniel Hirt Date: Tue Jun 20 15:31:08 2017 +0300 Ui text: fix cursor api call This

[EGIT] [core/efl] master 01/01: Evas textblock: re-apply paragraph position inference

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a10f726fc5540196e9ac64fe5e1aa2951904910a commit a10f726fc5540196e9ac64fe5e1aa2951904910a Author: Daniel Hirt Date: Thu Jun 29 13:57:54 2017 +0300 Evas textblock: re-apply paragraph position

[EGIT] [core/efl] master 01/01: Evas textblock: fix legacy_newline in legacy API

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4024857bf6098b91ed3859fac9bfc149b4db3b81 commit 4024857bf6098b91ed3859fac9bfc149b4db3b81 Author: Daniel Hirt Date: Sun Jun 25 13:21:52 2017 +0300 Evas textblock: fix legacy_newline in legacy

[EGIT] [core/efl] master 01/01: Elm layout: fix broken text part name resolving

2017-06-29 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c0e4a218dd06ecf790a5338c4fcc09a4073dba0c commit c0e4a218dd06ecf790a5338c4fcc09a4073dba0c Author: Daniel Hirt Date: Thu Jun 29 21:33:12 2017 +0300 Elm layout: fix broken text part name

Re: [E-devel] Elm_Entry assuming markup input???

2017-07-04 Thread Daniel Hirt
API, which is currently plain text only is being extended with a solid markup API * The existing markup format will be supported through _markup_text_set or similar API leaving text_set/get to be plain text only It was beileved that this would satisfy all requirements whilst removing any conf

[EGIT] [core/efl] master 02/05: Elm layout: only allow legacy for using NULL text parts

2017-07-05 Thread Daniel Hirt
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=544fedaeba445609ca285e939db0742730137199 commit 544fedaeba445609ca285e939db0742730137199 Author: Daniel Hirt Date: Tue Jul 4 12:54:44 2017 +0300 Elm layout: only allow legacy for using NULL text

[EGIT] [core/efl] master 06/09: Ui internal text interactive: handle signed cursor position

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=22c39d4ee51a7efc3888acaf2f52841dd1d4f8a3 commit 22c39d4ee51a7efc3888acaf2f52841dd1d4f8a3 Author: Daniel Hirt Date: Wed Jul 12 09:52:59 2017 +0300 Ui internal text interactive: handle signed

[EGIT] [core/efl] master 03/09: Ui text: set default color (white)

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=02a607f360516a31a6d69e0b15372a5fcfd97574 commit 02a607f360516a31a6d69e0b15372a5fcfd97574 Author: Daniel Hirt Date: Thu Jun 22 18:03:41 2017 +0300 Ui text: set default color (white) --- src

[EGIT] [core/efl] master 09/09: Text: move Annotation type to Efl.Text.Annotate namespace

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4923945f817c3b834e970187e1431db55d022d47 commit 4923945f817c3b834e970187e1431db55d022d47 Author: Daniel Hirt Date: Mon Jul 17 17:38:28 2017 +0300 Text: move Annotation type to

[EGIT] [core/efl] master 02/09: Canvas text: re-add support for tabs

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb2678d403f43b6ba4cda08ff44b51163280deb8 commit bb2678d403f43b6ba4cda08ff44b51163280deb8 Author: Daniel Hirt Date: Thu Jun 22 17:59:14 2017 +0300 Canvas text: re-add support for tabs

[EGIT] [core/efl] master 05/09: Ui text: don't send focus action to cursor on init

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e7f7636ac10e89bcb3719850e4c41c6718ef5aa7 commit e7f7636ac10e89bcb3719850e4c41c6718ef5aa7 Author: Daniel Hirt Date: Mon Jul 3 20:37:39 2017 +0300 Ui text: don't send focus action to curs

[EGIT] [core/efl] master 04/09: Ui text: add more examples to test

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2bb0a1123e104ece64744ba5889950f3eeb3a3d5 commit 2bb0a1123e104ece64744ba5889950f3eeb3a3d5 Author: Daniel Hirt Date: Thu Jun 22 18:03:45 2017 +0300 Ui text: add more examples to test --- src

[EGIT] [core/efl] master 07/09: Evas textblock: fix legacy header

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c4ea25cbdbfb027d5119880ddcf0bf5ba6a5720b commit c4ea25cbdbfb027d5119880ddcf0bf5ba6a5720b Author: Daniel Hirt Date: Mon Jul 17 09:25:32 2017 +0300 Evas textblock: fix legacy header Fix

[EGIT] [core/efl] master 01/09: Ui text: use new api instead of 'style' property in the test

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba9a1b97c5eac0af93374c9bc4830427ee73a42f commit ba9a1b97c5eac0af93374c9bc4830427ee73a42f Author: Daniel Hirt Date: Thu Jun 22 17:17:17 2017 +0300 Ui text: use new api instead of '

[EGIT] [core/efl] master 08/09: Efl text: replace all usages of cursor handle to same type

2017-07-17 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d5f781da2b93085d51fd09803e27579fb7f8c2da commit d5f781da2b93085d51fd09803e27579fb7f8c2da Author: Daniel Hirt Date: Mon Jul 17 12:45:36 2017 +0300 Efl text: replace all usages of cursor handle

Re: [E-devel] Work items towards 1.20

2017-07-20 Thread Daniel Hirt
Hi, On 07/20/2017 06:18 PM, Stefan Schmidt wrote: [snipped] o From my review we have still open: o evas_textblock_cursor_equal was removed but seems to be part of our legacy API. That's odd, I added it back to 'evas_textblock_legacy.h' with c4ea25cbdbfb027d5119880ddcf0bf5ba6a5720b Wha

  1   2   3   >