Mirek Fidler
c3ce92830d
Dynamic skin changes
2024-12-06 10:05:57 +01: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
86339776d3
Core/SSL: Win32 crypt32.lib added to support SSL 3.2.1
2024-05-12 11:13:35 +02:00
Mirek Fidler
df794793ac
FileMapping docs
2024-04-10 18:15:00 +02:00
Mirek Fidler
4a99d79cb7
Core: GetFileTime, GetFileLength, FileExists, DirectoryExists functions refactored, FileMapping improved
2024-03-25 12:10:20 +01:00
mirek-fidler
2d0f19053a
Painter2 ( #182 )
...
Painter improvements: Multithreaded rendering improved, new image filter (like Lanczos 3) option, image mapping is now more precise
2023-12-24 15:21:23 +01:00
Mirek Fidler
547a50d33c
Core: ValueCache limits simplified, ide: Show branch in editorbar
2023-11-15 10:47:12 +01:00
Mirek Fidler
c01bc4b7d5
Core: CoWork docs and fixes, CtrlLib: MenuItem Rescale -> CachedRescale
2023-11-03 10:18:48 +01:00
Mirek Fidler
5cb246126f
Core: Value float support
2023-10-29 20:58:52 +01:00
Mirek Fidler
6ef7fb08ee
ide: reposync git revert fixed
2023-08-05 08:40:43 +02:00
Mirek Fidler
608b2046c7
CtrlCore: Fixed drawing bug related to DisplayPopup
2023-06-22 21:01:52 +02:00
Mirek Fidler
243af92ed7
Core: CParser::ReadDoubleNoE (to ignore E part of double)
2023-06-14 16:49:08 +02:00
Mirek Fidler
09aff092f3
Core: CParser::ReadIdh (with '-' in id), RichText: EncodeHTML strikeout support, ide: --no-rebase for RepoSync PULL
2023-06-14 13:06:18 +02:00
Mirek Fidler
902e3a82aa
Core: *Map::GetPut(K, T) fixed
2023-04-27 09:01:45 +02:00
Mirek Fidler
87034d3fe0
Core: ValueCache full reentrancy
2023-02-01 15:22:42 +01:00
Mirek Fidler
3a8d4e9494
.cosmetics
2023-01-24 10:57:56 +01:00
Mirek Fidler
0454029b5a
Core: Thread::StackSize, ide: libclang stack size set to 8192
2022-11-21 15:19:44 +01:00
Mirek Fidler
2f60293d2c
ide: Fixed issue with '->' in signature
2022-11-13 17:45:29 +01:00
Mirek Fidler
5416173194
Core: SubRangeFrom
2022-11-08 20:28:39 +01:00
Mirek Fidler
fafa40162a
ide: --clangdir option
2022-10-07 11:20:15 +02:00
Mirek Fidler
6a65945b4e
.cosmetics
2022-10-02 18:36:14 +02:00
Mirek Fidler
05c83a9577
Core: IsEqualBySerialize now using CompareStream, optimised serialisation of Vector<fundemental type> with SerializeRaw
2022-08-16 16:23:05 +02:00
Mirek Fidler
4b816115c7
Core: Format(Date date, const char *fmt)
2022-08-04 19:20:11 +02:00
Mirek Fidler
f568ba43b0
.docs
2022-07-21 10:18:17 +02:00
Mirek Fidler
143ad0aa3d
Core: BiVector, BiArray Create with parameters
2022-05-16 13:33:15 +02:00
Mirek Fidler
45440d75b5
Core: ConvertFloat, CtrlLib: EditFloat
2022-04-11 16:48:56 +02:00
Mirek Fidler
d3ef160f10
TabBar: ConfirmCloseSome
2022-03-18 11:58:55 +01:00
Mirek Fidler
4a0c7ab17e
Core: ChangeCurrentDirectory
2022-03-17 12:09:06 +01:00
Mirek Fidler
05fdb8a04a
ide: Debugger NLS support for debugee commandline
2022-02-11 13:44:38 +01:00
Mirek Fidler
d8d16229d1
Fixed reporting leaks for GLCtrl in Linux with Radeon driver, new memory leaks detection related functions.
2021-12-19 14:53:30 +01:00
Mirek Fidler
d2207cd21f
.autotest, .cosmetics
2021-12-05 18:54:24 +01:00
Mirek Fidler
34ff691308
sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
...
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
especially type casts.
To support host APIs, char16 is introduced (but there is no 16-bit String varian).
Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.
- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)
Other minor changes:
- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
Mirek Fidler
86982f15c3
Ctrl: TextCtrl View mode optimized, Core: String::Make for int conversions
2021-09-18 20:54:31 +02:00
Mirek Fidler
95de0de094
Core: New double formatters (%m, %mf, %me)
2021-09-05 14:58:30 +02:00
Mirek Fidler
039903de67
Core: FormatDouble precision is now 15 (DBL_DIGITS)
2021-08-31 10:11:12 +02:00
Mirek Fidler
f3031736b7
Core: FormatDouble, ScanDbl refactored
2021-08-29 13:27:37 +02:00
Mirek Fidler
9d34bf831e
Core: Utf8BOM (skips UTF8 file header)
2021-08-24 18:05:56 +02:00
Mirek Fidler
1d018151f1
Core: Integer formatting optimised
2021-08-04 11:24:05 +02:00
cxl
a16a9b0e44
Core: Stream::Set|GetVersion
...
git-svn-id: svn://ultimatepp.org/upp/trunk@16023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-18 16:21:52 +00:00
cxl
b8e1c466a9
Core: LambdaIze
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-30 08:00:58 +00:00
cxl
d3ef4a549d
Core: InFilterStream cleanup, ArrayCtrl: FindColumnsWit...
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15918 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:30:59 +00:00
cxl
9601d6e72a
Core: GetArgv0
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:28:24 +00:00
cxl
2ce26bd26e
Core: HttpRequest::GetPostData
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-02 23:03:06 +00:00
cxl
a912aa63ee
Core: FindAllPaths, Ide: UppHub improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15775 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-18 10:23:08 +00:00
cxl
42ba8e7854
ide: Dir diff can now limit files by time, report history of .upp file, fixed SSL issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15773 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-16 12:39:19 +00:00
cxl
a0d7f5d544
.docs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15751 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-10 14:37:06 +00:00
cxl
6cc2317175
Core: Fixed std::[w]string conversion issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-03 22:54:53 +00:00
cxl
ff78c94435
Core: std::[w]string Value and String support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15733 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-03 16:44:48 +00:00
cxl
8db3a97c5f
ide: upphub improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-21 12:39:09 +00:00
cxl
330268d77f
Core: FindFile::operator++
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15518 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-26 08:22:38 +00:00