Commit graph

690 commits

Author SHA1 Message Date
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
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
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
İ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
2cde5203ad ide: Find debugging log improvement, Core: CParser::SkipLine 2025-11-26 14:57:56 +01:00
Mirek Fidler
0850a738d8 .docs, .cosmetics 2025-10-22 15:43:18 +02:00
Mirek Fidler
0d6c7f0601 RichText, RichEdit: DiagramEditor 2025-09-16 10:28:04 +02:00
Mirek Fidler
e0fdb0cd05 Draw: Fast cached HasCodepoint for TTF (now used for character replacements), Diagram: Triangle, upptst 2025-07-22 09:27:44 +02:00
klugier
cc803d1d53 CtrlLib, Core, Doc: GUI23 tutorial takes into account changes in Rect constructor. Also, Rect_, Size_ and Point_ default constructors documentation has been updated. 2025-06-22 21:07:18 +02:00
Mirek Fidler
317f84e8cb Draw: GetTextSize UTF8 optimised (not creating WString anymore) 2025-06-22 10:46:53 +02:00
Mirek Fidler
e7260b4ed5 Core: StringsStream adjustment 2025-06-19 23:53:22 +02:00
Mirek Fidler
2d5b5e7785 Core: StringsStream 2025-06-19 14:29:59 +02:00
Mirek Fidler
ebe2c5b3c6 RichText, RichEdit: Developing Diagram 2025-06-15 09:10:25 +02:00
Mirek Fidler
8bf3b445a1 ide: Fixed problem with missing 'class' when inserting class annotation into .tpp 2025-06-12 12:25:40 +02:00
Mirek Fidler
6d2cc153bd .docs 2025-06-12 09:06:46 +02:00
Mirek Fidler
e95cafe9d1 .docs 2025-05-06 13:12:16 +02:00
Cubolt
acdae3d348
Color Added (#251)
* More colors

* Added colors and fixed tpp
2025-04-30 15:46:24 +02:00
İsmail Yılmaz
1c48bd493c
Core: ProcessHasAdminRights() function is added to utility functions. (#242)
* Core: ProcessHasAdminRights() function is added to utility functions.

* reference/DetectPrivegedProcess: Cosmetics.

* Core: ProcessHasAdminRights() renamed as IsAdmin()

* Core: IsAdmin() renamed as IsUserAdmin().
2025-04-18 12:46:36 +02:00
Mirek Fidler
72c7cda907 Core: memcnt[8,16,32] 2025-04-10 12:53:58 +02:00
Mirek Fidler
fb1deb732f Core: memeq8len 2025-04-10 09:36:47 +02:00
Mirek Fidler
e2cf21ba7a Core: CountTrailingZeroBits, CountTrailingZeroBits64 2025-03-31 11:31:21 +02:00
Mirek Fidler
4329f0ed63 .Core: docs and cosmetics 2025-02-22 11:47:30 +01:00
Mirek Fidler
e21ecf2de6 ide: Resolved problems with blitz, build_info.h and additional includes 2025-02-18 16:37:17 +01:00
İsmail Yılmaz
421eb73ac9
Bit counting functions (CountBits, CountBits64) (#232)
* Core: CountBits and CountBits64 functions are added.

* autotest: CountBits test added.

* Core: inline force on CountBits and CountBits64
2025-02-14 19:25:25 +01:00
Mirek Fidler
6ffae31f1e .doc 2025-01-29 16:46:21 +01:00
Mirek Fidler
9cc37118d7 Core: Stream::Serialize64([unsigned] long&) 2025-01-29 16:43:46 +01:00
Mirek Fidler
016365b58a .docs 2025-01-23 07:09:45 +01:00
Mirek Fidler
97f86f4334 .examples 2025-01-22 14:35:28 +01:00
Mirek Fidler
8fc23a3bf3 .reference (replaced THISBACKs) 2025-01-22 13:23:48 +01:00
Mirek Fidler
d26f78650b Core: In Posix .log files moved to .local/state/u++/log 2025-01-19 20:56:16 +01:00
Mirek Fidler
4cf8d10166 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2025-01-16 15:39:05 +01:00
Mirek Fidler
f944ce335e .docs 2025-01-16 15:39:03 +01:00