Commit graph

15189 commits

Author SHA1 Message Date
Mirek Fidler
d2be4bf203 .uppweb 2024-12-21 13:14:55 +01:00
Mirek Fidler
505c801be3 Merge branch 'stable' of https://github.com/ultimatepp/ultimatepp into stable 2024-12-21 10:48:51 +01:00
Mirek Fidler
b1ad43084f .uppweb 2024-12-21 10:48:48 +01:00
Mirek Fidler
6b24dea49b .uppbox: MakeInstall7 fixed issue with version 2024-12-18 15:22:29 +01:00
Mirek Fidler
746c4740bb Merge branch 'stable' of https://github.com/ultimatepp/ultimatepp into stable 2024-12-18 14:14:56 +01:00
Mirek Fidler
4f65cedfbe ide: About dialog cosmetics 2024-12-18 14:14:55 +01:00
Mirek Fidler
a5ff95bcda SSH win32 .upp fix 2024-12-18 13:40:53 +01:00
Mirek Fidler
f1705f2b9c ide: Fixed problem with MacOS assist 2024-12-12 09:03:22 +01:00
Mirek Fidler
f0a82f151d .uppweb 2024-12-05 14:20:42 +01:00
Mirek Fidler
95e0b94fad Core: Function << fixed to work with pick/clone 2024-11-15 16:01:01 +01:00
Mirek Fidler
ee9b10c84a Core: Fix of Function::operator<< 2024-11-14 19:30:11 +01:00
Mirek Fidler
f3c19e8a8c ide: Assist Enter/Tab behaviour changed once again 2024-11-06 16:20:25 +01:00
Mirek Fidler
82f7a16ead ide: Autocomplete can now be finished with Tab 2024-11-05 20:15:54 +01:00
Mirek Fidler
c1d68edcf0 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-11-04 16:03:40 +01:00
Mirek Fidler
62f0778302 ide: FindInFiles layout improved 2024-11-04 16:03:38 +01:00
Cubolt
a9e1826d88
Update README.md (#213) 2024-11-03 09:27:14 +01:00
İsmail Yılmaz
aa31f3e84a
reference: Added markdown example (with image support). (#212)
* reference: Added markdown example (with image support).

* Reference/MarkdownViewer: Unnecessary SSL package removed.

* reference/MarkdownViewer: Unnecessary build flag removed, menu functions restructured.

* reference/MarkdownViewer: A default markdown example file (with image) added.
2024-10-30 20:12:53 +01:00
Mirek Fidler
678289f77f CtrlCore: FullRefreshCleanup (to avoid any stuck fullrefresh flags) 2024-10-23 16:21:44 +02:00
Mirek Fidler
9218a5d287 CtrlCore: GetVisibleScreenRect now ignores GetVirtualScreenArea for performance reasons (and the fact it is irrelevant to GetVisibleScreenRect usage, which is mostly about testing mouse position, which is with GetVirtualScreenArea anyway) 2024-10-23 15:36:07 +02:00
Mirek Fidler
524d69d868 CtrlLib: DisplayPopup optimised 2024-10-23 15:01:05 +02:00
Zbigniew Rębacz
807a0a8d14
Ide: Fix compilation error and warnings related to MSVC 22 (#211)
* Ide: Fix compilation error and warnings related to MSVC 22

* Ide: instant setup now detects llvm include and bin directory for MSVC to compile TheIDE out of the box.
2024-10-23 00:11:46 +02:00
Mirek Fidler
21af19621c Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-10-21 22:48:14 +02:00
Mirek Fidler
509e32c7f4 Draw: attempt at workaround of iml / clang optimisation bug, cosmetics 2024-10-21 22:48:00 +02:00
Mirek Fidler
9156be17ca .cosmetics 2024-10-19 09:22:57 +02:00
Mirek Fidler
81d8461744 ide: Fixed issue with tpp annotation popups 2024-10-17 10:44:04 +02:00
Mirek Fidler
19ad68bd1c ide: Fixed ApplyChanges bug that caused problems with reformatting 2024-10-16 11:30:05 +02:00
Mirek Fidler
af5974b622 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-10-15 12:34:38 +02:00
Mirek Fidler
4ab7087d6b ide: Fixed some MSBT warnings 2024-10-15 12:34:34 +02:00
Mirek Fidler
1e4974dc8b Core: UrlDecode option not to convert + to space, UrlEncode now converts space to %20, CtrlCore: Gtk files clip fixed 2024-10-14 15:35:40 +02:00
Mirek Fidler
fbeef84f75 CtrlCore: Improvement of Ctrl::WndInvalidateRect 2024-10-14 11:20:57 +02:00
Mirek Fidler
43dbe40be0 CtrlCore: Fixed issue with gtk CenterRect 2024-10-13 23:41:15 +02:00
Mirek Fidler
9298d61657 ide: Find in files now can find in all assemblies 2024-10-11 13:25:31 +02:00
Mirek Fidler
0c375ba143 ide: Fixed problem with UppHub spaces in path 2024-10-10 11:25:48 +02:00
Mirek Fidler
a6d98f9cb4 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-10-04 13:23:06 +02:00
Mirek Fidler
d29055412b CtrlCore: 'MegaRect' support for very large virtual screens (SetRect(x, y) now can be 32-bit) 2024-10-04 13:23:05 +02:00
İsmail Yılmaz
a3f8c79a19
reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. (#207)
This patch aims to add a polymorphism & RTTI example to the SShBasics reference examples set.

Demonstrates:
- Creating three different channels (Scp, SFtp, and SshExec) in the same Ssh object array,
- Identifying and converting the stored Ssh objects to the proper channels respectively and calling them.
2024-10-04 00:00:16 +02:00
Mirek Fidler
a15023e1bb CtrlLib: Progress fix cosmetics 2024-10-01 00:44:09 +02:00
Mirek Fidler
cd24fc0110 CtrlLib, Draw: ChPaintNoCache used to optimise Progress painting in Posix 2024-09-30 11:43:39 +02:00
Mirek Fidler
1c1b7aff3c CtrlLib: Optimised Progress chameleon 2024-09-30 11:20:46 +02:00
Mirek Fidler
e2ab76cef9 .upptst 2024-09-30 09:13:33 +02:00
Mirek Fidler
a86d2b8980 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-09-29 21:00:19 +02:00
Mirek Fidler
6a673b95a6 CodeEditor: Conversion warnings resolved 2024-09-29 21:00:18 +02:00
BornTactical
540a0f82de
Update Macro.cpp (#206)
Fixes Input function so it does actually return an array.
2024-09-25 13:35:22 +02:00
Mirek Fidler
7c239a10d9 CtrlCore: Fixed issue with very large virtual screen area and SetRect (clamp extended from -10000 - 10000 to -32000 to 32000) 2024-09-24 14:37:57 +02:00
Mirek Fidler
6664e76180 .autotest 2024-09-23 10:02:21 +02:00
Mirek Fidler
c18fea77b6 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2024-09-21 10:02:12 +02:00
Mirek Fidler
3086f34188 C++23 fixes 2024-09-21 10:02:11 +02:00
Mirek Fidler
29c203fd54 C++23 fixes 2024-09-21 09:57:02 +02:00
Mirek Fidler
15177768ac uppsrc: More C++23 fixes 2024-09-20 10:12:30 +02:00
Mirek Fidler
1f8836c978 .autotest 2024-09-20 09:44:58 +02:00