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: support for modal dialogs #39

Closed
adamajammary opened this issue Nov 29, 2023 · 0 comments
Closed

add: support for modal dialogs #39

adamajammary opened this issue Nov 29, 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 Nov 29, 2023
@adamajammary adamajammary added this to the Release 2 milestone Nov 29, 2023
@adamajammary adamajammary self-assigned this Nov 29, 2023
@adamajammary adamajammary modified the milestones: Release 2, Release 3 Nov 30, 2023
@adamajammary adamajammary modified the milestones: Release 3, Release 4 Mar 25, 2024
adamajammary added a commit that referenced this issue Jun 4, 2024
@adamajammary adamajammary mentioned this issue Sep 14, 2024
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
Labels
new New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant