Commit graph

213 commits

Author SHA1 Message Date
Mirek Fidler
25f71b0a76 RichText: Numbering refactored 2024-09-16 00:01:57 +02:00
Mirek Fidler
b2bac88645 .icons 2024-08-19 14:25:50 +02:00
Mirek Fidler
47e37cb1c8 .icons 2024-08-19 10:28:26 +02:00
Mirek Fidler
935556faca .icons 2024-08-13 16:36:24 +02:00
Mirek Fidler
402d3ee01e .icons 2024-08-13 08:48:02 +02:00
Mirek Fidler
17bfe688a1 .icons 2024-08-12 08:53:15 +02:00
Mirek Fidler
f4286e9657 .icons 2024-08-12 08:09:33 +02:00
Mirek Fidler
19dd6c72f1 Core: Unaligned access reimplemented with memcpy, Draw, ide: iml improvements 2024-07-13 18:58:30 +02:00
Mirek Fidler
63919f87dc upp: 2024 2024-05-10 14:38:15 +02:00
Mirek Fidler
340359f1d8 RichEdit: Fixed formatting problem in UnitEdit 2023-10-03 11:47:44 +02:00
Mirek Fidler
65aa953b29 u++: Copying updated to 2023 2023-09-17 15:00:44 +02:00
Mirek Fidler
a16cfe08ea RichEdit: 'Paste plain text' -> 'Paste without formatting' 2023-08-06 17:25:56 +02:00
Mirek Fidler
c1f441032c RichEdit: PastePlainText in default local menu 2023-08-06 17:16:49 +02:00
Mirek Fidler
e856b80f90 ide, RichEdit: PastePlainTextTool moved to RichEdit 2023-08-06 17:14:17 +02:00
Mirek Fidler
7b6d8c756f RichEdit: Clipboard 'HTML format' support 2023-06-20 00:03:19 +02:00
Mirek Fidler
6ee5e3f9ef RichEdit: Clipboard text/html fix for POSIX 2023-06-19 16:15:31 +02:00
Mirek Fidler
603d978018 RichText: ParseHTML 2023-06-19 15:10:11 +02:00
Mirek Fidler
c0a9461446 upp.src: MacOS Ventura initial fixes 2023-03-30 11:51:46 +02: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
0449296f07 gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
Mirek Fidler
41203dc72f benchmarks: conflict resolved 2022-05-20 09:56:45 +02:00
Mirek Fidler
433b11db63 ide: namespace agnostic layouts refactored again 2022-05-08 13:36:03 +02:00
Mirek Fidler
6d284762a1 Revert "CtrlCore, ide: Support for namespace agnostic layouts refactored"
This reverts commit 4f49f919a2.
2022-05-08 08:48:22 +02:00
Mirek Fidler
4f49f919a2 CtrlCore, ide: Support for namespace agnostic layouts refactored 2022-05-07 09:12:58 +02:00
Mirek Fidler
84c80d95ff Attributes optimisation 2022-05-01 19:29:59 +02:00
Mirek Fidler
bd695d2fb1 CtrlCore, CtrlLib: caret handling refactored 2022-04-19 18:04:42 +02:00
Mirek Fidler
340ce65c08 uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Mirek Fidler
b23ab7bae7 RichText, RichEdit: First on page paragraph/style feature 2022-03-18 14:46:51 +01:00
Mirek Fidler
21eebae3db Input Method support (Win32, MacOS, Linux) 2022-02-26 18:31:33 +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
cxl
a5f628fe6d uppsrc: 2020->2021
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
cxl
eec129be23 RichText, RichEdit: 1.15 line spacing
git-svn-id: svn://ultimatepp.org/upp/trunk@15517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-25 10:22:17 +00:00
cxl
50e81ea004 uppsrc: Hungarian translations (thanks warchef)
git-svn-id: svn://ultimatepp.org/upp/trunk@15444 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-18 12:33:43 +00:00
cxl
c1dbe598d0 Core: Array::Add(One<T>&&), RichEdit: Removed 'new', Sqlite3: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@15191 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-04 07:43:29 +00:00
cxl
451751d5fd uppsrc: nl-nl translation updated
git-svn-id: svn://ultimatepp.org/upp/trunk@15129 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 15:44:50 +00:00
cxl
f8b8cbf1eb Copying update
git-svn-id: svn://ultimatepp.org/upp/trunk@14978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-03 14:50:30 +00:00
cxl
dbae6da76e RichText: Paint info now has DrawSelection field for customizing selection appearance
git-svn-id: svn://ultimatepp.org/upp/trunk@14725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-29 10:07:15 +00:00
cxl
3e4b840506 uppsrc: Modernizing code with variadic templates
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
3c299ad2c6 RichEdit: Current style now preset in style manager
git-svn-id: svn://ultimatepp.org/upp/trunk@14389 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-26 08:58:07 +00:00
cxl
66d3644b1f RichEdit: Fixed paragraph format modified flag
git-svn-id: svn://ultimatepp.org/upp/trunk@14388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-26 08:35:08 +00:00
cxl
82bc1a6b85 CtrlCore: RectTracker MacOS
git-svn-id: svn://ultimatepp.org/upp/trunk@14325 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-18 12:57:30 +00:00
cxl
f938957b6e CtrlCore: Fixed some ViewDraw/GTK issues, RichEdit: UHD fixes for image resizing handles
git-svn-id: svn://ultimatepp.org/upp/trunk@14321 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-18 12:41:42 +00:00
cxl
24fa402017 RichEdit: Hyperlink color is always ltblue, despite the light/dark mode (as we always have white paper)
git-svn-id: svn://ultimatepp.org/upp/trunk@13767 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-14 17:28:32 +00:00
cxl
e892be548e RichEdit: PasteText added text normalization
git-svn-id: svn://ultimatepp.org/upp/trunk@13607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-09-16 20:53:22 +00:00
cxl
38ac5ee73b uppsrc: Copying copyright updated to 2019
git-svn-id: svn://ultimatepp.org/upp/trunk@13070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:32 +00:00
cxl
74d60026ee uppsrc: Undefined Behaviour sanitization
git-svn-id: svn://ultimatepp.org/upp/trunk@13032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-23 07:59:06 +00:00
cxl
a0a3011b37 RichText, RichEdit: Added SVG support
git-svn-id: svn://ultimatepp.org/upp/trunk@12811 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-06 11:49:57 +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
e5a2ed1f90 RichText: Fixed up/down navigation issue with tables
git-svn-id: svn://ultimatepp.org/upp/trunk@12369 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-10-15 08:26:20 +00:00
cxl
c68c5e8afa CtrlCore: Cocoa proper UHD support
git-svn-id: svn://ultimatepp.org/upp/trunk@12299 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-23 18:47:17 +00:00