handyande [Mon, 5 Apr 2004 16:11:17 +0000 (16:11 +0000)]
Int != char * - taa Trillsrc/lib/ecore_config/ipc_ecore.c
SVN revision: 9610
Carsten Haitzler [Mon, 5 Apr 2004 03:38:34 +0000 (03:38 +0000)]
try bigger buffer for prefetch test?
SVN revision: 9607
tsauerbeck [Sun, 4 Apr 2004 20:08:45 +0000 (20:08 +0000)]
Oops, set the realtime signal's number in the ecore event struct, too
SVN revision: 9592
tsauerbeck [Sun, 4 Apr 2004 19:53:19 +0000 (19:53 +0000)]
added support for realtime signals. all signal event structs now have a siginfo_t member (this might replace the unused void *ext_data). sa_sigaction is now used instead of sa_handler
SVN revision: 9591
tsauerbeck [Sun, 4 Apr 2004 17:12:14 +0000 (17:12 +0000)]
fixed a warning
SVN revision: 9590
tsauerbeck [Sun, 4 Apr 2004 12:17:32 +0000 (12:17 +0000)]
use sig_atomic_t for signal counters
SVN revision: 9589
tsauerbeck [Sun, 4 Apr 2004 10:59:50 +0000 (10:59 +0000)]
updated documentation for --with-vim
SVN revision: 9588
tsauerbeck [Sun, 4 Apr 2004 00:15:56 +0000 (00:15 +0000)]
Oops :)
SVN revision: 9587
tsauerbeck [Sat, 3 Apr 2004 15:03:33 +0000 (15:03 +0000)]
ssl code fixes
SVN revision: 9585
tsauerbeck [Fri, 2 Apr 2004 18:32:55 +0000 (18:32 +0000)]
Use SSLv2 only at this time, gives much better results. Fixed SSL_write() handling.
SVN revision: 9569
Carsten Haitzler [Fri, 2 Apr 2004 09:16:53 +0000 (09:16 +0000)]
timers and animators are now supported from the embryo scripts - WOOO!
examples in e_logo.edc
errr - the animators may have problems if somehow aan animator is deleted or
object deleteded or file changed while running thru the list...
SVN revision: 9567
rbdpngn [Fri, 2 Apr 2004 04:20:57 +0000 (04:20 +0000)]
Alloca check for the compiler.
SVN revision: 9566
Carsten Haitzler [Fri, 2 Apr 2004 03:55:38 +0000 (03:55 +0000)]
ok - examples of how to hook some embryo calls in - help appreciated with the
nice big LIST! :)
SVN revision: 9565
Carsten Haitzler [Fri, 2 Apr 2004 00:16:21 +0000 (00:16 +0000)]
alloca...
SVN revision: 9564
rbdpngn [Thu, 1 Apr 2004 17:32:30 +0000 (17:32 +0000)]
alloca is in stdlib.h on some platforms.
SVN revision: 9556
tsauerbeck [Thu, 1 Apr 2004 16:41:27 +0000 (16:41 +0000)]
Don't use #ifdef here
SVN revision: 9554
tsauerbeck [Thu, 1 Apr 2004 16:37:47 +0000 (16:37 +0000)]
Fixed a compilation error spotted by RbdPngn
SVN revision: 9553
Carsten Haitzler [Thu, 1 Apr 2004 15:32:17 +0000 (15:32 +0000)]
faster lookups for programs & parts - saves a lot of list walking
SVN revision: 9552
Carsten Haitzler [Thu, 1 Apr 2004 09:53:11 +0000 (09:53 +0000)]
cleaner...
SVN revision: 9550
Carsten Haitzler [Thu, 1 Apr 2004 09:30:45 +0000 (09:30 +0000)]
string replacement with ID's in edje_cc for verbatim code snippets... see
example
SVN revision: 9548
tsauerbeck [Wed, 31 Mar 2004 16:47:45 +0000 (16:47 +0000)]
Added basic ssl-client support to Ecore_Con
SVN revision: 9535
Carsten Haitzler [Tue, 30 Mar 2004 10:30:35 +0000 (10:30 +0000)]
busy adding some MEAT to edje's embryo script support. just added
"persistent" variables - ie tied to each instance of an edje object and you
can save/load via get_int() set_int() get_float() set_float(), get_str(),
get_strlen() and set_str(). the values are fetched/stored wherever you do
these calls. you need a public variable declaration to indicate you want to
use a global var, and use this variable handle as the variable index - edje
will init it for you.
e_logo.edc has some examples...
:)
this solves being able to keep state like if a check button is enabled or
disabled etc. etc. etc.
then i guess its onto the rest of the calls...
SVN revision: 9526
Carsten Haitzler [Tue, 30 Mar 2004 09:35:50 +0000 (09:35 +0000)]
fix str... snprintf... oops
SVN revision: 9525
Carsten Haitzler [Tue, 30 Mar 2004 03:55:56 +0000 (03:55 +0000)]
alloca.h
SVN revision: 9524
Carsten Haitzler [Tue, 30 Mar 2004 02:03:07 +0000 (02:03 +0000)]
notes for me on what apis to export...
SVN revision: 9523
Kim Woelders [Mon, 29 Mar 2004 21:11:30 +0000 (21:11 +0000)]
Sssh
SVN revision: 9521
Kim Woelders [Mon, 29 Mar 2004 21:10:48 +0000 (21:10 +0000)]
Added iconification request.
SVN revision: 9520
Carsten Haitzler [Mon, 29 Mar 2004 12:00:01 +0000 (12:00 +0000)]
some notes for myself...
SVN revision: 9519
Carsten Haitzler [Mon, 29 Mar 2004 11:58:57 +0000 (11:58 +0000)]
more meaty api...
SVN revision: 9518
Carsten Haitzler [Sun, 28 Mar 2004 06:21:52 +0000 (06:21 +0000)]
remove that debug... dont need that.
SVN revision: 9515
Carsten Haitzler [Sun, 28 Mar 2004 05:26:17 +0000 (05:26 +0000)]
and.... edje_cc can take small code snippets in script{} areas and compile
them, include them int eh edje.eet and edje can run them. all i have to do
now is actually give the small scripts an api worht talking about
SVN revision: 9514
Carsten Haitzler [Sun, 28 Mar 2004 05:14:58 +0000 (05:14 +0000)]
shhh!
SVN revision: 9513
Carsten Haitzler [Sun, 28 Mar 2004 04:53:35 +0000 (04:53 +0000)]
damn! dont screw with the filenames so much!
SVN revision: 9511
xcomputerman [Sun, 28 Mar 2004 04:25:52 +0000 (04:25 +0000)]
Permit explicit specification of socket path by using an absolute path in the service name.
SVN revision: 9508
handyande [Sat, 27 Mar 2004 23:16:48 +0000 (23:16 +0000)]
Why do it the hard way?
SVN revision: 9503
handyande [Sat, 27 Mar 2004 21:58:01 +0000 (21:58 +0000)]
Hmm, that fits better than the method I forgot to commit
SVN revision: 9502
handyande [Sat, 27 Mar 2004 20:59:42 +0000 (20:59 +0000)]
Fixup listing of system properties - handled differently to local properties
this allows the _system connector to be 'examined'
SVN revision: 9500
handyande [Sat, 27 Mar 2004 14:57:23 +0000 (14:57 +0000)]
Added ecore_config_evas_font_path_apply to control the font path locations in all edje apps
SVN revision: 9497
atmosphere [Sat, 27 Mar 2004 05:46:27 +0000 (05:46 +0000)]
build fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving raster some time, if it's wrong, sorry
SVN revision: 9495
handyande [Fri, 26 Mar 2004 14:05:40 +0000 (14:05 +0000)]
Create directories if they do not exist - that should fix 'not being remembered' settings problems
SVN revision: 9488
Carsten Haitzler [Fri, 26 Mar 2004 09:10:05 +0000 (09:10 +0000)]
embryo support... started. :)
SVN revision: 9487
Carsten Haitzler [Fri, 26 Mar 2004 08:07:47 +0000 (08:07 +0000)]
data set/get
SVN revision: 9486
Carsten Haitzler [Fri, 26 Mar 2004 06:23:13 +0000 (06:23 +0000)]
1 more call
SVN revision: 9485
Carsten Haitzler [Fri, 26 Mar 2004 04:25:33 +0000 (04:25 +0000)]
oops. accidentally removed that... fix!
SVN revision: 9484
Carsten Haitzler [Fri, 26 Mar 2004 04:12:36 +0000 (04:12 +0000)]
woop! it works... 64bit cleanliness left.
SVN revision: 9483
Carsten Haitzler [Fri, 26 Mar 2004 03:26:09 +0000 (03:26 +0000)]
actually memory will be aligned anyway... :)
SVN revision: 9482
Carsten Haitzler [Fri, 26 Mar 2004 03:24:33 +0000 (03:24 +0000)]
fix some code up.. clean.. a FIXME i noticed...
SVN revision: 9481
Carsten Haitzler [Thu, 25 Mar 2004 14:55:26 +0000 (14:55 +0000)]
actual docs
SVN revision: 9475
Carsten Haitzler [Thu, 25 Mar 2004 09:52:12 +0000 (09:52 +0000)]
some readme.. got to run!
SVN revision: 9474
Carsten Haitzler [Thu, 25 Mar 2004 09:44:55 +0000 (09:44 +0000)]
move to default.inc - now u dont need to #include <float> anymore
compiler deletes .asm's again...
SVN revision: 9473
Carsten Haitzler [Thu, 25 Mar 2004 09:29:16 +0000 (09:29 +0000)]
and fix this to work on PPC (big endian)
still have to check for 64bit... that is borken, i think...
SVN revision: 9472
Carsten Haitzler [Thu, 25 Mar 2004 07:03:00 +0000 (07:03 +0000)]
compiler SHHHHHHHHHHHH
SVN revision: 9471
rbdpngn [Thu, 25 Mar 2004 06:35:38 +0000 (06:35 +0000)]
Use stdint.h when available, otherwise define the stuff ourselves.
SVN revision: 9466
Carsten Haitzler [Thu, 25 Mar 2004 06:21:58 +0000 (06:21 +0000)]
different packing...
SVN revision: 9465
Carsten Haitzler [Thu, 25 Mar 2004 05:40:55 +0000 (05:40 +0000)]
fix endianess...
SVN revision: 9464
Carsten Haitzler [Thu, 25 Mar 2004 04:38:07 +0000 (04:38 +0000)]
swap all code bytes!
SVN revision: 9460
Carsten Haitzler [Thu, 25 Mar 2004 03:59:18 +0000 (03:59 +0000)]
oosp backwards ifdef
SVN revision: 9459
Carsten Haitzler [Thu, 25 Mar 2004 03:50:32 +0000 (03:50 +0000)]
fix endianess stuff... in amx
SVN revision: 9458
Carsten Haitzler [Thu, 25 Mar 2004 03:05:27 +0000 (03:05 +0000)]
need a swap!
SVN revision: 9457
Carsten Haitzler [Thu, 25 Mar 2004 02:14:56 +0000 (02:14 +0000)]
fix
SVN revision: 9456
Carsten Haitzler [Thu, 25 Mar 2004 02:12:11 +0000 (02:12 +0000)]
dont need these... :)
SVN revision: 9455
rbdpngn [Thu, 25 Mar 2004 02:12:09 +0000 (02:12 +0000)]
Again, libtoolize for version checking.
SVN revision: 9454
rbdpngn [Thu, 25 Mar 2004 02:08:55 +0000 (02:08 +0000)]
Use libtoolize instead of libtool.
SVN revision: 9453
Carsten Haitzler [Thu, 25 Mar 2004 02:07:28 +0000 (02:07 +0000)]
portable portable damnit! need help cleaning this code! its horrid!
SVN revision: 9452
Carsten Haitzler [Wed, 24 Mar 2004 14:32:04 +0000 (14:32 +0000)]
cleaning up...
SVN revision: 9447
Carsten Haitzler [Wed, 24 Mar 2004 10:25:05 +0000 (10:25 +0000)]
disable lots of compiler options - embryo handles a subset of small
make compiler quieter. change default options for compiler and include
default include for the user as well as current dir.
SVN revision: 9446
Carsten Haitzler [Wed, 24 Mar 2004 09:48:28 +0000 (09:48 +0000)]
and E cvs did givbe birth to an Embryo! :)
SVN revision: 9445
atmosphere [Wed, 24 Mar 2004 07:23:51 +0000 (07:23 +0000)]
sort your evas lists via a function pointer
SVN revision: 9443
tsauerbeck [Sun, 21 Mar 2004 20:22:58 +0000 (20:22 +0000)]
fixed compilation error when sse was disabled and mmx was enabled
SVN revision: 9418
tsauerbeck [Sat, 20 Mar 2004 10:16:22 +0000 (10:16 +0000)]
plugged another leak
SVN revision: 9402
tsauerbeck [Fri, 19 Mar 2004 18:40:09 +0000 (18:40 +0000)]
changed ECORE_MIN /MAX to MIN/MAX
SVN revision: 9399
rbdpngn [Thu, 18 Mar 2004 20:56:20 +0000 (20:56 +0000)]
Moved the locks into a struct so we can use semi-colons at the end of the
declaration macro.
SVN revision: 9395
rbdpngn [Thu, 18 Mar 2004 20:44:33 +0000 (20:44 +0000)]
The semi-colon at the end of this macro causes many compiler warnings under
OS X.
SVN revision: 9394
rbdpngn [Thu, 18 Mar 2004 19:02:23 +0000 (19:02 +0000)]
Convert some of the documentation to doxygen.
SVN revision: 9393
xcomputerman [Thu, 18 Mar 2004 14:29:59 +0000 (14:29 +0000)]
- Fix references to old Ecore_List structure (temporarily)
- Fix warnings (bad raster!)
SVN revision: 9390
Carsten Haitzler [Thu, 18 Mar 2004 09:22:36 +0000 (09:22 +0000)]
just in case this gets through...
SVN revision: 9388
Carsten Haitzler [Thu, 18 Mar 2004 09:06:12 +0000 (09:06 +0000)]
oops - this DOESNT actually work - i thought as much! i knew i had my
reasons...
SVN revision: 9387
xcomputerman [Thu, 18 Mar 2004 05:30:48 +0000 (05:30 +0000)]
- Merge Ewd functions into Ecore.
- Version number bump
SVN revision: 9385
xcomputerman [Thu, 18 Mar 2004 05:29:54 +0000 (05:29 +0000)]
Merge Ewd code into Ecore.
The new functions (Ecore_Data.h) have not been tested yet, be warned! :)
SVN revision: 9384
Carsten Haitzler [Wed, 17 Mar 2004 05:44:17 +0000 (05:44 +0000)]
add file.
SVN revision: 9380
Carsten Haitzler [Wed, 17 Mar 2004 05:14:13 +0000 (05:14 +0000)]
debugging stuff to help profile an application using evas/ecore etc. to see
where (rougly) time is spent (as it runs - dynamically). quite useful if your
code is dropping frames to keep animation going - but u'd like to know when
exactly its happening so you can lean down the graphics design or the code in
those situations.
SVN revision: 9379
Carsten Haitzler [Tue, 16 Mar 2004 23:52:46 +0000 (23:52 +0000)]
debugging - but more important - configure.in fix!
SVN revision: 9377
swielinga [Tue, 16 Mar 2004 19:54:18 +0000 (19:54 +0000)]
Bump version number of the evas debian package
SVN revision: 9371
Carsten Haitzler [Tue, 16 Mar 2004 08:38:51 +0000 (08:38 +0000)]
init drag step on load
freeze/thaw imbalance! fix. :(
SVN revision: 9365
Carsten Haitzler [Tue, 16 Mar 2004 08:03:00 +0000 (08:03 +0000)]
a good 20% speedup on my p4 and minor speedup on this p3. no difference on my
ipaq...
SVN revision: 9364
Carsten Haitzler [Tue, 16 Mar 2004 04:13:05 +0000 (04:13 +0000)]
fix stack queries! :)
SVN revision: 9362
Carsten Haitzler [Thu, 11 Mar 2004 03:21:06 +0000 (03:21 +0000)]
yuri's math code for the parser!
SVN revision: 9322
handyande [Wed, 10 Mar 2004 09:43:02 +0000 (09:43 +0000)]
Oops - nobody wants debug _really_ ;)
SVN revision: 9309
handyande [Tue, 9 Mar 2004 23:01:05 +0000 (23:01 +0000)]
Fixed SYSTEM flag and set non-overridden system props hidden in listings, these will be addressed via the system settings
SVN revision: 9308
handyande [Mon, 8 Mar 2004 15:44:17 +0000 (15:44 +0000)]
W00T, finally fixed the int bug too :)
SVN revision: 9292
handyande [Mon, 8 Mar 2004 15:03:40 +0000 (15:03 +0000)]
Finally - cought the little blighter.
erm - that means fixed the fix\!!
SVN revision: 9291
Carsten Haitzler [Mon, 8 Mar 2004 02:43:48 +0000 (02:43 +0000)]
fixed a leak... patches from trill... need to go thru my mail....
SVN revision: 9281
Carsten Haitzler [Mon, 8 Mar 2004 02:42:08 +0000 (02:42 +0000)]
check deleted flag.. need to do this in more places tho....
SVN revision: 9280
swielinga [Mon, 8 Mar 2004 01:36:11 +0000 (01:36 +0000)]
Now the edc vim syntax file for edje sources actually shows up in the deb.
SVN revision: 9279
swielinga [Mon, 8 Mar 2004 01:21:05 +0000 (01:21 +0000)]
You forgot to add $(DESTDIR), buddy :-)
SVN revision: 9278
xcomputerman [Sat, 6 Mar 2004 17:20:04 +0000 (17:20 +0000)]
Add configure option to manually specify vim directory
SVN revision: 9246
xcomputerman [Sat, 6 Mar 2004 15:18:57 +0000 (15:18 +0000)]
Giving a vim syntax file its own module directory is just ridiculous.
SVN revision: 9245
tsauerbeck [Sat, 6 Mar 2004 10:21:15 +0000 (10:21 +0000)]
don't segfault on a missing default description
SVN revision: 9242
swielinga [Thu, 4 Mar 2004 20:31:30 +0000 (20:31 +0000)]
I Guess this isn't needed (anymore?)
SVN revision: 9225
xcomputerman [Mon, 1 Mar 2004 23:15:32 +0000 (23:15 +0000)]
Out, ye cursed critters!
SVN revision: 9187