platform/upstream/efl.git
20 years agoonly call SSL_get_error() if the previous SSL call failed
tsauerbeck [Mon, 12 Apr 2004 19:29:37 +0000 (19:29 +0000)]
only call SSL_get_error() if the previous SSL call failed

SVN revision: 9712

20 years agoFix client iconify.
Kim Woelders [Sun, 11 Apr 2004 21:20:47 +0000 (21:20 +0000)]
Fix client iconify.
ecore_x_window_prop_desktop_request() was probably broken too.
Suggest to remove ecore_x_window_prop_property_notify().

SVN revision: 9692

20 years agoMake ecore_x_window_prop_state_request() public.
Kim Woelders [Sun, 11 Apr 2004 21:09:12 +0000 (21:09 +0000)]
Make ecore_x_window_prop_state_request() public.

SVN revision: 9690

20 years agohook in ecore_evas_iconified_set into the x11 engine, use code in ecore_x to do it
atmosphere [Sun, 11 Apr 2004 17:37:39 +0000 (17:37 +0000)]
hook in ecore_evas_iconified_set into the x11 engine, use code in ecore_x to do it

SVN revision: 9689

20 years agooops - this should not be here
handyande [Sun, 11 Apr 2004 16:08:14 +0000 (16:08 +0000)]
oops - this should not be here

SVN revision: 9688

20 years agoselly's no more warnings...
Carsten Haitzler [Sat, 10 Apr 2004 05:55:23 +0000 (05:55 +0000)]
selly's no more warnings...

SVN revision: 9672

20 years agobooo - trying to debug
Carsten Haitzler [Thu, 8 Apr 2004 04:04:51 +0000 (04:04 +0000)]
booo - trying to debug

SVN revision: 9646

20 years agoAdded the de-iconify (request).
Kim Woelders [Wed, 7 Apr 2004 13:16:04 +0000 (13:16 +0000)]
Added the de-iconify (request).
Please put it elsewhere if this is not the proper location, but this is what
the client must do one way or the other.

SVN revision: 9632

20 years agoFix some ifdef's for the SIGPWR signal.
rbdpngn [Wed, 7 Apr 2004 03:42:55 +0000 (03:42 +0000)]
Fix some ifdef's for the SIGPWR signal.

SVN revision: 9630

20 years agopointles though it is, i see no r3eason to dissallow locak unix sockets to
Carsten Haitzler [Tue, 6 Apr 2004 06:22:47 +0000 (06:22 +0000)]
pointles though it is, i see no r3eason to dissallow locak unix sockets to
have SSL encryption... still very pointless, but... possible :) if you dont
trust your kernel... why bother? :)

SVN revision: 9621

20 years agoecore_ipc now supports ssl too
Carsten Haitzler [Tue, 6 Apr 2004 06:20:39 +0000 (06:20 +0000)]
ecore_ipc now supports ssl too

SVN revision: 9620

20 years agojose's evas patches are in.
Carsten Haitzler [Tue, 6 Apr 2004 03:36:51 +0000 (03:36 +0000)]
jose's evas patches are in.

SVN revision: 9615

20 years agosiginfo_t *si might be NULL, so don't deref it unconditionally
tsauerbeck [Mon, 5 Apr 2004 16:32:53 +0000 (16:32 +0000)]
siginfo_t *si might be NULL, so don't deref it unconditionally

SVN revision: 9611

20 years agoInt != char * - taa Trillsrc/lib/ecore_config/ipc_ecore.c
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

20 years agotry bigger buffer for prefetch test?
Carsten Haitzler [Mon, 5 Apr 2004 03:38:34 +0000 (03:38 +0000)]
try bigger buffer for prefetch test?

SVN revision: 9607

20 years agoOops, set the realtime signal's number in the ecore event struct, too
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

20 years agoadded support for realtime signals. all signal event structs now have a siginfo_t...
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

20 years agofixed a warning
tsauerbeck [Sun, 4 Apr 2004 17:12:14 +0000 (17:12 +0000)]
fixed a warning

SVN revision: 9590

20 years agouse sig_atomic_t for signal counters
tsauerbeck [Sun, 4 Apr 2004 12:17:32 +0000 (12:17 +0000)]
use sig_atomic_t for signal counters

SVN revision: 9589

20 years agoupdated documentation for --with-vim
tsauerbeck [Sun, 4 Apr 2004 10:59:50 +0000 (10:59 +0000)]
updated documentation for --with-vim

SVN revision: 9588

20 years agoOops :)
tsauerbeck [Sun, 4 Apr 2004 00:15:56 +0000 (00:15 +0000)]
Oops :)

SVN revision: 9587

20 years agossl code fixes
tsauerbeck [Sat, 3 Apr 2004 15:03:33 +0000 (15:03 +0000)]
ssl code fixes

SVN revision: 9585

20 years agoUse SSLv2 only at this time, gives much better results. Fixed SSL_write() handling.
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

20 years agotimers and animators are now supported from the embryo scripts - WOOO!
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

20 years agoAlloca check for the compiler.
rbdpngn [Fri, 2 Apr 2004 04:20:57 +0000 (04:20 +0000)]
Alloca check for the compiler.

SVN revision: 9566

20 years agook - examples of how to hook some embryo calls in - help appreciated with the
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

20 years agoalloca...
Carsten Haitzler [Fri, 2 Apr 2004 00:16:21 +0000 (00:16 +0000)]
alloca...

SVN revision: 9564

20 years agoalloca is in stdlib.h on some platforms.
rbdpngn [Thu, 1 Apr 2004 17:32:30 +0000 (17:32 +0000)]
alloca is in stdlib.h on some platforms.

SVN revision: 9556

20 years agoDon't use #ifdef here
tsauerbeck [Thu, 1 Apr 2004 16:41:27 +0000 (16:41 +0000)]
Don't use #ifdef here

SVN revision: 9554

20 years agoFixed a compilation error spotted by RbdPngn
tsauerbeck [Thu, 1 Apr 2004 16:37:47 +0000 (16:37 +0000)]
Fixed a compilation error spotted by RbdPngn

SVN revision: 9553

20 years agofaster lookups for programs & parts - saves a lot of list walking
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

20 years agocleaner...
Carsten Haitzler [Thu, 1 Apr 2004 09:53:11 +0000 (09:53 +0000)]
cleaner...

SVN revision: 9550

20 years agostring replacement with ID's in edje_cc for verbatim code snippets... see
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

20 years agoAdded basic ssl-client support to Ecore_Con
tsauerbeck [Wed, 31 Mar 2004 16:47:45 +0000 (16:47 +0000)]
Added basic ssl-client support to Ecore_Con

SVN revision: 9535

20 years agobusy adding some MEAT to edje's embryo script support. just added
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

20 years agofix str... snprintf... oops
Carsten Haitzler [Tue, 30 Mar 2004 09:35:50 +0000 (09:35 +0000)]
fix str... snprintf... oops

SVN revision: 9525

20 years agoalloca.h
Carsten Haitzler [Tue, 30 Mar 2004 03:55:56 +0000 (03:55 +0000)]
alloca.h

SVN revision: 9524

20 years agonotes for me on what apis to export...
Carsten Haitzler [Tue, 30 Mar 2004 02:03:07 +0000 (02:03 +0000)]
notes for me on what apis to export...

SVN revision: 9523

20 years agoSssh
Kim Woelders [Mon, 29 Mar 2004 21:11:30 +0000 (21:11 +0000)]
Sssh

SVN revision: 9521

20 years agoAdded iconification request.
Kim Woelders [Mon, 29 Mar 2004 21:10:48 +0000 (21:10 +0000)]
Added iconification request.

SVN revision: 9520

20 years agosome notes for myself...
Carsten Haitzler [Mon, 29 Mar 2004 12:00:01 +0000 (12:00 +0000)]
some notes for myself...

SVN revision: 9519

20 years agomore meaty api...
Carsten Haitzler [Mon, 29 Mar 2004 11:58:57 +0000 (11:58 +0000)]
more meaty api...

SVN revision: 9518

20 years agoremove that debug... dont need that.
Carsten Haitzler [Sun, 28 Mar 2004 06:21:52 +0000 (06:21 +0000)]
remove that debug... dont need that.

SVN revision: 9515

20 years agoand.... edje_cc can take small code snippets in script{} areas and compile
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

20 years agoshhh!
Carsten Haitzler [Sun, 28 Mar 2004 05:14:58 +0000 (05:14 +0000)]
shhh!

SVN revision: 9513

20 years agodamn! dont screw with the filenames so much!
Carsten Haitzler [Sun, 28 Mar 2004 04:53:35 +0000 (04:53 +0000)]
damn! dont screw with the filenames so much!

SVN revision: 9511

20 years agoPermit explicit specification of socket path by using an absolute path in the service...
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

20 years agoWhy do it the hard way?
handyande [Sat, 27 Mar 2004 23:16:48 +0000 (23:16 +0000)]
Why do it the hard way?

SVN revision: 9503

20 years agoHmm, that fits better than the method I forgot to commit
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

20 years agoFixup listing of system properties - handled differently to local properties
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

20 years agoAdded ecore_config_evas_font_path_apply to control the font path locations in all...
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

20 years agobuild fixes from Spanky courtesy of some gentoo user I imagine, hopefully saving...
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

20 years agoCreate directories if they do not exist - that should fix 'not being remembered'...
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

20 years agoembryo support... started. :)
Carsten Haitzler [Fri, 26 Mar 2004 09:10:05 +0000 (09:10 +0000)]
embryo support... started. :)

SVN revision: 9487

20 years agodata set/get
Carsten Haitzler [Fri, 26 Mar 2004 08:07:47 +0000 (08:07 +0000)]
data set/get

SVN revision: 9486

20 years ago1 more call
Carsten Haitzler [Fri, 26 Mar 2004 06:23:13 +0000 (06:23 +0000)]
1 more call

SVN revision: 9485

20 years agooops. accidentally removed that... fix!
Carsten Haitzler [Fri, 26 Mar 2004 04:25:33 +0000 (04:25 +0000)]
oops. accidentally removed that... fix!

SVN revision: 9484

20 years agowoop! it works... 64bit cleanliness left.
Carsten Haitzler [Fri, 26 Mar 2004 04:12:36 +0000 (04:12 +0000)]
woop! it works... 64bit cleanliness left.

SVN revision: 9483

20 years agoactually memory will be aligned anyway... :)
Carsten Haitzler [Fri, 26 Mar 2004 03:26:09 +0000 (03:26 +0000)]
actually memory will be aligned anyway... :)

SVN revision: 9482

20 years agofix some code up.. clean.. a FIXME i noticed...
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

20 years agoactual docs
Carsten Haitzler [Thu, 25 Mar 2004 14:55:26 +0000 (14:55 +0000)]
actual docs

SVN revision: 9475

20 years agosome readme.. got to run!
Carsten Haitzler [Thu, 25 Mar 2004 09:52:12 +0000 (09:52 +0000)]
some readme.. got to run!

SVN revision: 9474

20 years agomove to default.inc - now u dont need to #include <float> anymore
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

20 years agoand fix this to work on PPC (big endian)
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

20 years agocompiler SHHHHHHHHHHHH
Carsten Haitzler [Thu, 25 Mar 2004 07:03:00 +0000 (07:03 +0000)]
compiler SHHHHHHHHHHHH

SVN revision: 9471

20 years agoUse stdint.h when available, otherwise define the stuff ourselves.
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

20 years agodifferent packing...
Carsten Haitzler [Thu, 25 Mar 2004 06:21:58 +0000 (06:21 +0000)]
different packing...

SVN revision: 9465

20 years agofix endianess...
Carsten Haitzler [Thu, 25 Mar 2004 05:40:55 +0000 (05:40 +0000)]
fix endianess...

SVN revision: 9464

20 years agoswap all code bytes!
Carsten Haitzler [Thu, 25 Mar 2004 04:38:07 +0000 (04:38 +0000)]
swap all code bytes!

SVN revision: 9460

20 years agooosp backwards ifdef
Carsten Haitzler [Thu, 25 Mar 2004 03:59:18 +0000 (03:59 +0000)]
oosp backwards ifdef

SVN revision: 9459

20 years agofix endianess stuff... in amx
Carsten Haitzler [Thu, 25 Mar 2004 03:50:32 +0000 (03:50 +0000)]
fix endianess stuff... in amx

SVN revision: 9458

20 years agoneed a swap!
Carsten Haitzler [Thu, 25 Mar 2004 03:05:27 +0000 (03:05 +0000)]
need a swap!

SVN revision: 9457

20 years agofix
Carsten Haitzler [Thu, 25 Mar 2004 02:14:56 +0000 (02:14 +0000)]
fix

SVN revision: 9456

20 years agodont need these... :)
Carsten Haitzler [Thu, 25 Mar 2004 02:12:11 +0000 (02:12 +0000)]
dont need these... :)

SVN revision: 9455

20 years agoAgain, libtoolize for version checking.
rbdpngn [Thu, 25 Mar 2004 02:12:09 +0000 (02:12 +0000)]
Again, libtoolize for version checking.

SVN revision: 9454

20 years agoUse libtoolize instead of libtool.
rbdpngn [Thu, 25 Mar 2004 02:08:55 +0000 (02:08 +0000)]
Use libtoolize instead of libtool.

SVN revision: 9453

20 years agoportable portable damnit! need help cleaning this code! its horrid!
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

20 years agocleaning up...
Carsten Haitzler [Wed, 24 Mar 2004 14:32:04 +0000 (14:32 +0000)]
cleaning up...

SVN revision: 9447

20 years agodisable lots of compiler options - embryo handles a subset of small
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

20 years agoand E cvs did givbe birth to an Embryo! :)
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

20 years agosort your evas lists via a function pointer
atmosphere [Wed, 24 Mar 2004 07:23:51 +0000 (07:23 +0000)]
sort your evas lists via a function pointer

SVN revision: 9443

20 years agofixed compilation error when sse was disabled and mmx was enabled
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

20 years agoplugged another leak
tsauerbeck [Sat, 20 Mar 2004 10:16:22 +0000 (10:16 +0000)]
plugged another leak

SVN revision: 9402

20 years agochanged ECORE_MIN /MAX to MIN/MAX
tsauerbeck [Fri, 19 Mar 2004 18:40:09 +0000 (18:40 +0000)]
changed ECORE_MIN /MAX to MIN/MAX

SVN revision: 9399

20 years agoMoved the locks into a struct so we can use semi-colons at the end of the
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

20 years agoThe semi-colon at the end of this macro causes many compiler warnings under
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

20 years agoConvert some of the documentation to doxygen.
rbdpngn [Thu, 18 Mar 2004 19:02:23 +0000 (19:02 +0000)]
Convert some of the documentation to doxygen.

SVN revision: 9393

20 years ago- Fix references to old Ecore_List structure (temporarily)
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

20 years agojust in case this gets through...
Carsten Haitzler [Thu, 18 Mar 2004 09:22:36 +0000 (09:22 +0000)]
just in case this gets through...

SVN revision: 9388

20 years agooops - this DOESNT actually work - i thought as much! i knew i had my
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

20 years ago- Merge Ewd functions into Ecore.
xcomputerman [Thu, 18 Mar 2004 05:30:48 +0000 (05:30 +0000)]
- Merge Ewd functions into Ecore.
- Version number bump

SVN revision: 9385

20 years agoMerge Ewd code into Ecore.
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

20 years agoadd file.
Carsten Haitzler [Wed, 17 Mar 2004 05:44:17 +0000 (05:44 +0000)]
add file.

SVN revision: 9380

20 years agodebugging stuff to help profile an application using evas/ecore etc. to see
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

20 years agodebugging - but more important - configure.in fix!
Carsten Haitzler [Tue, 16 Mar 2004 23:52:46 +0000 (23:52 +0000)]
debugging - but more important - configure.in fix!

SVN revision: 9377

20 years agoBump version number of the evas debian package
swielinga [Tue, 16 Mar 2004 19:54:18 +0000 (19:54 +0000)]
Bump version number of the evas debian package

SVN revision: 9371

20 years agoinit drag step on load
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

20 years agoa good 20% speedup on my p4 and minor speedup on this p3. no difference on my
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

20 years agofix stack queries! :)
Carsten Haitzler [Tue, 16 Mar 2004 04:13:05 +0000 (04:13 +0000)]
fix stack queries! :)

SVN revision: 9362

20 years agoyuri's math code for the parser!
Carsten Haitzler [Thu, 11 Mar 2004 03:21:06 +0000 (03:21 +0000)]
yuri's math code for the parser!

SVN revision: 9322