platform/upstream/efl.git
17 years agoAdd top level informational files to efreet.
ningerso [Sat, 3 Feb 2007 13:11:41 +0000 (13:11 +0000)]
Add top level informational files to efreet.

SVN revision: 28218

17 years agoMakefile.am for test data.
ningerso [Sat, 3 Feb 2007 13:10:13 +0000 (13:10 +0000)]
Makefile.am for test data.

SVN revision: 28217

17 years agoTop level Makefile.am for efreet.
ningerso [Sat, 3 Feb 2007 13:09:22 +0000 (13:09 +0000)]
Top level Makefile.am for efreet.

SVN revision: 28216

17 years agoFreedesktop test files.
ningerso [Sat, 3 Feb 2007 13:08:15 +0000 (13:08 +0000)]
Freedesktop test files.

SVN revision: 28215

17 years agoInitial import of efreet, an implementation of the freedesktop icon and menu
ningerso [Sat, 3 Feb 2007 13:05:30 +0000 (13:05 +0000)]
Initial import of efreet, an implementation of the freedesktop icon and menu
specs.

SVN revision: 28214

17 years agoPatch from Glen Larsen to fix dlopen failure handling in module loader.
ningerso [Sat, 3 Feb 2007 09:33:26 +0000 (09:33 +0000)]
Patch from Glen Larsen to fix dlopen failure handling in module loader.

SVN revision: 28213

17 years agoformatting.
Sebastian Dransfeld [Fri, 2 Feb 2007 00:41:33 +0000 (00:41 +0000)]
formatting.

SVN revision: 28191

17 years ago- add ecore_list_sort() a wrapper for ecore_list_mergesort and ecore_list_heapsort
Peter Wehrfritz [Thu, 1 Feb 2007 19:22:35 +0000 (19:22 +0000)]
- add ecore_list_sort() a wrapper for ecore_list_mergesort and ecore_list_heapsort
- change the API for the sort functions to return an int on success
- change ECORE_SHEAP_MIN/MAX to ECORE_SORT_MIN/MAX (*API break*)
- use ecore_list_sort() in ecore_file_ls()

SVN revision: 28188

17 years agoadd ecore_list_mergesort() and ecore_list_heapsort()
Peter Wehrfritz [Sun, 28 Jan 2007 02:46:13 +0000 (02:46 +0000)]
add ecore_list_mergesort() and ecore_list_heapsort()

SVN revision: 28139

17 years agoMissed this one. Thanks to Wang Xu.
kaethorn [Sat, 27 Jan 2007 18:59:15 +0000 (18:59 +0000)]
Missed this one. Thanks to Wang Xu.

SVN revision: 28137

17 years agocheck if the mem is allocated
doursse [Sat, 27 Jan 2007 04:05:58 +0000 (04:05 +0000)]
check if the mem is allocated

SVN revision: 28127

17 years agouse CHECK_PARAM_POINTER_RETURN
doursse [Sat, 27 Jan 2007 03:51:05 +0000 (03:51 +0000)]
use CHECK_PARAM_POINTER_RETURN

SVN revision: 28126

17 years agoformatting. Add of ecore_str_has_prefix/suffix functions
doursse [Thu, 25 Jan 2007 23:43:46 +0000 (23:43 +0000)]
formatting. Add of ecore_str_has_prefix/suffix functions

SVN revision: 28118

17 years agofixed polygon moving
Andreas Volz [Mon, 22 Jan 2007 23:38:39 +0000 (23:38 +0000)]
fixed polygon moving

SVN revision: 28109

17 years ago1. fixed some inefficient edje loading - moved checks to the cache code where
Carsten Haitzler [Mon, 22 Jan 2007 12:44:57 +0000 (12:44 +0000)]
1. fixed some inefficient edje loading - moved checks to the cache code where
it sould be
2. fixed edje handling of delete of objects so we don't lose clip info if we
move a swallowed object out
3. fix up norender stuff for evas a bit
4. pants.

5. coogee beach (sydney) in summer right now is beatiful - KICK ASS!

SVN revision: 28102

17 years agoDon't need to check for old, as we already established that this list
Sebastian Dransfeld [Sun, 21 Jan 2007 13:54:24 +0000 (13:54 +0000)]
Don't need to check for old, as we already established that this list
isn't empty.

SVN revision: 28092

17 years agoAlready did this test ~10 lines up.
Sebastian Dransfeld [Sun, 21 Jan 2007 13:53:06 +0000 (13:53 +0000)]
Already did this test ~10 lines up.

SVN revision: 28091

17 years agoNo need to check this, a non-empty list must have a first pointer.
Sebastian Dransfeld [Sun, 21 Jan 2007 12:48:03 +0000 (12:48 +0000)]
No need to check this, a non-empty list must have a first pointer.

SVN revision: 28090

17 years agomissing ac_subst
doursse [Sat, 20 Jan 2007 16:51:48 +0000 (16:51 +0000)]
missing ac_subst

SVN revision: 28083

17 years agoand fix the creation of the shared lib with MinGW.
doursse [Sat, 20 Jan 2007 15:36:41 +0000 (15:36 +0000)]
and fix the creation of the shared lib with MinGW.

SVN revision: 28081

17 years agofix compilation with MinGW
doursse [Sat, 20 Jan 2007 15:20:23 +0000 (15:20 +0000)]
fix compilation with MinGW

SVN revision: 28080

17 years agoallow shutting down ecore_file and re-initting
rephorm [Fri, 19 Jan 2007 14:02:34 +0000 (14:02 +0000)]
allow shutting down ecore_file and re-initting

SVN revision: 28063

17 years agoTypo.
Sebastian Dransfeld [Thu, 18 Jan 2007 23:58:40 +0000 (23:58 +0000)]
Typo.

SVN revision: 28054

17 years agofix ecore_file_get_dir() to return "/" for files in the root directory
rephorm [Thu, 18 Jan 2007 07:28:56 +0000 (07:28 +0000)]
fix ecore_file_get_dir() to return "/" for files in the root directory

SVN revision: 28042

17 years agoFunctions to join lists and hashes.
Sebastian Dransfeld [Wed, 17 Jan 2007 13:41:08 +0000 (13:41 +0000)]
Functions to join lists and hashes.

SVN revision: 28034

17 years ago1. make curl interactivity MUCH better.
Carsten Haitzler [Tue, 16 Jan 2007 10:17:46 +0000 (10:17 +0000)]
1. make curl interactivity MUCH better.
2. make ecore_evas use the norender call to delete objects aggressively for
hiddent canvases.

SVN revision: 28015

17 years agoactually dont delay so long in deleting objects. make it happen sooner
Carsten Haitzler [Tue, 16 Jan 2007 10:17:10 +0000 (10:17 +0000)]
actually dont delay so long in deleting objects. make it happen sooner

SVN revision: 28014

17 years agoAdd basic stat output to hash for testing.
ningerso [Tue, 16 Jan 2007 01:27:01 +0000 (01:27 +0000)]
Add basic stat output to hash for testing.
Expose hash output functions for ecore_string.
Move mask calculation outside inner loop for ecore_str_hash.

SVN revision: 28006

17 years agoRemove this check, it can hide bugs. A non-empty list should always
Sebastian Dransfeld [Sat, 13 Jan 2007 17:51:10 +0000 (17:51 +0000)]
Remove this check, it can hide bugs. A non-empty list should always
have a last pointer.

SVN revision: 27949

17 years agoWhen doing remove_last on a dlist, use the ->previous property well!
Sebastian Dransfeld [Sat, 13 Jan 2007 17:49:15 +0000 (17:49 +0000)]
When doing remove_last on a dlist, use the ->previous property well!

SVN revision: 27948

17 years agoLimit curl run to 0.2 seconds.
Sebastian Dransfeld [Sat, 13 Jan 2007 01:49:42 +0000 (01:49 +0000)]
Limit curl run to 0.2 seconds.

SVN revision: 27937

17 years ago- if we're replacing the value in the hash make sure we free the old value
Dan Sinclair [Thu, 11 Jan 2007 23:42:21 +0000 (23:42 +0000)]
- if we're replacing the value in the hash make sure we free the old value

SVN revision: 27909

17 years agoUse wildcards for dynamic header and static library inclusion.
kaethorn [Thu, 11 Jan 2007 21:56:44 +0000 (21:56 +0000)]
Use wildcards for dynamic header and static library inclusion.

SVN revision: 27906

17 years ago- change find to leave the list pointing to the found item instead of the
Dan Sinclair [Wed, 10 Jan 2007 21:56:11 +0000 (21:56 +0000)]
- change find to leave the list pointing to the found item instead of the
  next item in the list

SVN revision: 27899

17 years agoFix doxygen comments for new header.
ningerso [Wed, 10 Jan 2007 11:33:33 +0000 (11:33 +0000)]
Fix doxygen comments for new header.

SVN revision: 27891

17 years agoAdd ecore_strlcpy for an strlcpy copy available on all architectures.
ningerso [Wed, 10 Jan 2007 11:28:41 +0000 (11:28 +0000)]
Add ecore_strlcpy for an strlcpy copy available on all architectures.

SVN revision: 27890

17 years agosave some loops in _ecore_list_goto_index()
Peter Wehrfritz [Tue, 9 Jan 2007 21:21:29 +0000 (21:21 +0000)]
save some loops in _ecore_list_goto_index()

SVN revision: 27882

17 years agoAdd a function to get the count of nodes in a hash.
ningerso [Thu, 4 Jan 2007 07:45:40 +0000 (07:45 +0000)]
Add a function to get the count of nodes in a hash.

SVN revision: 27786

17 years agoxrender_x11 engine handles yuv colorspace now - software path, but works.
Carsten Haitzler [Thu, 4 Jan 2007 03:42:14 +0000 (03:42 +0000)]
xrender_x11 engine handles yuv colorspace now - software path, but works.

SVN revision: 27779

17 years agothere is a deadlock between the video out deocder thread and the main process
Carsten Haitzler [Wed, 3 Jan 2007 06:24:25 +0000 (06:24 +0000)]
there is a deadlock between the video out deocder thread and the main process
(emotion) thread as it continues while the main thread is stopped tyring to
stop the video playback - this ends up in a deadlock. this tries to eliminate
that by havng a much more limited framequeue.

SVN revision: 27753

17 years agoand use pixelstorei to do the row skips :)
Carsten Haitzler [Tue, 2 Jan 2007 02:43:11 +0000 (02:43 +0000)]
and use pixelstorei to do the row skips :)

SVN revision: 27714

17 years agowell THAT was just silly. fix yuv texture upload bug - row by row get it right.
Carsten Haitzler [Sun, 31 Dec 2006 07:00:13 +0000 (07:00 +0000)]
well THAT was just silly. fix yuv texture upload bug - row by row get it right.

SVN revision: 27691

17 years agocolorspace work mostly. not complete.
Carsten Haitzler [Fri, 29 Dec 2006 03:32:46 +0000 (03:32 +0000)]
colorspace work mostly. not complete.

SVN revision: 27630

17 years agocustom screensaver patches
Carsten Haitzler [Fri, 29 Dec 2006 02:56:33 +0000 (02:56 +0000)]
custom screensaver patches

SVN revision: 27629

17 years agowhat on earth was that code? looks entirely wrong - comment it out.
Carsten Haitzler [Fri, 29 Dec 2006 02:06:46 +0000 (02:06 +0000)]
what on earth was that code? looks entirely wrong - comment it out.

SVN revision: 27627

17 years agoMove hash gen func to own file.
Sebastian Dransfeld [Thu, 28 Dec 2006 15:23:47 +0000 (15:23 +0000)]
Move hash gen func to own file.

SVN revision: 27605

17 years agoRemove unused variable.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:48:20 +0000 (12:48 +0000)]
Remove unused variable.

SVN revision: 27592

17 years agoFix warning. First compute value, then increment pointer.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:47:33 +0000 (12:47 +0000)]
Fix warning. First compute value, then increment pointer.

SVN revision: 27591

17 years agoRemove unused variables.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:45:32 +0000 (12:45 +0000)]
Remove unused variables.

SVN revision: 27590

17 years agoRemove unused variables.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:40:42 +0000 (12:40 +0000)]
Remove unused variables.
Add */ to comment.

SVN revision: 27589

17 years agoFix warning. First compute value then increment pointer.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:37:37 +0000 (12:37 +0000)]
Fix warning. First compute value then increment pointer.

SVN revision: 27588

17 years agoRemove unused variables.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:36:41 +0000 (12:36 +0000)]
Remove unused variables.

SVN revision: 27587

17 years agoFix warning, first compute value then increment pointer.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:35:08 +0000 (12:35 +0000)]
Fix warning, first compute value then increment pointer.

SVN revision: 27586

17 years agoFix warnings. First compute value, then increment pointer.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:33:29 +0000 (12:33 +0000)]
Fix warnings. First compute value, then increment pointer.

SVN revision: 27585

17 years agoUse cpp to remove code.
Sebastian Dransfeld [Thu, 28 Dec 2006 12:23:13 +0000 (12:23 +0000)]
Use cpp to remove code.

SVN revision: 27584

17 years agoNo need to alloc Edje_List_Foreach_Data
Sebastian Dransfeld [Thu, 28 Dec 2006 11:35:40 +0000 (11:35 +0000)]
No need to alloc Edje_List_Foreach_Data

SVN revision: 27583

17 years agoAdd const.
Kim Woelders [Thu, 28 Dec 2006 10:19:34 +0000 (10:19 +0000)]
Add const.

SVN revision: 27580

17 years agoadd some docs
rephorm [Thu, 28 Dec 2006 03:31:44 +0000 (03:31 +0000)]
add some docs

SVN revision: 27579

17 years agoadd ecore_list_find() to find a data node via a compare callback
rephorm [Thu, 28 Dec 2006 03:30:11 +0000 (03:30 +0000)]
add ecore_list_find() to find a data node via a compare callback

SVN revision: 27578

17 years agoPatch for line geometry from Cedric BAIL
rephorm [Thu, 28 Dec 2006 02:57:31 +0000 (02:57 +0000)]
Patch for line geometry from Cedric BAIL
Remove commented out lines

SVN revision: 27577

17 years agoRevert that recent trap commit.
Christopher Michael [Tue, 26 Dec 2006 05:10:48 +0000 (05:10 +0000)]
Revert that recent trap commit.

SVN revision: 27567

17 years agoAdded some safety traps to help avoid segfaults.
Christopher Michael [Tue, 26 Dec 2006 05:06:11 +0000 (05:06 +0000)]
Added some safety traps to help avoid segfaults.

SVN revision: 27566

17 years agotext_class_del/list functions
Viktor Kojouharov [Sun, 24 Dec 2006 10:29:16 +0000 (10:29 +0000)]
text_class_del/list functions

SVN revision: 27558

17 years agopoint out some more leaks
rephorm [Thu, 21 Dec 2006 14:42:20 +0000 (14:42 +0000)]
point out some more leaks

SVN revision: 27542

17 years agoformatting fix
rephorm [Thu, 21 Dec 2006 14:10:21 +0000 (14:10 +0000)]
formatting fix

SVN revision: 27541

17 years agoremove some unneeded casts, and unused code
rephorm [Thu, 21 Dec 2006 03:36:27 +0000 (03:36 +0000)]
remove some unneeded casts, and unused code

add a fixme

SVN revision: 27536

17 years agodon't leak when input is invalid (<New> w/o an <Old> e.g.)
rephorm [Wed, 20 Dec 2006 19:50:37 +0000 (19:50 +0000)]
don't leak when input is invalid (<New> w/o an <Old> e.g.)
add a fixme

SVN revision: 27527

17 years agoBe a little more paranoid about freeing image data by adding some missing
Christopher Michael [Tue, 19 Dec 2006 23:51:44 +0000 (23:51 +0000)]
Be a little more paranoid about freeing image data by adding some missing
checks for valid im->cs.data and im->image->data before trying to compare
them.

SVN revision: 27526

17 years agofix buffer canvas resizes :)
Carsten Haitzler [Tue, 19 Dec 2006 15:06:33 +0000 (15:06 +0000)]
fix buffer canvas resizes :)

SVN revision: 27521

17 years agoexplicitly enable alpha for buffer canvas image obj
Carsten Haitzler [Tue, 19 Dec 2006 15:06:23 +0000 (15:06 +0000)]
explicitly enable alpha for buffer canvas image obj

SVN revision: 27520

17 years agouse the new colorspace support in evas... :)
Carsten Haitzler [Tue, 19 Dec 2006 14:15:17 +0000 (14:15 +0000)]
use the new colorspace support in evas... :)

SVN revision: 27519

17 years agofix color modulation for gl surfaces. also fix segvs tat can happen. xrender
Carsten Haitzler [Tue, 19 Dec 2006 14:12:40 +0000 (14:12 +0000)]
fix color modulation for gl surfaces. also fix segvs tat can happen. xrender
engine is behind now though. can't do yuv surfaces (yet)

SVN revision: 27518

17 years agoRevert change, premature.
Sebastian Dransfeld [Tue, 19 Dec 2006 06:51:51 +0000 (06:51 +0000)]
Revert change, premature.

SVN revision: 27515

17 years agoConvert target to string, the user will probably do this anyway.
Sebastian Dransfeld [Tue, 19 Dec 2006 06:40:30 +0000 (06:40 +0000)]
Convert target to string, the user will probably do this anyway.

SVN revision: 27514

17 years agoand handle updates. next is to fix the row handling.
Carsten Haitzler [Mon, 18 Dec 2006 14:56:46 +0000 (14:56 +0000)]
and handle updates. next is to fix the row handling.

SVN revision: 27510

17 years agofragment shader finally actually works. it's unclean and fixme's for seeding
Carsten Haitzler [Mon, 18 Dec 2006 14:55:47 +0000 (14:55 +0000)]
fragment shader finally actually works. it's unclean and fixme's for seeding
the pixel data - but it works!

SVN revision: 27509

17 years agoFix an issue where the button click is not correctly tracked.
metrics [Mon, 18 Dec 2006 08:50:25 +0000 (08:50 +0000)]
Fix an issue where the button click is not correctly tracked.

SVN revision: 27507

17 years agofix segv added in
Carsten Haitzler [Sun, 17 Dec 2006 16:46:30 +0000 (16:46 +0000)]
fix segv added in

SVN revision: 27499

17 years agonot complete yet - actually i need help with the fragment shader.
Carsten Haitzler [Sun, 17 Dec 2006 15:48:52 +0000 (15:48 +0000)]
not complete yet - actually i need help with the fragment shader.

in evas_gl_texture.c i have a frag shader, and it tries to use a set of 3
textures that act as the yuv planes, BUT the u and v textures (Utex and Vtex)
are simply getting values from the Ytex - regardless of what i try. grrr.
what's up with that?

SVN revision: 27495

17 years agoFix memleak.
Sebastian Dransfeld [Sun, 17 Dec 2006 11:20:25 +0000 (11:20 +0000)]
Fix memleak.

SVN revision: 27491

17 years agoFix memleak.
Sebastian Dransfeld [Sun, 17 Dec 2006 11:07:23 +0000 (11:07 +0000)]
Fix memleak.

SVN revision: 27490

17 years agoStore hashes. Please review.
Sebastian Dransfeld [Sun, 17 Dec 2006 11:00:45 +0000 (11:00 +0000)]
Store hashes. Please review.

SVN revision: 27489

17 years agoWhen put'ing data we should not modify the source, so add const modifier.
Sebastian Dransfeld [Sun, 17 Dec 2006 10:58:35 +0000 (10:58 +0000)]
When put'ing data we should not modify the source, so add const modifier.
This is a preparation for storing hashes, which uses const on the key.

SVN revision: 27488

17 years agoMove common error code to the end of the function.
Sebastian Dransfeld [Sat, 16 Dec 2006 22:27:18 +0000 (22:27 +0000)]
Move common error code to the end of the function.

SVN revision: 27482

17 years agoFix typo.
Sebastian Dransfeld [Fri, 15 Dec 2006 20:16:29 +0000 (20:16 +0000)]
Fix typo.

SVN revision: 27465

17 years agomore unneeded logic
rephorm [Fri, 15 Dec 2006 05:44:18 +0000 (05:44 +0000)]
more unneeded logic

SVN revision: 27460

17 years agothe first clause implies the others
rephorm [Fri, 15 Dec 2006 05:33:24 +0000 (05:33 +0000)]
the first clause implies the others

SVN revision: 27459

17 years agoFix the build for the FB engine on non-x86 architectures.
ningerso [Wed, 13 Dec 2006 20:25:04 +0000 (20:25 +0000)]
Fix the build for the FB engine on non-x86 architectures.

SVN revision: 27430

17 years agosend proper timestamp to along with selection notify
rephorm [Wed, 13 Dec 2006 19:47:17 +0000 (19:47 +0000)]
send proper timestamp to along with selection notify
(fixes pasting into xterm)

SVN revision: 27428

17 years agoAllow for handling the selection data conversion externally from ecore_x, but
ningerso [Mon, 11 Dec 2006 23:05:48 +0000 (23:05 +0000)]
Allow for handling the selection data conversion externally from ecore_x, but
provide the same auto-conversion when data is set for the selection.
This should work identically as before, except if the app relied on ecore to
send the notification when no data was present, please test your apps.

SVN revision: 27420

17 years agoRemove warnings when building without X damage support.
ningerso [Mon, 11 Dec 2006 07:33:40 +0000 (07:33 +0000)]
Remove warnings when building without X damage support.

SVN revision: 27416

17 years agoCleanup warnings when building without support for the X fixes extension.
ningerso [Mon, 11 Dec 2006 06:33:42 +0000 (06:33 +0000)]
Cleanup warnings when building without support for the X fixes extension.

SVN revision: 27415

17 years agoand actually call the engine calls!
Carsten Haitzler [Sat, 9 Dec 2006 09:02:43 +0000 (09:02 +0000)]
and actually call the engine calls!

SVN revision: 27390

17 years ago1. add new api calls to 1. set a "native surface" for image objects. this
Carsten Haitzler [Sat, 9 Dec 2006 08:52:08 +0000 (08:52 +0000)]
1. add new api calls to 1. set a "native surface" for image objects. this
currently does nothing and i have kept it VEEERY generic it's a pointer to a
native surface which can be just about anything - each engine will probably
define a format of its own you need to use VIA the native surface type.
2. add calls to set/get colorspace - moving this down into the engine level.
so far engines do nothing at all with it - but api is there.
3. clean up gl engine a bit - make it more standard.

SVN revision: 27389

17 years agoadd some documentation
rephorm [Fri, 8 Dec 2006 07:51:48 +0000 (07:51 +0000)]
add some documentation

SVN revision: 27380

17 years agobring gl engine vaguely back up to snuff.
Carsten Haitzler [Wed, 6 Dec 2006 14:58:00 +0000 (14:58 +0000)]
bring gl engine vaguely back up to snuff.

SVN revision: 27363

17 years agoTue Dec 5 16:50:38 2006 Michael Jennings (mej)
Michael Jennings [Tue, 5 Dec 2006 21:50:39 +0000 (21:50 +0000)]
Tue Dec  5 16:50:38 2006                        Michael Jennings (mej)

Fix spec file and add directfb support.
----------------------------------------------------------------------

SVN revision: 27362

17 years agoMon Dec 4 15:34:28 2006 Michael Jennings (mej)
Michael Jennings [Mon, 4 Dec 2006 20:34:30 +0000 (20:34 +0000)]
Mon Dec  4 15:34:28 2006                        Michael Jennings (mej)

Build fixes.  No new deps means exactly that!
----------------------------------------------------------------------

SVN revision: 27349

17 years agolotys of changes - mayaswell asparagus - and the start of some of my fm
Carsten Haitzler [Mon, 4 Dec 2006 12:14:18 +0000 (12:14 +0000)]
lotys of changes - mayaswell asparagus - and the start of some of my fm
properties dialog work... it sucks - i know.

SVN revision: 27348

17 years agoRevert a commit that should not have gone in. This was code to address what
ningerso [Sat, 2 Dec 2006 06:40:24 +0000 (06:40 +0000)]
Revert a commit that should not have gone in. This was code to address what
appears to be an endianess bug in Apple's X server.

SVN revision: 27325