GroveEngine/modules/UIModule/Widgets
StillHammer b39854cf2c feat: Add texture support to UI widgets and update gitignore
UI Widget Enhancements:
- Add texture support to UICheckbox (box and checkmark textures)
- Add texture support to UISlider (track and handle textures)
- Add texture support to UIPanel (background texture)
- Add texture support to UIProgressBar (background and fill textures)
- Add texture support to UIScrollPanel (background and scrollbar textures)
- All widgets now support textureId with tint color for flexible styling

BgfxRenderer:
- Add texture loading helpers for widget texturing
- Update RHI device for texture management
- Add ResourceCache texture ID support

Maintenance:
- Add tmpclaude-* to .gitignore (temporary Claude Code directories)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 23:15:13 +07:00
..
UIButton.cpp fix: Multi-texture sprite rendering - setState per batch + transient buffers 2026-01-14 14:05:56 +07:00
UIButton.h feat: Retained mode rendering for UIModule 2026-01-06 14:06:28 +07:00
UICheckbox.cpp feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UICheckbox.h feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIImage.cpp feat: Retained mode rendering for UIModule 2026-01-06 14:06:28 +07:00
UIImage.h feat: Complete UIModule Phase 7 - ScrollPanel & Tooltips 2025-11-29 07:13:13 +08:00
UILabel.cpp feat: Retained mode rendering for UIModule 2026-01-06 14:06:28 +07:00
UILabel.h feat: Complete UIModule Phase 7 - ScrollPanel & Tooltips 2025-11-29 07:13:13 +08:00
UIPanel.cpp feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIPanel.h feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIProgressBar.cpp feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIProgressBar.h feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIScrollPanel.cpp feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UIScrollPanel.h feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UISlider.cpp feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UISlider.h feat: Add texture support to UI widgets and update gitignore 2026-01-14 23:15:13 +07:00
UITextInput.cpp fix: UITextInput focus and keyboard input - hitTest + dispatch handlers 2026-01-14 14:36:49 +07:00
UITextInput.h feat: Retained mode rendering for UIModule 2026-01-06 14:06:28 +07:00