This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jul 19, 2024
- Jul 18, 2024
- Jul 17, 2024
-
-
Richard Henck authored
Dimensions are mandatory but with only height and width.
-
Richard Henck authored
This change is for GeoGebra-Elements, which have mandatory width and height.
-
- Jul 16, 2024
- Jul 15, 2024
-
-
rhenck authored
Table children do not have some properties, like position.
-
rhenck authored
Javascript truthiness...
-
rhenck authored
-
rhenck authored
The selected section is replaced with the new section when empty. Otherwise the new section is appended below the selected section. There is no way to influence this behaviour (contrary the section-insert-dialog).
-
rhenck authored
-
- Jul 11, 2024
- Jul 09, 2024
- Jul 05, 2024
-
-
rhenck authored
-
- Jul 04, 2024
-
-
Richard Henck authored
This way the props do not show in the prop-panel.
-
- Jun 25, 2024
-
-
rhenck authored
The default value overwrites the value set in the parent constructor (Javascript...). Therefore the value needs to be intialized explicitly after the parent constructor has run.
-
- Jun 24, 2024
- Jun 20, 2024
-
-
rhenck authored
-
- Jun 19, 2024
-
-
rhenck authored
-
- Jun 17, 2024
-
-
rhenck authored
-
- Jun 07, 2024
-
-
rhenck authored
-
- May 30, 2024
-
-
rhenck authored
Separating code changes is rather hard right now, so there is a lot of stuff that is part of this commit that should not. Details below. - All elements have static fields that holds their title and icon. This way dynamic lists can be built (for example for delete dialog) which show title and icon for all elements. ALso icons and names can be changed in one place. - Template-Tab has been added. This should have templates to help creating groups of ui elements. This is work in progress and there are actually no templates yet. So this will change or even be removed in the future. This is mostly UI, the code is "TODO". - Refactoring and improvement for delete and reference dialogs - Delete logic refactored for elements, sections and pages. There are no longer different dialogs when references are found, but instead one dialog that can do both.
-
- May 28, 2024
-
-
rhenck authored
Only works for a few commands (mainly page and section stuff). - Adds new menu to page-bar, which shows issued change commands with a button to rollback the latest change. - Added warning to the UI element that this is a experimental feature and can destroy units. - Undo is done by having the normal function to apply the change to the unit-object and another to undo this change. The HistoryService manages the list and calling rollack (via UnitService). - Further refactiring to the unit services.
-
- May 22, 2024
- Feb 12, 2024
-
-
jojohoch authored
#552
-
- Feb 09, 2024
-
-
jojohoch authored
-