blah38621_cp
|
d8dcde9a1d
|
String drawing support was added to Orvid.Graphics. Currently it only supports bdf fonts, but more are in the works. Also, in OForms, the window now displays the name in the header.
|
2011-08-30 00:58:03 +00:00 |
|
blah38621_cp
|
4b2bb8a0c9
|
Made a large number of changes in Orvid.Graphics, added an OForms project, and added most of a full window system. Next commit will add a proper taskbar, as well as minimize capability to the system.
|
2011-08-23 16:38:27 +00:00 |
|
blah38621_cp
|
595ccd8865
|
Enabled Jpeg support.
|
2011-08-05 03:17:10 +00:00 |
|
blah38621_cp
|
5fce44e58b
|
Added support for Vbp images. (A very obscure format :P) As well as added an ImageManipulator class, which is able to resize images, with currently one of 3 different algorithms, Nearest Neighbor, Bi-Linear, and Bi-Cubic. Support for more algorithms will be added in the future, same goes for image formats.
|
2011-08-05 02:55:53 +00:00 |
|
blah38621_cp
|
52348e5db3
|
Added AntiAlias, and HalveSize methods in Orvid.Graphics.Image, as well as fixed compression support in OPFF, and re-enabled multi-style support in OPFF as well.
|
2011-07-29 03:05:55 +00:00 |
|
blah38621_cp
|
098f903b90
|
Added Lzw compression, (De-compress only), and added a test-bed for my graphics functions.
|
2011-07-24 02:29:45 +00:00 |
|
blah38621_cp
|
860757c149
|
Making my code compilable.
|
2011-07-16 17:38:50 +00:00 |
|
blah38621_cp
|
8f56abe4b0
|
Did some major work in Orvid.Graphics, which will eventually allow it to support 32-bit color. Previously it only supported 8-bit color. Because of this change, any code you have using Orvid.Graphics will no longer work. You will have to refactor your code for the new color system.
|
2011-06-23 19:27:52 +00:00 |
|
blah38621_cp
|
a0ac071b2f
|
Committing my folder which should now work. If it doesn't then there's a problem on my end.
|
2011-06-16 18:21:22 +00:00 |
|
blah38621_cp
|
b24479cec9
|
Fixed the issue of Orvid.Graphics not building. Please note, you must add a reference to Orvid.Graphics in both your kernel, and your .cosmos project.
|
2011-06-14 18:23:52 +00:00 |
|
blah38621_cp
|
6b2114bba6
|
Fixed multiple bugs in Orvid.Graphics. Polygons, Triangles, and Flood Fill now work. I'm still trying to figure out the issue with the circle drawing, and Elipse drawing is going haywire. I have also commented out things that don't work, except for the circles, which I left.
|
2011-06-14 02:12:01 +00:00 |
|
blah38621_cp
|
3a35e9070e
|
Added my own section in the Users folder.
|
2011-06-13 19:54:46 +00:00 |
|