[PR #275] [MERGED] Custom caption #281

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/275
Author: @mirek-fidler
Created: 6/4/2025
Status: Merged
Merged: 6/4/2025
Merged by: @mirek-fidler

Base: masterHead: custom_caption


📝 Commits (6)

📊 Changes

21 files changed (+716 additions, -201 deletions)

View changed files

📝 examples/CompDir/CompDir.lay (+7 -7)
examples/CustomTitlebar/CustomTitlebar.upp (+9 -0)
examples/CustomTitlebar/main.cpp (+55 -0)
📝 uppsrc/CtrlCore/CtrlCore.iml (+106 -62)
📝 uppsrc/CtrlCore/CtrlDraw.cpp (+12 -26)
📝 uppsrc/CtrlCore/CtrlMouse.cpp (+1 -1)
📝 uppsrc/CtrlCore/TopWindow.cpp (+42 -0)
📝 uppsrc/CtrlCore/TopWindow.h (+19 -0)
📝 uppsrc/CtrlCore/Win32Ctrl.h (+10 -0)
📝 uppsrc/CtrlCore/Win32Proc.cpp (+274 -7)
📝 uppsrc/CtrlCore/Win32Wnd.cpp (+19 -1)
📝 uppsrc/CtrlLib/Bar.cpp (+1 -1)
📝 uppsrc/ide/Config.cpp (+3 -1)
📝 uppsrc/ide/Setup.cpp (+1 -0)
📝 uppsrc/ide/ide.cpp (+1 -21)
📝 uppsrc/ide/ide.h (+4 -2)
📝 uppsrc/ide/ide.lay (+32 -31)
📝 uppsrc/ide/idebar.cpp (+3 -2)
📝 uppsrc/ide/idefile.cpp (+0 -2)
📝 uppsrc/ide/idewin.cpp (+114 -37)

...and 1 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/275 **Author:** [@mirek-fidler](https://github.com/mirek-fidler) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `custom_caption` --- ### 📝 Commits (6) - [`713d5bd`](https://github.com/ultimatepp/ultimatepp/commit/713d5bd53e667d15dfe5e7ff78ba0d2725713908) custom titlebar - [`f74ebf3`](https://github.com/ultimatepp/ultimatepp/commit/f74ebf3952fb0e2c3a1f1a8aef4e7c9459159d02) dev - [`b35a8d7`](https://github.com/ultimatepp/ultimatepp/commit/b35a8d76eaffbf721763dbb968599b9e4c53d87b) .se - [`68c494d`](https://github.com/ultimatepp/ultimatepp/commit/68c494d07f03e82806b699f12886be1a5e1f6ada) custom_caption - [`68f32a2`](https://github.com/ultimatepp/ultimatepp/commit/68f32a219b2e5676cbf1ee4eee5f3efe3f22dab3) custom cpation - [`7345504`](https://github.com/ultimatepp/ultimatepp/commit/7345504fae7af55808614cf6afaeff1f011b61f1) CustomTitleBar final commit in branch ### 📊 Changes **21 files changed** (+716 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `examples/CompDir/CompDir.lay` (+7 -7) ➕ `examples/CustomTitlebar/CustomTitlebar.upp` (+9 -0) ➕ `examples/CustomTitlebar/main.cpp` (+55 -0) 📝 `uppsrc/CtrlCore/CtrlCore.iml` (+106 -62) 📝 `uppsrc/CtrlCore/CtrlDraw.cpp` (+12 -26) 📝 `uppsrc/CtrlCore/CtrlMouse.cpp` (+1 -1) 📝 `uppsrc/CtrlCore/TopWindow.cpp` (+42 -0) 📝 `uppsrc/CtrlCore/TopWindow.h` (+19 -0) 📝 `uppsrc/CtrlCore/Win32Ctrl.h` (+10 -0) 📝 `uppsrc/CtrlCore/Win32Proc.cpp` (+274 -7) 📝 `uppsrc/CtrlCore/Win32Wnd.cpp` (+19 -1) 📝 `uppsrc/CtrlLib/Bar.cpp` (+1 -1) 📝 `uppsrc/ide/Config.cpp` (+3 -1) 📝 `uppsrc/ide/Setup.cpp` (+1 -0) 📝 `uppsrc/ide/ide.cpp` (+1 -21) 📝 `uppsrc/ide/ide.h` (+4 -2) 📝 `uppsrc/ide/ide.lay` (+32 -31) 📝 `uppsrc/ide/idebar.cpp` (+3 -2) 📝 `uppsrc/ide/idefile.cpp` (+0 -2) 📝 `uppsrc/ide/idewin.cpp` (+114 -37) _...and 1 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:44: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#281
No description provided.