Commit graph

56 commits

Author SHA1 Message Date
Mirek Fidler
8c82df7a92 Core: std_forward removed from CoWork.h as it breaks compilation in some cases 2024-09-18 11:45:46 +02:00
Mirek Fidler
555d512b98 Core: added missing std_forwards in CoWork.h 2024-09-18 00:15:38 +02:00
Mirek Fidler
cd7a92e22e Core: Removed UB from Link, ide: IconDes improvements 2024-07-14 11:03:54 +02:00
Mirek Fidler
c01bc4b7d5 Core: CoWork docs and fixes, CtrlLib: MenuItem Rescale -> CachedRescale 2023-11-03 10:18:48 +01:00
Tomas Lindquist
8dfc65e938
std::result_of is deprecated in c++17 not 20 (#147) 2023-02-13 11:25:30 +01:00
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
dfb033bb7a uppsrc: C++20 compatibility 2022-04-08 17:02:39 +02:00
cxl
3c9a733acd Draw: RescaleFilter now parallelized
git-svn-id: svn://ultimatepp.org/upp/trunk@14472 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-14 12:31:53 +00:00
cxl
945a40c24f .docs, MINGW tls patch removed
git-svn-id: svn://ultimatepp.org/upp/trunk@14420 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-01 17:02:25 +00:00
cxl
344fc772f6 Draw: GaussianBlur
git-svn-id: svn://ultimatepp.org/upp/trunk@14334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-19 15:07:57 +00:00
cxl
3146d14431 Core: CoDo_ST - diagnostic ST variant of CoDo
git-svn-id: svn://ultimatepp.org/upp/trunk@14262 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-06 20:20:33 +00:00
cxl
c86fc82c99 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@14075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-24 17:50:56 +00:00
cxl
58e0fdebaf uppsrc: docs & removed #ifdef MTs
git-svn-id: svn://ultimatepp.org/upp/trunk@13925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 10:05:16 +00:00
cxl
611857d56f Core: AsyncWork pick
git-svn-id: svn://ultimatepp.org/upp/trunk@13828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-07 14:05:47 +00:00
cxl
a8d1d50e1d Core: CoWork: Workaround for sanitizer bug
git-svn-id: svn://ultimatepp.org/upp/trunk@13502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-19 21:50:15 +00:00
cxl
f0dfe89197 Core: Fixed to compile with clang
git-svn-id: svn://ultimatepp.org/upp/trunk@13394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-15 08:15:59 +00:00
cxl
bfb36b813c Core: CoWork Mingw fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@13387 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 07:48:06 +00:00
cxl
6796767686 Core: CoWork improvements, migw TLS workaround FastMingwTLS
git-svn-id: svn://ultimatepp.org/upp/trunk@13386 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-12 21:49:33 +00:00
cxl
af93b0fcdc Core: CoWorkNX (without noexcept(false) destructor)
git-svn-id: svn://ultimatepp.org/upp/trunk@12485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-08 11:58:52 +00:00
cxl
8e5e0db56d ide: IconDes supersampling simplified
git-svn-id: svn://ultimatepp.org/upp/trunk@11659 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-04 21:46:25 +00:00
cxl
6e6c204f1e .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@11629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-26 10:26:27 +00:00
cxl
b9b9586857 Painter: MT Painter merged to trunk; Core: CoWork looper method
git-svn-id: svn://ultimatepp.org/upp/trunk@11622 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-25 18:27:15 +00:00
cxl
dc3244101a Async rewritten in C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@11446 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-11 14:32:04 +00:00
cxl
f9cb887af9 Core: Fixed clang 3.4 version detection in CoWork.h
git-svn-id: svn://ultimatepp.org/upp/trunk@11438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-07 11:03:35 +00:00
cxl
014c8b865e Core: Now compatible with clang 3.4
git-svn-id: svn://ultimatepp.org/upp/trunk@11432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-06 10:00:28 +00:00
cxl
ab6b42c92c Core: AsyncWork fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@11367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-11 07:14:32 +00:00
cxl
d1cd5c609b Core: AsyncWork fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11365 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-10 19:56:00 +00:00
cxl
443f7d3dc7 Core: AsyncWork
git-svn-id: svn://ultimatepp.org/upp/trunk@11363 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-10 19:51:55 +00:00
cxl
2f145626cd CoWork: Exception handling, IsCanceled
git-svn-id: svn://ultimatepp.org/upp/trunk@11344 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-01 11:47:53 +00:00
cxl
51add7fbd5 Core: CoWork::Cancel
git-svn-id: svn://ultimatepp.org/upp/trunk@11106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-18 13:34:33 +00:00
cxl
29b8c72e7b CoWorkerResources begin/end
git-svn-id: svn://ultimatepp.org/upp/trunk@10521 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-12-05 20:35:38 +00:00
cxl
9beab32459 Core: CoWorkerResources
git-svn-id: svn://ultimatepp.org/upp/trunk@10520 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-12-05 16:44:09 +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
22fc8fdc8a RichText: EncodeHTML list-style-position now default (not inside)
git-svn-id: svn://ultimatepp.org/upp/trunk@10182 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-25 07:19:37 +00:00
cxl
89cdcc39cd Core: CoWork refactoring finished, RichText: Fixed issue with begin/infinite height text
git-svn-id: svn://ultimatepp.org/upp/trunk@10153 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-08 07:31:41 +00:00
cxl
7006e3aacc Core: CoWork refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@10151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-07 09:32:35 +00:00
cxl
821f309c47 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@10132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-01 12:12:44 +00:00
cxl
6ecd1d098b LZ4: developing
git-svn-id: svn://ultimatepp.org/upp/trunk@10094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-25 10:48:05 +00:00
cxl
a666330b96 .developing LZ4
git-svn-id: svn://ultimatepp.org/upp/trunk@10077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-19 14:09:01 +00:00
cxl
f014a750f9 Core: CoWork now using ConditionVariable instead of Semaphore. Lz4 MT in development
git-svn-id: svn://ultimatepp.org/upp/trunk@10070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-18 16:40:54 +00:00
cxl
873f05e966 Core: CoWork now using ConditionVariable instead of semaphore
git-svn-id: svn://ultimatepp.org/upp/trunk@10062 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-18 08:20:33 +00:00
cxl
f2c5fff7c8 Core: CoWork now accepts Function<void ()> only, callback per operator
git-svn-id: svn://ultimatepp.org/upp/trunk@9946 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-15 18:30:07 +00:00
cxl
b5a22f2a78 ide: fixed for previous ambiguity fix, some r-value fixes (thanks Novo!)
git-svn-id: svn://ultimatepp.org/upp/trunk@9923 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 16:05:36 +00:00
cxl
2e560a394e Fixed issue with CoWork & callback
git-svn-id: svn://ultimatepp.org/upp/trunk@9763 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-02 14:37:08 +00:00
cxl
2c62df1853 CoWork ST
git-svn-id: svn://ultimatepp.org/upp/trunk@9761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-02 13:59:55 +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
bf3128c1d7 CoWork::FinLock
git-svn-id: svn://ultimatepp.org/upp/trunk@9386 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-09 19:15:41 +00:00
cxl
02c12c0f1c .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@9380 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-09 08:30:49 +00:00
cxl
9d066616cb Core: CoWork
git-svn-id: svn://ultimatepp.org/upp/trunk@9377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-08 22:15:16 +00:00
cxl
6f8c23a394 Core: CoWork optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@9374 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-08 21:57:22 +00:00