[PR #187] [CLOSED] Horizontal Mouse wheel support and Topic++ group export fix #216

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/187
Author: @User0755
Created: 2/10/2024
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 474648d CtrlCore: Horizontal Mouse Wheel support for POSIX, Win32, Touch/pen separation for Win32, ide/Browser/TopicWin.cpp: group export: Fix cross linking for PDFs and HTMLs.
  • 65183ee plugin/Zip: add ZIP64 support and fix encoding flag for UTF-8 filenames.
  • a4fb031 Cleanup for Zip.cpp

📊 Changes

5 files changed (+151 additions, -86 deletions)

View changed files

📝 uppsrc/CtrlCore/GtkEvent.cpp (+25 -9)
📝 uppsrc/CtrlCore/Win32Proc.cpp (+7 -3)
📝 uppsrc/ide/Browser/TopicWin.cpp (+20 -0)
📝 uppsrc/plugin/zip/Zip.cpp (+91 -68)
📝 uppsrc/plugin/zip/zip.h (+8 -6)

📄 Description

  • Adds feature Horizontal Mouse Wheel support in CtrlCore for POSIX and Win32.
  • Fixes touch/pen detection for Win32 to allow touch screen gestures to pass through as normal mouse ops.
  • Fixes cross linking of files in Topic++ group export result files (PDFs and HTMLs).

🔄 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/187 **Author:** [@User0755](https://github.com/User0755) **Created:** 2/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`474648d`](https://github.com/ultimatepp/ultimatepp/commit/474648dacbb0a4d557f9efa5127ffa6eed0b84d4) CtrlCore: Horizontal Mouse Wheel support for POSIX, Win32, Touch/pen separation for Win32, ide/Browser/TopicWin.cpp: group export: Fix cross linking for PDFs and HTMLs. - [`65183ee`](https://github.com/ultimatepp/ultimatepp/commit/65183ee3209adcb87ea18b8e1ee370675016134a) plugin/Zip: add ZIP64 support and fix encoding flag for UTF-8 filenames. - [`a4fb031`](https://github.com/ultimatepp/ultimatepp/commit/a4fb031b536e49fd7e0687b8a9d0fd29fdc7b998) Cleanup for Zip.cpp ### 📊 Changes **5 files changed** (+151 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/CtrlCore/GtkEvent.cpp` (+25 -9) 📝 `uppsrc/CtrlCore/Win32Proc.cpp` (+7 -3) 📝 `uppsrc/ide/Browser/TopicWin.cpp` (+20 -0) 📝 `uppsrc/plugin/zip/Zip.cpp` (+91 -68) 📝 `uppsrc/plugin/zip/zip.h` (+8 -6) </details> ### 📄 Description - Adds feature Horizontal Mouse Wheel support in CtrlCore for POSIX and Win32. - Fixes touch/pen detection for Win32 to allow touch screen gestures to pass through as normal mouse ops. - Fixes cross linking of files in Topic++ group export result files (PDFs and HTMLs). --- <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:12 -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#216
No description provided.