Mirek Fidler
0eb36a9e51
Fixing QHD
2026-04-20 15:11:45 +02:00
Mirek Fidler
4ef1faeb7f
Draw: iml speed optimisation (fixed caching issues)
2026-04-19 17:57:48 +02:00
Mirek Fidler
615d202c19
uppsrc: Fixed MSC warnings
2026-02-24 08:49:15 +01:00
Zbigniew Rębacz
55704d1795
Core/SSH, Doc: cosmetics in Design documentation page.
2026-02-17 22:11:37 +01:00
Zbigniew Rębacz
939e70c291
Uppweb, Core/SSH: .cosmetics
2026-02-17 22:09:24 +01:00
Zbigniew Rębacz
4b03042588
Core/SSH, Doc: cosmetics in tutorial.
2026-02-17 22:03:21 +01:00
İsmail Yılmaz
8e461b45e4
Core/SSH: Add tutorial, design docs and FAQ. ( #370 )
...
Adds design documentation, and practical tutorial to Core/SSH:
All tutorial examples are from the existing SshBasics reference example.
2026-02-16 18:33:34 +01:00
Mirek Fidler
6aa7ec52f9
.docs
2026-02-11 09:42:14 +01:00
Mirek Fidler
81e6440fe1
Core: UrlEncodePath, CtrlCore: Clipboard AppenFiles now using UrlEncodePath
2026-02-10 23:59:19 +01:00
Mirek Fidler
4947d30123
CtrlCore: Improved OutOfMemoryPanic
2026-01-29 11:06:56 +01:00
Mirek Fidler
3dc229041e
plugin/png: Updated to 1.6.54
2026-01-28 17:40:48 +01:00
Mirek Fidler
4bf79098bc
plugin/jpg: Updated to version 10, Core: INITCHECK improved to show initializers
2026-01-28 17:07:13 +01:00
Mirek Fidler
c4711707da
Core: Fixed for musl (problem with lseek64)
2026-01-24 19:16:38 +01:00
Mirek Fidler
42c2e54e3b
ide: Fixed issues with Build/[Preprocess, Show assembler]
2026-01-22 11:22:48 +01:00
Zbigniew Rębacz
5c1ef1ac61
Doc: fix links in TopWindow documentation site.
2026-01-19 20:17:34 +01:00
Mirek Fidler
7fa470d36d
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2026-01-19 11:36:07 +01:00
Mirek Fidler
4590606a44
ide: Fixed problem with flagXXXX in #elif
2026-01-19 11:36:05 +01:00
İsmail Yılmaz
e038550cb2
Core/Socket: Unix domain socket (AF_UNIX) support for Windows ( #328 )
...
Refactor UnixSocket.cpp with error handling
Updated UnixSocket.cpp to include error handling and platform-specific path definitions.
UnixSocketClient: Update socket path for cross-platform compatibility
UnixSocketServer: Update socket path for Windows and Unix platforms
Core: UnixSocket example code, socket path fixed
autotest/UnixSocket: path correction and unlink.
2026-01-17 19:56:18 +01:00
Zbigniew Rębacz
68dbd76e01
Core, Doc: fix links in JSON documentation.
2026-01-16 00:34:30 +01:00
Mirek Fidler
561b7120d7
Core: LOG_PROCESS_ID, minor fixes of LocalProcess
2026-01-13 13:26:05 +01:00
Zbigniew Rębacz
1596195267
Core, CtrlLib, RichEdit, ide: Fix warnigns on macOS. ( #336 )
2026-01-12 08:18:05 +01:00
Zbigniew Rębacz
308c633a81
Removed using namespace Upp from SIMD_NEON.h ( #318 )
...
Obvious problem since this file is currently under Upp namespace. Also, it polutes all files that include Core/Core.h.
2026-01-09 11:53:01 +01:00
Zbigniew Rębacz
bfc8421d9c
Core: Fix LaunchWebBrowser on macOS to handle addresses with dolar sign. ( #342 )
2026-01-09 11:42:09 +01:00
Zbigniew Rębacz
e69c9eb859
Core, Doc: Fix link in Function article.
2026-01-05 16:40:28 +01:00
Zbigniew Rębacz
17c51db81b
CtrlLib, Doc: fix links in ArrayCtrl article especially these related to Id and Gate.
2026-01-05 16:38:52 +01:00
klugier
2d236b2e83
CtrlLib, Doc: Move ParentCtrl to separate page plus add new links on index page.
2025-12-30 17:57:51 +01:00
Zbigniew Rębacz
696c5ee499
Core: NoCopy modernization and documentation. ( #331 )
2025-12-28 13:12:57 +01:00
Zbigniew Rębacz
f1379649ac
Core, Doc: .cosmetics
2025-12-28 02:33:04 +01:00
Zbigniew Rębacz
c5993a105a
Core, Doc: Fix links for Point, Rect and Size.
2025-12-28 02:25:36 +01:00
klugier
ff00772320
Core, Doc: Fix links in stream utilities article.
2025-12-27 19:00:15 +01:00
klugier
e7a3e07757
Core, Doc: Further fixes for links in String article.
2025-12-26 21:58:17 +01:00
klugier
f608714149
Core, Doc: continuing on link fixes in our doc.
2025-12-26 13:15:46 +01:00
klugier
0281e95167
Core, Doc: Fix links in AMap article, also documented MapKVRange class.
2025-12-26 12:56:28 +01:00
klugier
71309a0a97
Doc, Core: Nuller article cosmetics.
2025-12-20 19:52:39 +01:00
klugier
12b5aaf0c8
Doc, Core: Nuller doc cosmetics.
2025-12-20 11:53:08 +01:00
klugier
35f6ca56f0
Doc: fix links problem in String Core article and added Nuller documentation.
2025-12-20 11:49:09 +01:00
Mirek Fidler
2bf67a50ca
.docs
2025-12-13 19:51:01 +01:00
Mirek Fidler
e20bca5212
ide: Help system refactored
2025-12-09 10:10:55 +01:00
İsmail Yılmaz
962dd7f37c
Core: UnixSocket (AF_UNIX) implementation ( #325 )
...
* Core: UnixSocket (AF_UNIX) implementation
Core/UnixSocket: GetPeerPid refactored
reference/UnixSocketClient: Use default socket type for connection
reference/UnixSocketServer: Use default socket type for listen
Core: UnixSocket API docs & cleanup
Core: UnixSocket friend declaration guarded using ifdefs.
* Core: UnixSocket, GetPeerPid() refactored, docs updated
* Core: TcpSocket renamed as Socket and added unix domain socket support.
Cleanup
Updated API docs.
* Core: UnixSocket entry removed from API docs.
* Core: Socket/SocketWaitEvent API docs cosmetics.
* Core: Socket cosmetics
2025-12-06 12:46:50 +01:00
Mirek Fidler
acd1e3b53f
Core: Reformulated pointer comparison to avoid UB
2025-12-04 09:30:22 +01:00
Mirek Fidler
a1b2632749
CtrlLib, Draw: Support for chameleon animations
2025-11-29 14:52:58 +01:00
Mirek Fidler
cbbe8b92a7
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-11-27 10:50:12 +01:00
Mirek Fidler
cc6189abf6
Core: fix for missing lseek64
2025-11-27 10:50:12 +01:00
Mirek Fidler
46a4b30509
ide: Fixed problem with Remove found lines, CodeEditor::GotoLine renamed to GotoBarLine, Navigator now shows number of items in the nest
2025-11-27 09:48:43 +01:00
Mirek Fidler
2cde5203ad
ide: Find debugging log improvement, Core: CParser::SkipLine
2025-11-26 14:57:56 +01:00
Mirek Fidler
9bb84f125f
.cosmetics
2025-11-15 09:10:19 +01:00
Mirek Fidler
fdc5585546
Core/SSL: flagSSL_USEMALLOC
2025-11-07 11:39:13 +01:00
Mirek Fidler
0850a738d8
.docs, .cosmetics
2025-10-22 15:43:18 +02:00
Mirek Fidler
92b6299c9b
CtrlLib: Fixed DisplayPopup issue
2025-10-14 11:49:42 +02:00
mirek-fidler
7edd654237
Restores "real popups" in display popup
...
These were removed year ago because the placement is imprecise (macos, gtk do not allow odd pixel placement when UHD scaling, so it was a pixel off) and because of Wayland concerns. But the usefulness outweights these glitches...
2025-10-14 09:00:11 +02:00