Commit Graph

11834 Commits

Author SHA1 Message Date
Term 6a62ebfa0e More cleanups by srl <srl@penguinpowered.com>.
SVN revision: 4068
2000-12-30 07:19:54 +00:00
Term 8decb4effc typo (identified by srl).
SVN revision: 4067
2000-12-30 06:51:18 +00:00
Carsten Haitzler 9d0df0ab71 tststststts
SVN revision: 4064
2000-12-29 22:27:28 +00:00
Carsten Haitzler dd750e70ad tst....
SVN revision: 4063
2000-12-29 22:24:51 +00:00
Carsten Haitzler 470680c1da a test.....
SVN revision: 4061
2000-12-29 22:23:11 +00:00
Carsten Haitzler de47e5abcb test
SVN revision: 4059
2000-12-29 22:13:22 +00:00
Carsten Haitzler 20bcdcee58 test
SVN revision: 4057
2000-12-29 21:55:53 +00:00
Carsten Haitzler 709470c05b up to 0.0.3
SVN revision: 4055
2000-12-29 21:39:19 +00:00
Carsten Haitzler a084ff527e This finishes up the complete rewrite of evas's backend engines to be cleaner,
meaner, faster and more complete - as well as handling clipping too.

Over christmas I added clipping to evas (objects can be clipped by rectangle
objects - the clipped objects are also colours by the clipping object)

I rewrote the GL engine to be a LOT faster - evas_test shows a good 300-400%
speedup. I fixed polygone tessalation in the gl engine (i just wish the gl
book would tell me it uses the data in-place instead of making a tmp copy of
it!)

I made all engines match up pixel-for-pixel with fonts, and the gl engine's
texture mech maping works just fine.

The X11 engine is now fully functional - it does all objects - text included
but it makes serious sacrifices in image quality to get speed (no dithering,
no anti-aliased scaling, no alpha blending etc.).

Some optmizations in the X11 engine too

overall a much more complete implikemntation of evas and its renderers - you
shoudl see massiv eimprovements in GL rendeirng and be able to actualyl use
the X11 rendering without a problem :)


SVN revision: 4052
2000-12-29 20:43:48 +00:00
Carsten Haitzler 84ca5f1326 tusting
SVN revision: 4047
2000-12-28 01:08:54 +00:00
Carsten Haitzler 31c595b2aa tst
SVN revision: 4045
2000-12-28 01:05:58 +00:00
Carsten Haitzler e0f09d4f64 x11 engine now does fonts :)
SVN revision: 4043
2000-12-28 01:01:52 +00:00
Carsten Haitzler a594f867b6 partial buffer swap code gets coords right - but GOD is it slow... i think
there needs to be some work done on glcopypixels... :)
its disabled for now - but partial buffer rendering is enabled.


SVN revision: 4040
2000-12-27 21:47:38 +00:00
Carsten Haitzler ce2f4fe9f1 * rewrote GL engine for evas - vast speed improvements and cleanliness
improvements - MUCH better
* fixed imlib and x11 engines - much faster x11 engine. much better imlib
engine
* added clipping ability to evas (you can clip one object by another for now
only rectangles are supported)
* you will need to use cvs imlib2 - i fixed the clipping in it to apply to
images, text and gradients too.
* almost done with x11 engine - just fonts to go (mostly done)
* clipping rects rgba color modifies what they clip
* gl, imlib and x11 engines modified to do clipping
* still need to add border scaling supporty to gl engine
* maybe some other stuff i don't remember - i've been sick over christmas


SVN revision: 4039
2000-12-27 20:51:39 +00:00
Laurence J. Lane deb3a7cc06 assimilation and.. what was that?
SVN revision: 4030
2000-12-24 15:40:05 +00:00
Laurence J. Lane 8d0d1e95f2 more assimilation
SVN revision: 4029
2000-12-24 15:37:19 +00:00
Carsten Haitzler 25a9c709bd more stuff to support shape handling for e17... :)
SVN revision: 4005
2000-12-18 21:26:17 +00:00
Mandrake f6caa2df4d added two functions I needed in etox
int evas_get_text_height(Evas e, Evas_Object o)
int evas_get_text_width(Evas e, Evas_Object o)

very simple and straightforward.


SVN revision: 3990
2000-12-14 07:23:27 +00:00
Carsten Haitzler 9215204dcd evas_get_layer();
SVN revision: 3981
2000-12-12 21:13:32 +00:00
Carsten Haitzler 015b9fbc4b I wonder what i fixed.... :)
SVN revision: 3974
2000-12-11 19:12:16 +00:00
Carsten Haitzler 1a389a8a00 errr... fixes :)
SVN revision: 3973
2000-12-11 19:11:24 +00:00
Term f99e700cb7 Whee let's just make every library over! And from cvs! And make it work!
SVN revision: 3966
2000-12-09 02:45:43 +00:00
Term 2df9d20f49 Add ecore-config, fix files requiring it.
Eventually, I'll get to build e17. ;)


SVN revision: 3965
2000-12-09 02:31:37 +00:00
Term 87b602f143 Package management == good
SVN revision: 3963
2000-12-09 01:18:53 +00:00
Carsten Haitzler 96561852bf more api additions to suport writign E17... :)
SVN revision: 3957
2000-12-08 00:37:52 +00:00
Carsten Haitzler 1175ab0854 and return valid info when theres nothngi to do... :)
SVN revision: 3941
2000-12-02 02:49:51 +00:00
Carsten Haitzler 7badc56fdb add new render call that returns the updates that got rendered :)
SVN revision: 3940
2000-12-02 02:21:07 +00:00
Carsten Haitzler e14aa620c2 dont return null fi images doesnt exist.. obejct creation shoudl ALWAYs
succeed!


SVN revision: 3934
2000-11-29 04:49:22 +00:00
Carsten Haitzler 1c76190a4b doesn't pass make distcheck!
SVN revision: 3933
2000-11-29 04:46:58 +00:00
Carsten Haitzler 9d7f6187e0 woooop fix fix fix.. note to self... font caching in the gl engine REALLY
needs work.. but that can wait as an optmization/imporovement later. for now
it works and works pretty fast / ok if your hardware is good. i'll have to
make it better later.


SVN revision: 3932
2000-11-29 04:38:22 +00:00
Carsten Haitzler b37830894e increase font cache and image cache.. this shoudl help a bit
SVN revision: 3931
2000-11-28 00:53:22 +00:00
Carsten Haitzler e21838f9f2 slightly cleaner code... :)
SVN revision: 3930
2000-11-28 00:51:22 +00:00
Carsten Haitzler 98261e19e3 enable the font bug again... debugging dri.. :)
SVN revision: 3928
2000-11-27 23:51:00 +00:00
Horms 41c72f3b84 added debian stuff maaaaaaaaaaaaaaate
SVN revision: 3924
2000-11-26 17:21:17 +00:00
Carsten Haitzler c4814ed242 more calls for wm stuff....
SVN revision: 3918
2000-11-25 02:07:06 +00:00
Carsten Haitzler a90e845d1e more code to do window management
SVN revision: 3913
2000-11-21 22:35:42 +00:00
Carsten Haitzler d379f6b771 more calls to help to do window managment... ooooooh I wonder what that means!
SVN revision: 3901
2000-11-17 18:28:11 +00:00
Joshua Deere f7a6c88618 Changed evas_add_image_from_file() to return NULL if the file could not be
loaded or did not exist


SVN revision: 3890
2000-11-15 21:31:14 +00:00
Mandrake 92c4c2732d Hush CVS :)
SVN revision: 3888
2000-11-15 20:14:05 +00:00
Mandrake 6c7f883c91 nice typo. amazing this stuff ever works :)
SVN revision: 3887
2000-11-15 20:11:55 +00:00
Carsten Haitzler d40d6c6f01 adding some grab calls while i'm making my window border code work... :)
SVN revision: 3871
2000-11-13 03:45:32 +00:00
Carsten Haitzler 70c496497d there's an oops in ecore e_window_show... :)
SVN revision: 3853
2000-11-11 00:24:02 +00:00
Carsten Haitzler 25153f7298 gravity handled 100% correctly now
SVN revision: 3849
2000-11-10 21:27:27 +00:00
Carsten Haitzler 0bc1fb60b3 oops printf still there
SVN revision: 3845
2000-11-10 03:32:29 +00:00
Carsten Haitzler 918a9de0c1 fix widnow gravity caching stuff
SVN revision: 3843
2000-11-10 03:22:58 +00:00
Carsten Haitzler 4fe996c71f generate fake moves events for enter/leave
SVN revision: 3838
2000-11-10 01:33:11 +00:00
Carsten Haitzler af1ac0ce02 more calls :)
SVN revision: 3834
2000-11-09 23:49:50 +00:00
Carsten Haitzler 51f0972f8d return values in default cases where applicable
SVN revision: 3817
2000-11-07 20:43:05 +00:00
Carsten Haitzler acc7f88694 mouse out event - ay object mouse is in.... leave event... generate.
SVN revision: 3808
2000-11-04 19:17:57 +00:00
Carsten Haitzler 376cb1963e stray ;
SVN revision: 3807
2000-11-03 00:29:05 +00:00