[PR #217] [CLOSED] Skin #242

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/217
Author: @mirek-fidler
Created: 12/6/2024
Status: Closed

Base: masterHead: skin


📝 Commits (10+)

📊 Changes

68 files changed (+931 additions, -950 deletions)

View changed files

📝 examples/Color/Color.upp (+1 -1)
📝 examples/UWord/UWord.cpp (+2 -0)
reference/ThemeChangeSensitive/MyApp.h (+16 -0)
reference/ThemeChangeSensitive/MyApp.lay (+18 -0)
reference/ThemeChangeSensitive/SkinSensitive.lay (+3 -0)
reference/ThemeChangeSensitive/ThemeChangeSensitive.upp (+11 -0)
reference/ThemeChangeSensitive/main.cpp (+91 -0)
📝 uppsrc/CodeEditor/Style.cpp (+2 -0)
📝 uppsrc/CodeEditor/hl_color.i (+1 -0)
📝 uppsrc/Core/Color.cpp (+74 -101)
📝 uppsrc/Core/Color.h (+33 -8)
📝 uppsrc/Core/Core.h (+1 -1)
📝 uppsrc/Core/Function.h (+1 -1)
📝 uppsrc/Core/Ops.h (+5 -0)
📝 uppsrc/Core/Stream.h (+0 -4)
📝 uppsrc/Core/src.tpp/Color_en-us.tpp (+41 -11)
📝 uppsrc/CtrlCore/Ctrl.cpp (+43 -19)
📝 uppsrc/CtrlCore/CtrlCore.h (+13 -3)
📝 uppsrc/CtrlCore/CtrlKbd.cpp (+14 -0)
📝 uppsrc/CtrlCore/GtkApp.cpp (+10 -0)

...and 48 more files

📄 Description

No description provided


🔄 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/217 **Author:** [@mirek-fidler](https://github.com/mirek-fidler) **Created:** 12/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `skin` --- ### 📝 Commits (10+) - [`fdc39ac`](https://github.com/ultimatepp/ultimatepp/commit/fdc39acfcdc4c820a08ed8a85f79ade3aef50e92) CtrlLib: Removing leak in ChGtk3 to make gtk skin reapplyable - [`709940e`](https://github.com/ultimatepp/ultimatepp/commit/709940e221a2c3cecfb35fa16a66917049635bef) CtrlCore: Theme change detection in gtk - [`a388cf9`](https://github.com/ultimatepp/ultimatepp/commit/a388cf9d20d43f27f7da2c8746ef9f0bfe81247a) Skin - [`8d92b6f`](https://github.com/ultimatepp/ultimatepp/commit/8d92b6faf1678dc5d4b59fadfe1d95adc9499be9) Merge branch 'skin' of https://github.com/ultimatepp/ultimatepp into skin - [`c84d6e1`](https://github.com/ultimatepp/ultimatepp/commit/c84d6e1c65bac848ff395b609be5bedbd04e48c9) developing Skin - [`1565094`](https://github.com/ultimatepp/ultimatepp/commit/1565094dee89ace78ca7e54aa05f81a895d23d43) skin - [`d5de0db`](https://github.com/ultimatepp/ultimatepp/commit/d5de0db8654b07f667e9026ee0b06fc635e9f476) SkinSensitive - [`16953ec`](https://github.com/ultimatepp/ultimatepp/commit/16953ec6cc0ab80447df545550e44f514ee93565) gtk skin changes - [`438b0b1`](https://github.com/ultimatepp/ultimatepp/commit/438b0b16bdc47983d73d4c1672e033d766a08256) ide now reactos to skin changes - [`32154fb`](https://github.com/ultimatepp/ultimatepp/commit/32154fb30cfae42aee58588d40ad61a8f685755c) Merge branch 'skin' of https://github.com/ultimatepp/ultimatepp into skin ### 📊 Changes **68 files changed** (+931 additions, -950 deletions) <details> <summary>View changed files</summary> 📝 `examples/Color/Color.upp` (+1 -1) 📝 `examples/UWord/UWord.cpp` (+2 -0) ➕ `reference/ThemeChangeSensitive/MyApp.h` (+16 -0) ➕ `reference/ThemeChangeSensitive/MyApp.lay` (+18 -0) ➕ `reference/ThemeChangeSensitive/SkinSensitive.lay` (+3 -0) ➕ `reference/ThemeChangeSensitive/ThemeChangeSensitive.upp` (+11 -0) ➕ `reference/ThemeChangeSensitive/main.cpp` (+91 -0) 📝 `uppsrc/CodeEditor/Style.cpp` (+2 -0) 📝 `uppsrc/CodeEditor/hl_color.i` (+1 -0) 📝 `uppsrc/Core/Color.cpp` (+74 -101) 📝 `uppsrc/Core/Color.h` (+33 -8) 📝 `uppsrc/Core/Core.h` (+1 -1) 📝 `uppsrc/Core/Function.h` (+1 -1) 📝 `uppsrc/Core/Ops.h` (+5 -0) 📝 `uppsrc/Core/Stream.h` (+0 -4) 📝 `uppsrc/Core/src.tpp/Color_en-us.tpp` (+41 -11) 📝 `uppsrc/CtrlCore/Ctrl.cpp` (+43 -19) 📝 `uppsrc/CtrlCore/CtrlCore.h` (+13 -3) 📝 `uppsrc/CtrlCore/CtrlKbd.cpp` (+14 -0) 📝 `uppsrc/CtrlCore/GtkApp.cpp` (+10 -0) _...and 48 more files_ </details> ### 📄 Description _No description provided_ --- <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:43:45 -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#242
No description provided.