Commit Graph

548 Commits

Author SHA1 Message Date
Carsten Haitzler 664d811ff9 in we go edje... no it doesnt do anything useful at the moment...
SVN revision: 6968
2003-06-02 23:49:56 +00:00
Carsten Haitzler d744ab1f70 testypants
SVN revision: 6967
2003-06-02 09:38:13 +00:00
Carsten Haitzler 54d1d71646 nicer formatting
SVN revision: 6965
2003-06-02 09:32:30 +00:00
Carsten Haitzler 48e986efd9 multiple bitch-ass ho's
SVN revision: 6963
2003-06-02 09:22:13 +00:00
Carsten Haitzler 95590945a9 mo' testiclies BIOTCH!
SVN revision: 6962
2003-06-02 09:19:56 +00:00
Carsten Haitzler a537add319 TAKE THAT BITCH!
SVN revision: 6960
2003-06-02 09:15:58 +00:00
Carsten Haitzler f08178b5a8 test...
SVN revision: 6956
2003-06-02 08:55:13 +00:00
Carsten Haitzler 3d5f70ca35 kerning fix?
SVN revision: 6949
2003-05-30 05:05:52 +00:00
Carsten Haitzler 3e066d97bd minus 1 printf
SVN revision: 6944
2003-05-28 05:55:12 +00:00
Carsten Haitzler e69533d6d0 shared lib deps only now
SVN revision: 6940
2003-05-26 22:56:39 +00:00
Carsten Haitzler 7f234266a9 wheel patches
SVN revision: 6935
2003-05-25 09:43:53 +00:00
Carsten Haitzler f726ca9c6c change of types
SVN revision: 6920
2003-05-20 06:05:47 +00:00
Carsten Haitzler 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.

if these enironment variables exists it will do both.. if they dont it will
not perform the appropriate action. (so now by default evas remains quiet and
marches on)


SVN revision: 6915
2003-05-19 05:36:12 +00:00
Carsten Haitzler 9e87031686 symbol clash! oops!
SVN revision: 6901
2003-05-12 02:26:27 +00:00
Carsten Haitzler 57e59b4301 fix the bitch
SVN revision: 6900
2003-05-08 07:59:58 +00:00
jeoparde 98816467bb Patch for pkg-config support from Tilman Sauerbeck <tilman@code-monkey.de>.
SVN revision: 6891
2003-05-03 08:56:29 +00:00
jeoparde 83b5a05e2f Patch to update pkg-config from Tilman Sauerbeck <tilman@code-monkey.de>.
SVN revision: 6890
2003-05-03 08:55:33 +00:00
jeoparde 98c58eb7f9 pkg-config support patch from Tilman Sauerbeck <tilman@code-monkey.de>.
SVN revision: 6889
2003-05-03 08:53:23 +00:00
Horms 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.


SVN revision: 6879
2003-04-26 04:22:37 +00:00
jeoparde ee6ab155c5 ...And remember to update README and spec file to reflect the new version.
SVN revision: 6872
2003-04-21 17:59:26 +00:00
Carsten Haitzler 507eec8963 bump up to pre_6
SVN revision: 6871
2003-04-21 07:10:40 +00:00
Carsten Haitzler 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.


SVN revision: 6870
2003-04-20 08:26:32 +00:00
Carsten Haitzler b991fb9819 viewport bug fixed
SVN revision: 6868
2003-04-17 12:05:00 +00:00
Carsten Haitzler 4947646c07 accept NULLS for font queries
SVN revision: 6865
2003-04-16 02:04:30 +00:00
Carsten Haitzler 1a1dcc4f51 packageconfig support
SVN revision: 6842
2003-04-09 10:32:17 +00:00
Carsten Haitzler b699523d67 allow for a callback rtoo to provid e adest buffer when needed
SVN revision: 6840
2003-04-09 06:52:14 +00:00
Carsten Haitzler 98d327b588 fix
SVN revision: 6835
2003-04-07 06:17:54 +00:00
Carsten Haitzler a2051c00f2 special case fill if fill = object size to avoif roundoff miscalcs
SVN revision: 6832
2003-04-05 04:48:14 +00:00
Carsten Haitzler a2e0c127b0 buffer engine seems to be wroking for an rgb buffer with color keying...
SVN revision: 6811
2003-04-02 08:00:34 +00:00
Carsten Haitzler afa5ce1ab0 only tar up docs ONCE!
SVN revision: 6810
2003-04-02 05:02:19 +00:00
Carsten Haitzler f44ad01306 and configre check right...
SVN revision: 6809
2003-04-02 04:52:14 +00:00
Carsten Haitzler bbfaab2ac1 memory buffer engine... not doing everything. api may change... working on it.
SVN revision: 6808
2003-04-02 04:28:27 +00:00
Carsten Haitzler 733ffbfc5d missing ifdef
SVN revision: 6769
2003-03-14 04:57:09 +00:00
Carsten Haitzler 56aac58eab tab...
SVN revision: 6766
2003-03-11 05:07:46 +00:00
Carsten Haitzler e5082ae151 oops cut one line too many
SVN revision: 6765
2003-03-11 05:06:43 +00:00
Carsten Haitzler d7a6a70b16 avoid a cmp/bra
SVN revision: 6764
2003-03-11 05:04:33 +00:00
rbdpngn 77a3240e2c Removed unused variable. 1 line indent fix.
SVN revision: 6763
2003-03-11 04:59:49 +00:00
Carsten Haitzler c7a24853ef bauil out of a double-init
SVN revision: 6762
2003-03-11 04:56:46 +00:00
rbdpngn 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.


SVN revision: 6761
2003-03-11 04:39:58 +00:00
Carsten Haitzler 0ec43a7627 oops. missing # in example
SVN revision: 6747
2003-03-05 22:47:29 +00:00
Carsten Haitzler abcabbe929 errr... documentation! woohoo! :)
SVN revision: 6746
2003-03-05 08:06:00 +00:00
Carsten Haitzler 7ccd8ece42 update
SVN revision: 6745
2003-03-05 06:02:03 +00:00
Carsten Haitzler c98e528ff2 update eet docs.
SVN revision: 6744
2003-03-05 05:41:04 +00:00
Carsten Haitzler 42219cdca3 Evas doc update... at least all api calls are now listed
SVN revision: 6742
2003-03-05 02:30:20 +00:00
Carsten Haitzler 377dcb3044 alignment...
SVN revision: 6724
2003-02-27 00:07:46 +00:00
Carsten Haitzler ba943a18ea update docs
SVN revision: 6710
2003-02-24 02:27:07 +00:00
Carsten Haitzler ef30c8096f add img
SVN revision: 6704
2003-02-21 23:49:26 +00:00
Carsten Haitzler d92d87a4a6 now that documentation is looking nicer
SVN revision: 6701
2003-02-21 10:28:24 +00:00
Horms 1971975cce typo
SVN revision: 6693
2003-02-16 12:04:28 +00:00
Carsten Haitzler 90a63a715f major oopsie. :)
SVN revision: 6691
2003-02-15 01:30:32 +00:00