platform/upstream/efl.git
12 years agoEo: Fixed a bug in wref del.
Tom Hacohen [Tue, 1 May 2012 11:25:00 +0000 (11:25 +0000)]
Eo: Fixed a bug in wref del.

SVN revision: 70572

12 years agoEo: Changed #EINA_TRUE/FALSE to @C EINA_*.
Tom Hacohen [Tue, 1 May 2012 10:42:55 +0000 (10:42 +0000)]
Eo: Changed #EINA_TRUE/FALSE to @C EINA_*.

Removes the doxygen warning, but pretty annoying.

SVN revision: 70571

12 years agoEvas textblock: Fixed a bug with right shadows.
Tom Hacohen [Tue, 1 May 2012 08:50:25 +0000 (08:50 +0000)]
Evas textblock: Fixed a bug with right shadows.

Added a missing break.

SVN revision: 70569

12 years agoEobj: Fix issue with the typecheck macro.
Tom Hacohen [Tue, 1 May 2012 08:07:04 +0000 (08:07 +0000)]
Eobj: Fix issue with the typecheck macro.

It should not use the passed variable more than once.

SVN revision: 70568

12 years agoEobj: Rename to Eo.
Tom Hacohen [Tue, 1 May 2012 07:40:14 +0000 (07:40 +0000)]
Eobj: Rename to Eo.

Blame cedric.

SVN revision: 70566

12 years agomissing fribidi cflags in all places that include evas_private.h ...
Carsten Haitzler [Tue, 1 May 2012 07:35:35 +0000 (07:35 +0000)]
missing fribidi cflags in all places that include evas_private.h ...
which includes fribidi headers from evas font bidi headers...

SVN revision: 70565

12 years agoevas: and for this nice international hollyday let me introduce a dynamic bounding...
Cedric BAIL [Tue, 1 May 2012 07:31:42 +0000 (07:31 +0000)]
evas: and for this nice international hollyday let me introduce a dynamic bounding box for smart object.

This make it possible to use the object tree to reduce the number of object, we need to explore to know
what is under a specific position. First used by propagation event code. That code is now 4 times faster, enjoy !
As a side cost evas_object_move goes from 925 to 980 valgrind cycle on my computer, so not something you
will notice.

NOTE: if you notice any breakage regarding event propagation, map, cats, minor or major, please report to
me ! I hope I didn't loose my mojo, with such a scary change, I have a big chance to get it back !

SVN revision: 70564

12 years ago[evas] When deleting map, resize/move informs will occur, that may want to access...
Gustavo Lima Chaves [Mon, 30 Apr 2012 20:47:54 +0000 (20:47 +0000)]
[evas] When deleting map, resize/move informs will occur, that may want to access smart data.

So, don't delete them before that, eh?

SVN revision: 70560

12 years agoEvas font: Fix a compiler warning.
Tom Hacohen [Mon, 30 Apr 2012 11:15:18 +0000 (11:15 +0000)]
Evas font: Fix a compiler warning.

SVN revision: 70555

12 years agoevas: remove unused parameter.
Cedric BAIL [Mon, 30 Apr 2012 09:42:42 +0000 (09:42 +0000)]
evas: remove unused parameter.

SVN revision: 70550

12 years agoeina,evas,edje,elementary: add missing files from tarballs.
Cedric BAIL [Mon, 30 Apr 2012 01:55:06 +0000 (01:55 +0000)]
eina,evas,edje,elementary: add missing files from tarballs.

Patch by Jérôme Pinot <ngc891@gmail.com>

SVN revision: 70543

12 years agoeio,ethumb,emotion: Fix build out of tree.
Cedric BAIL [Mon, 30 Apr 2012 01:40:00 +0000 (01:40 +0000)]
eio,ethumb,emotion: Fix build out of tree.

Patch by Jérôme Pinot <ngc891@gmail.com>.

SVN revision: 70540

12 years agoeio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.
Daniel Juyung Seo [Mon, 30 Apr 2012 01:16:07 +0000 (01:16 +0000)]
eio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.

SVN revision: 70538

12 years agoEobj: Fix clang's (static analyser) warnings.
Tom Hacohen [Sun, 29 Apr 2012 15:52:37 +0000 (15:52 +0000)]
Eobj: Fix clang's (static analyser) warnings.

SVN revision: 70537

12 years agoEvas textblock: Fixed warning.
Tom Hacohen [Sun, 29 Apr 2012 09:09:25 +0000 (09:09 +0000)]
Evas textblock: Fixed warning.

SVN revision: 70536

12 years agoEvas textblock: Fixed two textblock issues (range_delete).
Tom Hacohen [Sun, 29 Apr 2012 09:09:14 +0000 (09:09 +0000)]
Evas textblock: Fixed two textblock issues (range_delete).

Found using raster's cat-debugging skills.
** No cats were harmed during debugging. **

SVN revision: 70535

12 years agoevas, ecore, elementary: Updated AUTHORS and synced author documentation.
Daniel Juyung Seo [Sat, 28 Apr 2012 01:37:07 +0000 (01:37 +0000)]
evas, ecore, elementary: Updated AUTHORS and synced author documentation.

SVN revision: 70529

12 years agoeio: Updated ChangeLog.
Daniel Juyung Seo [Sat, 28 Apr 2012 01:37:01 +0000 (01:37 +0000)]
eio: Updated ChangeLog.

SVN revision: 70528

12 years agoemotion, ethumb ChangeLog: Updated ChangeLog.
Daniel Juyung Seo [Fri, 27 Apr 2012 12:12:47 +0000 (12:12 +0000)]
emotion, ethumb ChangeLog: Updated ChangeLog.

SVN revision: 70521

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Fri, 27 Apr 2012 10:34:49 +0000 (10:34 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:

SVN revision: 70514

12 years agoupdate po's
Carsten Haitzler [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's

SVN revision: 70513

12 years agoevas: remove EVAS_FRAME_QUEUING.
Cedric BAIL [Thu, 26 Apr 2012 09:53:03 +0000 (09:53 +0000)]
evas: remove EVAS_FRAME_QUEUING.

NOTE: This should be part of evas_render itself and not
delegated to the engine. So cleaning things to make it easier
during evas_render rewrite.

SVN revision: 70503

12 years agoevas: remove WORD_CACHE and METRIC_CACHE.
Cedric BAIL [Thu, 26 Apr 2012 09:04:08 +0000 (09:04 +0000)]
evas: remove WORD_CACHE and METRIC_CACHE.

Note: this two were broken. Current plan to bring
that feature back in, is to attach this information
to Evas_Text_Prop during the prepare stage. This
would improve both single and multiple core rendering
without increasing the number of lock and the complexity
of the code.

SVN revision: 70501

12 years agoevas: remove EVAS_SLI code path, it was to slow and unused for years.
Cedric BAIL [Thu, 26 Apr 2012 08:41:39 +0000 (08:41 +0000)]
evas: remove EVAS_SLI code path, it was to slow and unused for years.

NOTE: other things that may join it in the near futur EVAS_FRAME_QUEUE,
EVAS_METRIC_CACHE and maybe EVAS_WORD_CACHE also. This is all part of
cleaning up our rendering path so we can actually improve it more easily.

SVN revision: 70499

12 years agoevas: lock less font rendering.
Cedric BAIL [Thu, 26 Apr 2012 08:18:51 +0000 (08:18 +0000)]
evas: lock less font rendering.

SVN revision: 70497

12 years agoeina: fix wording order.
Cedric BAIL [Thu, 26 Apr 2012 08:16:24 +0000 (08:16 +0000)]
eina: fix wording order.

SVN revision: 70496

12 years agoeina: add backtrace support to eina.
Cedric BAIL [Thu, 26 Apr 2012 08:10:38 +0000 (08:10 +0000)]
eina: add backtrace support to eina.

SVN revision: 70495

12 years agoefl: add release point in ChangeLog files.
Cedric BAIL [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.

SVN revision: 70494

12 years agorestore .99 micro versions for trunk and add back svnrev vers too.
Carsten Haitzler [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.

SVN revision: 70492

12 years ago * NEWS:
Vincent Torri [Thu, 26 Apr 2012 04:40:45 +0000 (04:40 +0000)]
* NEWS:
* src/lib/evil_langinfo.c:
Fix nl_langinfo(RADIXCHAR).

SVN revision: 70490

12 years agoand removed the -beta tag...
Carsten Haitzler [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...

SVN revision: 70489

12 years agoupdate po's
Carsten Haitzler [Thu, 26 Apr 2012 04:13:17 +0000 (04:13 +0000)]
update po's

SVN revision: 70487

12 years agomake notes about wayland stuff being experimental. we cant really back
Carsten Haitzler [Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)]
make notes about wayland stuff being experimental. we cant really back
it until wayland itself is stable. warnings. lets hope it all works
out fine in the end.

SVN revision: 70486

12 years agovalgrind complaint fix!zero out stack before use in embryo.
Carsten Haitzler [Wed, 25 Apr 2012 10:43:04 +0000 (10:43 +0000)]
valgrind complaint fix!zero out stack before use in embryo.

SVN revision: 70468

12 years agocomment from jeremy - dfb.h messes with eina macros :(
Carsten Haitzler [Wed, 25 Apr 2012 10:37:13 +0000 (10:37 +0000)]
comment from jeremy - dfb.h messes with eina macros :(

SVN revision: 70467

12 years agoeina: fix typo in doc
Michael BOUCHAUD [Wed, 25 Apr 2012 10:17:31 +0000 (10:17 +0000)]
eina: fix typo in doc

SVN revision: 70465

12 years agofix valgrind bitch about uniittied mem!
Carsten Haitzler [Wed, 25 Apr 2012 09:16:43 +0000 (09:16 +0000)]
fix valgrind bitch about uniittied mem!

SVN revision: 70461

12 years agopatch up another out-of-bound text problem in textblock.
Carsten Haitzler [Wed, 25 Apr 2012 08:34:06 +0000 (08:34 +0000)]
patch up another out-of-bound text problem in textblock.

SVN revision: 70459

12 years ago1 more valgrind bitch gone. i know pos shouldnt exceed string array
Carsten Haitzler [Wed, 25 Apr 2012 08:26:05 +0000 (08:26 +0000)]
1 more valgrind bitch gone. i know pos shouldnt exceed string array
bounds by logic but it crept through - this protects if it does.

SVN revision: 70458

12 years agofix valgrind complaint in textblock.
Carsten Haitzler [Wed, 25 Apr 2012 08:04:36 +0000 (08:04 +0000)]
fix valgrind complaint in textblock.

SVN revision: 70457

12 years agoquiet stderr on xpm load unless we are loading data this phase
Carsten Haitzler [Wed, 25 Apr 2012 04:07:12 +0000 (04:07 +0000)]
quiet stderr on xpm load unless we are loading data this phase

SVN revision: 70455

12 years agoEcore_Evas (wayland): Fixes for moving/resizing efl wayland clients.
Christopher Michael [Tue, 24 Apr 2012 17:01:59 +0000 (17:01 +0000)]
Ecore_Evas (wayland): Fixes for moving/resizing efl wayland clients.

SVN revision: 70444

12 years agoEcore_Wayland: Cleanup header inclusions. Fix issues with efl wayland
Christopher Michael [Tue, 24 Apr 2012 16:59:35 +0000 (16:59 +0000)]
Ecore_Wayland: Cleanup header inclusions. Fix issues with efl wayland
clients not moving or resizing properly with most recent git wayland.
Make use of wayland's new 'serial' stuff in place of timestamps (where
appropriate). Add code to handle new wayland 'ping' events.

SVN revision: 70443

12 years agoeina: remove useless check for NULL
Lucas De Marchi [Tue, 24 Apr 2012 14:21:22 +0000 (14:21 +0000)]
eina: remove useless check for NULL

choice is always set

SVN revision: 70441

12 years agoeina: fix copyright
Lucas De Marchi [Tue, 24 Apr 2012 14:19:02 +0000 (14:19 +0000)]
eina: fix copyright

The content of this file was changed and there's no code left from them.

SVN revision: 70440

12 years agoEobj: change the tests according to the new wref concept.
Tom Hacohen [Tue, 24 Apr 2012 12:27:22 +0000 (12:27 +0000)]
Eobj: change the tests according to the new wref concept.

We should not delete the wref if object is already freed. It's because
of the damn new wref API.

SVN revision: 70438

12 years agoEobj: Fixed a possible bug with object deletion.
Tom Hacohen [Tue, 24 Apr 2012 12:16:23 +0000 (12:16 +0000)]
Eobj: Fixed a possible bug with object deletion.

SVN revision: 70437

12 years agoEobj: Made weak ref a base class function.
Tom Hacohen [Tue, 24 Apr 2012 12:16:21 +0000 (12:16 +0000)]
Eobj: Made weak ref a base class function.

SVN revision: 70436

12 years agoEobj: eobj_event_callback_del/_full renames.
Tom Hacohen [Tue, 24 Apr 2012 12:16:17 +0000 (12:16 +0000)]
Eobj: eobj_event_callback_del/_full renames.

eobj_event_callback_del -> eobj_event_callback_del_lazy.
eobj_event_callback_del_full -> eobj_event_callback_del.

Thanks to cedric for the suggestion.

SVN revision: 70435

12 years agoEvas image: Add const to the obj parameter.
Tom Hacohen [Tue, 24 Apr 2012 11:01:53 +0000 (11:01 +0000)]
Evas image: Add const to the obj parameter.

Patch by Daniel Zaoui.

SVN revision: 70433

12 years agoEobj: Changed all the eobj_do macros to lowercase.
Tom Hacohen [Tue, 24 Apr 2012 08:56:49 +0000 (08:56 +0000)]
Eobj: Changed all the eobj_do macros to lowercase.

code clutter--.

SVN revision: 70432

12 years agoEobj: Added infrastructure for const functions and eobj_query.
Tom Hacohen [Tue, 24 Apr 2012 08:04:14 +0000 (08:04 +0000)]
Eobj: Added infrastructure for const functions and eobj_query.

SVN revision: 70431

12 years agoEobj: Fixed the order of parameters in the weak ref add func.
Tom Hacohen [Tue, 24 Apr 2012 08:04:09 +0000 (08:04 +0000)]
Eobj: Fixed the order of parameters in the weak ref add func.

SVN revision: 70430

12 years agoseveral fixes for the doxygen docs.
Sanjeev BA [Mon, 23 Apr 2012 23:31:38 +0000 (23:31 +0000)]
several fixes for the doxygen docs.

Author : Jérôme Pinot <ngc891@gmail.com>

SVN revision: 70426

12 years agoCleanup Doxygen Warnings - ecore 5
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:58 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 5

Files modified:
ecore/src/lib/ecore_win32/Ecore_Win32.h
ecore/src/lib/ecore_wince/Ecore_WinCE.h
ecore/src/lib/ecore_x/Ecore_X.h

SVN revision: 70425

12 years agoCleanup Doxygen Warnings - ecore 4
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:55 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 4

Files modified:
ecore/src/lib/ecore_wayland/ecore_wl_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c
ecore/src/lib/ecore_x/xlib/ecore_x.c
ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c
ecore/src/lib/ecore_x/xlib/ecore_x_window.c
ecore/src/lib/ecore_x/xlib/ecore_x_window_prop.c

SVN revision: 70424

12 years agoCleanup Doxygen Warnings - ecore 3
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:51 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 3

Files modified:
ecore/src/lib/ecore_file/Ecore_File.h
ecore/src/lib/ecore_file/ecore_file_monitor.c
ecore/src/lib/ecore_imf/Ecore_IMF.h
ecore/src/lib/ecore_imf/ecore_imf_context.c

SVN revision: 70423

12 years agoCleanup Doxygen Warnings - ecore 2
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:48 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 2

Files modified:
ecore/src/lib/ecore_evas/Ecore_Evas.h
ecore/src/lib/ecore_evas/ecore_evas_fb.c
ecore/src/lib/ecore_evas/ecore_evas_sdl.c
ecore/src/lib/ecore_evas/ecore_evas_util.c
ecore/src/lib/ecore_evas/ecore_evas_x.c
ecore/src/lib/ecore_fb/ecore_fb_li.c

SVN revision: 70422

12 years agoCleanup Doxygen Warnings - ecore 1
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:44 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 1

Files modified:
ecore/doc/Doxyfile.in
ecore/src/lib/ecore/Ecore.h
ecore/src/lib/ecore/ecore.c
ecore/src/lib/ecore/ecore_getopt.c
ecore/src/lib/ecore/ecore_main.c
ecore/src/lib/ecore_con/Ecore_Con.h

SVN revision: 70421

12 years agoEobj: Updated weak ref docs.
Tom Hacohen [Mon, 23 Apr 2012 12:47:44 +0000 (12:47 +0000)]
Eobj: Updated weak ref docs.

SVN revision: 70419

12 years agoEobj: Make eobj_weak_ref_add return the obejct being reffed.
Tom Hacohen [Mon, 23 Apr 2012 12:32:36 +0000 (12:32 +0000)]
Eobj: Make eobj_weak_ref_add return the obejct being reffed.

Suggested by vtorri.

SVN revision: 70418

12 years agoEobj: Added docs to the examples (needed for introspection).
Tom Hacohen [Mon, 23 Apr 2012 12:32:34 +0000 (12:32 +0000)]
Eobj: Added docs to the examples (needed for introspection).

Patch by Yakov Goldberg.

SVN revision: 70417

12 years agoEobj: added warnings to eobj_ref's docs.
Tom Hacohen [Mon, 23 Apr 2012 11:51:49 +0000 (11:51 +0000)]
Eobj: added warnings to eobj_ref's docs.

SVN revision: 70416

12 years agoEobj: Changed weak-ref to work without allocating a structure.
Tom Hacohen [Mon, 23 Apr 2012 10:57:04 +0000 (10:57 +0000)]
Eobj: Changed weak-ref to work without allocating a structure.

Thanks to cedric.

SVN revision: 70415

12 years agoEobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.
Tom Hacohen [Mon, 23 Apr 2012 08:26:40 +0000 (08:26 +0000)]
Eobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.

vtorri is right pointing out it is a reserved name.

SVN revision: 70414

12 years agoEobj: Destruct the object upon deletion, free it when unrefed.
Tom Hacohen [Mon, 23 Apr 2012 08:10:12 +0000 (08:10 +0000)]
Eobj: Destruct the object upon deletion, free it when unrefed.

Sorted this out a bit. I believe the current behaviour is better than the
previous one.

SVN revision: 70413

12 years agoEobj: we don't care about "Still reachable".
Tom Hacohen [Mon, 23 Apr 2012 08:10:09 +0000 (08:10 +0000)]
Eobj: we don't care about "Still reachable".

It seems that libcheck keeps some reachable data, unfortunate as it makes
it very annoying for us to check for reachable memory in our code, but
letting valgrind report about it is just too damn annoying.

SVN revision: 70412

12 years agoEobj: Use EINA_SAFETY when needed.
Tom Hacohen [Mon, 23 Apr 2012 08:10:06 +0000 (08:10 +0000)]
Eobj: Use EINA_SAFETY when needed.

Also added a couple of EINA_UNLIKELY.

SVN revision: 70411

12 years agoEobj: Added eina magic to API functions.
Tom Hacohen [Mon, 23 Apr 2012 08:10:04 +0000 (08:10 +0000)]
Eobj: Added eina magic to API functions.

SVN revision: 70410

12 years agoEobj: Fixed windows support.
Tom Hacohen [Mon, 23 Apr 2012 08:10:00 +0000 (08:10 +0000)]
Eobj: Fixed windows support.

DAMN, Windows is broken...
Thanks to vtorri.

SVN revision: 70409

12 years agoEobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.
Tom Hacohen [Mon, 23 Apr 2012 08:09:58 +0000 (08:09 +0000)]
Eobj: Added EOBJ_CALLBACK_STOP/CONTINUE macros.

SVN revision: 70408

12 years agoEobj: Add a convenience macro for defining the class_get functions.
Tom Hacohen [Mon, 23 Apr 2012 08:09:54 +0000 (08:09 +0000)]
Eobj: Add a convenience macro for defining the class_get functions.

This macro makes the code a tad simpler, but more importantly, makes it
easier for us to be thread safe, or more corrctly, easier for us the
make user code thread safe.

SVN revision: 70407

12 years agoEobj: Fixed issue with FindEina.cmake and things using it.
Tom Hacohen [Mon, 23 Apr 2012 08:09:49 +0000 (08:09 +0000)]
Eobj: Fixed issue with FindEina.cmake and things using it.

SVN revision: 70406

12 years agoEobj: Allocate the data blob at the end of the object.
Tom Hacohen [Mon, 23 Apr 2012 08:09:45 +0000 (08:09 +0000)]
Eobj: Allocate the data blob at the end of the object.

This replaces the obj->data_blob pointer. Hopefully will be better.

SVN revision: 70405

12 years agoEobj: A bit of code cleanup.
Tom Hacohen [Mon, 23 Apr 2012 08:09:42 +0000 (08:09 +0000)]
Eobj: A bit of code cleanup.

SVN revision: 70404

12 years agoEobj: Added EINA_LIKELY/UNLIKELY to eobj_data_get.
Tom Hacohen [Mon, 23 Apr 2012 08:09:40 +0000 (08:09 +0000)]
Eobj: Added EINA_LIKELY/UNLIKELY to eobj_data_get.

SVN revision: 70403

12 years agoEobj: Add a couple of funcs_set tests and fixed a bug related.
Tom Hacohen [Mon, 23 Apr 2012 08:09:37 +0000 (08:09 +0000)]
Eobj: Add a couple of funcs_set tests and fixed a bug related.

SVN revision: 70402

12 years agoedje: handle case when & is not escaped.
Cedric BAIL [Mon, 23 Apr 2012 00:34:17 +0000 (00:34 +0000)]
edje: handle case when & is not escaped.

SVN revision: 70401

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Sun, 22 Apr 2012 05:27:25 +0000 (05:27 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] eina_simple_xml example

Here is an example for eina_simple_xml
This patch includes a small sample XML file, source code (for parsing and
printing it out) and the doxygen doc.

SVN revision: 70385

12 years agonews+chlog
Carsten Haitzler [Sun, 22 Apr 2012 04:56:24 +0000 (04:56 +0000)]
news+chlog

SVN revision: 70383

12 years agofix bug/issue with shader saving - it will fail to save if dir exists
Carsten Haitzler [Sun, 22 Apr 2012 04:55:11 +0000 (04:55 +0000)]
fix bug/issue with shader saving - it will fail to save if dir exists
for saved shaders (but doesnt have the binary file there). fixed!
(also compress the file too)

SVN revision: 70382

12 years agotag everything as beta in svn.
Carsten Haitzler [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.

SVN revision: 70375

12 years agoi don't believe that we forgot that desktopgl has an unload for shader
Carsten Haitzler [Sat, 21 Apr 2012 01:51:58 +0000 (01:51 +0000)]
i don't believe that we forgot that desktopgl has an unload for shader
compiler... use it. minor minor minor.

SVN revision: 70374

12 years agoupdate po's
Carsten Haitzler [Sat, 21 Apr 2012 01:50:49 +0000 (01:50 +0000)]
update po's

SVN revision: 70372

12 years agoEcore_Evas (win32): add override_set() support
Vincent Torri [Fri, 20 Apr 2012 14:53:06 +0000 (14:53 +0000)]
Ecore_Evas (win32): add override_set() support

SVN revision: 70366

12 years agoEcore_Win32: fix ecore_win32_window_override_new() behavior
Vincent Torri [Fri, 20 Apr 2012 14:47:15 +0000 (14:47 +0000)]
Ecore_Win32: fix ecore_win32_window_override_new() behavior

SVN revision: 70365

12 years agominor fix to convert-tiled.
Carsten Haitzler [Fri, 20 Apr 2012 13:31:53 +0000 (13:31 +0000)]
minor fix to convert-tiled.

SVN revision: 70363

12 years ago+ @since
Carsten Haitzler [Fri, 20 Apr 2012 12:49:27 +0000 (12:49 +0000)]
+ @since

SVN revision: 70361

12 years agosucky - but have to add this api to fix bug in elm.
Carsten Haitzler [Fri, 20 Apr 2012 12:37:42 +0000 (12:37 +0000)]
sucky - but have to add this api to fix bug in elm.

SVN revision: 70360

12 years agoeina: fix Eina_Inarray API to at least match Eina_Array API.
Cedric BAIL [Fri, 20 Apr 2012 08:30:59 +0000 (08:30 +0000)]
eina: fix Eina_Inarray API to at least match Eina_Array API.

NOTE: some of this function should be moved as inline, but that's to late for a change
I think. So we will fix that if needed.

Second point, I am not happy with is eina_inarray_insert and eina_inarray_insert_at. The
naming is really poor.

SVN revision: 70352

12 years ago * NEWS:
Vincent Torri [Fri, 20 Apr 2012 07:51:58 +0000 (07:51 +0000)]
* NEWS:
* src/lib/evil_string.c:
* src/lib/evil_string.h:
Add strcasestr() API.

SVN revision: 70350

12 years agoeina: forgotten disable of eina_model.
Cedric BAIL [Fri, 20 Apr 2012 07:32:36 +0000 (07:32 +0000)]
eina: forgotten disable of eina_model.

SVN revision: 70348

12 years agoinclude stdlib.h for atoi and getenv
Vincent Torri [Fri, 20 Apr 2012 07:19:08 +0000 (07:19 +0000)]
include stdlib.h for atoi and getenv

SVN revision: 70347

12 years agoeina: completly disable backtrace.
Cedric BAIL [Thu, 19 Apr 2012 12:49:16 +0000 (12:49 +0000)]
eina: completly disable backtrace.

SVN revision: 70333

12 years agoEobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.
Tom Hacohen [Thu, 19 Apr 2012 11:30:17 +0000 (11:30 +0000)]
Eobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that exists.

SVN revision: 70332

12 years agoEobj: Fixed naming of the internal con/destructor wrapper.
Tom Hacohen [Thu, 19 Apr 2012 11:30:12 +0000 (11:30 +0000)]
Eobj: Fixed naming of the internal con/destructor wrapper.

It's a lot less confusing now.

SVN revision: 70331

12 years agoEobj: Enforce some interface restrictions.
Tom Hacohen [Thu, 19 Apr 2012 11:30:10 +0000 (11:30 +0000)]
Eobj: Enforce some interface restrictions.

SVN revision: 70330

12 years agoeina: make it possible to force the number of detected CPU as way to overcome local...
Cedric BAIL [Thu, 19 Apr 2012 09:25:54 +0000 (09:25 +0000)]
eina: make it possible to force the number of detected CPU as way to overcome local bug.

SVN revision: 70328

12 years agoeina: disable log backtracking.
Cedric BAIL [Thu, 19 Apr 2012 09:24:04 +0000 (09:24 +0000)]
eina: disable log backtracking.

SVN revision: 70327

12 years agoEobj: Change obj of eobj_data_get to be const.
Tom Hacohen [Thu, 19 Apr 2012 08:56:29 +0000 (08:56 +0000)]
Eobj: Change obj of eobj_data_get to be const.

Thanks to Daniel Zaoui for the report.

SVN revision: 70325