platform/upstream/efl.git
19 years agotypo
tsauerbeck [Sat, 30 Oct 2004 12:29:07 +0000 (12:29 +0000)]
typo

SVN revision: 12083

19 years agotrying to make the code more readable
tsauerbeck [Sat, 30 Oct 2004 12:19:33 +0000 (12:19 +0000)]
trying to make the code more readable

SVN revision: 12082

19 years agominor cleanups
tsauerbeck [Sat, 30 Oct 2004 12:12:02 +0000 (12:12 +0000)]
minor cleanups

SVN revision: 12081

19 years agocleaned up autotools setup some more
tsauerbeck [Sat, 30 Oct 2004 11:47:23 +0000 (11:47 +0000)]
cleaned up autotools setup some more

SVN revision: 12080

19 years agothese aren't needed
tsauerbeck [Sat, 30 Oct 2004 11:33:09 +0000 (11:33 +0000)]
these aren't needed

SVN revision: 12079

19 years agowarning fix
tsauerbeck [Sat, 30 Oct 2004 11:08:17 +0000 (11:08 +0000)]
warning fix

SVN revision: 12078

19 years agoMerge contents of Edje_Edit.h back into edje_private.h
rephorm [Sat, 30 Oct 2004 02:47:33 +0000 (02:47 +0000)]
Merge contents of Edje_Edit.h back into edje_private.h
Remove all traces of edje_edit (hopefully i didn't miss any).

SVN revision: 12071

19 years agoref and unref the edje when blocking/unblocking and creating/deleting messages to...
rephorm [Sat, 30 Oct 2004 02:30:55 +0000 (02:30 +0000)]
ref and unref the edje when blocking/unblocking and creating/deleting messages to avoid accessing free'd memory if an edje is deleted from an edje signal callback.

SVN revision: 12070

19 years agodon't invert part alignment when the part is smaller than the min size. this means...
tsauerbeck [Fri, 29 Oct 2004 22:32:35 +0000 (22:32 +0000)]
don't invert part alignment when the part is smaller than the min size. this means that an alignment of 0.0 will *always* be top/left.

SVN revision: 12069

19 years agoupdated comments to follow the not-so-recent embryo_cc syntax change
tsauerbeck [Fri, 29 Oct 2004 20:11:22 +0000 (20:11 +0000)]
updated comments to follow the not-so-recent embryo_cc syntax change

SVN revision: 12068

19 years agohopefully noone will ever notice :O
tsauerbeck [Fri, 29 Oct 2004 20:06:39 +0000 (20:06 +0000)]
hopefully noone will ever notice :O

SVN revision: 12067

19 years agoadded basic support for custom state magic. only description.align can be changed...
tsauerbeck [Fri, 29 Oct 2004 17:56:12 +0000 (17:56 +0000)]
added basic support for custom state magic. only description.align can be changed at runtime so far.

SVN revision: 12065

19 years agouuh, i must have forgotten to commit this earlier
tsauerbeck [Fri, 29 Oct 2004 17:45:07 +0000 (17:45 +0000)]
uuh, i must have forgotten to commit this earlier

SVN revision: 12064

19 years agomade snprintf() return the number of characters written on success, as it advertises...
tsauerbeck [Fri, 29 Oct 2004 17:21:14 +0000 (17:21 +0000)]
made snprintf() return the number of characters written on success, as it advertises to do

SVN revision: 12063

19 years agofixed timer/animator mixup
tsauerbeck [Fri, 29 Oct 2004 16:28:42 +0000 (16:28 +0000)]
fixed timer/animator mixup

SVN revision: 12062

19 years agotweak
tsauerbeck [Fri, 29 Oct 2004 15:43:50 +0000 (15:43 +0000)]
tweak

SVN revision: 12061

19 years agoOops2
tsauerbeck [Fri, 29 Oct 2004 15:14:43 +0000 (15:14 +0000)]
Oops2

SVN revision: 12060

19 years agoOops
tsauerbeck [Fri, 29 Oct 2004 15:12:01 +0000 (15:12 +0000)]
Oops

SVN revision: 12059

19 years agoreduced code duplication
tsauerbeck [Fri, 29 Oct 2004 14:56:27 +0000 (14:56 +0000)]
reduced code duplication

SVN revision: 12058

19 years agofixed insert_float()
tsauerbeck [Fri, 29 Oct 2004 14:49:10 +0000 (14:49 +0000)]
fixed insert_float()

SVN revision: 12057

19 years ago'custom' is an invalid description name
tsauerbeck [Fri, 29 Oct 2004 14:11:54 +0000 (14:11 +0000)]
'custom' is an invalid description name

SVN revision: 12056

19 years agomingw fixes
tsauerbeck [Fri, 29 Oct 2004 14:04:23 +0000 (14:04 +0000)]
mingw fixes

SVN revision: 12055

19 years agodon't include mman.h
tsauerbeck [Fri, 29 Oct 2004 14:01:24 +0000 (14:01 +0000)]
don't include mman.h

SVN revision: 12054

19 years agothere's no need to copy the string byte by byte, use snprintf instead
tsauerbeck [Fri, 29 Oct 2004 13:50:27 +0000 (13:50 +0000)]
there's no need to copy the string byte by byte, use snprintf instead

SVN revision: 12053

19 years agobinary mode... and...
Carsten Haitzler [Thu, 28 Oct 2004 09:54:02 +0000 (09:54 +0000)]
binary mode... and...
close file AFTER finish off of decompress! :)

SVN revision: 12046

19 years agoMove NetWM atoms to ecore_x_netwm.c. Added ecore_x_netwm_wm_identify().
Kim Woelders [Wed, 27 Oct 2004 21:50:58 +0000 (21:50 +0000)]
Move NetWM atoms to ecore_x_netwm.c. Added ecore_x_netwm_wm_identify().

SVN revision: 12044

19 years agodoxygen fixes
tsauerbeck [Wed, 27 Oct 2004 19:24:42 +0000 (19:24 +0000)]
doxygen fixes

SVN revision: 12042

19 years agoimplemented float list ops, replace_int and replace_str
tsauerbeck [Wed, 27 Oct 2004 16:20:05 +0000 (16:20 +0000)]
implemented float list ops, replace_int and replace_str

SVN revision: 12041

19 years agoprograms may not specify 'target' before 'action'
tsauerbeck [Wed, 27 Oct 2004 16:17:12 +0000 (16:17 +0000)]
programs may not specify 'target' before 'action'

SVN revision: 12040

19 years agooops. edje text format cache didnt take into account alignment... fix.
Carsten Haitzler [Wed, 27 Oct 2004 06:07:50 +0000 (06:07 +0000)]
oops. edje text format cache didnt take into account alignment... fix.

SVN revision: 12039

19 years agoinitialize the random number generator
tsauerbeck [Tue, 26 Oct 2004 19:01:17 +0000 (19:01 +0000)]
initialize the random number generator

SVN revision: 12037

19 years agoonly get the directory of the current file once
tsauerbeck [Mon, 25 Oct 2004 19:14:07 +0000 (19:14 +0000)]
only get the directory of the current file once

SVN revision: 12027

19 years agofixed edc source inclusion in edje_source edd.
tsauerbeck [Mon, 25 Oct 2004 19:09:39 +0000 (19:09 +0000)]
fixed edc source inclusion in edje_source edd.

SVN revision: 12026

19 years agodon't overwrite source file data with the terminating NUL
tsauerbeck [Mon, 25 Oct 2004 17:47:16 +0000 (17:47 +0000)]
don't overwrite source file data with the terminating NUL

SVN revision: 12025

19 years agoignores
xenith [Mon, 25 Oct 2004 03:23:14 +0000 (03:23 +0000)]
ignores

SVN revision: 12023

19 years agoEdje updates. I think I did these correctly, feel free to smack me if I was
xenith [Mon, 25 Oct 2004 03:17:31 +0000 (03:17 +0000)]
Edje updates. I think I did these correctly, feel free to smack me if I was
wrong. :)

SVN revision: 12022

19 years agoedje_cc supports -Ddefine=val style stuff - via cpp and like cpp
Carsten Haitzler [Sun, 24 Oct 2004 13:47:55 +0000 (13:47 +0000)]
edje_cc supports -Ddefine=val style stuff - via cpp  and like cpp

SVN revision: 12015

19 years agocross compile with iconv may be a bit happier now
Carsten Haitzler [Sun, 24 Oct 2004 10:49:05 +0000 (10:49 +0000)]
cross compile with iconv may be a bit happier now

SVN revision: 12011

19 years agofixed some more edje_cc error messages
tsauerbeck [Sun, 24 Oct 2004 09:48:29 +0000 (09:48 +0000)]
fixed some more edje_cc error messages

SVN revision: 12009

19 years agoWhen outputting parse errors, give the correct line number - how did this whole offse...
xcomputerman [Sun, 24 Oct 2004 06:43:45 +0000 (06:43 +0000)]
When outputting parse errors, give the correct line number - how did this whole offset thing happen anyway?

SVN revision: 12004

19 years agoXdnd: Handle drag motion events and check that status rectangle
xcomputerman [Sun, 24 Oct 2004 05:52:07 +0000 (05:52 +0000)]
Xdnd: Handle drag motion events and check that status rectangle

SVN revision: 12002

19 years agoFlesh out a little more Xdnd code
xcomputerman [Sun, 24 Oct 2004 03:58:11 +0000 (03:58 +0000)]
Flesh out a little more Xdnd code

SVN revision: 12001

19 years agoedje_cc is getting even more picky. arguments may not be separated by commas any...
tsauerbeck [Sun, 24 Oct 2004 01:10:04 +0000 (01:10 +0000)]
edje_cc is getting even more picky. arguments may not be separated by commas any more. simplified code a bit.

SVN revision: 11996

19 years agofixed arg count checking for program.action
tsauerbeck [Sat, 23 Oct 2004 20:36:02 +0000 (20:36 +0000)]
fixed arg count checking for program.action

SVN revision: 11986

19 years agoedje_cc now checks the number of arguments for each statement
tsauerbeck [Sat, 23 Oct 2004 20:12:21 +0000 (20:12 +0000)]
edje_cc now checks the number of arguments for each statement

SVN revision: 11983

19 years agoinclude collection id in error messages
tsauerbeck [Sat, 23 Oct 2004 17:58:14 +0000 (17:58 +0000)]
include collection id in error messages

SVN revision: 11980

19 years agocleaned up edje_cc's sanity checking for parts and programs. image parts need to...
tsauerbeck [Sat, 23 Oct 2004 17:33:27 +0000 (17:33 +0000)]
cleaned up edje_cc's sanity checking for parts and programs. image parts need to have valid image attributes now.

SVN revision: 11979

19 years agonetwm function prototypes.
Kim Woelders [Sat, 23 Oct 2004 14:49:06 +0000 (14:49 +0000)]
netwm function prototypes.

SVN revision: 11976

19 years agoQuiet.
Kim Woelders [Sat, 23 Oct 2004 14:27:10 +0000 (14:27 +0000)]
Quiet.

SVN revision: 11975

19 years agoAn initial ecore_x_netwm.c.
Kim Woelders [Sat, 23 Oct 2004 14:26:25 +0000 (14:26 +0000)]
An initial ecore_x_netwm.c.

SVN revision: 11974

19 years agomoe work on iccccccccccccccccccm not much
Carsten Haitzler [Sat, 23 Oct 2004 02:19:19 +0000 (02:19 +0000)]
moe work on iccccccccccccccccccm not much

SVN revision: 11973

19 years agoUncomment edje_edit stuff so iconbar will build again.
shadoi [Fri, 22 Oct 2004 22:45:34 +0000 (22:45 +0000)]
Uncomment edje_edit stuff so iconbar will build again.

SVN revision: 11970

19 years agoimplemented string list calls. untested, beware.
tsauerbeck [Fri, 22 Oct 2004 20:25:31 +0000 (20:25 +0000)]
implemented string list calls. untested, beware.

SVN revision: 11964

19 years agoupdated Doxyfiles
tsauerbeck [Fri, 22 Oct 2004 19:12:14 +0000 (19:12 +0000)]
updated Doxyfiles

SVN revision: 11960

19 years agoopen files properly
tsauerbeck [Fri, 22 Oct 2004 13:57:49 +0000 (13:57 +0000)]
open files properly

SVN revision: 11959

19 years agogawd that was bad!!!!
Carsten Haitzler [Fri, 22 Oct 2004 07:42:37 +0000 (07:42 +0000)]
gawd that was bad!!!!

SVN revision: 11958

19 years agook fix some things with SSL and ecore_evas. you ALWYAs have at least the api
Carsten Haitzler [Fri, 22 Oct 2004 03:41:49 +0000 (03:41 +0000)]
ok fix some things with SSL and ecore_evas. you ALWYAs have at least the api
to do ssl and al fo ecorE_evas stuff

BUt ecore_* may not be BUILT with that support
so the api stub exists
but it may just return NULL. theres calls to query for support here.

SVN revision: 11957

19 years agobuildie cleanies
Carsten Haitzler [Fri, 22 Oct 2004 02:40:32 +0000 (02:40 +0000)]
buildie cleanies

SVN revision: 11955

19 years agodistcheck
Carsten Haitzler [Thu, 21 Oct 2004 08:06:13 +0000 (08:06 +0000)]
distcheck

SVN revision: 11947

19 years agono ldflags
Carsten Haitzler [Thu, 21 Oct 2004 08:05:19 +0000 (08:05 +0000)]
no ldflags

SVN revision: 11946

19 years agomake distcheck
Carsten Haitzler [Thu, 21 Oct 2004 07:52:08 +0000 (07:52 +0000)]
make distcheck

SVN revision: 11945

19 years agono brackets
Carsten Haitzler [Thu, 21 Oct 2004 07:38:41 +0000 (07:38 +0000)]
no brackets

SVN revision: 11944

19 years agono brackets!
Carsten Haitzler [Thu, 21 Oct 2004 07:38:04 +0000 (07:38 +0000)]
no brackets!

SVN revision: 11943

19 years agoextar dist too for edje_recc
Carsten Haitzler [Thu, 21 Oct 2004 07:37:35 +0000 (07:37 +0000)]
extar dist too for edje_recc

SVN revision: 11942

19 years agoonly do that once...
Carsten Haitzler [Thu, 21 Oct 2004 06:43:18 +0000 (06:43 +0000)]
only do that once...

SVN revision: 11940

19 years agobuild cleaning
Carsten Haitzler [Thu, 21 Oct 2004 06:33:22 +0000 (06:33 +0000)]
build cleaning

SVN revision: 11939

19 years agono more \m
Carsten Haitzler [Thu, 21 Oct 2004 06:18:02 +0000 (06:18 +0000)]
no more \m

SVN revision: 11938

19 years agooops. no mroe seggies! :)
Carsten Haitzler [Thu, 21 Oct 2004 06:16:55 +0000 (06:16 +0000)]
oops. no mroe seggies! :)

SVN revision: 11937

19 years agoadd this sucker.
Carsten Haitzler [Thu, 21 Oct 2004 03:32:03 +0000 (03:32 +0000)]
add this sucker.

SVN revision: 11936

19 years agocleaner build
Carsten Haitzler [Thu, 21 Oct 2004 03:16:32 +0000 (03:16 +0000)]
cleaner build

SVN revision: 11935

19 years agodont need to set LDFLAGS
Carsten Haitzler [Thu, 21 Oct 2004 03:02:01 +0000 (03:02 +0000)]
dont need to set LDFLAGS

SVN revision: 11934

19 years agosystem LDFLAGS
Carsten Haitzler [Thu, 21 Oct 2004 02:47:58 +0000 (02:47 +0000)]
system LDFLAGS

SVN revision: 11932

19 years agouse LDFLAGS!
Carsten Haitzler [Thu, 21 Oct 2004 02:45:21 +0000 (02:45 +0000)]
use LDFLAGS!

SVN revision: 11931

19 years agoif we dont set LDFLAGs... why not just use the defaults? :)
Carsten Haitzler [Thu, 21 Oct 2004 02:42:47 +0000 (02:42 +0000)]
if we dont set LDFLAGs... why not just use the defaults? :)

SVN revision: 11930

19 years agodescription.border -> description.image.border
tsauerbeck [Wed, 20 Oct 2004 20:43:39 +0000 (20:43 +0000)]
description.border -> description.image.border

SVN revision: 11929

19 years agoimlib2 is optional for edje_cc now. simplified autofoo
tsauerbeck [Wed, 20 Oct 2004 18:42:36 +0000 (18:42 +0000)]
imlib2 is optional for edje_cc now. simplified autofoo

SVN revision: 11927

19 years agomingw portability
tsauerbeck [Wed, 20 Oct 2004 17:51:29 +0000 (17:51 +0000)]
mingw portability

SVN revision: 11926

19 years agomingw portability, step 1
tsauerbeck [Wed, 20 Oct 2004 16:48:58 +0000 (16:48 +0000)]
mingw portability, step 1

SVN revision: 11925

19 years agomingw portability
tsauerbeck [Wed, 20 Oct 2004 16:36:12 +0000 (16:36 +0000)]
mingw portability

SVN revision: 11924

19 years agoremove unneeded include
tsauerbeck [Wed, 20 Oct 2004 16:33:48 +0000 (16:33 +0000)]
remove unneeded include

SVN revision: 11923

19 years agodup tween list properly :) and dup lookups on text stuff
Carsten Haitzler [Wed, 20 Oct 2004 14:26:06 +0000 (14:26 +0000)]
dup tween list properly :) and dup lookups on text stuff

SVN revision: 11922

19 years agoand on file set - live in the RIGHT layer
Carsten Haitzler [Wed, 20 Oct 2004 06:25:43 +0000 (06:25 +0000)]
and on file set - live in the RIGHT layer

SVN revision: 11921

19 years agoand dont propagate those...
Carsten Haitzler [Wed, 20 Oct 2004 03:26:12 +0000 (03:26 +0000)]
and dont propagate those...

SVN revision: 11918

19 years agopatchies contributed :)
Carsten Haitzler [Wed, 20 Oct 2004 03:13:44 +0000 (03:13 +0000)]
patchies contributed :)

SVN revision: 11917

19 years ago...
azundris [Tue, 19 Oct 2004 18:58:47 +0000 (18:58 +0000)]
...

SVN revision: 11915

19 years agofixed a memleak
tsauerbeck [Tue, 19 Oct 2004 17:39:35 +0000 (17:39 +0000)]
fixed a memleak

SVN revision: 11914

19 years agocatch missing targets in STATE_SET programs, for example
tsauerbeck [Tue, 19 Oct 2004 17:31:18 +0000 (17:31 +0000)]
catch missing targets in STATE_SET programs, for example

SVN revision: 11913

19 years agoimage{} and fill{} attributes are only allowed for IMAGE parts. text{} attributes...
tsauerbeck [Tue, 19 Oct 2004 17:21:13 +0000 (17:21 +0000)]
image{} and fill{} attributes are only allowed for IMAGE parts. text{} attributes are only allowed for TEXT parts

SVN revision: 11912

19 years agodeprecated description.border, use description.image.border instead, since border...
tsauerbeck [Tue, 19 Oct 2004 17:01:05 +0000 (17:01 +0000)]
deprecated description.border, use description.image.border instead, since border only applies to image parts.

SVN revision: 11911

19 years agobetter vim modelines for raster code
tsauerbeck [Tue, 19 Oct 2004 16:50:27 +0000 (16:50 +0000)]
better vim modelines for raster code

SVN revision: 11910

19 years agomore suppressions
tsauerbeck [Tue, 19 Oct 2004 16:40:25 +0000 (16:40 +0000)]
more suppressions

SVN revision: 11909

19 years agoNew feature: part descriptions can inherit attributes from other descriptions of...
tsauerbeck [Tue, 19 Oct 2004 16:37:20 +0000 (16:37 +0000)]
New feature: part descriptions can inherit attributes from other descriptions of the same part. All attributes are inherited, except description name and value, of course.

Syntax: inherit, "desc_name" desc_value;

SVN revision: 11908

19 years agotweaked font sizes
tsauerbeck [Tue, 19 Oct 2004 16:28:29 +0000 (16:28 +0000)]
tweaked font sizes

SVN revision: 11907

19 years agolimit embryo scritps form being able to go into finitie or waay too long loops.
Carsten Haitzler [Tue, 19 Oct 2004 09:56:14 +0000 (09:56 +0000)]
limit embryo scritps form being able to go into finitie or waay too long loops.

SVN revision: 11906

19 years agoinstruction limiter on the amx lets u limit function runs in instruction count
Carsten Haitzler [Tue, 19 Oct 2004 09:36:35 +0000 (09:36 +0000)]
instruction limiter on the amx lets u limit function runs in instruction count

SVN revision: 11905

19 years agooops. fixie fixie. NOw its all workign and happy :)
Carsten Haitzler [Tue, 19 Oct 2004 07:41:37 +0000 (07:41 +0000)]
oops. fixie fixie. NOw its all workign and happy :)

SVN revision: 11904

19 years agolocale safety and no printfs :)
Carsten Haitzler [Tue, 19 Oct 2004 07:17:42 +0000 (07:17 +0000)]
locale safety and no printfs :)

SVN revision: 11903

19 years agoecore_config uses eet for storage now... check the disk space savings:
Carsten Haitzler [Tue, 19 Oct 2004 06:34:21 +0000 (06:34 +0000)]
ecore_config uses eet for storage now... check the disk space savings:

-rw-r--r--  1 raster raster 12288 Oct 19 15:29 config.db
-rw-r--r--  1 raster raster   687 Oct 19 15:29 config.eet

also.. edb goes back to obscurity as a little/non use lib again :)

SVN revision: 11902

19 years agooops. 1 ) too many
Carsten Haitzler [Tue, 19 Oct 2004 01:59:09 +0000 (01:59 +0000)]
oops. 1 ) too many

SVN revision: 11901

19 years agotimer oopsie - thanks brett
Carsten Haitzler [Tue, 19 Oct 2004 00:19:31 +0000 (00:19 +0000)]
timer oopsie - thanks brett

SVN revision: 11900