- b413169 Theme Editor: Changed playlist rendering to match new syntax by Robert Bieber · 14 years ago
- b477463 Theme Editor: Altered implementation of %ax tag so that viewport now simply mirrors itself across the screen. by Robert Bieber · 14 years ago
- 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 14 years ago
- d1a392a Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents by Robert Bieber · 14 years ago
- 87d2590 Theme Editor: Made default viewport non-interactive in skin preview. Selecting and resizing the default viewport was causing lockups and segfaults by Robert Bieber · 14 years ago
- d505bc0 Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor by Robert Bieber · 14 years ago
- 10b9e3b Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point by Robert Bieber · 14 years ago
- 054a85f Theme Editor: Added code generate/undo functionality to SkinViewer by Robert Bieber · 14 years ago
- 49865b2 Theme Editor: Began implementing code generation for movable viewports by Robert Bieber · 14 years ago
- 83c60a1 Theme Editor: Created the RBMovable abstract class for screen elements that can be moved around, began implementing it and making images, viewports, and album art children of it by Robert Bieber · 14 years ago
- a83adc7 Theme Editor: Removed markup comments from CodeEditor files (it was originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet by Robert Bieber · 14 years ago
- 15488a0 Theme Editor: Committed FS#11477 to add a DECIMAL parameter type in the parser and adapt the Theme Editor to accomodate the change by Johnathan Gordon. Fixed bug in the parser caused by the patch (error was thrown on zero value) and adapted tag rendering for new format by Robert Bieber · 14 years ago
- 364af4f Theme Editor: Fixed rendering behavior of default viewport. Now when other viewports are present in the skin, only _text_ from the default viewport is not rendered by Robert Bieber · 14 years ago
- eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 14 years ago
- 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 14 years ago
- 8814565 Theme Editor: Delaying rendering of text lines until newline reached by Robert Bieber · 14 years ago
- 3214e37 Theme Editor: Made all lines of text render as a single graphic, viewport size limits now enforced on text width by Robert Bieber · 14 years ago
- 39e2520 Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present by Robert Bieber · 14 years ago
- 2f68e5b Theme Editor: SBS will now render underneath WPS, if both are present in project by Robert Bieber · 14 years ago
- 9d68516 Theme Editor: Fixed random outlining in default viewport, working on getting the viewer to refresh on re-render by Robert Bieber · 14 years ago
- 14caf67 Theme Editor: Switched the last two parameters of the Vp tag back to their original orientation, made the playlist display the first half with ID3 info, the second half without, as if the list were mid-way through loading by Robert Bieber · 14 years ago
- f58174f Theme Editor: Renderer will not insert a newline at the end of a line if it's the same line in the wps file as the viewport declaration, to avoid forcing the first line of text down past where it belongs if Vf and Vb are used. The parser should be modified to make this unnecessary, when a consensus can be reached on how to do it by Robert Bieber · 14 years ago
- 26a2f81 Theme Editor: Fixed line numbering bug in parser. Implemented playlist display in renderer: playlist will use info for next track for all tracks other than the current track by Robert Bieber · 14 years ago
- a54bfaa Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree by Robert Bieber · 14 years ago
- c215d97 Theme Editor: Made blank lines render newlines in the output by Robert Bieber · 14 years ago
- 8cd51a7 Theme Editor: Implemented negative x/y/w/h values in viewport declarations by Robert Bieber · 14 years ago
- 35150b6 Theme Editor: Implemented status bar enable/disable by Robert Bieber · 14 years ago
- d2ed594 Theme Editor: Implemented text alignment by Robert Bieber · 14 years ago
- 1fbea62 Theme Editor: Fixed conditional viewport display by Robert Bieber · 14 years ago
- 5300c70 Theme Editor: Added Show Viewports option to device configuration panel, implemented simple rendering of info tags from device configuration by Robert Bieber · 14 years ago
- 273b9d6 Theme Editor: Fixed some compiler warnings and a segfault. Got some basic text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support by Robert Bieber · 14 years ago
- f4fd16c Theme Editor: Fixed image display relative to viewport by Robert Bieber · 14 years ago
- d302705 Theme Editor: Working on image rendering by Robert Bieber · 14 years ago
- ac9287b Theme Editor: Began in implementing tag rendering, %X tag now recognized by Robert Bieber · 14 years ago
- e1d8a3d Theme Editor: Reworked information passing among render functions, now loads all viewports and shows Custom UI viewport in blue by Robert Bieber · 14 years ago
- d8827b5 Theme Editor: Working on rendering viewports, display will now show %V(...) viewports as red rectangles over backdrop or background color by Robert Bieber · 14 years ago