Mirek Fidler
|
2afe7f5382
|
Core: Fixed FLOAT_V issues
|
2023-11-18 08:28:25 +01:00 |
|
Mirek Fidler
|
0cea273540
|
Core: Atoi, Atoi64
|
2023-05-03 15:18:59 +02:00 |
|
Mirek Fidler
|
45440d75b5
|
Core: ConvertFloat, CtrlLib: EditFloat
|
2022-04-11 16:48:56 +02:00 |
|
Mirek Fidler
|
f3031736b7
|
Core: FormatDouble, ScanDbl refactored
|
2021-08-29 13:27:37 +02:00 |
|
Mirek Fidler
|
9a0d174984
|
Core: double Null refactoring (it is now -inf)
|
2021-08-27 09:17:32 +02:00 |
|
cxl
|
11a2c6f214
|
Core: text->double conversion refactored / optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@16002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2021-06-22 11:33:39 +00:00 |
|
cxl
|
b9dfcc65be
|
Core: string->integer conversions optimised
git-svn-id: svn://ultimatepp.org/upp/trunk@16000 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2021-06-22 07:04:20 +00:00 |
|
cxl
|
e4e867040c
|
CtrlCore: Fixed encoding issue with Win32 clipboard text
git-svn-id: svn://ultimatepp.org/upp/trunk@15926 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2021-04-20 12:04:52 +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
|
822cfb6bce
|
uppsrc: Removed flagSO #ifdefs (actually to make SO compilation possible)
git-svn-id: svn://ultimatepp.org/upp/trunk@12997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2019-04-14 08:34:13 +00:00 |
|
cxl
|
c3802bb902
|
Core: ConvertDate::SetDefaultMinMax
git-svn-id: svn://ultimatepp.org/upp/trunk@12066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2018-07-11 12:07:24 +00:00 |
|
cxl
|
1d2dee3d83
|
Core: Fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@10920 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-03-08 08:34:29 +00:00 |
|
cxl
|
40bd90c7e1
|
Core: Fixed issue in ConvertString - Trim (Left/Right) is now performed before doing checks
git-svn-id: svn://ultimatepp.org/upp/trunk@10919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-03-07 23:20:12 +00:00 |
|
cxl
|
7063d4d9e1
|
Core: Atof (comma safe atof)
git-svn-id: svn://ultimatepp.org/upp/trunk@10764 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2017-01-26 08:24:21 +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
|
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
|
4f020bb2e3
|
Core: Convert Pattern issue fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@7841 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-10-30 09:45:35 +00:00 |
|
cxl
|
4e0e7a0c1f
|
Core: ConvertDouble now filters input if pattern is used (to fix '1.23 EUR' situation)
git-svn-id: svn://ultimatepp.org/upp/trunk@7835 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-10-29 15:45:17 +00:00 |
|
cxl
|
18de3d2c20
|
*Core: Fixed issue in StrInt
git-svn-id: svn://ultimatepp.org/upp/trunk@7567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-08-06 06:24:21 +00:00 |
|
cxl
|
d8cc437817
|
ScanDouble/Int now scans prefix, postfix checked in StrDbl/IntValue
git-svn-id: svn://ultimatepp.org/upp/trunk@7564 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-08-05 17:20:20 +00:00 |
|
cxl
|
28a3d59b49
|
Core: StrDbl improved error checking (e.g. '12-12' is now error)
git-svn-id: svn://ultimatepp.org/upp/trunk@7271 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-04-17 12:07:36 +00:00 |
|
cxl
|
33883d5e1e
|
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7134 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-04-02 15:54:57 +00:00 |
|
cxl
|
54b6f2c9a7
|
Core: IsInf, IsFin
git-svn-id: svn://ultimatepp.org/upp/trunk@6788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2014-01-18 13:37:30 +00:00 |
|
cxl
|
697d44360d
|
ConvertTime: AlwaysTime, DayEnd
git-svn-id: svn://ultimatepp.org/upp/trunk@6610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2013-11-27 10:03:17 +00:00 |
|
cxl
|
1da9f4582c
|
Core: MapConvert::Default
git-svn-id: svn://ultimatepp.org/upp/trunk@5574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2012-11-21 20:04:18 +00:00 |
|
cxl
|
71740dc8d6
|
Core: new Value reintegrated for conditional compilation (SVO_VALUE flag)
git-svn-id: svn://ultimatepp.org/upp/trunk@4495 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2012-01-30 14:53:29 +00:00 |
|
cxl
|
c5826d7b94
|
Core: Support for decimal comma instead of decimal point for double formatting
git-svn-id: svn://ultimatepp.org/upp/trunk@4149 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-11-08 15:45:30 +00:00 |
|
cxl
|
5b3fb640fc
|
*Core: ConvertInt::Scan fix of lower limit for int result
git-svn-id: svn://ultimatepp.org/upp/trunk@3469 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-05-29 17:03:54 +00:00 |
|
cxl
|
bd4b53975c
|
.Core: ConvertInt now returns 'int' Value number subtype when possible
git-svn-id: svn://ultimatepp.org/upp/trunk@3434 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-05-18 20:58:04 +00:00 |
|
cxl
|
dad392def7
|
.Various minor changes
git-svn-id: svn://ultimatepp.org/upp/trunk@3334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2011-04-11 11:37:41 +00:00 |
|
rylek
|
6f72f42453
|
*Core: removed 'truncate' flag from ConvertDate and StdConvertDateTruncated; ConvertDate now always formats dates as dates (without the time section)
.Web/SSL: turned off allocation logging
git-svn-id: svn://ultimatepp.org/upp/trunk@2272 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2010-03-26 23:34:23 +00:00 |
|
cxl
|
5df7551396
|
Core: ConvertDate::Truncate, StdConvertDateTruncate
git-svn-id: svn://ultimatepp.org/upp/trunk@2048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2010-02-10 14:06:42 +00:00 |
|
cxl
|
827cfb5926
|
CtrlLib, Code: EditString,ConvertString: TrimLeft, TrimRight, TrimBoth
git-svn-id: svn://ultimatepp.org/upp/trunk@1728 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2009-11-29 22:28:15 +00:00 |
|
cxl
|
430f79b00d
|
RichEdit minor fixes, ViewBorder method
git-svn-id: svn://ultimatepp.org/upp/trunk@1720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2009-11-25 18:38:37 +00:00 |
|
cxl
|
80a2b84725
|
Core, CtrlLib: ConvertDate, ConvertTime now have Default method -> propagates to date/time widgets as well...
git-svn-id: svn://ultimatepp.org/upp/trunk@1641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2009-10-19 20:44:36 +00:00 |
|
rylek
|
4f33d6f280
|
Corrected bug in StdConvertDoubleNotNull; commented out Bearing (moved to Core by CXL)
git-svn-id: svn://ultimatepp.org/upp/trunk@1094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2009-04-22 22:46:05 +00:00 |
|
cxl
|
d56225490f
|
Time convert, TreeCtrl HighlightCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@711 f0d560ea-af0d-0410-9eb7-867de7ffcac7
|
2008-12-18 10:12:09 +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 |
|