Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
6174bd8
WIP
andrewauclair Mar 23, 2026
424ea92
Cleanup.
andrewauclair Mar 24, 2026
f379a3c
Cleanup.
andrewauclair Mar 24, 2026
decab41
Cleanup.
andrewauclair Mar 24, 2026
f063a77
Experiment
andrewauclair Mar 26, 2026
679fb58
WIP
andrewauclair Mar 26, 2026
43d0489
WIP
andrewauclair Mar 26, 2026
b1f9e19
WIP
andrewauclair Mar 27, 2026
6c2fadf
WIP
andrewauclair Mar 27, 2026
380ab12
Cleanup
andrewauclair Mar 27, 2026
130c2e8
Cleanup
andrewauclair Mar 27, 2026
49a2376
Merge branch 'main' into split-change-experiment
andrewauclair Mar 28, 2026
23016f9
Merge branch 'main' into layered-pane
andrewauclair Mar 28, 2026
46a013c
Merge branch 'split-change-experiment' into 1.5.0-integration
andrewauclair Mar 28, 2026
95b6457
Fixing compile error.
andrewauclair Mar 28, 2026
6b34cf2
Merge branch 'main' into 1.5.0-integration
andrewauclair Mar 28, 2026
8336afd
Fix sonar issues.
andrewauclair Mar 28, 2026
a6f3f90
AppStateAPI private member variables now being to the instance instea…
andrewauclair Mar 28, 2026
e76cd9a
The maximized feature has been renamed to "Focused Mode" and now uses…
andrewauclair Mar 28, 2026
dfd27f1
Removing Writerside docs that we use readthedocs.
andrewauclair Mar 28, 2026
adc143c
Fixing docking bugs.
andrewauclair Mar 28, 2026
a96a4ae
Removing old demos.
andrewauclair Mar 28, 2026
94974cd
Start of new demos.
andrewauclair Mar 28, 2026
05dc0eb
Docking events are now properly isolated to the application that fire…
andrewauclair Mar 28, 2026
d3a4c53
Update deprecations.
andrewauclair Mar 28, 2026
98eeb52
Fixing an issue uncovered with the new demos. There were two separate…
andrewauclair Mar 28, 2026
e885b16
Cleanup.
andrewauclair Mar 28, 2026
2b6f7f9
Cleanup.
andrewauclair Mar 28, 2026
5451b30
Issue #396
andrewauclair Mar 29, 2026
1eba537
Cleanup.
andrewauclair Mar 29, 2026
4b07575
Cleanup.
andrewauclair Mar 31, 2026
ee49bcc
Adding options back to demo and copyright.
andrewauclair Mar 31, 2026
5636af8
Ignore the new demo-common project for sonar.
andrewauclair Mar 31, 2026
90a97e8
Fixing issues with Focused Mode.
andrewauclair Mar 31, 2026
f1f3f5b
Icon for demo.
andrewauclair Apr 1, 2026
488011a
Improving demo to use anchors and dynamic dockables.
andrewauclair Apr 1, 2026
cfebaca
Fix issue with an exception restoring the default layout on linux.
andrewauclair Apr 1, 2026
76dfdb4
Demos now set working directory for gradle. This helps the project pa…
andrewauclair Apr 1, 2026
e9fac18
Dynamic dockables are displayed properly again after restoring defaul…
andrewauclair Apr 1, 2026
2448153
Fixing anchor border.
andrewauclair Apr 1, 2026
c246cad
Fixing scroll issues.
andrewauclair Apr 1, 2026
eaf87a5
Editor panel tweaks.
andrewauclair Apr 1, 2026
21c6fc3
Upgrade to Gradle 9.4.1
andrewauclair Apr 1, 2026
8be3c3c
Using DockableMenuItem for View menu items.
andrewauclair Apr 1, 2026
f10bf18
Fixing issues with switching always display tabs mode.
andrewauclair Apr 1, 2026
419e580
Toggling ActiveDockableHighlighter at runtime clears the highlighted …
andrewauclair Apr 1, 2026
b8525b1
Test
andrewauclair Apr 3, 2026
85c1541
Test
andrewauclair Apr 3, 2026
0207f5d
Test
andrewauclair Apr 3, 2026
cb39633
Test
andrewauclair Apr 3, 2026
5babccb
Remove demo-common from sonar.
andrewauclair Apr 3, 2026
894971e
Fixing issue with anchor displaying when entering focused mode on doc…
andrewauclair Apr 3, 2026
52385b1
Adding a dockable inspector.
andrewauclair Apr 3, 2026
3ef3b41
Fix bug with inspector.
andrewauclair Apr 4, 2026
2cf4ba7
Adjust demos so they can use the maven version of the API like they d…
andrewauclair Apr 4, 2026
35f4232
Cleanup.
andrewauclair Apr 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sonar-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build sonar -x :demo-single-app:build -x :demo-multi-app:build
run: ./gradlew build sonar -x :demo-common:build -x :demo-single-app:build -x :demo-multi-app:build
1 change: 1 addition & 0 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
SONAR_PR_BASE: ${{ github.event.pull_request.base.ref }}
run: |
./gradlew build sonar \
-x :demo-common:build \
-x :demo-single-app:build \
-x :demo-multi-app:build \
-Dsonar.pullrequest.key=$SONAR_PR_KEY \
Expand Down
6 changes: 0 additions & 6 deletions Writerside/c.list

This file was deleted.

14 changes: 0 additions & 14 deletions Writerside/cfg/buildprofiles.xml

This file was deleted.

Binary file removed Writerside/images/adjusting_split.gif
Binary file not shown.
Binary file removed Writerside/images/close_panel.gif
Binary file not shown.
Binary file removed Writerside/images/completion_procedure.png
Binary file not shown.
Binary file removed Writerside/images/completion_procedure_dark.png
Binary file not shown.
Binary file removed Writerside/images/convert_table_to_xml.png
Binary file not shown.
Binary file removed Writerside/images/convert_table_to_xml_dark.png
Binary file not shown.
Binary file removed Writerside/images/creating_tab_group.gif
Binary file not shown.
Binary file removed Writerside/images/docking_handles.gif
Binary file not shown.
Binary file removed Writerside/images/docking_regions.gif
Binary file not shown.
Binary file removed Writerside/images/floating_panel.gif
Binary file not shown.
Binary file removed Writerside/images/has_more_options.gif
Binary file not shown.
Binary file removed Writerside/images/new_topic_options.png
Binary file not shown.
Binary file removed Writerside/images/new_topic_options_dark.png
Binary file not shown.
Binary file removed Writerside/images/new_window.gif
Binary file not shown.
Binary file removed Writerside/images/pinning_panel.gif
Binary file not shown.
Binary file removed Writerside/images/root_docking_handles.gif
Binary file not shown.
28 changes: 0 additions & 28 deletions Writerside/m.tree

This file was deleted.

8 changes: 0 additions & 8 deletions Writerside/project.ihp

This file was deleted.

17 changes: 0 additions & 17 deletions Writerside/redirection-rules.xml

This file was deleted.

19 changes: 0 additions & 19 deletions Writerside/topics/Customization-Points.md

This file was deleted.

142 changes: 0 additions & 142 deletions Writerside/topics/Dockable-Interface.md

This file was deleted.

31 changes: 0 additions & 31 deletions Writerside/topics/Dockable-Properties.md

This file was deleted.

80 changes: 0 additions & 80 deletions Writerside/topics/Docking-Programatically.md

This file was deleted.

8 changes: 0 additions & 8 deletions Writerside/topics/Events.md

This file was deleted.

Loading
Loading