Commit graph

323 commits

Author SHA1 Message Date
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
c62f6ad9fa ide: In split mode, both panes are now highlighted
git-svn-id: svn://ultimatepp.org/upp/trunk@15972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-01 06:59:07 +00:00
cxl
9be3584f71 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-19 07:30:21 +00:00
cxl
8ee2a9d46f ide, CodeEditor: Move line/selection up/down
git-svn-id: svn://ultimatepp.org/upp/trunk@15924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-18 22:49:59 +00: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
792ab8ca25 ide: Fixed freeze on empty block replace
git-svn-id: svn://ultimatepp.org/upp/trunk@15563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-02 09:08:46 +00:00
cxl
bcebd37a62 CodeEditor: Fixed C++ highlighting, Core: LinuxBeep added gst-play-1.0
git-svn-id: svn://ultimatepp.org/upp/trunk@15358 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-04 21:07:37 +00:00
cxl
c218c18ccc ide: .lay is now inserting .usc namespace, allows layouts without Upp namespace active
git-svn-id: svn://ultimatepp.org/upp/trunk@15339 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-31 18:52:50 +00:00
cxl
153f90073d CodeEditor: C++20 keywords support (thanks Klugier)
git-svn-id: svn://ultimatepp.org/upp/trunk@15324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-30 09:26:39 +00:00
cxl
7c5baaaffb .DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@15213 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-07 18:52:19 +00:00
cxl
e4bcb0fd35 CtrlCore: MacOS Tab handling fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@15208 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-07 12:46:03 +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
9293ed2be0 uppsrc: Visual C++ compiler bug [W]StringBuffer workaround
git-svn-id: svn://ultimatepp.org/upp/trunk@15123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 09:37:31 +00:00
cxl
e0e0ff8611 Fixed some warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-16 12:53:11 +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
aed095c372 ide: Fixed context goto to inherited type
git-svn-id: svn://ultimatepp.org/upp/trunk@14879 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-08-22 16:52:23 +00:00
cxl
8b495413cf ide: Python syntax highlighting refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@14555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 11:47:35 +00:00
cxl
5b7ab233d9 ide: Syntax highlighting small improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 11:11:51 +00:00
cxl
e0208d3590 ide: Log syntax highlighting now highlights 0x and 0b numbers
git-svn-id: svn://ultimatepp.org/upp/trunk@14553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 10:52:27 +00:00
cxl
d55f46cbe8 ide: Fixed performance issue with .log highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@14552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-05 09:53:29 +00:00
cxl
6d491bd498 Esc: fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@14526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-01 08:12:25 +00:00
cxl
96b53c07b1 CtrlLib, ide: Skin improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-17 14:16:21 +00:00
cxl
1fe2954e2c CodeEditor: Improved left bar in dark mode
git-svn-id: svn://ultimatepp.org/upp/trunk@14171 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-17 10:16:44 +00:00
cxl
592d0d137a .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@13957 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-30 14:26:39 +00:00
cxl
915686c643 uppsrc: Removed legacy .iml support, fixed clang warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@13522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-03 13:29:03 +00:00
cxl
e53932b2f5 Core: Improved approximate best fit in allocator
git-svn-id: svn://ultimatepp.org/upp/trunk@13377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-10 15:26:34 +00:00
cxl
2006c8638c CodeEditr, TabBar: Dark theme adjustments
git-svn-id: svn://ultimatepp.org/upp/trunk@13085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-05 15:03: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
311d570d4a ide: Default Dark theme style changed, if default style is active, it reacts to light/dark theme
git-svn-id: svn://ultimatepp.org/upp/trunk@13012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-19 13:25:14 +00:00
cxl
aa0b9b1774 uppsrc: Ide fixed to run valgrind clean
git-svn-id: svn://ultimatepp.org/upp/trunk@13008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-18 08:50:22 +00:00
cxl
ba5578b0ea CodeEditor: unitialized variable (harmless) fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@13007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-04-18 06:13:05 +00:00
cxl
84a91967ac ide: Dark mode fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@12888 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-24 11:27:52 +00:00
cxl
62e62583f0 upp.src: Fixed various warnings (GCC 8.2)
git-svn-id: svn://ultimatepp.org/upp/trunk@12866 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-03-22 07:48:06 +00:00
cxl
692701f57f CodeEditor: fixed typo
git-svn-id: svn://ultimatepp.org/upp/trunk@12735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-03 19:56:52 +00:00
cxl
8a0b2bb308 ide: Comment spell checking now ignores non-letters
git-svn-id: svn://ultimatepp.org/upp/trunk@12707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-23 21:26:05 +00:00
cxl
b653fbced0 ide: Highlight column
git-svn-id: svn://ultimatepp.org/upp/trunk@12473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-06 18:02:07 +00:00
cxl
19b753c3dd IconDes: UHD issues, GLCtrl developing
git-svn-id: svn://ultimatepp.org/upp/trunk@12249 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-04 21:24:11 +00:00
cxl
f850fc7861 ide: Fixed problem with PDB debugger runtime breakpoints via mouse
git-svn-id: svn://ultimatepp.org/upp/trunk@12014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-21 18:50:43 +00:00
cxl
408157313b RichEdit: zooming
git-svn-id: svn://ultimatepp.org/upp/trunk@11921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-30 20:19:01 +00:00
cxl
c66f26b840 uppsrc: ES-ES translation updated
git-svn-id: svn://ultimatepp.org/upp/trunk@11890 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-13 12:57:48 +00:00
cxl
1a5763571c ide: C++ Raw String highlighting improved
git-svn-id: svn://ultimatepp.org/upp/trunk@11854 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-20 16:28:57 +00:00
cxl
e7afdb0b6b .Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@11851 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-20 09:43:38 +00:00
cxl
54fd84c1f4 ide: Theme fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-19 15:02:26 +00:00
cxl
9d3ddc1c48 ide: Raw (multiline) literals support in CodeEditor highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@11845 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-19 14:54:46 +00:00
cxl
af3a34d9ff ide: Fixed progress issue in find
git-svn-id: svn://ultimatepp.org/upp/trunk@11597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-20 22:36:26 +00:00
cxl
3d0e1db02f CtrlLib: TextCtrl, LineEdit, CodeEditor: view mode
git-svn-id: svn://ultimatepp.org/upp/trunk@11592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-20 12:10:24 +00:00
cxl
5dff5fc989 CodeEditor, ide: Word wrap
git-svn-id: svn://ultimatepp.org/upp/trunk@11473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-17 08:03:36 +00:00
cxl
6ce89b3764 ide: Setup dark theme / white theme
git-svn-id: svn://ultimatepp.org/upp/trunk@11334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-09-20 09:21:22 +00:00
cxl
5336b8651b ide, CodeEditor: Dark highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@11205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-06-26 09:08:58 +00:00
cxl
24810c193c ide, CodeEditor: default dark color / highlighting scheme
git-svn-id: svn://ultimatepp.org/upp/trunk@11204 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-06-25 10:22:10 +00:00