Commit Graph

13605 Commits

Author SHA1 Message Date
Carsten Haitzler f304bf6941 fix table to handle weighting correctly for expands vs not expands. if
ANY elemtn that spans a col or row CANt expand that column or row is
VETOED frome xpanding, as opposed to the inverse



SVN revision: 59687
2011-05-26 05:40:47 +00:00
Carsten Haitzler 01cbefe2ae fix c fallback rendering - mask op was wrong. mmx was right. why is
the neon code sitting there.. with no neon? just c? if so.. just kill
the neon code and let c fallbacks take care of it as all we do is dup
code. either that or actually implement the neon.



SVN revision: 59686
2011-05-26 02:44:01 +00:00
Michael BOUCHAUD 5b428f87f9 evas: add raw loaders ...
SVN revision: 59680
2011-05-25 20:21:25 +00:00
Cedric BAIL 5b62f47079 eina: fix eina_inlist_sorted_insert and improve its tests.
SVN revision: 59669
2011-05-25 13:18:21 +00:00
Carsten Haitzler 701601b4bc aaah fix brackets i just unfixed.
SVN revision: 59667
2011-05-25 11:56:13 +00:00
Carsten Haitzler 51d97e0f40 remove commented out table code.
SVN revision: 59666
2011-05-25 11:50:37 +00:00
Daniel Juyung Seo 45ef1544d4 Ecore ChangeLog: Log for r59549 and r59559.
SVN revision: 59655
2011-05-24 17:39:47 +00:00
Cedric BAIL cde3148eca eina: add eina_inlist_sorted_insert.
SVN revision: 59654
2011-05-24 15:17:56 +00:00
Daniel Juyung Seo 30e6030197 Ecore: Moved ecore.dox.in to Ecore.h header.
SVN revision: 59651
2011-05-24 11:31:32 +00:00
Daniel Juyung Seo 534e53d1a1 Ecore: Added myself to authors.
SVN revision: 59650
2011-05-24 11:23:58 +00:00
Cedric BAIL d41e80a29c eio: add eio_file_container_get.
SVN revision: 59646
2011-05-24 10:41:37 +00:00
Cedric BAIL 2600ac9160 evas: use Eina_File when possible.
SVN revision: 59645
2011-05-24 10:19:06 +00:00
Mike Blumenkrantz 23075ee50d clean up authors and changelog to be accurate and use english
SVN revision: 59644
2011-05-24 09:43:35 +00:00
Cedric BAIL a43257c1b5 eeze: cleanup AUTHORS and ChangeLog to follow EFL conventions.
SVN revision: 59643
2011-05-24 09:10:53 +00:00
Carsten Haitzler f854f1f275 fix glpipe optimization that stops the pipes from being used with many
maps



SVN revision: 59638
2011-05-24 06:51:47 +00:00
Vincent Torri 9f2ac8d7e3 Eina: Implement eina_sched_prio_drop() on Windows
SVN revision: 59637
2011-05-24 06:29:58 +00:00
Mike Blumenkrantz 5a886f7c30 fix wording here
SVN revision: 59632
2011-05-23 21:56:27 +00:00
Boris Faure a9fe27d54c evas: typo
SVN revision: 59631
2011-05-23 19:38:28 +00:00
ChunEon Park 8e9be7f42f evas/evas_map - removed white spaces, fixed identation.
SVN revision: 59620
2011-05-23 10:37:17 +00:00
Christopher Michael 0afd034b5c Ecore: Ecore_X: Init 'property' to a default value (removes compiler
warning).



SVN revision: 59611
2011-05-23 07:51:44 +00:00
Vincent Torri 70c27550cf Evas: Fix compilation with libjpeg 8 on Windows.
SVN revision: 59609
2011-05-23 06:45:19 +00:00
Vincent Torri 83eb000ca0 Fix compilation with libjpeg 8 on Windows.
SVN revision: 59608
2011-05-23 05:14:20 +00:00
Vincent Torri 17114374a9 improve linbpg detection
SVN revision: 59576
2011-05-22 08:53:31 +00:00
Christopher Michael cee78bdc1f Evas: Initialize some variables to zero (to remove compiler warnings).
SVN revision: 59569
2011-05-21 22:28:13 +00:00
Mike Blumenkrantz 34d9e153ba not sure what I was thinking when I did this the first time, simplify these functions considerably
SVN revision: 59568
2011-05-21 19:55:02 +00:00
Mike Blumenkrantz 1c79e6a54d greatly simplify eeze_init/shutdown by moving disk stuff to eeze_disk.c
SVN revision: 59567
2011-05-21 19:34:26 +00:00
Mike Blumenkrantz e1e525ae19 add helper udev function to browse children devices, use helper functions to get properties when not found in current disk device
SVN revision: 59566
2011-05-21 19:33:55 +00:00
Daniel Juyung Seo 924bddfc83 Evas evas_render.c: Fixed formatting.
Fixed indentation and removed trailing whitespaces.


SVN revision: 59560
2011-05-21 06:23:33 +00:00
Daniel Juyung Seo b9eef78c41 Ecore ecore_main.c: Refactoring _ecore_main_loop_iterate_internal().
SVN revision: 59559
2011-05-21 05:24:27 +00:00
Boris Faure a88b14c25e edje: add vmaj and module to edje.pc
SVN revision: 59556
2011-05-20 16:41:28 +00:00
Boris Faure d661cee5e2 edje: remove trailing spaces
SVN revision: 59555
2011-05-20 16:41:16 +00:00
Daniel Juyung Seo b54f9c4022 Ecore ecore_main.c: Fixed ecore_main_loop(_ecore_main_loop_iterate_internal).
This fixes fd handler pending issue when ecore_idler callback adds ecore_job/event.


SVN revision: 59549
2011-05-20 06:35:07 +00:00
Christopher Michael 8c2397f8c2 Evas: Add UNUSED to evas_engine function 'eng_image_load_error_get'
for data paramater (it is not used in the function).



SVN revision: 59547
2011-05-20 01:35:41 +00:00
Christopher Michael b3d66d5b25 Evas: evas_common_frameq_thread (in evas_pipe.c) uses 'gettimeofday',
so include the proper header file for that function (so we don't get
implicit declaration warning)



SVN revision: 59546
2011-05-20 01:33:55 +00:00
Cedric BAIL e91adae8b4 ecore: improve ecore_timer_dump.
Now E17 msgbus module will provide an usefull way to
list all the running timer and see if we are not waking up
to often. Use d-feet to see that information.


SVN revision: 59542
2011-05-19 15:38:30 +00:00
Carsten Haitzler 88b59a9bb6 fix proxy sourcing of smart obj that updates.
SVN revision: 59536
2011-05-19 13:01:44 +00:00
Vincent Torri 9347b624a6 Add postscript to the list of files supported by the generic loader
SVN revision: 59533
2011-05-19 12:41:17 +00:00
Tom Hacohen f13ec69e34 Edje entry: Don't emit cursor,changed when not needed.
This includes setting the text and setting cursor position to the already
set position.

SVN revision: 59531
2011-05-19 12:08:29 +00:00
Vincent Torri 43955a6d53 Evil:
* src/lib/dlfcn/dlfcn.c:
change '/' to '\' in paths

* src/lib/evil_inet.c:
* src/lib/evil_inet.h:
* src/lib/Evil.h:
* src/lib/Makefile.am:
* AUTHORS:
add inet_pton() function. Implementation from curl library.
See AUTHORS.

SVN revision: 59530
2011-05-19 12:00:06 +00:00
Carsten Haitzler 4dd1d5cf62 fix load of data to ACTUALLY set the load error in evas's image
objects. including preload.



SVN revision: 59529
2011-05-19 11:19:22 +00:00
Tom Hacohen 359e67f68a Evas textblock: Added an rbtree index for the layout paragraphs.
This can be used with both coordinates and line numbers, this is a
faster way to find layout paragraphs in the textblock which means
we should now be a lot faster with big textblocks.

SVN revision: 59527
2011-05-19 09:54:30 +00:00
Tom Hacohen 3227929fcf Evas textblock: Use the saved paragraph pointer instead of searching.
SVN revision: 59526
2011-05-19 09:54:19 +00:00
Carsten Haitzler 59bc413e1f handle surf alloc failures.
SVN revision: 59524
2011-05-19 09:28:43 +00:00
Carsten Haitzler 3789e32040 check return of alloc surf for eet loader.
SVN revision: 59523
2011-05-19 09:25:31 +00:00
Carsten Haitzler 19b70919ad small fix - check surface alloc return and reurn alloc failure.
SVN revision: 59522
2011-05-19 09:22:35 +00:00
Tom Hacohen 70665bc1c5 Edje entry: Fix warnings.
SVN revision: 59521
2011-05-19 09:00:22 +00:00
Tom Hacohen 85ac9b3059 Edje entry: Remove the useless calls to "update_from_curs".
We don't really need or use the coordinates anywhere, we just saved them
and worked hard on maintaining them, but didn't really use them.
Now we only calculate them in the one specific case where we actually
need them. This speeds things up and also means the layouting may not be
called in some cases when there's no need to layout.

SVN revision: 59520
2011-05-19 08:38:42 +00:00
Carsten Haitzler 5b2a35392b fix bug in new proxy code (no need for changelog as its a new feature
thats not released yet) wher using proxy via map doesnt let you use uv
coords right as its ALWAYs filling/scaling only due to not using
source image size and proxy size right.



SVN revision: 59519
2011-05-19 05:52:47 +00:00
Carsten Haitzler 480d967c55 fix shape and shape input handling for dnd shadow tree.
SVN revision: 59517
2011-05-18 23:55:21 +00:00
Vincent Torri 008e1a56ac I like alphabetical order :)
SVN revision: 59516
2011-05-18 19:11:09 +00:00