-
Notifications
You must be signed in to change notification settings - Fork 0
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: progress bar #57
Comments
Merged
adamajammary
added a commit
that referenced
this issue
Sep 14, 2024
* update: cmake * fix: libxml init in multi-threaded environment (#50) * fix(xml): allow setting window attribs min-width and min-height independently (currently both are required) (#52) * improve: send user event data as copies (not by reference) (#53) * add: public API endpoints LSG_GetMargin, LSG_GetPadding, LSG_GetSpacing and LSG_IsEnabled (#5) * add: public API endpoint LSG_IsMenuItemSelected (#54) * fix: dynamically adding menu items consumes click event even when menu is closed (#56) * - add: support for modal dialogs (#39) - add: progress bar (#57) * improve: add SDL_Keycode data to LSG_EVENT_COMPONENT_KEY_ENTERED notification (#58) * fix: set visibility of all child components (#59) * add: get/set title for menu and modal (#60) * improve(list/table): only show pagination if more rows than one page (#61) * fix(list/table): don't send LSG_EVENT_ROW_ACTIVATED when double-clicking pagination (#63) * improve(list/table): optimize adding/setting many items/rows (#62) * fix(list/table): row selection notification is not sent when navigating pages (#64) * add(events): send notification while mouse button is pressed down (#65) * add: scrollable panel (#66) * add: scrollable menu (#67) * add: scrollable panel (#66) * improve: scrollable panel (#70) * add: LSG_ScrollToTop (#68) * fix: scroll methods have no effect before textures are created and showscroll props are set (#71) * add: support for panels within a scrollable panel (#69) * add: text input (#73) * fix: LSG_SetBorder does not apply change in xml (#74) * add(events): send notification when text input is cleared (#75) * improve(table/list): reset pagination when settings rows/items (#76) * improve(table/list): select first row/item after sorting (#77) * add(table/list): methods to return the row/item count (#78) * add(events): send notification after enter/return is pressed in text input (#79) * fix(text-input): make sure destroyed textures are not accessed by mistake (#80) * improve(modal): change cursor when hovering close icon (#81) * fix(text-input): move cursor left after deleting/removing highlighted text right-to-left (#82) * add: support for multi-select on list/table (#32) * improve(table): render header columns with bold font (#83) * improve(table): support showing column border (#84) * improve(table/list): don't re-sort when updating one row/item (#85) * improve(table): add spacing to the beginning and end of a row (#86) * improve(table): add support to adjust column width (#87) * improve(menu): don't highlight or change cursor when items are disabled or not visible (#88) * improve(table): add support to adjust column width (#87) * add(menu-item): method to set icon (#89) * add(menu-item): support displaying keyboard shortcut (#90) * improve(menu): support custom width (#91) * improve(menu): don't highlight or change cursor when items are disabled or not visible (#88) * update: cmake * fix: default font not available on Raspberry Pi OS * update: readme * update: version * update: SDL2 version in android project * improve(test): cast data2 before deleting it (#92) * update: android project * update: readme * fix: ui scaling on mobile (android/ios) (#93) * update: screenshots * improve: select default font available on popular linux dists (ubuntu, raspberry pi os) (#94) * improve: select default font available on popular linux dists (ubuntu, raspberry pi os) (#94) * update: screenshots * improve: select default font available on popular linux dists (ubuntu, raspberry pi os) (#94) * improve: select default font available on popular linux dists (ubuntu, raspberry pi os) (#94) * update: cmake * Revert "update: cmake" This reverts commit 5bbb7c8. * update: cmake * update: readme * update: screenshots
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: