[PR #313] [CLOSED] Screenshot doc default style and tutorial draw rewrite #304

Closed
opened 2026-05-05 03:45:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/313
Author: @XKFS
Created: 10/21/2025
Status: Closed

Base: masterHead: doc-clean


📝 Commits (5)

  • 625856f Added new screenshots for modernized documentations
  • 0866c70 Screenshot update with code
  • ff15a1b Updated screenshots and documentation
  • 5b9bff1 Updated Draw tutorial
  • ececf6e .

📊 Changes

64 files changed (+3219 additions, -1638 deletions)

View changed files

📝 .circleci/config.yml (+17 -1)
📝 reference/AnimateCtrlGeometry/main.cpp (+28 -4)
reference/PaintHook/PaintHook.upp (+9 -0)
reference/PaintHook/main.cpp (+15 -0)
📝 tutorial/Draw01/main.cpp (+38 -35)
📝 tutorial/Draw02/main.cpp (+24 -21)
📝 tutorial/Draw03/main.cpp (+37 -34)
📝 tutorial/Draw04/main.cpp (+19 -16)
📝 tutorial/Draw05/main.cpp (+18 -15)
📝 tutorial/Draw06/main.cpp (+13 -13)
📝 uppbox/Scripts/updateinfo.txt (+5 -0)
📝 uppbox/uppweb/www.tpp/documentation_en-us.tpp (+1 -0)
📝 uppbox/uppweb/www.tpp/documentation_en-us.tppi (+4 -4)
📝 uppbox/uppweb/www.tpp/vsswing_en-us.tpp (+3 -3)
📝 uppbox/uppweb/www.tpp/vsswing_en-us.tppi (+72 -72)
📝 uppsrc/CodeEditor/CInit.cpp (+1 -1)
📝 uppsrc/Core/Other.h (+1 -7)
📝 uppsrc/Core/SSL/AES.cpp (+1 -1)
📝 uppsrc/Core/SSL/InitExit.cpp (+2 -0)
📝 uppsrc/CtrlCore/Ctrl.cpp (+15 -0)

...and 44 more files

📄 Description

PR #305 but fixed the screenshot error and draw rewritten


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/313 **Author:** [@XKFS](https://github.com/XKFS) **Created:** 10/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `doc-clean` --- ### 📝 Commits (5) - [`625856f`](https://github.com/ultimatepp/ultimatepp/commit/625856fd475fb9ffb49ce4891a1441e9691589ae) Added new screenshots for modernized documentations - [`0866c70`](https://github.com/ultimatepp/ultimatepp/commit/0866c705345dd2a940e77ef7feff5578297bcc10) Screenshot update with code - [`ff15a1b`](https://github.com/ultimatepp/ultimatepp/commit/ff15a1b6f45f219fe2ead0accc0ffc19a8042455) Updated screenshots and documentation - [`5b9bff1`](https://github.com/ultimatepp/ultimatepp/commit/5b9bff12dcfdaf3bcc5cf12571ff31c6963b8316) Updated Draw tutorial - [`ececf6e`](https://github.com/ultimatepp/ultimatepp/commit/ececf6e4a665ac3165f2f1bceb1834aff217ccf3) . ### 📊 Changes **64 files changed** (+3219 additions, -1638 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+17 -1) 📝 `reference/AnimateCtrlGeometry/main.cpp` (+28 -4) ➕ `reference/PaintHook/PaintHook.upp` (+9 -0) ➕ `reference/PaintHook/main.cpp` (+15 -0) 📝 `tutorial/Draw01/main.cpp` (+38 -35) 📝 `tutorial/Draw02/main.cpp` (+24 -21) 📝 `tutorial/Draw03/main.cpp` (+37 -34) 📝 `tutorial/Draw04/main.cpp` (+19 -16) 📝 `tutorial/Draw05/main.cpp` (+18 -15) 📝 `tutorial/Draw06/main.cpp` (+13 -13) 📝 `uppbox/Scripts/updateinfo.txt` (+5 -0) 📝 `uppbox/uppweb/www.tpp/documentation_en-us.tpp` (+1 -0) 📝 `uppbox/uppweb/www.tpp/documentation_en-us.tppi` (+4 -4) 📝 `uppbox/uppweb/www.tpp/vsswing_en-us.tpp` (+3 -3) 📝 `uppbox/uppweb/www.tpp/vsswing_en-us.tppi` (+72 -72) 📝 `uppsrc/CodeEditor/CInit.cpp` (+1 -1) 📝 `uppsrc/Core/Other.h` (+1 -7) 📝 `uppsrc/Core/SSL/AES.cpp` (+1 -1) 📝 `uppsrc/Core/SSL/InitExit.cpp` (+2 -0) 📝 `uppsrc/CtrlCore/Ctrl.cpp` (+15 -0) _...and 44 more files_ </details> ### 📄 Description PR #305 but fixed the screenshot error and draw rewritten --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:45:13 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#304
No description provided.