Skip to content
Merged
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
026d796
Playground UI redesign
shai-almog Apr 22, 2026
e4e1323
Fixed compilation issue
shai-almog Apr 22, 2026
938e3ba
Improved layout size calculation
shai-almog Apr 22, 2026
8207288
Improved device display
shai-almog Apr 22, 2026
3f6b54e
Skin now uses a border to bring round corners in
shai-almog Apr 22, 2026
8eba113
Added Android theme and fixed no-skin mode
shai-almog Apr 22, 2026
87bb73f
Better fidelity of selection and better sidebar positioning
shai-almog Apr 23, 2026
61a3eaf
Improved title/button UX and restored the split pane
shai-almog Apr 23, 2026
a58b418
Refined top-bar chrome, split pane, and editor gutter
shai-almog Apr 23, 2026
7deb302
Side-panel redistribution, scroll axis, and status-pill polish
shai-almog Apr 23, 2026
55f0f39
Rebuild inspector, fix dark-mode app icon, widen preview reserve
shai-almog Apr 23, 2026
d0a8835
Fix inspector tree selection and halve design-mm values
shai-almog Apr 23, 2026
99af8b0
Inspector polish: unified scroll, tooltips, conditional sections
shai-almog Apr 23, 2026
74be554
Inspector: reliable row selection, visible divider
shai-almog Apr 23, 2026
c8d9703
Explicitly disable scroll on inner inspector containers
shai-almog Apr 23, 2026
4a32c65
Simplify: just setScrollable(false) on tree
shai-almog Apr 23, 2026
b1121a0
Restore Button-in-CENTER selection for tree rows
shai-almog Apr 23, 2026
3924a37
Match dot-to-label gap to the top-bar icon/text spacing
shai-almog Apr 23, 2026
9eba736
Inspector: revalidate root after selection so row + panel refresh
shai-almog Apr 23, 2026
a08ab19
Inspector: vertical SplitPane between tree and property form
shai-almog Apr 23, 2026
959fd26
Force property pane re-layout on selection
shai-almog Apr 23, 2026
89b726f
Defer inspector repopulation so property pane renders on click
shai-almog Apr 23, 2026
f38cbc4
Inspector: strip selection back to the minimum
shai-almog Apr 23, 2026
fd473cf
Inspector: revalidateLater + misc polish
shai-almog Apr 23, 2026
2254c3c
Selection order, history alignment, icon column
shai-almog Apr 23, 2026
7bd5fdb
Selection: defer panel rebuild via callSerially; tighten icon column
shai-almog Apr 23, 2026
b6e4a11
Inspector: forceRevalidate + scroll reset; icons +1mm left padding
shai-almog Apr 23, 2026
b55e64b
Fix compile: setScrollY is protected, drop scroll reset
shai-almog Apr 23, 2026
28c37b7
Inspector: isolate content from scroll; icons +1mm more left pad
shai-almog Apr 23, 2026
9b057f9
Fix IllegalArgumentException: margin cannot be negative
shai-almog Apr 23, 2026
e33fb4f
Inspector: make the property pane actually scroll
shai-almog Apr 23, 2026
23a5e38
Mobile adaptation: strip chrome, wire bottom nav
shai-almog Apr 23, 2026
136b743
Mobile: iOS theme by default, smaller text, robust bottom nav
shai-almog Apr 23, 2026
ea8d841
Top bar: shrink on mobile; add layout harness
shai-almog Apr 24, 2026
aa56b4c
Harness: guard null toolbar + surface runApp exceptions
shai-almog Apr 24, 2026
7621400
Harness: force layout via hook + skip hidden when searching
shai-almog Apr 24, 2026
01cdc05
Breakpoint by viewport width; harness checks bottom-nav items
shai-almog Apr 24, 2026
8bb512a
Harness: assert bottom-nav items have icon or text
shai-almog Apr 24, 2026
0f25b31
Mobile: bottom nav at Form.SOUTH, not bodyContainer
shai-almog Apr 24, 2026
7bb1c66
Mobile: post-show relayout + diagnostic logging
shai-almog Apr 24, 2026
b7b54e5
Add build marker log at runApp start
shai-almog Apr 24, 2026
e41a407
Mobile: inject iframe max-height guard via JS
shai-almog Apr 24, 2026
f4d9a30
Hide inactive editor iframes so they don't cover bottom nav
shai-almog Apr 24, 2026
af18784
Revert "Hide inactive editor iframes so they don't cover bottom nav"
shai-almog Apr 24, 2026
f5cfada
Mobile: log visualViewport vs window size after first layout
shai-almog Apr 24, 2026
51a6c59
Mobile: probe DOM at bottom-nav coordinates, not just viewport
shai-almog Apr 24, 2026
889c364
Mobile: read canvas pixels at nav Y to see if CN1 painted the nav
shai-almog Apr 24, 2026
195e1dc
Mobile: scan whole DOM for overlappers + draw red marker on canvas
shai-almog Apr 24, 2026
3721925
Playground: exclude com.codename1.util.Simd from bean-shell registry
shai-almog Apr 24, 2026
9da1767
Playground: regenerate bean-shell registry against CN1 7.0.235
shai-almog Apr 24, 2026
9dd6fe1
Playground: exclude UIManager.zoomFonts from bean-shell registry
shai-almog Apr 24, 2026
5717d3d
Playground: pin bean-shell registry one CN1 release behind cn1.version
shai-almog Apr 24, 2026
4a61d99
CI: pin lychee-action to v0.23.0 to dodge asset-rename regression
shai-almog Apr 24, 2026
7f433f7
Mobile: log each nav child's geometry + sample canvas at its centre
shai-almog Apr 24, 2026
4a13b44
Mobile: force bottom-nav item FG before baking Material icon
shai-almog Apr 24, 2026
62cdd4f
Mobile: centre bottom-nav icons, drop diagnostic scaffolding
shai-almog Apr 24, 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
8 changes: 7 additions & 1 deletion .github/workflows/website-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ jobs:
- name: Validate internal links and images
uses: lycheeverse/lychee-action@v2
with:
lycheeVersion: latest
# Pin to v0.23.0. lychee v0.24.0 renamed its release assets
# from `lychee-<arch>-unknown-linux-gnu.tar.gz` to
# `lychee-lychee-v0.24.0-<arch>-unknown-linux-gnu.tar.gz`,
# and `lychee-action@v2` still constructs the old URL, so
# `lycheeVersion: latest` 404s and breaks this job with
# curl exit code 22. Bump once the action catches up.
lycheeVersion: v0.23.0
workingDirectory: docs/website
args: >-
--offline
Expand Down
Loading
Loading