Credits
Credits
Merged pull requests, newest first.
2026
- Add Dukedom: the 1980 Creative Computing city-state sim — Riparion/riparion-retro #5
- Start screens (RESUME/NEW) and per-game installable icons — Riparion/riparion-retro #4
- Add The Oregon Trail: the 1975 MECC wagon-train classic — Riparion/riparion-retro #3
- Move Markdown demo into apps/ workspace crate; add Help menu + Document Properties dialog — Riparion/riparion-editor #13
- Split blocks from the input event so double-Enter works on touch keyboards — Riparion/riparion-editor #12
- Add Fur Trader: the 1976 BASIC fur-trading classic — Riparion/riparion-retro #2
- Add Hammurabi: the 1968/1978 BASIC city-state classic — Riparion/riparion-retro #1
- Markdown example: File Open/Save/Save As via the File System Access API — Riparion/riparion-editor #11
- Frontmatter: leading YAML run is one pinned block; example renders a Properties card — Riparion/riparion-editor #10
- Blocks: right-click context menu with Cut/Copy/Paste/Delete — Riparion/riparion-editor #9
- Markdown example: menubar with File/About menus and a theme switch — Riparion/riparion-editor #8
- mail: treat empty FROM_EMAIL/PUBLIC_BASE_URL as unset — Riparion/arium #24
- Autocomplete: scroll the highlighted item into view on arrow nav — Riparion/riparion-editor #7
- Autocomplete: render popup items as so the highlight shows — Riparion/riparion-editor #6
- Autocomplete: ↓ moves into the list (no pre-selection) — Riparion/riparion-editor #5
- Add inline
[[/autocomplete to BlockEditor — Riparion/riparion-editor #4- Fix bug & quality review checklist items — Riparion/riparion-editor #3
- Add runnable Markdown BlockEditor example — Riparion/riparion-editor #2
- Add CI (fmt, clippy, test, wasm web build) — Riparion/riparion-editor #1
- Catalog widget styling: styled_module!, merge_attributes, auth utility CSS — Riparion/arium #23
- fix(postgres): BIGSERIAL ids for users/roles + widen User.id to i64 — Riparion/arium #22
- feat(act): RBAC-gated CLI host + admin table styling — Riparion/arium #19
- feat(dsl): self-contained, responsive screen layouts — tonybierman/dioxus-mcp #3
- feat(dsl): add a library of structural screen layouts — tonybierman/dioxus-mcp #2
- feat(mcp): arium-mcp resource-server crate + rmcp_example — Riparion/arium #18
- chore: rev workspace crates to 0.1.4 — Riparion/arium #17
- feat(examples): global-RBAC authz examples (Dioxus + Leptos) — Riparion/arium #16
- feat(examples): per-resource membership authz examples (Dioxus + Leptos) — Riparion/arium #15
- dx-playground cockpit: embedded UI + approval gate, runtime registry, themeable proposals, freeform screens — tonybierman/dioxus-mcp #1
- Per-resource authorization and membership lifecycle — Riparion/arium #14
- feat(examples): add Postgres docker-compose overlays for both examples — Riparion/arium #13
- Port access-control probes to Rust integration tests; document HTTPS hardening — Riparion/arium #12
- security(ui): force POST on credential-bearing auth forms — Riparion/arium #11
- test(security): access-control regression gate for the leptos example — Riparion/arium #10
- fix(ci): sanitize commas out of the feature-matrix cache key — Riparion/arium #9
- test(security): access-control regression gate for the dioxus example — Riparion/arium #8
- Default security headers + opt-in Secure cookies — Riparion/arium #7
- fix(auth): close username-enumeration timing side-channel in login — Riparion/arium #6
- feat(login-panel): move "Forgot?" and "Remember me" below Sign in button — Riparion/arium #5
- Harden the leptos/dioxus dependency-update workflow — Riparion/arium #1
- blitz-net: restore Firefox UA to fix DuckDuckGo redirect links — DioxusLabs/blitz #440
- Fix intermittent image loads on rate-limited CDNs (#435) — DioxusLabs/blitz #439
- Add StyleThreading::Sequential opt-out for concurrent document resolves — DioxusLabs/blitz #437
- Make dioxus_native::launch_cfg work on WASM — DioxusLabs/blitz #434
- WASM canvas resize: skip with_surface_size on wasm (alt to #431) — DioxusLabs/blitz #432
- Standardize wasm examples: unify seven_guis/todomvc, add HOWTO_WASM.md — DioxusLabs/blitz #429
- Add wasm32 support (async renderer resume) — DioxusLabs/blitz #426
- Make
WindowRenderer::resumeasync (w/callback) for wasm-friendly wgpu init — DioxusLabs/anyrender #59- perf(browser): move urlbar fuzzy matching to nucleo worker — DioxusLabs/blitz #416
- feat(browser): urlbar autocomplete and on-disk history — DioxusLabs/blitz #415
- perf(browser): move favicon probe off the page-load critical path — DioxusLabs/blitz #414
- feat(browser): browser history and tab favicons — DioxusLabs/blitz #413
- feat(browser): Dioxus Tabs — DioxusLabs/blitz #412
- feat(browser): tabs (multiple embedded documents) — DioxusLabs/blitz #406
- feat(browser): add opt-in FPS counter overlay — DioxusLabs/blitz #402
- Snapshot hash match testing, CI workaround for Mac and Windows — iced-rs/iced_aw #401
- Added unit and integration tests for the Wrap widget — iced-rs/iced_aw #400
- Fix Issue #378 — iced-rs/iced_aw #399
- Snapshot testing — iced-rs/iced_aw #398
- Added Snapshot-Based Testing to NumberInput Widget — iced-rs/iced_aw #397
- Added code coverage configuration file — iced-rs/iced_aw #396
- Mouse input coverage — iced-rs/iced_aw #395
2025
- Added testing coverage for the SlideBar widget — iced-rs/iced_aw #392
- Added testing coverage for the TypedInput widget — iced-rs/iced_aw #394
- Added testing coverage for the TabBar widget — iced-rs/iced_aw #393
- Refactored integration test infrastructure — iced-rs/iced_aw #391
- Added testing coverage for the Sidebar and SidebarWithContent widgets — iced-rs/iced_aw #390
- Added testing coverage for the SelectionList widget — iced-rs/iced_aw #389
- Number input testing — iced-rs/iced_aw #388
- Added tests for the MenuBar widget — iced-rs/iced_aw #387
- Context Menu Testing Coverage — iced-rs/iced_aw #386
- Testing coverage for the DropDown widget — iced-rs/iced_aw #385
- Added operate() methods and tests for TimePicker widget — iced-rs/iced_aw #383
- Lint warnings housekeeping — iced-rs/iced_aw #384
- Date picker integration tests — iced-rs/iced_aw #382
- Removed trivial/redundant integration card_integration tests — iced-rs/iced_aw #381
- Testing update for color_picker — iced-rs/iced_aw #380
- Expose Card close button through operate() method — iced-rs/iced_aw #379
- Tests for context_menu, custom_layout, date_picker — iced-rs/iced_aw #374
- Implement operate for badge — iced-rs/iced_aw #375
- Widget tests for badge, card and color_picker — iced-rs/iced_aw #373
- Integration tests for color_picker widget — iced-rs/iced_aw #372
- Units tests for style module — iced-rs/iced_aw #371
- Fixed a few lint errors. Updated the test.yml workflow file to use cargo test --lib — iced-rs/iced_aw #369
- Added link to 7GUIs in Rust with Iced under Other Learning Resources — JL710/iced-guide #29
- CI Build README and build status badge — vchelaru/Gum #763
- Devops - continuous integration build — vchelaru/Gum #758
- Updates to MonoGameGumFormsSample project — vchelaru/Gum #755
- Project references in Samples\MVVM\MonoGameAndGum fixed — vchelaru/Gum #752
Last updated 2026-06-09
Links to this note
Tony BiermanThis is a journal of my open source contributions. Each entry is a merged pull request — public work, on public repos.