Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | GUI: Improved pop up and scrollbar arrows look | MaximRussia | |
Previous triangle drawing was all wrong, rewrote it from the scratch. Added padding to drawsteps in stx files | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-01-30 | Removed unused area convolution code from VectorRenderer | Max Horn | |
svn-id: r36148 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to ↵ | Johannes Schickel | |
strip functionallity in theme renderer uneeded by small devices. svn-id: r34864 | |||
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti | |
svn-id: r34285 | |||
2008-08-31 | Split VectorRenderer interface from custom vector renderers. | Vicent Marti | |
svn-id: r34226 | |||
2008-08-15 | Tons of misc. GFX fixes. | Vicent Marti | |
svn-id: r33911 | |||
2008-08-14 | Added Classic Theme - WIP (yes, it's working). | Vicent Marti | |
Added Builtin theme back. Added Python script to automatically build themes. svn-id: r33868 | |||
2008-08-10 | Bugfix: Several text-drawing issues. | Vicent Marti | |
Bugfix: Overlapping text in text edit dialogs. svn-id: r33768 | |||
2008-08-04 | Theme layout parsing. Work in progress. | Vicent Marti | |
svn-id: r33613 | |||
2008-08-02 | Added basic support for inner shadows. | Vicent Marti | |
Made sliders look pretty much like the current GUI. svn-id: r33548 | |||
2008-08-01 | Massive changes to the renderer in order to replicate the current GUI theme, ↵ | Vicent Marti | |
as requested by Eugene svn-id: r33507 | |||
2008-07-30 | Bugfix: Pixel init in Conolution mappings | Vicent Marti | |
svn-id: r33460 | |||
2008-07-26 | Convolution filters for the vector renderer. Pretty cool. | Vicent Marti | |
svn-id: r33319 | |||
2008-07-25 | More triangle work | Vicent Marti | |
svn-id: r33286 | |||
2008-07-25 | Fixed warning: kTriangleAuto not handled in switch | Vicent Marti | |
svn-id: r33269 | |||
2008-07-25 | Fixed triangle drawing. A bit. | Vicent Marti | |
svn-id: r33268 | |||
2008-07-23 | Improved text handling. | Vicent Marti | |
Fixed About dialog scroll-out text. svn-id: r33257 | |||
2008-07-23 | Font rendering overhaul. Work in progress. | Vicent Marti | |
svn-id: r33247 | |||
2008-07-21 | Fixed several segfaults and graphical glitches when drawing at low ↵ | Vicent Marti | |
resolutions. Fixed dialog stack redrawing. svn-id: r33182 | |||
2008-07-21 | Bugfix: Rounded squares at low resolutions were not drawn. | Vicent Marti | |
Cleanup. svn-id: r33179 | |||
2008-07-21 | Valgrind fix: Invalid read/write while restoring background | Vicent Marti | |
svn-id: r33166 | |||
2008-07-21 | Valgrind fix: Invalid write in rounded square shadows | Vicent Marti | |
svn-id: r33164 | |||
2008-07-20 | Rendering pipeline. Broken WIP. | Vicent Marti | |
svn-id: r33152 | |||
2008-07-17 | Rendering pipeline (almost) fixed. This time for real. | Vicent Marti | |
svn-id: r33092 | |||
2008-07-17 | Finished tabs drawing. | Vicent Marti | |
Added support for dynamic parameters in the Vector Renderer. svn-id: r33088 | |||
2008-07-16 | Stroking on tab widgets. Basic support for backcaching. | Vicent Marti | |
svn-id: r33084 | |||
2008-07-15 | Tab widget / tab drawing for the renderer. Improved text handling. | Vicent Marti | |
svn-id: r33076 | |||
2008-07-13 | Bugfix: Triangle AA at low resolutions. | Vicent Marti | |
svn-id: r33047 | |||
2008-07-13 | Bugfix of the bugfix. Rounded squares work now on all resolutions. | Vicent Marti | |
svn-id: r33040 | |||
2008-07-13 | Bugfix: Strange behaviour in rounded square corners. | Vicent Marti | |
svn-id: r33039 | |||
2008-07-13 | Improved support for graphics positioning. | Vicent Marti | |
More widgets. New triangle drawing function. svn-id: r33027 | |||
2008-07-10 | Support for Vertical text alignement. | Vicent Marti | |
svn-id: r32995 | |||
2008-07-10 | Bugfix: Delayed loading of fonts | Vicent Marti | |
svn-id: r32993 | |||
2008-07-10 | Added support for Text Steps in the Vector Renderer. | Vicent Marti | |
svn-id: r32991 | |||
2008-07-02 | InterfaceManager functionality translated into a Theme subclass ↵ | Vicent Marti | |
"ThemeRenderer" to easen integration with the current GUI. svn-id: r32876 | |||
2008-06-18 | Expanded parser. | Vicent Marti | |
Added regex support for Common::String Changed drawstep state saving. svn-id: r32729 | |||
2008-06-16 | Added massive parser documentation. | Vicent Marti | |
Some parser changes. svn-id: r32726 | |||
2008-06-13 | Formating conventions. | Vicent Marti | |
Function parameter fixes. Parser fixes. svn-id: r32696 | |||
2008-06-10 | Another redesign on the Draw Steps. This time it's for real. | Vicent Marti | |
svn-id: r32647 | |||
2008-06-10 | Changed DrawStep for dynamic surface drawing. | Vicent Marti | |
svn-id: r32643 | |||
2008-06-02 | Beveled squares for Classic GUI imitation | Vicent Marti | |
svn-id: r32506 | |||
2008-06-01 | - Triangles! | Vicent Marti | |
svn-id: r32451 | |||
2008-05-28 | Misc fixes. | Vicent Marti | |
Constant naming fixes. svn-id: r32342 | |||
2008-05-28 | InterfaceManager core implemented. | Vicent Marti | |
svn-id: r32339 |