Commit graph

32 commits

Author SHA1 Message Date
Mirek Fidler
22f3d3507a Draw, CtrlLib: Font NoColor and RichTextView MonoGlyphs disables replacing glyphs with color variants 2025-08-09 08:01:08 +02:00
Mirek Fidler
25f71b0a76 RichText: Numbering refactored 2024-09-16 00:01:57 +02:00
Mirek Fidler
848fbbdb5e ide: RepoSync pull changed to merge 2023-06-13 17:46:22 +02:00
Mirek Fidler
f7c4fe08de CtrlLib: RichTextView::Highlight(Color) 2022-12-20 15:37:20 +01:00
Mirek Fidler
b23ab7bae7 RichText, RichEdit: First on page paragraph/style feature 2022-03-18 14:46:51 +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
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
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
a1f521e289 CtrlLib, ide: Better dark theme support (using DarkTheme for RichTextCtrl)
git-svn-id: svn://ultimatepp.org/upp/trunk@12635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-21 07:43:53 +00:00
cxl
d702bb47a4 RichText: QTFDisplay now ignores text color / paper if style is not normal
git-svn-id: svn://ultimatepp.org/upp/trunk@11294 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-08-06 08:56:22 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
b577db64b4 RichText: Header/Footer can be changed by paragraph/table
git-svn-id: svn://ultimatepp.org/upp/trunk@10084 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-21 05:45:44 +00:00
cxl
386d9c7cf9 RichText: Fixed minor glitch in ParaData.cpp #1480
git-svn-id: svn://ultimatepp.org/upp/trunk@9996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-02 15:37:57 +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
ba7ab3ed50 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
c0bf704112 RichText, RichEdit: Customization options
git-svn-id: svn://ultimatepp.org/upp/trunk@6807 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-23 12:09:05 +00:00
cxl
bd87a04fda Draw, CtrlCore: Major refactor of Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-11-11 12:33:47 +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
5f95c7402e RichText, RichEdit: Styles of paragraph ruler (dotted, dashed)
git-svn-id: svn://ultimatepp.org/upp/trunk@5059 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-19 09:48:35 +00:00
cxl
10094501aa Core: Id is now String based, Sql: SqlCol erradicated
git-svn-id: svn://ultimatepp.org/upp/trunk@4276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-08 23:55:47 +00:00
cxl
5d9b35c480 *uppsrc: fixed various i18n, font, RichText issues in X11
git-svn-id: svn://ultimatepp.org/upp/trunk@2258 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-23 19:17:45 +00:00
cxl
3d79b68a9f RichText, CtrlLib: PaintInfo - shrink_oversized_objects, used in RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@2172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-04 08:25:11 +00:00
cxl
94c9a2c765 RichEdit now shows an arrow to signal labeled paragraphs
git-svn-id: svn://ultimatepp.org/upp/trunk@1686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-09 17:45:43 +00:00
cxl
ca64a6dc01 RichText: Optimized by caching paragraph data and layout
git-svn-id: svn://ultimatepp.org/upp/trunk@1524 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-23 17:27:01 +00:00
cxl
6de6ff7d05 RichText, CtrlCore: Fixed problems with pasting Images into RichText, slightly optimized RichText core algorithms, theide: fixed infinute recursion if class inherits itself (C++ error, but A++ has to react)
git-svn-id: svn://ultimatepp.org/upp/trunk@1494 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-11 17:47:14 +00:00
cxl
04a06f8ce7 developing new draw
git-svn-id: svn://ultimatepp.org/upp/trunk@1372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-06 20:31:00 +00:00
rylek
178e234cf7 External context support in RichText / RichEdit
git-svn-id: svn://ultimatepp.org/upp/trunk@972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-18 01:03:40 +00:00
cxl
ff1ec91efb Changed RichText/RichEdit apply-style operation
git-svn-id: svn://ultimatepp.org/upp/trunk@503 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-02 15:25:38 +00:00
cxl
834baf76c2 git-svn-id: svn://ultimatepp.org/upp/trunk@413 f0d560ea-af0d-0410-9eb7-867de7ffcac7 2008-09-09 10:04:46 +00:00
cxl
9b02d7b09e QTF non-anti-aliased
git-svn-id: svn://ultimatepp.org/upp/trunk@409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-08 17:57:50 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00