platform/upstream/efl.git
20 years agoAnother API change to fit with ecore :( - app args now grabbed through ecore_app_args...
handyande [Mon, 10 May 2004 11:05:33 +0000 (11:05 +0000)]
Another API change to fit with ecore :( - app args now grabbed through ecore_app_args_get - remember to set them

SVN revision: 10155

20 years agolean down memory usage per process - now it doesnt use up 64kb it doesnt need
Carsten Haitzler [Mon, 10 May 2004 06:40:51 +0000 (06:40 +0000)]
lean down memory usage per process - now it doesnt use up 64kb it doesnt need
to... :)

SVN revision: 10153

20 years agotry to connect the socket in the write branch of the fd handler, too. this seems...
tsauerbeck [Sun, 9 May 2004 20:23:23 +0000 (20:23 +0000)]
try to connect the socket in the write branch of the fd handler, too. this seems to fix a bug where a SERVER_DATA event was delivered before/without a SERVER_ADD event

SVN revision: 10149

20 years agocorrect fix for 0000059 - Ecore_Config.h should not directly include Ecore_Ipc.h
handyande [Sun, 9 May 2004 15:37:11 +0000 (15:37 +0000)]
correct fix for 0000059 - Ecore_Config.h should not directly include Ecore_Ipc.h

SVN revision: 10147

20 years agoEcore_Config needs the Ecore_Ipc header file, fixes bug 0000059
handyande [Sun, 9 May 2004 15:27:17 +0000 (15:27 +0000)]
Ecore_Config needs the Ecore_Ipc header file, fixes bug  0000059

SVN revision: 10146

20 years agodon't use our own event_free callback when the default is good enough
tsauerbeck [Sun, 9 May 2004 08:15:34 +0000 (08:15 +0000)]
don't use our own event_free callback when the default is good enough

SVN revision: 10141

20 years agodon't use our own event_free callback when the default is good enough
tsauerbeck [Sun, 9 May 2004 07:55:40 +0000 (07:55 +0000)]
don't use our own event_free callback when the default is good enough

SVN revision: 10140

20 years agoif the caller doesn't specify free_func, use a sane default function instead
tsauerbeck [Sun, 9 May 2004 07:54:00 +0000 (07:54 +0000)]
if the caller doesn't specify free_func, use a sane default function instead

SVN revision: 10139

20 years agodon't call SSL_read() resp. SSL_write() until we're connected
tsauerbeck [Sat, 8 May 2004 23:44:56 +0000 (23:44 +0000)]
don't call SSL_read() resp. SSL_write() until we're connected

SVN revision: 10138

20 years agoThat shouldn't have gone
xcomputerman [Sat, 8 May 2004 15:59:18 +0000 (15:59 +0000)]
That shouldn't have gone

SVN revision: 10134

20 years ago- Fix __am_fastdepCXX bug once and for all. If you don't have a C++ compiler you...
xcomputerman [Sat, 8 May 2004 15:58:32 +0000 (15:58 +0000)]
- Fix __am_fastdepCXX bug once and for all. If you don't have a C++ compiler you're just gonna have to edit configure.in by yerself. :)
- Update .cvsignores

SVN revision: 10133

20 years agoShh cvs
handyande [Sat, 8 May 2004 14:54:01 +0000 (14:54 +0000)]
Shh cvs

SVN revision: 10128

20 years agoWARNING: API CHANGE. Ecore_Config should now be Ecore compliant, there you go Raster ;)
handyande [Sat, 8 May 2004 14:51:05 +0000 (14:51 +0000)]
WARNING: API CHANGE. Ecore_Config should now be Ecore compliant, there you go Raster ;)

SVN revision: 10126

20 years agonathan's docs :)
Carsten Haitzler [Sat, 8 May 2004 04:44:04 +0000 (04:44 +0000)]
nathan's docs :)

SVN revision: 10113

20 years agoecore_config now formats like most of the rest of ecore!!!
Carsten Haitzler [Sat, 8 May 2004 03:10:45 +0000 (03:10 +0000)]
ecore_config now formats like most of the rest of ecore!!!

and - errr - handy - need to talk to you about function call names, and the
use of "long's"

:)

SVN revision: 10112

20 years agoand check there
Carsten Haitzler [Thu, 6 May 2004 02:19:15 +0000 (02:19 +0000)]
and check there

SVN revision: 10084

20 years agoextra paranoid checks for text ptr
Carsten Haitzler [Thu, 6 May 2004 02:12:21 +0000 (02:12 +0000)]
extra paranoid checks for text ptr

SVN revision: 10083

20 years agoGive the app more space
handyande [Wed, 5 May 2004 14:20:43 +0000 (14:20 +0000)]
Give the app more space

SVN revision: 10072

20 years agoThought I fixed that ((null) not a pretty description ;) )
handyande [Wed, 5 May 2004 12:35:01 +0000 (12:35 +0000)]
Thought I fixed that ((null) not a pretty description ;) )

SVN revision: 10071

20 years agolets limit the starting defaults
Carsten Haitzler [Wed, 5 May 2004 11:00:19 +0000 (11:00 +0000)]
lets limit the starting defaults

SVN revision: 10070

20 years agoAdded _create_xxx functions as shorthand for '_default_xxx; _set_short_opt; _set_long...
handyande [Tue, 4 May 2004 22:58:06 +0000 (22:58 +0000)]
Added _create_xxx functions as shorthand for '_default_xxx; _set_short_opt; _set_long_opt; _describe' this should make client applications a lot nicer to look at

SVN revision: 10055

20 years agoAdd application description to be displayed on a --help
handyande [Tue, 4 May 2004 09:17:04 +0000 (09:17 +0000)]
Add application description to be displayed on a --help
few small bug fixes with arg parsing
few small fixups for text and behaviour

SVN revision: 10043

20 years agoFix prop listing
handyande [Mon, 3 May 2004 23:57:14 +0000 (23:57 +0000)]
Fix prop listing
add prop parsing (which calls prop listing through -h or --help)
add short and long opts to index by which override key (which can get ugly)
WARNING API CHANGE, but only a little one - and nobody uses it yet

SVN revision: 10039

20 years agoTidies and move _exit to _shutdown to match ecore (taa dj2) API CHANGE :(
handyande [Mon, 3 May 2004 16:13:12 +0000 (16:13 +0000)]
Tidies and move _exit to _shutdown to match ecore (taa dj2) API CHANGE :(

SVN revision: 10033

20 years agoWARNING: API CHANGE : As bundles are no longer needed in the grand scheme of things...
handyande [Mon, 3 May 2004 11:28:43 +0000 (11:28 +0000)]
WARNING: API CHANGE : As bundles are no longer needed in the grand scheme of things remove them from the users API, they are still in backend code just in case

SVN revision: 10030

20 years agoFix return types and missing functions - thanks ncn
handyande [Mon, 3 May 2004 10:45:34 +0000 (10:45 +0000)]
Fix return types and missing functions - thanks ncn

SVN revision: 10029

20 years agoAdded theme functionality to support the examine changes
handyande [Sun, 2 May 2004 21:02:49 +0000 (21:02 +0000)]
Added theme functionality to support the examine changes
Oh, and I was told to blow my trumpet ;)

SVN revision: 10010

20 years agoInitialize image data to zero if we're running under Valgrind's control. This means...
tsauerbeck [Sun, 2 May 2004 08:41:11 +0000 (08:41 +0000)]
Initialize image data to zero if we're running under Valgrind's control. This means the suppression file is no longer needed.

SVN revision: 10000

20 years agoUse the node destroy function when removing values.
rbdpngn [Sat, 1 May 2004 17:30:34 +0000 (17:30 +0000)]
Use the node destroy function when removing values.

SVN revision: 9991

20 years agomore agressive buffering in ecore_con. basically allow the main loop's select
Carsten Haitzler [Sat, 1 May 2004 02:25:00 +0000 (02:25 +0000)]
more agressive buffering in ecore_con. basically allow the main loop's select
fo the flushing. this si good for ssl! :) also saves on syscalls :)

SVN revision: 9986

20 years agoPass unhandled ClientMessages to application as an event.
xcomputerman [Fri, 30 Apr 2004 17:28:53 +0000 (17:28 +0000)]
Pass unhandled ClientMessages to application as an event.
(Thanks, Gen Zhang)

SVN revision: 9984

20 years agoOK, I'll toot my own horn, if you insist...
xcomputerman [Fri, 30 Apr 2004 05:58:18 +0000 (05:58 +0000)]
OK, I'll toot my own horn, if you insist...

SVN revision: 9981

20 years agoAdded myself to AUTHORS.
rbdpngn [Fri, 30 Apr 2004 04:40:41 +0000 (04:40 +0000)]
Added myself to AUTHORS.

SVN revision: 9979

20 years agohey guys! can u rememebr to add yourselves to AUTHORS?
Carsten Haitzler [Fri, 30 Apr 2004 03:10:17 +0000 (03:10 +0000)]
hey guys! can u rememebr to add yourselves to AUTHORS?

SVN revision: 9978

20 years agonuke #warning, and return no more!
Carsten Haitzler [Thu, 29 Apr 2004 04:23:37 +0000 (04:23 +0000)]
nuke #warning, and return no more!

SVN revision: 9971

20 years agohmm math just a little off
Carsten Haitzler [Thu, 29 Apr 2004 03:44:39 +0000 (03:44 +0000)]
hmm math just a little off

SVN revision: 9970

20 years agoand STOOOPIDO me does the wonderful copy & paste bug... FIX!
Carsten Haitzler [Thu, 29 Apr 2004 02:58:10 +0000 (02:58 +0000)]
and STOOOPIDO me does the wonderful copy & paste bug... FIX!

SVN revision: 9969

20 years agoconfigure portable goodness
Carsten Haitzler [Thu, 29 Apr 2004 01:44:44 +0000 (01:44 +0000)]
configure portable goodness

SVN revision: 9967

20 years agomipspro happiness
Carsten Haitzler [Thu, 29 Apr 2004 01:32:35 +0000 (01:32 +0000)]
mipspro happiness

SVN revision: 9966

20 years agoraster fixed this and it seems a tad more readable this way
atmosphere [Wed, 28 Apr 2004 04:09:51 +0000 (04:09 +0000)]
raster fixed this and it seems a tad more readable this way

SVN revision: 9952

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