mirek-fidler
e8035690b9
libclang ide #94
...
- Assist/Autocomplete refactored to use libclang
Other minor changes:
- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31: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
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
37308fbf1b
.autotest
2021-10-13 09:20:17 +02:00
cxl
02eae122db
Geom vs ScatterDraw nameclash fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15120 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-22 16:22:00 +00:00
cxl
6f1bb82054
Core: SizeBySerialize
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14892 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-24 16:44:35 +00:00
cxl
d4cf630a1c
Core, Painter: SolveQuadraticEquation moved to Core/Util.h
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-04 21:16:59 +00:00
cxl
2352d9b58c
Core: Mem.h improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14505 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-27 16:39:08 +00:00
cxl
36fadbf7bf
uppsrc: Many memcpy, memset converted to new memory functions
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14493 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-22 15:14:16 +00:00
cxl
8ec50747cf
Core, Draw, Painter: memsetd and RGBAFill optimized
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14486 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-20 14:39:18 +00:00
cxl
d05e6fa8bf
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-18 14:15:07 +00:00
cxl
ef006549b1
Core: Uuid optimized
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13396 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-15 15:32:35 +00:00
cxl
1cbd73441c
Core: Random refactored with xoshiro256**
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13393 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-14 13:41:09 +00:00
cxl
822cfb6bce
uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-14 08:34:13 +00:00
cxl
6c39e8de14
RichEdit: Now suggesting spelling fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-19 15:32:48 +00:00
cxl
ad7d8a5a3e
Core: ToAscii optimized, ToUpperAscii, ToLowerAscii
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12678 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-19 14:12:43 +00:00
cxl
e74b39fb51
Core: TIMING improvements, usecs (microseconds precision time), ide: Debugger now underlines main thread
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-11 07:33:21 +00:00
cxl
80483f5a0b
Core: SeedRandom without parameter now reseeds the random with host enthropy
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11653 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-02 15:40:29 +00:00
cxl
b78b5ade79
Core: LoadFromFile, StoreToFile Event variant
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11385 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-16 12:07:32 +00:00
cxl
b0dbae6234
ide: Xml and Json file format now shows viewer, TreeCtrl: GetOpenIds, OpenIds, Core: RegisterGlobalSerialize
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-08-05 13:59:30 +00:00
cxl
62d921fcb0
ide: Spellchecking comments
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-30 10:41:05 +00:00
cxl
68aebd25b4
Core: ScanHexString and HexString renamed to HexEncode and HexDecode
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10379 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-28 16:30:09 +00:00
cxl
ee8213b932
Core, Core/SSL: GetP7Signature
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10340 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-21 10:47:46 +00:00
cxl
44037d6a0c
'Event' branch merged into trunk (Callback now deprecated)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15:05 +00:00
cxl
6225f04e4b
CheckedSerialize now public, fix in type mismatch throw in Value
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10133 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-01 18:20:51 +00:00
cxl
5edae0e110
.reorganizing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
5dac5a28c4
Core/Rpc: CompressLog
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7845 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-31 07:55:18 +00:00
cxl
2fbd3088b1
Core: multi-pattern string Replace
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7716 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-22 09:37:08 +00:00
cxl
571a56aaff
Core: Fixed console CP issues (in Cout and LocalProcess)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-15 17:46:12 +00:00
cxl
5e8fbcfab3
ide: Incremental find/replace from cursor improved
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7523 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-18 13:26:02 +00:00
cxl
040913b8fd
Core: Split/Join/Merge refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-21 15:22:49 +00:00
cxl
a3120b65f6
Core: Added ValueTypeError catch in for Load by serialize
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-16 06:55:59 +00:00
cxl
0593cf8952
Core: ValueTypeError
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7234 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-12 16:51:56 +00:00
cxl
1745522f2e
ODBC: Fixed for C++11
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7212 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-10 09:51:08 +00:00
cxl
69291a131d
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-25 07:10:17 +00:00
cxl
bca9fad03a
Core: SplitTo
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7067 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-21 13:11:40 +00:00
cxl
bed93110d7
Core: Heap enhancements, NanoStrings, Fixed*Map, fix in Socket - non-ASCII char < 0 issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-12-17 13:05:36 +00:00
cxl
ed655d1fc0
Core: DefaultIniFileContent, CurrentIniFileContent
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-04 19:45:38 +00:00
cxl
5f13733371
GLDraw: Support for colored images
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6458 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-21 12:04:56 +00:00
cxl
a406edc638
GLDraw: OpenGL ES shader path
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-20 19:43:13 +00:00
cxl
2735d81143
Core: GetIniKeys (all)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6389 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-04 08:03:37 +00:00
cxl
9456775d23
.Core: GetIniFile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6385 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-30 08:40:11 +00:00
cxl
a2ca885eb3
Skylark: minor fix, CtrlLib: ErrorOK
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6244 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-17 15:57:39 +00:00
cxl
17e92e4b19
Core: Random now fork safe
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6236 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-07 11:40:10 +00:00
cxl
82404cca4c
Core: SeedRandom
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-07 11:14:03 +00:00
cxl
407c44a102
*RichText: Resolved deadlock situation
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5255 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-08-04 12:52:42 +00:00
cxl
b3893bbcfc
Core: DCL for INI fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5232 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-24 08:05:23 +00:00
cxl
e3df5fdc3f
Core: INI_ system now using double checked locking to avoid mutexes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-24 07:18:27 +00:00
cxl
6e3c1ad333
Core: INI_ fixed reloading of config
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-13 11:34:27 +00:00
cxl
9111d378ea
Core: INI_INT64, INI_INT and INI_INT64 now understand hex and K, M, G, T suffixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5183 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-13 10:17:23 +00:00