ultimatepp/uppsrc/Core
cxl 719042275c TreeCtrl: Inplace editor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@15361 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-06 16:54:45 +00:00
..
lib plugin/tif: 4.1.0, plugin/lz4: 1.9.2 2020-09-03 11:45:31 +00:00
POP3 upp.src: Removing .tpp $ 2017-12-02 14:12:09 +00:00
Rpc Core/RPC: XMLRPC now can support i8 type 2019-01-03 10:58:01 +00:00
SMTP .cosmetics 2019-02-18 10:10:31 +00:00
src.tpp Core: Sort/CoSort refactored, LambdaConvert 2020-10-25 13:15:12 +00:00
srcdoc.tpp Core, Doc: Moveable documentation improve document styling. 2020-11-01 17:56:53 +00:00
srcimp.tpp uppsrc: Topic Language Separator change (more) 2017-12-02 13:00:28 +00:00
SSH Core/SSH: Minor fixes & decprecated methods are marked with [[deprecated]] attribute. 2020-09-07 18:53:40 +00:00
SSL Core/SSL: Removed deprecated stuff 2020-05-26 22:20:20 +00:00
Algo.h Core2019 merged to to trunk 2019-06-07 07:06:32 +00:00
App.cpp Core: Fixed to compile 2020-04-10 16:36:14 +00:00
App.h Core: GetAppFolder (MacOS), ide: Install on MacOS changed to new common sandboxed layout 2020-04-10 14:49:02 +00:00
AString.hpp Core: String::Compare optimised 2020-10-29 11:49:45 +00:00
Atomic.h uppsrc: docs & removed #ifdef MTs 2020-01-21 10:05:16 +00:00
BiCont.h Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
BlockStream.cpp Core: Mem.h improvements 2020-05-27 16:39:08 +00:00
Bom.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Callback.h .docs 2020-08-14 07:54:16 +00:00
CallbackN.i .reorganizing 2016-05-01 20:21:16 +00:00
CallbackNP.i New Core Fixes 2016-05-03 07:56:44 +00:00
CallbackR.i .reorganizing 2016-05-01 20:21:16 +00:00
CharSet.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
CharSet.h ide: Fixed assist issue, Core: ReadSurrogatePair 2020-08-21 08:37:08 +00:00
CharSet.i
CoAlgo.h Core: CoPartition now performs the opration in calling thread if the range size is less than min_chunk 2018-01-21 10:20:22 +00:00
Color.cpp .docs, MINGW tls patch removed 2020-05-01 17:02:25 +00:00
Color.h .cosmetics 2020-06-07 11:38:43 +00:00
Complex.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
config.h Core: Win10 config adjustments 2020-08-19 07:16:39 +00:00
Convert.cpp uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Convert.h TreeCtrl: Inplace editor fixes 2020-11-06 16:54:45 +00:00
Copying Copying update 2020-09-03 14:50:30 +00:00
core.defs .defs files for Core, CtrlCore #1163 2015-07-11 11:35:35 +00:00
Core.h Core: SizeBySerialize 2020-08-24 16:44:35 +00:00
Core.t uppsrc: nl-nl translation updated 2020-09-23 15:44:50 +00:00
Core.upp CtrlLib: Switch now allows setting gap and separators between cases 2020-10-01 15:35:46 +00:00
core.upt uppsrc: small fixes 2020-04-17 17:20:49 +00:00
CoSort.h Core: Sort/CoSort refactored, LambdaConvert 2020-10-25 13:15:12 +00:00
CoWork.cpp .docs, MINGW tls patch removed 2020-05-01 17:02:25 +00:00
CoWork.h Draw: RescaleFilter now parallelized 2020-05-14 12:31:53 +00:00
Cpu.cpp Core: Fixed some GCC 10.2 warnings 2020-09-30 12:57:46 +00:00
Debug.cpp Core: CheckLogEtalon, ide: Compare with log 2020-08-19 08:46:50 +00:00
Defs.h uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Diag.h Core: CheckLogEtalon, ide: Compare with log 2020-08-19 08:46:50 +00:00
Dli.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
dli.h
dli_header.h
dli_source.h
FileMapping.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
FilterStream.cpp Core: Mem.h improvements 2020-05-27 16:39:08 +00:00
FilterStream.h Core: InFilterStream FilterEof 2018-02-09 08:44:26 +00:00
FixedMap.h Core: FixedMap fix 2019-06-29 06:46:59 +00:00
Fn.h uppsrc: Fixing GCC 10.2. warnings 2020-10-01 08:03:33 +00:00
Format.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Format.h .cosmetics 2020-06-17 16:08:30 +00:00
Function.h THISFN improved (thanks Tom1) 2018-06-11 13:49:35 +00:00
Gtypes.cpp GLDraw 2018-10-29 10:35:44 +00:00
Gtypes.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Hash.h .cosmetics 2018-06-18 11:54:40 +00:00
heap.cpp ide: Response file support in GCC builder, CtrlLib: Fixed appearance of ProgressIndicator in some cases 2020-04-23 09:09:50 +00:00
Heap.h Core: clone/pick refinements, heap refinements 2019-08-08 20:58:34 +00:00
heapdbg.cpp CtrlCore: Fixed window rectangle problem 2020-03-07 16:15:31 +00:00
HeapImp.h Core: Fixed issue with allocator 4KB reserve 2019-10-08 09:03:02 +00:00
heaputil.cpp Core: finetuning allocator 2019-06-27 13:17:50 +00:00
hheap.cpp Core: GetSystemMemoryStatus Win32 2020-06-09 07:26:16 +00:00
Http.cpp Core: HttpRequest::SSLGetProxy 2020-09-23 10:19:51 +00:00
Huge.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Huge.h Core: Huge class 2016-07-04 08:02:22 +00:00
i18n.h Report: Printing hints (thanks deep) 2013-03-30 10:31:22 +00:00
Index.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Index.h Core Now using 64 bit hashes on 64 bit CPUS (faster) 2020-06-01 13:37:31 +00:00
Index.hpp uppsrc: Many memcpy, memset converted to new memory functions 2020-05-22 15:14:16 +00:00
Inet.h Core: HttpRequest::SSLGetProxy 2020-09-23 10:19:51 +00:00
InetUtil.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Ini.cpp uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible) 2019-04-14 08:34:13 +00:00
init Core: Fixed to compile with CLANG 2016-11-20 07:42:16 +00:00
InMap.hpp .reorganizing 2016-05-01 20:21:16 +00:00
InVector.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
InVector.hpp uppsrc: Various fixes related to mingw/lld 2019-04-25 19:56:52 +00:00
JSON.cpp upp.src: Fixed CLANG warnings in Win32 2020-02-27 20:14:56 +00:00
JSON.h Core: Xmlize/Jsonize improvements 2020-01-20 20:46:56 +00:00
Jsonize.h
Lang.cpp CtrlLib: ArrayCtrl sort improved, Core: GetLanguageInfo() optimized 2019-06-18 13:37:43 +00:00
Lang.h CtrlLib: ArrayCtrl sort improved, Core: GetLanguageInfo() optimized 2019-06-18 13:37:43 +00:00
Lang_s.h
LangInfo.cpp Fixed problem with setlocale (missing .utf8 part) 2019-07-29 12:00:30 +00:00
lcid.txt
lheap.cpp Core: heap fix 2019-07-04 12:21:47 +00:00
LocalProcess.cpp Core: Fixed warning on chdir 2019-04-22 11:08:24 +00:00
LocalProcess.h Core: LocalProcess now allows setting current directory for started process 2018-09-30 09:13:16 +00:00
Log.cpp Core: GCC warning in Log.cpp (thanks pvictor) 2020-07-28 15:46:58 +00:00
lt_.h
Map.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Map.hpp CtrlLib: FileSelButton::WhenSelected, ide: small improvements 2019-06-07 11:39:12 +00:00
mathutil.cpp Core, Painter: SolveQuadraticEquation moved to Core/Util.h 2020-08-04 21:16:59 +00:00
MD5.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Mem.cpp ide: cosmetics 2020-09-29 10:52:43 +00:00
Mem.h .docs 2020-08-14 08:58:18 +00:00
MIME.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Mt.cpp Draw: ImageScale fixed, uppsrc: various minor fixes related to Mem.h 2020-05-24 08:40:20 +00:00
Mt.h Core: Semaphore/ConditionVariable -1 INFINITE change for POSIX 2020-01-22 13:42:17 +00:00
NetNode.cpp .cosmetics 2019-04-24 08:08:01 +00:00
Obsolete.h Core: Fixed warnings in Obsolete.h 2019-03-19 17:45:40 +00:00
Ops.h Core: get_i 2020-06-14 17:08:20 +00:00
Other.h Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
parser.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Parser.h Core: Fixed column info in CParser 2019-10-30 07:39:28 +00:00
Path.cpp Core: Fixed issue in GetFileOnPath (full path name was returned even if it does not exist) 2020-08-12 14:04:42 +00:00
Path.h .reorganizing 2016-05-01 20:21:16 +00:00
Profile.h GLCtrl: X11 2018-11-20 10:59:29 +00:00
Ptr.cpp Core: Now compiles with NODEPRECATED 2018-07-31 17:04:33 +00:00
Ptr.h
Random.cpp Core: Fixed random generator seed issue in win32 2020-05-18 12:09:49 +00:00
Range.h Core: Workaround for VS 2019 bug reverted as MS fixed the issue 2019-04-26 08:20:50 +00:00
SHA1.cpp Core: SHA1 fix 2019-09-04 22:17:20 +00:00
SHA256.cpp Core: SHA256 added 2016-10-19 12:32:02 +00:00
sheap.cpp Core: String cleanup 2020-05-30 17:27:54 +00:00
SIMD.cpp Core: SIMD 2020-07-03 07:29:31 +00:00
SIMD_NEON.h Core: SIMD_NEON 2020-07-28 09:21:42 +00:00
SIMD_SSE2.h Core: SIMD_SSE2 fixes 2020-07-27 15:20:51 +00:00
Socket.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Sort.h .cosmetics 2020-10-26 10:17:52 +00:00
Sorted.h .reorganizing 2016-05-01 20:21:16 +00:00
Speller.cpp CtrlCore: Fixed performance issue with Font cache in Gtk3 backend 2020-06-13 17:13:27 +00:00
SplitMerge.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
SplitMerge.h uppsrc: Modernizing code with variadic templates 2020-06-17 16:02:45 +00:00
Stream.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Stream.h uppsrc: Fixing GCC 10.2. warnings 2020-10-01 08:03:33 +00:00
String.cpp Core: String::Compare optimised 2020-10-29 11:49:45 +00:00
String.h Core: String::Compare optimised 2020-10-29 11:49:45 +00:00
StringFind.cpp Draw: Fixed Image::operator== 2020-06-01 07:41:08 +00:00
StrUtil.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
sub.upt
t.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
t.h Core: thTH a msMY added to .t (thanks jfranks) 2017-03-07 11:52:48 +00:00
t_.h Core: t_ macro replaced with t_ inline function 2020-04-04 08:25:24 +00:00
TimeDate.cpp uppsrc: docs & removed #ifdef MTs 2020-01-21 10:05:16 +00:00
TimeDate.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Topic.cpp uppsrc: Topic language separator changed from '$' to '@' (to avoid problems with makefiles) 2017-12-02 12:51:27 +00:00
Topic.h
topic_group.h
Topt.h Core: Sort/CoSort refactored, LambdaConvert 2020-10-25 13:15:12 +00:00
Tuple.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
UnicodeInfo.cpp Core: Unicode optimisations 2020-08-18 14:52:11 +00:00
Utf.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Utf.hpp ide: Fixed assist issue, Core: ReadSurrogatePair 2020-08-21 08:37:08 +00:00
Util.cpp CodeEditor: Fixed C++ highlighting, Core: LinuxBeep added gst-play-1.0 2020-11-04 21:07:37 +00:00
Util.h Geom vs ScatterDraw nameclash fixed 2020-09-22 16:22:00 +00:00
Uuid.cpp Core: Uuid optimized 2019-06-15 15:32:35 +00:00
Uuid.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Value.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Value.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
Value.hpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
ValueCache.cpp CtrlCore: Fixed performance issue with Font cache in Gtk3 backend 2020-06-13 17:13:27 +00:00
ValueCache.h .docs 2020-06-10 17:28:10 +00:00
ValueUtil.cpp uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
ValueUtil.h uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword) 2020-05-31 16:13:28 +00:00
ValueUtil.hpp CtrlLib: ArrayCtrl sort improved, Core: GetLanguageInfo() optimized 2019-06-18 13:37:43 +00:00
Vcont.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Vcont.h Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile 2020-10-04 07:43:29 +00:00
Vcont.hpp Core: Vector::RemoveIf improved 2020-10-30 11:05:15 +00:00
WebSocket.cpp Core: WebSocket fixes (thanks kasome) 2018-09-21 08:23:01 +00:00
Win32Util.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
Win32Util.h Core: LocalProcess now allows setting current directory for started process 2018-09-30 09:13:16 +00:00
WString.cpp Core: Mem.h improvements 2020-05-27 16:39:08 +00:00
XML.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
XML.h Core/RPC: XMLRPC now can support i8 type 2019-01-03 10:58:01 +00:00
Xmlize.cpp Core: Xmlize/Jsonize improvements 2020-01-20 20:46:56 +00:00
Xmlize.h Core: Lambda Jsonize/Xmlize methods 2018-11-15 08:26:08 +00:00
Xmlize.hpp Core: Lambda Jsonize/Xmlize methods 2018-11-15 08:26:08 +00:00
xxHsh.cpp Core: xxHash64Stream 2016-07-30 12:38:24 +00:00
z.cpp uppsrc: Visual C++ compiler bug [W]StringBuffer workaround 2020-09-23 09:37:31 +00:00
z.h Core: CopyStream improved 2018-08-28 07:48:06 +00:00