0ad/source/gui/ObjectTypes
trompetin17 8c250568e7
Add scrollpanel widget
This PR introduces a new ScrollPanel component with the following
capabilities:
- Scroll Orientation Support: Allows scrolling in horizontal, vertical,
  or both directions, providing flexibility for different use cases.
- Partial Object Rendering: Supports partial rendering of objects that
  are only partially visible within the scroll boundaries, improving
  visual accuracy and performance.
- Boundary-Constrained Mouse Interaction: Handles mouse events strictly
  within the panel's visible boundaries, preventing interaction with
  objects outside the scrollable area.
- Minimum Internal Size (min_width, min_height): Introduces support for
  virtual space management, allowing the panel to maintain a minimum
  internal size independent of its actual on-screen dimensions. Even
  when the panel is resized, this ensures that the content respects a
  defined virtual space (with min_width and min_height), effectively
  simulating a larger internal canvas. This is particularly useful for
  large content or scenarios where a more extensive scrollable area is
  required than the current visible panel.
2024-11-12 15:01:42 -05:00
..
CButton.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CButton.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CChart.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CChart.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CCheckBox.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CCheckBox.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CDropDown.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CDropDown.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CGUIDummyObject.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CHotkeyPicker.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CHotkeyPicker.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CImage.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CImage.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CInput.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CInput.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CList.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CList.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CMiniMap.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CMiniMap.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
COList.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
COList.h Finish implementing property "textcolor_selected" for list GUI objects 2024-07-03 08:32:52 +00:00
CProgressBar.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CProgressBar.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CRadioButton.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CRadioButton.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CScrollPanel.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CScrollPanel.h Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CSlider.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CSlider.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CText.cpp Add scrollpanel widget 2024-11-12 15:01:42 -05:00
CText.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CTooltip.cpp Tooltip set like ghost 2024-10-27 17:18:42 -05:00
CTooltip.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00