platform/upstream/efl.git
20 years agoaaaaaaah #'s form cpp in embryo verbatim snippets - strip them.
Carsten Haitzler [Wed, 28 Apr 2004 03:31:06 +0000 (03:31 +0000)]
aaaaaaah #'s form cpp in embryo verbatim snippets - strip them.

SVN revision: 9951

20 years agowell - we can go back to where we were before. type overflow issue
Carsten Haitzler [Wed, 28 Apr 2004 01:53:30 +0000 (01:53 +0000)]
well - we can go back to where we were before. type overflow issue

SVN revision: 9950

20 years agoavoid type overflow...
Carsten Haitzler [Wed, 28 Apr 2004 01:52:16 +0000 (01:52 +0000)]
avoid type overflow...

SVN revision: 9949

20 years agoslight fixup
atmosphere [Wed, 28 Apr 2004 01:39:08 +0000 (01:39 +0000)]
slight fixup

SVN revision: 9947

20 years agomake default clip smaller. we weem to be overflowing calculations to do with
Carsten Haitzler [Wed, 28 Apr 2004 00:43:56 +0000 (00:43 +0000)]
make default clip smaller. we weem to be overflowing calculations to do with
the clip...

SVN revision: 9946

20 years agoAtmos' excellent Edje EDC template, ready for all to use. All hail atmos.
technikolor [Tue, 27 Apr 2004 22:46:30 +0000 (22:46 +0000)]
Atmos' excellent Edje EDC template, ready for all to use.  All hail atmos.

SVN revision: 9943

20 years agouse evas_coord too
Carsten Haitzler [Tue, 27 Apr 2004 10:34:47 +0000 (10:34 +0000)]
use evas_coord too

SVN revision: 9933

20 years agohmm - for now dont over-optimise...
Carsten Haitzler [Tue, 27 Apr 2004 08:59:24 +0000 (08:59 +0000)]
hmm - for now dont over-optimise...

SVN revision: 9927

20 years agoas an excercise in forcing everyone to write code using the correct
Carsten Haitzler [Tue, 27 Apr 2004 08:31:27 +0000 (08:31 +0000)]
as an excercise in forcing everyone to write code using the correct
datatypes... i have by default changed the coord datatypes to be ints instead
of doubles... not - READ your headers carefully - they are Evas_Coord types.
dont ASSUME them to be anything except a scalar of some sort your compiler
can handle and cast. (coudl be int, long, long long, short, double, float etc.)

SVN revision: 9924

20 years agonot evas_coord safe! fix.
Carsten Haitzler [Tue, 27 Apr 2004 08:16:18 +0000 (08:16 +0000)]
not evas_coord safe! fix.

SVN revision: 9922

20 years agonot evas_coord safe! fix. :)
Carsten Haitzler [Tue, 27 Apr 2004 08:16:13 +0000 (08:16 +0000)]
not evas_coord safe! fix. :)

SVN revision: 9921

20 years agodont use t! its not standard!
Carsten Haitzler [Tue, 27 Apr 2004 08:05:12 +0000 (08:05 +0000)]
dont use t! its not standard!

SVN revision: 9920

20 years agoput the read buffer back on the stack
tsauerbeck [Sun, 25 Apr 2004 15:52:53 +0000 (15:52 +0000)]
put the read buffer back on the stack

SVN revision: 9899

20 years agofixed ssl deadlock
tsauerbeck [Sun, 25 Apr 2004 15:42:57 +0000 (15:42 +0000)]
fixed ssl deadlock

SVN revision: 9898

20 years agodemangle-fix
Carsten Haitzler [Sun, 25 Apr 2004 04:35:46 +0000 (04:35 +0000)]
demangle-fix

SVN revision: 9894

20 years agoallow this to be used form c++!
Carsten Haitzler [Sun, 25 Apr 2004 04:28:52 +0000 (04:28 +0000)]
allow this to be used form c++!

SVN revision: 9893

20 years agoabort edje_cc compile if embryo is not happy
Carsten Haitzler [Sun, 25 Apr 2004 04:24:56 +0000 (04:24 +0000)]
abort edje_cc compile if embryo is not happy

SVN revision: 9892

20 years agoembryo_cc line numebrs match up with edje .edc ones now - much better foir
Carsten Haitzler [Sun, 25 Apr 2004 04:20:58 +0000 (04:20 +0000)]
embryo_cc line numebrs match up with edje .edc ones now - much better foir
debugging

SVN revision: 9891

20 years agoRealign Ecore_X event masks with Xlib event masks. This fixes the bug
xcomputerman [Sat, 24 Apr 2004 05:49:46 +0000 (05:49 +0000)]
Realign Ecore_X event masks with Xlib event masks. This fixes the bug
causing some input select requests not to work.
*API Change warning*

SVN revision: 9878

20 years ago- Use XChangeWindowAttributes() instead of XSelectInput()
xcomputerman [Fri, 23 Apr 2004 22:48:21 +0000 (22:48 +0000)]
- Use XChangeWindowAttributes() instead of XSelectInput()
- Add event_mask_unset to allow deselecting events

SVN revision: 9875

20 years agoEvents:
xcomputerman [Fri, 23 Apr 2004 22:17:01 +0000 (22:17 +0000)]
Events:
- Or the requested event mask with the current mask, instead of replacing
  it.
DND:
- Set default action on drop to Ask

SVN revision: 9873

20 years agooopsie - NOW its fixed! :)
Carsten Haitzler [Fri, 23 Apr 2004 08:06:33 +0000 (08:06 +0000)]
oopsie - NOW its fixed! :)

SVN revision: 9871

20 years agoipc header compression as part of the protocol. this relies on previosu
Carsten Haitzler [Fri, 23 Apr 2004 07:24:40 +0000 (07:24 +0000)]
ipc header compression as part of the protocol. this relies on previosu
header states and does delta's. it seems to give me about 50-70% compression
for the headers - not bad. also solved aligned memory access problem waiting
to happen... :)

SVN revision: 9870

20 years agoAdd theme type for exciting features in examine
handyande [Thu, 22 Apr 2004 23:38:19 +0000 (23:38 +0000)]
Add theme type for exciting features in examine
Add property descriptions,
For the (beginnings of) help text / input parser

SVN revision: 9869

20 years agofont imaging stuff....
Carsten Haitzler [Thu, 22 Apr 2004 11:29:34 +0000 (11:29 +0000)]
font imaging stuff....

SVN revision: 9847

20 years agochanges to support evoak efficiently
Carsten Haitzler [Wed, 21 Apr 2004 06:38:37 +0000 (06:38 +0000)]
changes to support evoak efficiently

SVN revision: 9830

20 years agoSOME of the changes needed to support evoak... needs new eet...
Carsten Haitzler [Wed, 21 Apr 2004 06:38:24 +0000 (06:38 +0000)]
SOME of the changes needed to support evoak... needs new eet...

SVN revision: 9829

20 years agohmmm - why read_buf is in the struct so each server and client connection
Carsten Haitzler [Tue, 20 Apr 2004 11:40:44 +0000 (11:40 +0000)]
hmmm - why read_buf is in the struct so each server and client connection
PERMENANTLY uses 64kb of ram until closed? why? trill???? why does ssl need a
malloced buffer and cannot a buffer on the stack?

SVN revision: 9810

20 years agooops - kept in dbg
Carsten Haitzler [Tue, 20 Apr 2004 09:32:57 +0000 (09:32 +0000)]
oops - kept in dbg

SVN revision: 9809

20 years agooops - forgot to copy my fix to other side too!
Carsten Haitzler [Tue, 20 Apr 2004 09:30:59 +0000 (09:30 +0000)]
oops - forgot to copy my fix to other side too!

SVN revision: 9808

20 years agoformatting and all sorts of cleanup stuff... not anywhere near done or
Carsten Haitzler [Tue, 20 Apr 2004 03:50:11 +0000 (03:50 +0000)]
formatting and all sorts of cleanup stuff... not anywhere near done or
perfect... :(

SVN revision: 9805

20 years agoHackish, but it fixes the problem with stupid cpp's.
rbdpngn [Tue, 20 Apr 2004 03:14:46 +0000 (03:14 +0000)]
Hackish, but it fixes the problem with stupid cpp's.

SVN revision: 9804

20 years agook. that definitely ain't the right way to do those. back it out...
rephorm [Tue, 20 Apr 2004 02:07:11 +0000 (02:07 +0000)]
ok. that definitely ain't the right way to do those. back it out...

SVN revision: 9803

20 years agolets not confuse people :)
rephorm [Tue, 20 Apr 2004 01:11:33 +0000 (01:11 +0000)]
lets not confuse people :)

SVN revision: 9802

20 years agomake it a bit more interesting...
rephorm [Tue, 20 Apr 2004 01:00:01 +0000 (01:00 +0000)]
make it a bit more interesting...

SVN revision: 9801

20 years agofill in some embryo calls.
rephorm [Tue, 20 Apr 2004 00:24:30 +0000 (00:24 +0000)]
fill in some embryo calls.
not fully tested yet. click on the spinning logo to animate the dragable in e_logo.eet (as an example of set_drag())

SVN revision: 9800

20 years agooooh siglongjmp!!!!
Carsten Haitzler [Mon, 19 Apr 2004 01:27:37 +0000 (01:27 +0000)]
oooh siglongjmp!!!!

SVN revision: 9792

20 years agonote about gcc 3.2.x
Carsten Haitzler [Sun, 18 Apr 2004 00:57:06 +0000 (00:57 +0000)]
note about gcc 3.2.x

SVN revision: 9770

20 years agosurvive make distcheck...
Carsten Haitzler [Fri, 16 Apr 2004 02:06:39 +0000 (02:06 +0000)]
survive make distcheck...

SVN revision: 9747

20 years agopass make distcheck!
Carsten Haitzler [Fri, 16 Apr 2004 01:46:54 +0000 (01:46 +0000)]
pass make distcheck!

SVN revision: 9746

20 years agodistable... :)
Carsten Haitzler [Fri, 16 Apr 2004 01:38:14 +0000 (01:38 +0000)]
distable... :)

SVN revision: 9745

20 years agoversion uppie...
Carsten Haitzler [Thu, 15 Apr 2004 07:58:38 +0000 (07:58 +0000)]
version uppie...

SVN revision: 9732

20 years agoi guess that's what you meant
tsauerbeck [Wed, 14 Apr 2004 16:14:24 +0000 (16:14 +0000)]
i guess that's what you meant

SVN revision: 9723

20 years agooops. printf left in.
Carsten Haitzler [Wed, 14 Apr 2004 09:11:42 +0000 (09:11 +0000)]
oops. printf left in.

SVN revision: 9721

20 years agofix a bug in ecore_ipc - damn.. how could that stay there? :)
Carsten Haitzler [Wed, 14 Apr 2004 08:51:19 +0000 (08:51 +0000)]
fix a bug in ecore_ipc - damn.. how could that stay there? :)

and err - clean up some indenting etc...

trill - going to put n SSL server support too (ie ecore can act as SSL server
too) ?

SVN revision: 9720

20 years agoFixed wrong way last time - NILs are valid, ints now passed as pointers like everythi...
handyande [Tue, 13 Apr 2004 23:36:40 +0000 (23:36 +0000)]
Fixed wrong way last time - NILs are valid, ints now passed as pointers like everything else so we can detect them - sorry

SVN revision: 9718

20 years agoFix 2 bugs in ecore_config
handyande [Tue, 13 Apr 2004 22:03:22 +0000 (22:03 +0000)]
Fix 2 bugs in ecore_config
1) Ints can now be set to 0 successfully
2) Floats are operating correctly
hmm - now examine/exsh should work with engage ;)

SVN revision: 9716

20 years agoadded Ecore_Ipc.h
tsauerbeck [Mon, 12 Apr 2004 19:35:26 +0000 (19:35 +0000)]
added Ecore_Ipc.h

SVN revision: 9713

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