Commit Graph

  • fbcf7fc180 more fixme's fixed. more fixme's added. edje is moving. Carsten Haitzler 2003-06-25 02:29:25 +0000
  • 969629dfb2 1 mega-file (edje_main.c) split up into saner-to-manage files. Carsten Haitzler 2003-06-24 02:33:04 +0000
  • 6fec7571de I lied. 1 more commit for the weekend. don't segv if the edje part isn't fully loaded. Also shadow is a little more subtle Carsten Haitzler 2003-06-22 13:52:08 +0000
  • 965f0a2466 last commit for the weekend. some more fixmes. Carsten Haitzler 2003-06-22 12:39:18 +0000
  • 5ca68b4894 freeze/thaw stuff in for more optimum recalculation Carsten Haitzler 2003-06-22 08:37:28 +0000
  • 13bac758b5 fixed bug where instant changes didnt happen if no animation was happening. forgot a call to recalc. also added "Ckiecked" signals... working thru the todo list. Carsten Haitzler 2003-06-22 07:58:54 +0000
  • 8e4b7d5732 edje test program now has no defaults. it requires you to provide all edje .eet files AND the collection inside of each to load on the command-line. it can display more than 1 at any time. just click on the "title" and drag the edje part around. resize the border as you would any window. you will have all the edje .eet's there in the window. Carsten Haitzler 2003-06-22 05:16:12 +0000
  • fd6cd9805e get rid of minor flota->in calculation artifact i found! Carsten Haitzler 2003-06-22 03:46:24 +0000
  • 42d8853235 oops leakage on ferring an evas! fix. Carsten Haitzler 2003-06-22 02:33:25 +0000
  • 1fafc49b8d endianess bugzors! Carsten Haitzler 2003-06-21 05:23:45 +0000
  • 913f50562a demo app now does its own internal edje resizing/moving.. redying for multiepl edjes in one test app Carsten Haitzler 2003-06-21 04:54:15 +0000
  • e863599780 more fixme's added, more fixed up. external callbakcs are now in. calling application can emit signals now too. Carsten Haitzler 2003-06-21 02:51:01 +0000
  • 4521ca1f87 signal emit action added Carsten Haitzler 2003-06-20 13:41:00 +0000
  • 943d63f6f2 stop action supported. parser/compiler is accurate there in not needing more params. stop is immediate - always. edje test program now uses arguments to determine what to look at Carsten Haitzler 2003-06-20 10:44:36 +0000
  • 53f0296ad6 a fixme list added, and 1 segv removed! :) Carsten Haitzler 2003-06-20 09:38:27 +0000
  • 6d14ff4b85 to doubles... Carsten Haitzler 2003-06-20 00:25:09 +0000
  • 27d69a4698 emissions now for the part collection soruce is now "". fixed a tinsy parser bug for parsing "". emissions now wont recurse - but they may loop. hmm need to limit that - easy to do this way though. Carsten Haitzler 2003-06-19 23:56:27 +0000
  • 66bcb0fb57 1 copy & paste bug in edje_cc. fixed non animated programs Carsten Haitzler 2003-06-19 15:02:21 +0000
  • 5427be918c Adding code to handle programs, signals, emissions, loops, animation, timers and the whole lot. it WORKS! :) just re-run the e_logo.sh to rebuild an edje .eet file that has animation built in... you'll see. Carsten Haitzler 2003-06-19 14:43:49 +0000
  • 627991bf24 workin g on the code... looking cleaner. properly have shared data hashes. started putting in infrastructure to do edje part programs. Carsten Haitzler 2003-06-18 14:20:26 +0000
  • 8cb638f08f the edje test program displays an edje .eet file now! build it all then: cd data ./e_logo.sh cd .. ./src/bin/edje Carsten Haitzler 2003-06-17 08:15:06 +0000
  • 32061346b6 oops. memfile compatability layer bug. fixed. using ftell now. also added in an extra "if" for "if quality >= 90 then make pixel UV sampling 1x1 not 2x2 as normal for jpeg encoding" Carsten Haitzler 2003-06-17 08:12:03 +0000
  • 40763eba6e some of my other changes from this morning go into edje. more defaults. more example files... and a build script to make an "e_logo.eet" edje file Carsten Haitzler 2003-06-17 01:28:01 +0000
  • 0a04871590 some default "sane" values to save a lot of typing in edje .edc files + a test .edc with comments and some images to use for compiling.... :) Carsten Haitzler 2003-06-16 23:44:13 +0000
  • 0d2194a7b5 edje_cc can now fully parse my test edje input "test.edc" file and build a properly formed test.eet output file including inlined images, data structs and all. it can display verbose output infomration if you use the -v flag. the only problem now is that no sample .edc files are shipped. I'll make one or 2 better ones and include them. Carsten Haitzler 2003-06-16 13:55:13 +0000
  • eccfb5727a return useful info Carsten Haitzler 2003-06-16 13:39:42 +0000
  • dfe36d9ad5 null data struct write out safe... Carsten Haitzler 2003-06-16 13:22:48 +0000
  • 5d7c4d02e0 we parse.... MORE! :) order is now irrelevant of how you delcare images or parts and what they are relative to/use. the lookups are put off until just before write-out. order of parts still is the stacking order though. Carsten Haitzler 2003-06-14 03:06:36 +0000
  • ffc3810ee8 a few more handlers. i think next i need to add a verbose mode for the parser Carsten Haitzler 2003-06-12 23:02:45 +0000
  • 598dd0b60f mem allocs guaranteed now... they are wrapped and errors handled centrally Carsten Haitzler 2003-06-12 22:34:51 +0000
  • 228f197d2b cleaner. centralise type parsing... and error checking Carsten Haitzler 2003-06-12 13:02:28 +0000
  • dd7fe79b30 EVEN better parsing! :) lots of NULL handlers need filling in. i need to unify common type parameter parsing to use smaller common functions to save space. Carsten Haitzler 2003-06-11 14:14:23 +0000
  • 61586a277f spread edje_cc code out a little... it's goign to get big now. put parse result handlers in one place. Carsten Haitzler 2003-06-11 13:20:48 +0000
  • 438b3ec082 parsing much nicer.. in fact starting to actually compile! :) Carsten Haitzler 2003-06-11 09:30:28 +0000
  • 4cb41d0dd2 be null string pointer safe Carsten Haitzler 2003-06-11 09:09:17 +0000
  • 47c156847f Only perform runtime checks if the cpu features are enabled. rbdpngn 2003-06-10 14:52:16 +0000
  • 2f63ba5e91 edje_cc is beginning to do something. it parses the image section properly and builds the memory data struct right, and writes the data struct out via eet. need to parse the rest, build data structs and write them out ttoo. need to write out images too. Carsten Haitzler 2003-06-09 13:51:40 +0000
  • c2137f09bb more code & work on ejde. started on edje_cc. Carsten Haitzler 2003-06-09 11:31:33 +0000
  • bfe9b1fa8e fixing minor arithmeic stuff in text queries. all happy now. Carsten Haitzler 2003-06-07 02:32:30 +0000
  • f8dbf20c65 more pre7 Carsten Haitzler 2003-06-06 05:25:06 +0000
  • cbd8cabb13 pre7 Carsten Haitzler 2003-06-06 05:23:36 +0000
  • 8c6352eae6 fix corner case of starting at nul terminator byte at end and getting prev charater of utf-8 string Carsten Haitzler 2003-06-06 00:41:07 +0000
  • 0495a7540b new calls to help string processing for programs - these walk up and down 1 utf8 character (sicne thats evas's standard string format). this lets apps do character processing AND still be utf8-safe. Carsten Haitzler 2003-06-05 06:08:43 +0000
  • d5c7bb0d57 aaaah DONT use inlined bitmaps.. we want it ALL aa'd Carsten Haitzler 2003-06-05 02:59:19 +0000
  • 3df3c11966 Added more geometry calculation code. This function is beginning to get rather large, but then again so are the number of geometry parameters, so it's only fair. This should cover calculating all parameters given a signle descriptor and given rel_to_1, rel_to_2, confine_to objects. Only calculation of text params is left. I think that will be as simpl as a "copy them across from the description", but I may yet decided to complicate that a bit. Carsten Haitzler 2003-06-03 14:00:52 +0000
  • f38b2f2c98 had wrong title & name/class! Carsten Haitzler 2003-06-03 02:30:25 +0000
  • 664d811ff9 in we go edje... no it doesnt do anything useful at the moment... Carsten Haitzler 2003-06-02 23:49:56 +0000
  • d744ab1f70 testypants Carsten Haitzler 2003-06-02 09:38:13 +0000
  • 54d1d71646 nicer formatting Carsten Haitzler 2003-06-02 09:32:30 +0000
  • 48e986efd9 multiple bitch-ass ho's Carsten Haitzler 2003-06-02 09:22:13 +0000
  • 95590945a9 mo' testiclies BIOTCH! Carsten Haitzler 2003-06-02 09:19:56 +0000
  • a537add319 TAKE THAT BITCH! Carsten Haitzler 2003-06-02 09:15:58 +0000
  • f08178b5a8 test... Carsten Haitzler 2003-06-02 08:55:13 +0000
  • 3d5f70ca35 kerning fix? Carsten Haitzler 2003-05-30 05:05:52 +0000
  • 3e066d97bd minus 1 printf Carsten Haitzler 2003-05-28 05:55:12 +0000
  • e69533d6d0 shared lib deps only now Carsten Haitzler 2003-05-26 22:56:39 +0000
  • 7f234266a9 wheel patches Carsten Haitzler 2003-05-25 09:43:53 +0000
  • f726ca9c6c change of types Carsten Haitzler 2003-05-20 06:05:47 +0000
  • 72c06b259b evas now uses EVAS_DEBUG_SHOW EVAS_DEBUG_ABORT environment variables to disctate if: 1. it displays any error output if it encorunters wrong object types, NULLs etc. 2. if it should call abort() on such an error so it can be easily caught with gdb as a segv. Carsten Haitzler 2003-05-19 05:36:12 +0000
  • 9e87031686 symbol clash! oops! Carsten Haitzler 2003-05-12 02:26:27 +0000
  • 57e59b4301 fix the bitch Carsten Haitzler 2003-05-08 07:59:58 +0000
  • 98816467bb Patch for pkg-config support from Tilman Sauerbeck <tilman@code-monkey.de>. jeoparde 2003-05-03 08:56:29 +0000
  • 83b5a05e2f Patch to update pkg-config from Tilman Sauerbeck <tilman@code-monkey.de>. jeoparde 2003-05-03 08:55:33 +0000
  • 98c58eb7f9 pkg-config support patch from Tilman Sauerbeck <tilman@code-monkey.de>. jeoparde 2003-05-03 08:53:23 +0000
  • 9fd93e9a6f Allow applications to examine the symbol associated with a key stroke. IMHO this makes more sense if you want things to work on different - keyboard layouts. Try generating a e->key "=" on a Japanese keyboard. The old code also works, so it shoulnd't break anything. Horms 2003-04-26 04:22:37 +0000
  • ee6ab155c5 ...And remember to update README and spec file to reflect the new version. jeoparde 2003-04-21 17:59:26 +0000
  • 507eec8963 bump up to pre_6 Carsten Haitzler 2003-04-21 07:10:40 +0000
  • 5ca397ff69 fonts.dir fonts.alias support... so u can point evas at x's font directories... as long as the fonts are ttf's it will work. you can use x-style font definition. ie. -*-helmet-medium-r-*-*-*-*-*-*-*-*-*-* :) (fonts.alias is also supported!). the old style is still supported too. Carsten Haitzler 2003-04-20 08:26:32 +0000
  • b991fb9819 viewport bug fixed Carsten Haitzler 2003-04-17 12:05:00 +0000
  • 4947646c07 accept NULLS for font queries Carsten Haitzler 2003-04-16 02:04:30 +0000
  • 1a1dcc4f51 packageconfig support Carsten Haitzler 2003-04-09 10:32:17 +0000
  • b699523d67 allow for a callback rtoo to provid e adest buffer when needed Carsten Haitzler 2003-04-09 06:52:14 +0000
  • 98d327b588 fix Carsten Haitzler 2003-04-07 06:17:54 +0000
  • a2051c00f2 special case fill if fill = object size to avoif roundoff miscalcs Carsten Haitzler 2003-04-05 04:48:14 +0000
  • a2e0c127b0 buffer engine seems to be wroking for an rgb buffer with color keying... Carsten Haitzler 2003-04-02 08:00:34 +0000
  • afa5ce1ab0 only tar up docs ONCE! Carsten Haitzler 2003-04-02 05:02:19 +0000
  • f44ad01306 and configre check right... Carsten Haitzler 2003-04-02 04:52:14 +0000
  • bbfaab2ac1 memory buffer engine... not doing everything. api may change... working on it. Carsten Haitzler 2003-04-02 04:28:27 +0000
  • 733ffbfc5d missing ifdef Carsten Haitzler 2003-03-14 04:57:09 +0000
  • 56aac58eab tab... Carsten Haitzler 2003-03-11 05:07:46 +0000
  • e5082ae151 oops cut one line too many Carsten Haitzler 2003-03-11 05:06:43 +0000
  • d7a6a70b16 avoid a cmp/bra Carsten Haitzler 2003-03-11 05:04:33 +0000
  • 77a3240e2c Removed unused variable. 1 line indent fix. rbdpngn 2003-03-11 04:59:49 +0000
  • c7a24853ef bauil out of a double-init Carsten Haitzler 2003-03-11 04:56:46 +0000
  • b6ae92d827 Generic runtime cpu feature testing. This is not used much yet, and shouldn't break anything. Please review and shout if you see problems. rbdpngn 2003-03-11 04:39:58 +0000
  • 0ec43a7627 oops. missing # in example Carsten Haitzler 2003-03-05 22:47:29 +0000
  • abcabbe929 errr... documentation! woohoo! :) Carsten Haitzler 2003-03-05 08:06:00 +0000
  • 7ccd8ece42 update Carsten Haitzler 2003-03-05 06:02:03 +0000
  • c98e528ff2 update eet docs. Carsten Haitzler 2003-03-05 05:41:04 +0000
  • 42219cdca3 Evas doc update... at least all api calls are now listed Carsten Haitzler 2003-03-05 02:30:20 +0000
  • 377dcb3044 alignment... Carsten Haitzler 2003-02-27 00:07:46 +0000
  • ba943a18ea update docs Carsten Haitzler 2003-02-24 02:27:07 +0000
  • ef30c8096f add img Carsten Haitzler 2003-02-21 23:49:26 +0000
  • d92d87a4a6 now that documentation is looking nicer Carsten Haitzler 2003-02-21 10:28:24 +0000
  • 1971975cce typo Horms 2003-02-16 12:04:28 +0000
  • 90a63a715f major oopsie. :) Carsten Haitzler 2003-02-15 01:30:32 +0000
  • d115d3a677 removed some potential double frees in evas_object_image_* Horms 2003-02-13 10:25:30 +0000
  • bdb20a4f9d softare_x11 engine can now rotate on the fly :) ecore_evas relies on this btw. Carsten Haitzler 2003-02-12 23:31:38 +0000
  • 29c3f54a87 Pedantry Horms 2003-02-12 07:51:37 +0000
  • 9854af242d i've been leaning mem usage down... save 30% on all evas_objects now! :) Carsten Haitzler 2003-02-09 04:22:45 +0000