Commit graph

27 commits

Author SHA1 Message Date
Erik Hjortsberg
203b087eaa 2007-04-14 Erik Hjortsberg <erik.hjortsberg@iteam.se>
* scratchpad/RRRewRite/BmpRecRenderer.cpp, scratchpad/RRRewRite/BmpRecRenderer.h, scratchpad/RRRewRite/ColourRecRenderer.cpp, scratchpad/RRRewRite/ColourRecRenderer.h, scratchpad/RRRewRite/GradientRecRenderer.cpp, scratchpad/RRRewRite/GradientRecRenderer.h, scratchpad/RRRewRite/GridRecRenderer.cpp, scratchpad/RRRewRite/GridRecRenderer.h, scratchpad/RRRewRite/RRFactory.h, scratchpad/RRRewRite/RectangleRenderer.cpp, scratchpad/RRRewRite/RectangleRenderer.h, scratchpad/TeaTimeGui/readme.txt, scratchpad/TeaTimeGui/src/american.ttf, scratchpad/TeaTimeGui/src/arial.ttf, scratchpad/TeaTimeGui/src/blackadd.ttf, scratchpad/TeaTimeGui/src/fe______.ttf, scratchpad/TeaTimeGui/src/gripbg1.cel, scratchpad/TeaTimeGui/src/guitest.cc, scratchpad/TeaTimeGui/src/guitest.gdt, scratchpad/TeaTimeGui/src/guitest.gpr, scratchpad/TeaTimeGui/src/mousecur.cel, scratchpad/TeaTimeGui/src/mousehor.cel, scratchpad/TeaTimeGui/src/mouselef.cel, scratchpad/TeaTimeGui/src/mousemov.cel, scratchpad/TeaTimeGui/src/mouserig.cel, scratchpad/TeaTimeGui/src/mousever.cel, scratchpad/TeaTimeGui/src/rhide.key, scratchpad/TeaTimeGui/src/splash.cel, scratchpad/TeaTimeGui/src/ttapplic.cc, scratchpad/TeaTimeGui/src/ttapplic.h, scratchpad/TeaTimeGui/src/ttbutton.cc, scratchpad/TeaTimeGui/src/ttbutton.h, scratchpad/TeaTimeGui/src/ttedit.cc, scratchpad/TeaTimeGui/src/ttedit.h, scratchpad/TeaTimeGui/src/ttform.cc, scratchpad/TeaTimeGui/src/ttform.h, scratchpad/TeaTimeGui/src/ttgui.h, scratchpad/TeaTimeGui/src/ttguidef.h, scratchpad/TeaTimeGui/src/ttguigfx.cc, scratchpad/TeaTimeGui/src/ttguigfx.h, scratchpad/TeaTimeGui/src/ttlist.cc, scratchpad/TeaTimeGui/src/ttlist.h, scratchpad/TeaTimeGui/src/ttmousev.cc, scratchpad/TeaTimeGui/src/ttmousev.h, scratchpad/TeaTimeGui/src/ttproper.h, scratchpad/TeaTimeGui/src/ttstatic.cc, scratchpad/TeaTimeGui/src/ttstatic.h, scratchpad/TeaTimeGui/src/tttime.cc, scratchpad/TeaTimeGui/src/tttime.h, scratchpad/TeaTimeGui/src/ttwindow.cc, scratchpad/TeaTimeGui/src/ttwindow.h, scratchpad/TeaTimeGui/src/ttwstyle.cc, scratchpad/TeaTimeGui/src/ttwstyle.h, scratchpad/Theme/AuthorInfo.h, scratchpad/Theme/BackgroundStyle.h, scratchpad/Theme/CompositeBackground.h, scratchpad/Theme/FontStyle.h, scratchpad/Theme/GradientBackground.h, scratchpad/Theme/IconStyle.h, scratchpad/Theme/SolidBackground.h, scratchpad/Theme/Style.h, scratchpad/Theme/TextureBackground.h, scratchpad/Theme/WidgetStyle.h, scratchpad/Theme/simpletheme.xml, scratchpad/lesson05/Makefile, scratchpad/lesson05/README, scratchpad/lesson05/lesson05.c, scratchpad/testOGL/do.sh, scratchpad/testOGL/test.cpp: removed obsolete files
2007-04-14 15:21:06 +00:00
Miguel Guzmán
386fdc33ec updated a bit 2003-11-07 14:10:09 +00:00
Miguel Guzmán
e56f528b6d draft version of cross-compiling tutorial 2003-11-06 15:36:14 +00:00
Lakin Wecker
173731c5a1 This is a simple example script of how to use the OGLDrawDevice 2002-10-22 13:50:08 +00:00
Lakin Wecker
a2436cb02c Commiting some more files for the Themes. 2002-08-30 18:28:01 +00:00
Lakin Wecker
20b0dfc8f1 Adding more files for themes. They're still mostly pseudocode and make no claim of working. 2002-08-23 07:31:48 +00:00
Adam Gregory
96ae453b7b Rewrite of RectangleRenderer finished, but probably broken :). Any brave souls who feel like testing it can just copy the contents of scratchpad/RRRewRite/ into src/services/platform/ . Mostly I've just split up RR, added a polymorphic factory function (ooh!) to create the type of renderer you want based on your arguments, and added a couple of timesaver functions (e.g. horizontal/vertical gradients and I think some other stuff I can't remember :-/). 2002-08-23 02:38:12 +00:00
Lakin Wecker
257de5b5b9 Adding some files that will be used for themes 2002-08-22 22:54:53 +00:00
Martin Pollard
a3ed7b08b8 Moving into their real places 2002-08-22 15:43:01 +00:00
Martin Pollard
fa7c37ce44 I think this should compile 2002-08-22 15:26:45 +00:00
Martin Pollard
75eba24acc -Clean up of dead code
-Reworking of the main renderer
-Converted style to more dime style look
2002-08-22 00:05:38 +00:00
Adam Gregory
011149edc2 First attempt to split up RectangleRenderer to make it leaner and easier to understand (hopefully). Just the headers worked on so far. 2002-08-21 20:52:56 +00:00
Martin Pollard
ee325865c5 More work 2002-08-21 19:48:39 +00:00
Martin Pollard
828d3bea7e Reformat headers to dime style 2002-08-21 11:16:40 +00:00
Martin Pollard
50f098ceb9 Initial work on creating console widget based on Simon's sear console 2002-08-20 22:25:55 +00:00
Lakin Wecker
1869255269 some more minor changes to the OGLDrawDevice and testing program 2002-07-22 20:28:15 +00:00
Lakin Wecker
1be60e108d Modified the Makefile.am's and configure.in to include the new LoggingService Organization. Also made some minor changes to testOGL* 2002-07-16 22:01:40 +00:00
Martin Pollard
e0e73dee53 First steps towards openGL widgets, quite a bit of code needs shifting from these files to OGLDrawDevice.cpp but it should be ok. 2002-07-11 21:55:35 +00:00
Martin Pollard
2d5082d5e6 Corrections to my own work 2002-07-11 17:37:42 +00:00
Martin Pollard
f797c7627c A few fixes 2002-07-11 17:05:35 +00:00
Lakin Wecker
824717e75c added files to test OGLDrawDevice 2002-07-11 14:38:27 +00:00
Lakin Wecker
10ebfeafa6 Added OpenGL DrawDevice. It's not complete. It needs a blitSurface function implemenation. It compiles, and hasn't been tested, but I don't have the time. Anyone can feel free to implement it, or test it. I will as soon as I have time if I can. 2002-07-02 03:35:17 +00:00
Lakin Wecker
37ef92b49c yay 2002-07-01 19:54:31 +00:00
Lakin Wecker
5e7b5ec9b6 some opengl files to play around with. for Xmp 2002-07-01 18:28:27 +00:00
Lakin Wecker
07b28cf3da oops, wrong directory. This is the preliminary FontService. 2002-05-04 18:29:24 +00:00
Lakin Wecker
f97ab41b92 adding some preliminary FontService files for adamgreg to play with 2002-04-14 03:22:14 +00:00
Hans Häggström
f097844e66 Added old GUI library by zzorn, to use as inspiration or possible starting
point if we decide to build an own gui toolkit.
Uses Allegro, doesn't necessarily compile.
2002-02-19 07:03:11 +00:00