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
a95f9b2dba
plugin/jpg: updated to version 9b
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11394 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-21 11:28:01 +00:00
cxl
827c8461e9
ODBC: Now using native error code in error
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11220 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-07-07 13:04:44 +00:00
cxl
906dad7dd7
ODBC: Fixed leaking because of missing SQLDisconnect
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-10 14:38:30 +00:00
cxl
390fca6b36
upp.src: Gate2->Gate
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10663 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 05:48:06 +00:00
cxl
def1ec1f92
u++: init files removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-12 06:36:54 +00:00
cxl
bdb9fb0ef0
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-18 08:40:34 +00:00
cxl
42d3e65fa5
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10333 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-18 08:39:56 +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
cbc9c8b04a
ODBC: Simplified parameter handling, PGSQL: Added test for incorrect number of parameters
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7907 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-18 19:08:28 +00:00
cxl
4a8c3abf4f
ODBC: Support for unicode fetch values
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7871 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-08 17:58:36 +00:00
cxl
cc7849234c
ODBC: Changed to fetch complete resultset at Execute
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7855 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-02 18:19:42 +00:00
cxl
0d7f1ebb8c
MSSQL/ODBC: Refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7836 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-29 20:02:01 +00:00
cxl
c02a343e75
SQL: Various engine fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7827 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-28 17:58:06 +00:00
cxl
5891b6dbc2
SqlExp: MSSQL dialect version of ConvertAscii, ODBC: Param issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7826 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-27 08:24:50 +00:00
cxl
d6e5740da6
Sql/ODBC: Fixed MSSQL issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7773 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-13 11:40:07 +00:00
cxl
1745522f2e
ODBC: Fixed for C++11
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7212 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-10 09:51:08 +00:00
cxl
a16cf0b98f
ODBC: Fixed crash issue with client 11.0
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-05 10:14:52 +00:00
cxl
6f0277ff34
ODBC: EnumDSN();
...
git-svn-id: svn://ultimatepp.org/upp/trunk@5428 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-14 07:49:49 +00:00
cxl
988e51f30a
Sql: Refactored SQL 'default app cursor', added per-thread SQL option, added secondary SQLR 'default app cursor'
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-10 16:03:24 +00:00
rylek
7386be99a3
.Sql: added 'binary' flag to SqlColumnInfo to check for binary columns
...
.OleDB: fixed logic for fetching multiple BLOB columns from a rowset
.OleDB: fixed BLOB update logic based on SqlRaw
.Geom/Draw: removed assembly variant of matrix-vector multiplication
git-svn-id: svn://ultimatepp.org/upp/trunk@3322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-03 23:04:30 +00:00
cxl
50ca785bdc
Fixed MSSQL interface
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-22 12:26:18 +00:00
cxl
2f309d3972
MSSQL package (ODBC based)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1083 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-20 20:45:47 +00:00
cxl
16aa67ea55
ODBC / MSSQL fixed Invalid precision error
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1079 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-20 13:50:50 +00:00
cxl
e9aeb0acb3
ODBC fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1065 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-16 18:37:37 +00:00
cxl
300265cd0c
ODBC fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-16 12:14:57 +00:00
cxl
efe3f71b1f
Minor fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-16 11:29:37 +00:00
cxl
8a53596c28
uppsrc minor fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-25 09:52:36 +00:00
cxl
eae69e769e
Developing ODBC
...
git-svn-id: svn://ultimatepp.org/upp/trunk@910 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-27 20:49:47 +00:00
cxl
a2f1e8609d
ODBC linux fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-27 14:30:40 +00:00
cxl
486c0e793b
ODBC connector (1st working version)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-27 14:02:00 +00:00
cxl
f57fad159d
Developing ODBC connector
...
git-svn-id: svn://ultimatepp.org/upp/trunk@907 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-26 11:03:36 +00:00