1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- v0.7.0 RELEASE
- ==========
- [API]: Update version number.
- BUGS
- ==========
- [Combo Box]: Selectable text not expanding to full width of window.
- [File Dialog]: Excess right border.
- [File System][Mac]: 'Unknown primary or operator' error message.
- [List Box]: View transform pops while parent window is resizing when scroll is in non-zero position.
- [List Box]: Region size not reset when list items change.
- [List Box]: Window not properly auto-sized.
- [Scroll Bar]: Color flicker when clicking and releasing on scroll bar.
- [Tooltip]: Gains focus when displayed. Focus should not be allowed.
- [Tree]: View transform not correct with content size. Content size may be incorrect.
- [Window]: Clamp window moving to viewport.
- TODO
- ==========
- [Animation]: Initial animation support.
- [API]: Re-organize functions in categories and update comment.
- [API]: Get/Set cursor padding.
- [Color Picker]: Set initial position.
- [Column]: Investigate moving Column rendering to its own draw channel within an active batch to reduce scissor calls.
- [Column]: Move separator with mouse.
- Combo Box: Easy API with table of possible values.
- Context Menu: Investigate checking hot item and last item of window.
- Controls: Convert all window bounds check to use region.
- [Date Time]: Initial implementation for a date/time control.
- Dialog: Function to close all dialog boxes.
- Dialog: Modal/Non-modal dialogs.
- [Dock]: Initial implementation of docking.
- [Documentation]: Command-line option to just dump all functions listed in API table.
- [Error]: Dialog that shows any error messages.
- [Error]: Show messages for deprecated API.
- [Graph]: Initial line graph implementation.
- [Input]: Drag select word versus character.
- [Input]: Auto-grow control with MulitLine.
- [Input]: Range highlight using start and end tokens.
- [Keyboard]: Option to specify key as scan code.
- License: Show license for Kenney.nl assets.
- Main Menu Bar: Assert if called within a window context.
- [Menu]: Radio button like menu items.
- Region: Clamp position check with owning window's size.
- [Scroll Bar]: Velocity based movement for mouse wheel scrolling.
- [Scroll Bar]: Focus owning window if scroll bar is clicked.
- [Separator]: Option to change the line thickness.
- [Slab]: Store settings such as window positions and style.
- [Slab]: Move all love.* calls into interfaces for portability with other Lua based frameworks.
- SlabDebug: Show image stats.
- [SlabDebug]: Window management tools.
- [Stats]: Draw time draw command.
- [Stats]: Simple API access with list of stat names to display.
- Style: Add documentation for each style property.
- [Style]: API documentation.
- [Tab]: Initial implementation of a container holding Window instances with tabs for each.
- [Table]: Initial implementation.
- [Text]: Tooltip support.
- [Text]: Stats for text objects.
- [Text]: Deprecate SelectOnHover option.
- [Text]: Support for HTTP link.
- [Tree]: Fix for BeginContextMenuItem for root and children items.
- Window: Menu support.
- Window: Ids should be used as keys.
- Window: Deprecate window bounds values and use region directly.
- [Window]: Move default border size to Style.
- [Window]: Allow arrow key movements of window if option is set.
- [Window]: IsWindowOpen API function.
- Widgets: Track owning window's alpha channel.
- Widgets: Forward Options parameter to sub widgets.
|