-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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)
- Loading branch information
1 parent
55dfea9
commit 2be8d4d
Showing
44 changed files
with
4,037 additions
and
1,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.