platform/upstream/efl.git
13 years agochlog++
Carsten Haitzler [Mon, 11 Apr 2011 12:07:03 +0000 (12:07 +0000)]
chlog++

SVN revision: 58547

13 years agomany more shadow options (8 shadow directions now)
Carsten Haitzler [Mon, 11 Apr 2011 12:05:59 +0000 (12:05 +0000)]
many more shadow options (8 shadow directions now)

SVN revision: 58546

13 years agoEcore ecore_imf: Fixed formatting and removed trailing whitespaces.
Daniel Juyung Seo [Mon, 11 Apr 2011 11:31:55 +0000 (11:31 +0000)]
Ecore ecore_imf: Fixed formatting and removed trailing whitespaces.
Patch by Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 58545

13 years agoEvas sw8: Inherit most of the engine from sw_generic.
Tom Hacohen [Mon, 11 Apr 2011 10:18:13 +0000 (10:18 +0000)]
Evas sw8: Inherit most of the engine from sw_generic.

SVN revision: 58543

13 years agoEvas sw16: Inherit most of the engine from sw_generic.
Tom Hacohen [Mon, 11 Apr 2011 10:18:10 +0000 (10:18 +0000)]
Evas sw16: Inherit most of the engine from sw_generic.

SVN revision: 58542

13 years agoEvas: Add EVAS_API_RESET that overrides API with NULL.
Tom Hacohen [Mon, 11 Apr 2011 10:18:06 +0000 (10:18 +0000)]
Evas: Add EVAS_API_RESET that overrides API with NULL.

SVN revision: 58541

13 years agoeina: add eina_inlist_sort (merge sort based on eina_list code).
Cedric BAIL [Mon, 11 Apr 2011 09:55:27 +0000 (09:55 +0000)]
eina: add eina_inlist_sort (merge sort based on eina_list code).

SVN revision: 58540

13 years agoEvas textblock: *_markup_prepend should use the passed cursor.
Tom Hacohen [Sun, 10 Apr 2011 07:27:07 +0000 (07:27 +0000)]
Evas textblock: *_markup_prepend should use the passed cursor.

This fixes a bug that caused evas_object_textblock_text_markup_prepend
to use the object's cursor, instead of the passed cursor when prepending
text.
Thanks to WooHyun for the catch.

SVN revision: 58531

13 years agoEdje: Edje_Text: Don't segfault on _edje_text_part_on_del if there is
Christopher Michael [Sat, 9 Apr 2011 05:48:47 +0000 (05:48 +0000)]
Edje: Edje_Text: Don't segfault on _edje_text_part_on_del if there is
not 'part'

Don't ask me how I found this one, but it happened :/ so trap for
valid part before trying to use it.

SVN revision: 58516

13 years agogles warning--
Carsten Haitzler [Sat, 9 Apr 2011 04:13:21 +0000 (04:13 +0000)]
gles warning--

SVN revision: 58514

13 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
Leif Middelschulte [Sat, 9 Apr 2011 03:21:49 +0000 (03:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] ecore_x_randr_current_output_get ~>
ecore_x_randr_window_outputs_get

find attached a set of patches that do the following:

State before patches:
ecore_x_randr_current_output_get was unimplemented.

State after patches:
Patch1: ecore_x_randr_window_outputs_get implements functionality of
ecore_x_randr_current_output_get
Patch2: ecore_x_randr_current_output_get is deprecated and redirects
calls to ecore_x_randr_window_outputs_get

(also i fixed the function to handle realloc errors and not fail, as
well as properly do rectangle intersects based on ROOT relative coords
which is what you wanted to start with as this would have only worked
right on immediate children of root)

SVN revision: 58513

13 years agoand dont handle escape if in string
Carsten Haitzler [Sat, 9 Apr 2011 02:59:28 +0000 (02:59 +0000)]
and dont handle escape if in string

SVN revision: 58511

13 years agoif we find a \ inside a macro parameter... handle it as an escape and
Carsten Haitzler [Sat, 9 Apr 2011 02:49:19 +0000 (02:49 +0000)]
if we find a \ inside a macro parameter... handle it as an escape and
skip it giving the next char verbatim.

SVN revision: 58510

13 years agoprovide better parser output on error.
Carsten Haitzler [Sat, 9 Apr 2011 02:35:01 +0000 (02:35 +0000)]
provide better parser output on error.

SVN revision: 58508

13 years agodoxy -> h files.
Carsten Haitzler [Fri, 8 Apr 2011 11:01:08 +0000 (11:01 +0000)]
doxy -> h files.

SVN revision: 58487

13 years agodoxy -> .h
Carsten Haitzler [Fri, 8 Apr 2011 10:43:13 +0000 (10:43 +0000)]
doxy -> .h

SVN revision: 58486

13 years agocleanup h a bit.
Carsten Haitzler [Fri, 8 Apr 2011 08:00:28 +0000 (08:00 +0000)]
cleanup h a bit.

SVN revision: 58480

13 years agomissed some doxy
Carsten Haitzler [Fri, 8 Apr 2011 07:52:46 +0000 (07:52 +0000)]
missed some doxy

SVN revision: 58479

13 years agodoxy -> .h
Carsten Haitzler [Fri, 8 Apr 2011 07:45:46 +0000 (07:45 +0000)]
doxy -> .h

SVN revision: 58478

13 years agodoxy move to header.
Carsten Haitzler [Fri, 8 Apr 2011 07:26:20 +0000 (07:26 +0000)]
doxy move to header.

SVN revision: 58477

13 years agomore doc -> .h
Carsten Haitzler [Fri, 8 Apr 2011 06:26:29 +0000 (06:26 +0000)]
more doc -> .h

SVN revision: 58476

13 years agomore of eet docs in .h - all of it minus examples actually.
Carsten Haitzler [Fri, 8 Apr 2011 06:21:40 +0000 (06:21 +0000)]
more of eet docs in .h - all of it minus examples actually.

SVN revision: 58475

13 years agodoxy to h.
Carsten Haitzler [Fri, 8 Apr 2011 06:11:31 +0000 (06:11 +0000)]
doxy to h.

SVN revision: 58473

13 years agowrn--
Carsten Haitzler [Fri, 8 Apr 2011 05:57:28 +0000 (05:57 +0000)]
wrn--

SVN revision: 58472

13 years agowrn--
Carsten Haitzler [Fri, 8 Apr 2011 05:53:49 +0000 (05:53 +0000)]
wrn--

SVN revision: 58471

13 years agoEdje edje_smart.c: Fixed formatting. Removed trailing white spaces.
Daniel Juyung Seo [Fri, 8 Apr 2011 00:30:40 +0000 (00:30 +0000)]
Edje edje_smart.c: Fixed formatting. Removed trailing white spaces.

SVN revision: 58466

13 years agoEdje Edje.h: Fixed formatting. Removed trailing whitespaces.
Daniel Juyung Seo [Thu, 7 Apr 2011 23:57:06 +0000 (23:57 +0000)]
Edje Edje.h: Fixed formatting. Removed trailing whitespaces.

SVN revision: 58465

13 years agoEvas font-engine: Remove most of the passing of strings.
Tom Hacohen [Thu, 7 Apr 2011 16:25:56 +0000 (16:25 +0000)]
Evas font-engine: Remove most of the passing of strings.

We have string objects, we don't really need them. Draw still uses strings
for metric cache, but that will be removed soon as well.

SVN revision: 58460

13 years agoEvas textblock: Fix handling of newline in compatiblity mode.
Tom Hacohen [Thu, 7 Apr 2011 15:25:19 +0000 (15:25 +0000)]
Evas textblock: Fix handling of newline in compatiblity mode.

This fixes an issue with newlines that were shoved in the middle of
other format parts like <font_size=46 \n>.

SVN revision: 58457

13 years agoEvas textblock: Fixed a major bug - don't recreate format items.
Tom Hacohen [Thu, 7 Apr 2011 14:25:48 +0000 (14:25 +0000)]
Evas textblock: Fixed a major bug - don't recreate format items.

I added a mode to format parsing that doesn't create new format items.
The bug was that format items were created all the time although they were
not needed.

SVN revision: 58456

13 years agoRevert "Evas textblock: Fixed a major bug. Forgot recreating a layout paragraph."
Tom Hacohen [Thu, 7 Apr 2011 14:01:31 +0000 (14:01 +0000)]
Revert "Evas textblock: Fixed a major bug. Forgot recreating a layout paragraph."

Apparently it was a mistake and I did handle everything correctly.

This reverts commit 58454.

SVN revision: 58455

13 years agoEvas textblock: Fixed a major bug. Forgot recreating a layout paragraph.
Tom Hacohen [Thu, 7 Apr 2011 13:40:42 +0000 (13:40 +0000)]
Evas textblock: Fixed a major bug. Forgot recreating a layout paragraph.

We should create a layout paragraph when it's a new paragraph and when
we removed the previous one that was there because we wanted to
remake it. Forgot adding a paragraph in the second case.

SVN revision: 58454

13 years agoEvas: Fix last changelog entry description.
Tom Hacohen [Thu, 7 Apr 2011 13:34:00 +0000 (13:34 +0000)]
Evas: Fix last changelog entry description.

SVN revision: 58453

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:21:28 +0000 (13:21 +0000)]
doxy -> .h

SVN revision: 58451

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:17:25 +0000 (13:17 +0000)]
doxy -> .h

SVN revision: 58450

13 years agoEvas textblock: Updated changelog.
Tom Hacohen [Thu, 7 Apr 2011 13:15:57 +0000 (13:15 +0000)]
Evas textblock: Updated changelog.

SVN revision: 58449

13 years agodoxy->h
Carsten Haitzler [Thu, 7 Apr 2011 13:15:31 +0000 (13:15 +0000)]
doxy->h

SVN revision: 58448

13 years agoEvas textblock: Fixed a bug in newline compatible mode.
Tom Hacohen [Thu, 7 Apr 2011 13:13:41 +0000 (13:13 +0000)]
Evas textblock: Fixed a bug in newline compatible mode.

SVN revision: 58447

13 years agoEvas textblock: Don't mark nodes as clean when in 'calc_only'.
Tom Hacohen [Thu, 7 Apr 2011 13:13:38 +0000 (13:13 +0000)]
Evas textblock: Don't mark nodes as clean when in 'calc_only'.

SVN revision: 58446

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:13:11 +0000 (13:13 +0000)]
doxy -> .h

SVN revision: 58445

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:11:27 +0000 (13:11 +0000)]
doxy -> .h

SVN revision: 58444

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:08:48 +0000 (13:08 +0000)]
more doxy -> .h

SVN revision: 58443

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:05:05 +0000 (13:05 +0000)]
doxy -> .h

SVN revision: 58442

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:01:48 +0000 (13:01 +0000)]
doxy -> .h

SVN revision: 58440

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 13:00:10 +0000 (13:00 +0000)]
doxy -> .h

SVN revision: 58439

13 years agodoxy
Carsten Haitzler [Thu, 7 Apr 2011 12:58:21 +0000 (12:58 +0000)]
doxy

SVN revision: 58438

13 years agomore dox -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:57:44 +0000 (12:57 +0000)]
more dox -> .h

SVN revision: 58437

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:45:51 +0000 (12:45 +0000)]
more doxy -> .h

SVN revision: 58436

13 years agodoxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:44:02 +0000 (12:44 +0000)]
doxy -> .h

SVN revision: 58435

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:38:55 +0000 (12:38 +0000)]
more doxy -> .h

SVN revision: 58434

13 years agoedje: prevent file format break with trunk.
Cedric BAIL [Thu, 7 Apr 2011 12:34:18 +0000 (12:34 +0000)]
edje: prevent file format break with trunk.

SVN revision: 58433

13 years agomore doxy to .h
Carsten Haitzler [Thu, 7 Apr 2011 12:31:57 +0000 (12:31 +0000)]
more doxy to .h

SVN revision: 58432

13 years agoEvas textblock: Add saftey check.
Tom Hacohen [Thu, 7 Apr 2011 12:27:35 +0000 (12:27 +0000)]
Evas textblock: Add saftey check.

SVN revision: 58431

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:26:24 +0000 (12:26 +0000)]
more doxy -> .h

SVN revision: 58430

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:23:22 +0000 (12:23 +0000)]
more doxy -> .h

SVN revision: 58429

13 years agoEvas textblock: Adding visible formats - only invalidate current node.
Tom Hacohen [Thu, 7 Apr 2011 12:22:16 +0000 (12:22 +0000)]
Evas textblock: Adding visible formats - only invalidate current node.

No need to invalidate all the nodes when adding visible formats because
they are "like regular text".

SVN revision: 58428

13 years agomore dox -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:21:50 +0000 (12:21 +0000)]
more dox -> .h

SVN revision: 58427

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:17:32 +0000 (12:17 +0000)]
more doxy -> .h

SVN revision: 58426

13 years agomore dox -> .h
Carsten Haitzler [Thu, 7 Apr 2011 12:04:24 +0000 (12:04 +0000)]
more dox -> .h

SVN revision: 58425

13 years agomove more doc to .h
Carsten Haitzler [Thu, 7 Apr 2011 11:55:27 +0000 (11:55 +0000)]
move more doc to .h

SVN revision: 58424

13 years agomore doxy -> .h
Carsten Haitzler [Thu, 7 Apr 2011 11:40:55 +0000 (11:40 +0000)]
more doxy -> .h

SVN revision: 58421

13 years agomore doxy -> h
Carsten Haitzler [Thu, 7 Apr 2011 11:39:20 +0000 (11:39 +0000)]
more doxy -> h

SVN revision: 58420

13 years agomore doc to h files
Carsten Haitzler [Thu, 7 Apr 2011 11:30:22 +0000 (11:30 +0000)]
more doc to h files

SVN revision: 58419

13 years agoEvas textblock: Only relayout paragraphs that have changed.
Tom Hacohen [Thu, 7 Apr 2011 11:24:15 +0000 (11:24 +0000)]
Evas textblock: Only relayout paragraphs that have changed.

Remove deleted paragraphs, add new paragraphs and generally relayout
only when really needed. Also, don't relayout when width hasn't changed
and the paragraph haven't changed.

SVN revision: 58418

13 years agoEvas textblock: Clean the code a bit (remove node-invalidation func).
Tom Hacohen [Thu, 7 Apr 2011 11:24:11 +0000 (11:24 +0000)]
Evas textblock: Clean the code a bit (remove node-invalidation func).

No need for that, just specifically mark where needed that a node has
changed. This is cleaner and nicer.

SVN revision: 58417

13 years agomore doc -> header.
Carsten Haitzler [Thu, 7 Apr 2011 11:22:34 +0000 (11:22 +0000)]
more doc -> header.

SVN revision: 58416

13 years agomore docs to .h files.
Carsten Haitzler [Thu, 7 Apr 2011 11:16:30 +0000 (11:16 +0000)]
more docs to .h files.

SVN revision: 58415

13 years agomore docs to headers.
Carsten Haitzler [Thu, 7 Apr 2011 11:12:45 +0000 (11:12 +0000)]
more docs to headers.

SVN revision: 58414

13 years agomove some more doc to .h
Carsten Haitzler [Thu, 7 Apr 2011 11:01:26 +0000 (11:01 +0000)]
move some more doc to .h

SVN revision: 58413

13 years agosome doc -> .h
Carsten Haitzler [Thu, 7 Apr 2011 10:38:25 +0000 (10:38 +0000)]
some doc -> .h

SVN revision: 58412

13 years agomove docs to .h
Carsten Haitzler [Thu, 7 Apr 2011 10:26:38 +0000 (10:26 +0000)]
move docs to .h

SVN revision: 58411

13 years agoslight doc clean
Carsten Haitzler [Thu, 7 Apr 2011 04:42:01 +0000 (04:42 +0000)]
slight doc clean

SVN revision: 58404

13 years agoEcore_X: Randr: Fixup formatting.
Christopher Michael [Wed, 6 Apr 2011 23:49:14 +0000 (23:49 +0000)]
Ecore_X: Randr: Fixup formatting.

SVN revision: 58399

13 years agoEvas textblock: Cleaned code up a bit.
Tom Hacohen [Wed, 6 Apr 2011 15:51:14 +0000 (15:51 +0000)]
Evas textblock: Cleaned code up a bit.

SVN revision: 58395

13 years agoevas: fix broken 16bits engine.
Cedric BAIL [Wed, 6 Apr 2011 15:37:54 +0000 (15:37 +0000)]
evas: fix broken 16bits engine.

SVN revision: 58394

13 years agoeina: fix amalgamation build.
Cedric BAIL [Wed, 6 Apr 2011 15:18:08 +0000 (15:18 +0000)]
eina: fix amalgamation build.

SVN revision: 58392

13 years agoeina: add Eina_Simple_Xml parser by Gustavo.
Cedric BAIL [Wed, 6 Apr 2011 10:14:03 +0000 (10:14 +0000)]
eina: add Eina_Simple_Xml parser by Gustavo.

TODO: fix docs (but today, eina doc need some love again)
      use iconv and handle encoding (can get entity-to-utf8 from evas)
      description of what to do at :
http://marc.info/?l=enlightenment-devel&m=129975452006699&w=3

NOTE: this mean this API is not stable yet and will be broken soon.

SVN revision: 58387

13 years agoand now REALLY fix that viewport bug...
Carsten Haitzler [Wed, 6 Apr 2011 10:11:01 +0000 (10:11 +0000)]
and now REALLY fix that viewport bug...

SVN revision: 58386

13 years agoand handle other make current to "no context" in case.
Carsten Haitzler [Wed, 6 Apr 2011 09:40:13 +0000 (09:40 +0000)]
and handle other make current to "no context" in case.

SVN revision: 58385

13 years agofix gles engine bug with > 1 window.. missing viewport transform
Carsten Haitzler [Wed, 6 Apr 2011 09:38:39 +0000 (09:38 +0000)]
fix gles engine bug with > 1 window.. missing viewport transform
fixups on deletion of a window!

SVN revision: 58384

13 years agochlog++
Carsten Haitzler [Wed, 6 Apr 2011 07:37:13 +0000 (07:37 +0000)]
chlog++

SVN revision: 58382

13 years agofix scossor clip on 90 degree rots.
Carsten Haitzler [Wed, 6 Apr 2011 07:32:33 +0000 (07:32 +0000)]
fix scossor clip on 90 degree rots.

SVN revision: 58381

13 years agoEvas: Mask: Fix non-masked image rendering.
Brett Nash [Wed, 6 Apr 2011 06:43:33 +0000 (06:43 +0000)]
Evas: Mask: Fix non-masked image rendering.

Mismerge by me.

SVN revision: 58380

13 years agoEvas: Mask: Add shader init code.
Brett Nash [Wed, 6 Apr 2011 06:15:59 +0000 (06:15 +0000)]
Evas: Mask: Add shader init code.

SVN revision: 58377

13 years agoEvas: Mask: Fix undeclared warnings.
Brett Nash [Wed, 6 Apr 2011 06:10:31 +0000 (06:10 +0000)]
Evas: Mask: Fix undeclared warnings.

Also comment out a function.

SVN revision: 58376

13 years agofixme notice, fix make current context to force if it was changed.
Carsten Haitzler [Wed, 6 Apr 2011 05:56:53 +0000 (05:56 +0000)]
fixme notice, fix make current context to force if it was changed.

SVN revision: 58375

13 years agowarning--
Carsten Haitzler [Wed, 6 Apr 2011 05:55:21 +0000 (05:55 +0000)]
warning--

SVN revision: 58374

13 years agoMasking: Push a bit more arbitrary clipping
Brett Nash [Wed, 6 Apr 2011 05:38:38 +0000 (05:38 +0000)]
Masking: Push a bit more arbitrary clipping

This seems to have got lost in my big messup before.  This pushes enough of
mask/arbitrary clip to be somewhat useful.  I need to push a little more soon
for it to be 100% happy, but this is useful level.

SVN revision: 58373

13 years agoEvas: Remove magic for proxy.
Brett Nash [Wed, 6 Apr 2011 05:38:09 +0000 (05:38 +0000)]
Evas: Remove magic for proxy.

Since proxy became part of images, it should not be there (or anywhere).
And for vtorri compat: no changelog, added post 1.0, removed post 1.0

SVN revision: 58372

13 years agoEdje edje_entry.c: Fixed formatting. Patch by Jihoon Kim
Daniel Juyung Seo [Wed, 6 Apr 2011 01:20:59 +0000 (01:20 +0000)]
Edje edje_entry.c: Fixed formatting. Patch by Jihoon Kim
<jihoon48.kim@samsung.com>

SVN revision: 58370

13 years agoEcore_X: XLib: Add missing 'void' in dpms functions.
Christopher Michael [Tue, 5 Apr 2011 17:35:18 +0000 (17:35 +0000)]
Ecore_X: XLib: Add missing 'void' in dpms functions.

SVN revision: 58366

13 years agoevas: remove useless check.
Cedric BAIL [Tue, 5 Apr 2011 14:31:49 +0000 (14:31 +0000)]
evas: remove useless check.

SVN revision: 58365

13 years agoevas: and now, the last one to die today, Evas Xrender backend.
Cedric BAIL [Tue, 5 Apr 2011 14:16:18 +0000 (14:16 +0000)]
evas: and now, the last one to die today, Evas Xrender backend.

SVN revision: 58364

13 years agoecore: fix ecore_evas removal of Evas Quartz backend.
Cedric BAIL [Tue, 5 Apr 2011 14:04:10 +0000 (14:04 +0000)]
ecore: fix ecore_evas removal of Evas Quartz backend.

SVN revision: 58363

13 years agoevas: and now is the death of Qtopia engine.
Cedric BAIL [Tue, 5 Apr 2011 13:45:54 +0000 (13:45 +0000)]
evas: and now is the death of Qtopia engine.

SVN revision: 58362

13 years agoevas: one more death: gl_glew !
Cedric BAIL [Tue, 5 Apr 2011 13:19:20 +0000 (13:19 +0000)]
evas: one more death: gl_glew !

SVN revision: 58360

13 years agoevas: remove Evas Cairo backend.
Cedric BAIL [Tue, 5 Apr 2011 13:00:23 +0000 (13:00 +0000)]
evas: remove Evas Cairo backend.

SVN revision: 58359

13 years agoevas: remove Evas Quartz backend.
Cedric BAIL [Tue, 5 Apr 2011 12:25:25 +0000 (12:25 +0000)]
evas: remove Evas Quartz backend.

SVN revision: 58358

13 years agoecore: remove user of deprecated Evas Quartz backend.
Cedric BAIL [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.

SVN revision: 58355

13 years agoEvas textblock: Removed deprecated code.
Tom Hacohen [Tue, 5 Apr 2011 10:39:24 +0000 (10:39 +0000)]
Evas textblock: Removed deprecated code.

This logic is already done elsewhere, no need for this function (which is
broken anyway).

SVN revision: 58349