You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add: public API endpoints for getting component position and size
* improve: menu selection/toggling
* update: readme
* update: version
* improve: menu selection/toggling
* add: public API endpoints for showing row borders and getting multiple files/folders
* fix: conflicting typedef names
* add: public API endpoints LSG_GetText, LSG_SetMenuItemValue, LSG_SetSliderValue and LSG_SetVisible
* add: event triggers for click, double-click and right-click on panels
* improve: dynamic font size handling
* improve: menu labels
* improve: make sure menu is rendered last (above all other UI)
* add: public API endpoint for getting slider value
* add: public API endpoints LSG_RemoveMenuItem and LSG_SaveFile
* add: public API endpoints LSG_GetSelectedRow and LSG_SelectRow
* add: public API endpoints LSG_GetSortColumn, LSG_GetSortOrder, LSG_GetScrollHorizontal, LSG_GetScrollVertical, LSG_IsVisible, LSG_ScrollHorizontal and LSG:ScrollVertical
* add: pagination for lists and tables
* add: public API endpoints LSG_GetColorTheme, LSG_GetPage and LSG_SetPage
* fix: SetPage only calls list component, needs to be separate calls to list and table.
* improve: pagination label
* fix: LSG_GetTableRow does not include header
* add: public API endpoint to scroll to the bottom (#1)
* add: public API endpoint to get the last page (#2)
* add: public API endpoint to select a row by offset (#3)
* improve: increase max rows per page (#4)
* fix: scroll by offset after changing page (#6)
* Library gtk not mentioned in readme (#7)
* add: event notifications for component scrolling and keyboard interaction (#8)
* fix: reset page navigation when setting list/table content (#9)
* fix: make sure menu is properly closed when selecting an item (#10)
* improve: disable child components when disabling a parent (#11)
* improve: component highlight on hover (#15)
* improve: sub-menu navigation (#16)
* add: public API endpoint LSG_GetBackgroundColor (#17)
* add: public API endpoint to select a button (#18)
* fix: scroll direction is oppposite on macOS (#19)
* improve: support for cross-platform build (#20)
No description provided.
The text was updated successfully, but these errors were encountered: