0ad/binaries/data/mods/mod/gui/common
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
..
modern Add scrollpanel widget 2024-11-12 15:01:42 -05:00
functions_msgbox.js Make messageBox return a promise 2024-08-11 13:41:32 +00:00
guitags.js Fix mod calling function from public 2021-09-01 16:24:12 +00:00
l10n.js Fix invalid translations in the game options. 2022-03-03 13:34:15 +00:00
mod.js Allow mods to say they should be ignored in replay/MP compatibility checks 2021-06-02 06:50:16 +00:00
terms.js Get a promise when starting a GUIpage 2024-07-08 19:07:04 +00:00
utilities.js Return a promise from setButtonCaptionsAndVisibility 2024-10-17 20:47:54 +02:00