Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: public API endpoint to select a button #18

Closed
adamajammary opened this issue Aug 27, 2023 · 0 comments
Closed

add: public API endpoint to select a button #18

adamajammary opened this issue Aug 27, 2023 · 0 comments
Assignees
Labels
new New feature or request
Milestone

Comments

@adamajammary
Copy link
Owner

No description provided.

@adamajammary adamajammary added the new New feature or request label Aug 27, 2023
@adamajammary adamajammary added this to the Release 1 milestone Aug 27, 2023
@adamajammary adamajammary self-assigned this Aug 27, 2023
adamajammary added a commit that referenced this issue Sep 16, 2023
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant