changelog.txt 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. v0.5.0 RELEASE
  2. ==========
  3. [Input]: Colored text.
  4. [Input]: Get/Set documentation.
  5. [Mac]: Test latest on Mac.
  6. v0.6.0 RELEASE
  7. ==========
  8. [API]: Update version string.
  9. [API]: Expose Stats interface.
  10. [Group]: Initial implementation of grouping of controls. Controls with their options are stored until grouping ends. Then position is calculated based on each control size.
  11. [Style]: Push/Pop fonts.
  12. [Stats]: Documentation.
  13. [Stats]: User stats that can be displayed in the Performance window.
  14. BUGS
  15. ==========
  16. [Combo Box]: Selectable text not expanding to full width of window.
  17. [File Dialog]: Excess right border.
  18. [File System][Mac]: 'Unknown primary or operator' error message.
  19. [List Box]: View transform pops while parent window is resizing when scroll is in non-zero position.
  20. [List Box]: Region size not reset when list items change.
  21. [List Box]: Window not properly auto-sized.
  22. [Scroll Bar]: Color flicker when clicking and releasing on scroll bar.
  23. [Slab Debug]: Window combo box being overlapped when initially opened.
  24. [Tooltip]: Gains focus when displayed. Focus should not be allowed.
  25. [Tree]: View transform not correct with content size. Content size may be incorrect.
  26. [Window]: Clamp window moving to viewport.
  27. TODO
  28. ==========
  29. [Animation]: Initial animation support.
  30. [API]: Expose Draw Command functions.
  31. [API]: Re-organize functions in categories and update comment.
  32. [API]: Get/Set cursor padding.
  33. [Color Picker]: Set initial position.
  34. [Column]: Investigate moving Column rendering to its own draw channel within an active batch to reduce scissor calls.
  35. [Column]: Move separator with mouse.
  36. Combo Box: Easy API with table of possible values.
  37. Context Menu: Investigate checking hot item and last item of window.
  38. Controls: Convert all window bounds check to use region.
  39. [Date Time]: Initial implementation for a date/time control.
  40. Dialog: Function to close all dialog boxes.
  41. Dialog: Modal/Non-modal dialogs.
  42. [Dock]: Initial implementation of docking.
  43. [Error]: Dialog that shows any error messages.
  44. [Error]: Show messages for deprecated API.
  45. [Graph]: Initial line graph implementation.
  46. [Input]: Drag select word versus character.
  47. [Input]: Auto-grow control with MulitLine.
  48. [Keyboard]: Option to specify key as scan code.
  49. License: Show license for Kenney.nl assets.
  50. Main Menu Bar: Assert if called within a window context.
  51. [Menu]: Radio button like menu items.
  52. Region: Clamp position check with owning window's size.
  53. [Scroll Bar]: Velocity based movement for mouse wheel scrolling.
  54. [Scroll Bar]: Focus owning window if scroll bar is clicked.
  55. [Separator]: Option to change the line thickness.
  56. [Slab]: Store settings such as window positions and style.
  57. SlabDebug: Show image stats.
  58. [SlabDebug]: Window management tools.
  59. [Stats]: Draw time draw command.
  60. [Stats]: Simple API access with list of stat names to display.
  61. Style: Add documentation for each style property.
  62. [Style]: API documentation.
  63. [Tab]: Initial implementation of a container holding Window instances with tabs for each.
  64. [Table]: Initial implementation.
  65. [Text]: Tooltip support.
  66. [Text]: Stats for text objects.
  67. [Text]: Deprecate SelectOnHover option.
  68. [Text]: Support for HTTP link.
  69. [Tree]: Fix for BeginContextMenuItem for root and children items.
  70. Window: Menu support.
  71. Window: Ids should be used as keys.
  72. Window: Deprecate window bounds values and use region directly.
  73. [Window]: Move default border size to Style.
  74. [Window]: Allow arrow key movements of window if option is set.
  75. Widgets: Track owning window's alpha channel.
  76. Widgets: Forward Options parameter to sub widgets.