1. b413169 Theme Editor: Changed playlist rendering to match new syntax by Robert Bieber · 14 years ago
  2. 1ee2cdd Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag by Robert Bieber · 14 years ago
  3. 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
  4. 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
  5. 49865b2 Theme Editor: Began implementing code generation for movable viewports by Robert Bieber · 14 years ago
  6. 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
  7. 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
  8. 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
  9. eb93e3b Theme Editor: Removed papause from line scrolling by Robert Bieber · 14 years ago
  10. 13e97cd Theme Editor: Implemented line scrolling by Robert Bieber · 14 years ago
  11. 6f06793 Theme Editor: Fixed rendering bug that caused text in sublines not to appear, implemented a global font cache by Robert Bieber · 14 years ago
  12. 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
  13. 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
  14. 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
  15. 9742704 Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor by Robert Bieber · 14 years ago
  16. 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
  17. a54bfaa Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree by Robert Bieber · 14 years ago
  18. c215d97 Theme Editor: Made blank lines render newlines in the output by Robert Bieber · 14 years ago
  19. 35150b6 Theme Editor: Implemented status bar enable/disable by Robert Bieber · 14 years ago
  20. d2ed594 Theme Editor: Implemented text alignment by Robert Bieber · 14 years ago
  21. 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
  22. c32728c Theme Editor: Began integrating device configuration panel with renderer by Robert Bieber · 14 years ago
  23. 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
  24. deab1bb Theme Editor: Added rendering support for some more tags by Robert Bieber · 14 years ago
  25. ac9287b Theme Editor: Began in implementing tag rendering, %X tag now recognized by Robert Bieber · 14 years ago
  26. 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
  27. 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