tsauerbeck [Sat, 30 Oct 2004 19:23:39 +0000 (19:23 +0000)]
oops, orig_len is size_t now
SVN revision: 12099
tsauerbeck [Sat, 30 Oct 2004 19:19:57 +0000 (19:19 +0000)]
tiny doxygen fix
SVN revision: 12098
tsauerbeck [Sat, 30 Oct 2004 19:18:32 +0000 (19:18 +0000)]
even more splitting
SVN revision: 12097
tsauerbeck [Sat, 30 Oct 2004 18:25:51 +0000 (18:25 +0000)]
more cleanups
SVN revision: 12095
tsauerbeck [Sat, 30 Oct 2004 17:56:50 +0000 (17:56 +0000)]
more splitting
SVN revision: 12094
tsauerbeck [Sat, 30 Oct 2004 16:54:58 +0000 (16:54 +0000)]
unbreak edje_text_fit_x
SVN revision: 12093
tsauerbeck [Sat, 30 Oct 2004 15:51:55 +0000 (15:51 +0000)]
split _edje_text_recalc_apply()
SVN revision: 12092
tsauerbeck [Sat, 30 Oct 2004 15:04:51 +0000 (15:04 +0000)]
fixed a buffer overflow vulnerability
SVN revision: 12090
tsauerbeck [Sat, 30 Oct 2004 14:28:40 +0000 (14:28 +0000)]
simplification. raster, have a look at that FIXME, please.
SVN revision: 12089
tsauerbeck [Sat, 30 Oct 2004 14:19:46 +0000 (14:19 +0000)]
simplified _edje_part_description_apply(). one code block was executed twice for no reason apparently. removed some condition checks that aren't needed.
SVN revision: 12087
tsauerbeck [Sat, 30 Oct 2004 13:02:28 +0000 (13:02 +0000)]
warning fixes
SVN revision: 12086
tsauerbeck [Sat, 30 Oct 2004 12:29:43 +0000 (12:29 +0000)]
minor cleanups
SVN revision: 12084
tsauerbeck [Sat, 30 Oct 2004 12:29:07 +0000 (12:29 +0000)]
typo
SVN revision: 12083
tsauerbeck [Sat, 30 Oct 2004 12:19:33 +0000 (12:19 +0000)]
trying to make the code more readable
SVN revision: 12082
tsauerbeck [Sat, 30 Oct 2004 12:12:02 +0000 (12:12 +0000)]
minor cleanups
SVN revision: 12081
tsauerbeck [Sat, 30 Oct 2004 11:47:23 +0000 (11:47 +0000)]
cleaned up autotools setup some more
SVN revision: 12080
tsauerbeck [Sat, 30 Oct 2004 11:33:09 +0000 (11:33 +0000)]
these aren't needed
SVN revision: 12079
tsauerbeck [Sat, 30 Oct 2004 11:08:17 +0000 (11:08 +0000)]
warning fix
SVN revision: 12078
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
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
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
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
tsauerbeck [Fri, 29 Oct 2004 20:06:39 +0000 (20:06 +0000)]
hopefully noone will ever notice :O
SVN revision: 12067
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
tsauerbeck [Fri, 29 Oct 2004 17:45:07 +0000 (17:45 +0000)]
uuh, i must have forgotten to commit this earlier
SVN revision: 12064
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
tsauerbeck [Fri, 29 Oct 2004 16:28:42 +0000 (16:28 +0000)]
fixed timer/animator mixup
SVN revision: 12062
tsauerbeck [Fri, 29 Oct 2004 15:43:50 +0000 (15:43 +0000)]
tweak
SVN revision: 12061
tsauerbeck [Fri, 29 Oct 2004 15:14:43 +0000 (15:14 +0000)]
Oops2
SVN revision: 12060
tsauerbeck [Fri, 29 Oct 2004 15:12:01 +0000 (15:12 +0000)]
Oops
SVN revision: 12059
tsauerbeck [Fri, 29 Oct 2004 14:56:27 +0000 (14:56 +0000)]
reduced code duplication
SVN revision: 12058
tsauerbeck [Fri, 29 Oct 2004 14:49:10 +0000 (14:49 +0000)]
fixed insert_float()
SVN revision: 12057
tsauerbeck [Fri, 29 Oct 2004 14:11:54 +0000 (14:11 +0000)]
'custom' is an invalid description name
SVN revision: 12056
tsauerbeck [Fri, 29 Oct 2004 14:04:23 +0000 (14:04 +0000)]
mingw fixes
SVN revision: 12055
tsauerbeck [Fri, 29 Oct 2004 14:01:24 +0000 (14:01 +0000)]
don't include mman.h
SVN revision: 12054
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
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
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
tsauerbeck [Wed, 27 Oct 2004 19:24:42 +0000 (19:24 +0000)]
doxygen fixes
SVN revision: 12042
tsauerbeck [Wed, 27 Oct 2004 16:20:05 +0000 (16:20 +0000)]
implemented float list ops, replace_int and replace_str
SVN revision: 12041
tsauerbeck [Wed, 27 Oct 2004 16:17:12 +0000 (16:17 +0000)]
programs may not specify 'target' before 'action'
SVN revision: 12040
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
tsauerbeck [Tue, 26 Oct 2004 19:01:17 +0000 (19:01 +0000)]
initialize the random number generator
SVN revision: 12037
tsauerbeck [Mon, 25 Oct 2004 19:14:07 +0000 (19:14 +0000)]
only get the directory of the current file once
SVN revision: 12027
tsauerbeck [Mon, 25 Oct 2004 19:09:39 +0000 (19:09 +0000)]
fixed edc source inclusion in edje_source edd.
SVN revision: 12026
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
xenith [Mon, 25 Oct 2004 03:23:14 +0000 (03:23 +0000)]
ignores
SVN revision: 12023
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
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
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
tsauerbeck [Sun, 24 Oct 2004 09:48:29 +0000 (09:48 +0000)]
fixed some more edje_cc error messages
SVN revision: 12009
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
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
xcomputerman [Sun, 24 Oct 2004 03:58:11 +0000 (03:58 +0000)]
Flesh out a little more Xdnd code
SVN revision: 12001
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
tsauerbeck [Sat, 23 Oct 2004 20:36:02 +0000 (20:36 +0000)]
fixed arg count checking for program.action
SVN revision: 11986
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
tsauerbeck [Sat, 23 Oct 2004 17:58:14 +0000 (17:58 +0000)]
include collection id in error messages
SVN revision: 11980
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
Kim Woelders [Sat, 23 Oct 2004 14:49:06 +0000 (14:49 +0000)]
netwm function prototypes.
SVN revision: 11976
Kim Woelders [Sat, 23 Oct 2004 14:27:10 +0000 (14:27 +0000)]
Quiet.
SVN revision: 11975
Kim Woelders [Sat, 23 Oct 2004 14:26:25 +0000 (14:26 +0000)]
An initial ecore_x_netwm.c.
SVN revision: 11974
Carsten Haitzler [Sat, 23 Oct 2004 02:19:19 +0000 (02:19 +0000)]
moe work on iccccccccccccccccccm not much
SVN revision: 11973
shadoi [Fri, 22 Oct 2004 22:45:34 +0000 (22:45 +0000)]
Uncomment edje_edit stuff so iconbar will build again.
SVN revision: 11970
tsauerbeck [Fri, 22 Oct 2004 20:25:31 +0000 (20:25 +0000)]
implemented string list calls. untested, beware.
SVN revision: 11964
tsauerbeck [Fri, 22 Oct 2004 19:12:14 +0000 (19:12 +0000)]
updated Doxyfiles
SVN revision: 11960
tsauerbeck [Fri, 22 Oct 2004 13:57:49 +0000 (13:57 +0000)]
open files properly
SVN revision: 11959
Carsten Haitzler [Fri, 22 Oct 2004 07:42:37 +0000 (07:42 +0000)]
gawd that was bad!!!!
SVN revision: 11958
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
Carsten Haitzler [Fri, 22 Oct 2004 02:40:32 +0000 (02:40 +0000)]
buildie cleanies
SVN revision: 11955
Carsten Haitzler [Thu, 21 Oct 2004 08:06:13 +0000 (08:06 +0000)]
distcheck
SVN revision: 11947
Carsten Haitzler [Thu, 21 Oct 2004 08:05:19 +0000 (08:05 +0000)]
no ldflags
SVN revision: 11946
Carsten Haitzler [Thu, 21 Oct 2004 07:52:08 +0000 (07:52 +0000)]
make distcheck
SVN revision: 11945
Carsten Haitzler [Thu, 21 Oct 2004 07:38:41 +0000 (07:38 +0000)]
no brackets
SVN revision: 11944
Carsten Haitzler [Thu, 21 Oct 2004 07:38:04 +0000 (07:38 +0000)]
no brackets!
SVN revision: 11943
Carsten Haitzler [Thu, 21 Oct 2004 07:37:35 +0000 (07:37 +0000)]
extar dist too for edje_recc
SVN revision: 11942
Carsten Haitzler [Thu, 21 Oct 2004 06:43:18 +0000 (06:43 +0000)]
only do that once...
SVN revision: 11940
Carsten Haitzler [Thu, 21 Oct 2004 06:33:22 +0000 (06:33 +0000)]
build cleaning
SVN revision: 11939
Carsten Haitzler [Thu, 21 Oct 2004 06:18:02 +0000 (06:18 +0000)]
no more \m
SVN revision: 11938
Carsten Haitzler [Thu, 21 Oct 2004 06:16:55 +0000 (06:16 +0000)]
oops. no mroe seggies! :)
SVN revision: 11937
Carsten Haitzler [Thu, 21 Oct 2004 03:32:03 +0000 (03:32 +0000)]
add this sucker.
SVN revision: 11936
Carsten Haitzler [Thu, 21 Oct 2004 03:16:32 +0000 (03:16 +0000)]
cleaner build
SVN revision: 11935
Carsten Haitzler [Thu, 21 Oct 2004 03:02:01 +0000 (03:02 +0000)]
dont need to set LDFLAGS
SVN revision: 11934
Carsten Haitzler [Thu, 21 Oct 2004 02:47:58 +0000 (02:47 +0000)]
system LDFLAGS
SVN revision: 11932
Carsten Haitzler [Thu, 21 Oct 2004 02:45:21 +0000 (02:45 +0000)]
use LDFLAGS!
SVN revision: 11931
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
tsauerbeck [Wed, 20 Oct 2004 20:43:39 +0000 (20:43 +0000)]
description.border -> description.image.border
SVN revision: 11929
tsauerbeck [Wed, 20 Oct 2004 18:42:36 +0000 (18:42 +0000)]
imlib2 is optional for edje_cc now. simplified autofoo
SVN revision: 11927
tsauerbeck [Wed, 20 Oct 2004 17:51:29 +0000 (17:51 +0000)]
mingw portability
SVN revision: 11926
tsauerbeck [Wed, 20 Oct 2004 16:48:58 +0000 (16:48 +0000)]
mingw portability, step 1
SVN revision: 11925
tsauerbeck [Wed, 20 Oct 2004 16:36:12 +0000 (16:36 +0000)]
mingw portability
SVN revision: 11924
tsauerbeck [Wed, 20 Oct 2004 16:33:48 +0000 (16:33 +0000)]
remove unneeded include
SVN revision: 11923
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
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
Carsten Haitzler [Wed, 20 Oct 2004 03:26:12 +0000 (03:26 +0000)]
and dont propagate those...
SVN revision: 11918
Carsten Haitzler [Wed, 20 Oct 2004 03:13:44 +0000 (03:13 +0000)]
patchies contributed :)
SVN revision: 11917
azundris [Tue, 19 Oct 2004 18:58:47 +0000 (18:58 +0000)]
...
SVN revision: 11915
tsauerbeck [Tue, 19 Oct 2004 17:39:35 +0000 (17:39 +0000)]
fixed a memleak
SVN revision: 11914
tsauerbeck [Tue, 19 Oct 2004 17:31:18 +0000 (17:31 +0000)]
catch missing targets in STATE_SET programs, for example
SVN revision: 11913
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