Commit graph

462 commits

Author SHA1 Message Date
cxl
e4feff51cd Core: Support for secondary .tr language
git-svn-id: svn://ultimatepp.org/upp/trunk@4141 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 08:27:34 +00:00
cxl
a3aa3c2706 ide: clr support
git-svn-id: svn://ultimatepp.org/upp/trunk@4139 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 14:47:35 +00:00
cxl
8806d82e3d ide: CLR support (RM #156)
git-svn-id: svn://ultimatepp.org/upp/trunk@4138 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 12:38:41 +00:00
cxl
a20759a3ab .JSON docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4136 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 12:22:48 +00:00
cxl
1d2cb689af CtrlCore: X11 Fixed issue with memory leaks causing segmentation fault without displaying the warning
git-svn-id: svn://ultimatepp.org/upp/trunk@4133 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 18:26:10 +00:00
cxl
fd3224cbed Core: Value operator[](key) now returns ErrorValue if Value is not ValueMap (instead of ASSERT)
git-svn-id: svn://ultimatepp.org/upp/trunk@4132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 17:10:00 +00:00
cxl
04ff7f9f61 JSON documentation
git-svn-id: svn://ultimatepp.org/upp/trunk@4131 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 16:50:42 +00:00
cxl
90e998e2a5 Core: JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@4130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 12:45:30 +00:00
cxl
7df11e6fe1 Core: Value has now can directly access ValueArray, ValueMap elements, JSON support
git-svn-id: svn://ultimatepp.org/upp/trunk@4127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 18:19:15 +00:00
cxl
09e3985523 Core: CParser improved const-correctness (many methods are now const)
git-svn-id: svn://ultimatepp.org/upp/trunk@4124 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 11:55:08 +00:00
cxl
576264d474 Core: Cout::Flush for POSIX now calls fflush (RM #138)
git-svn-id: svn://ultimatepp.org/upp/trunk@4120 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:22:26 +00:00
cxl
dff68a2c1e Core: ValueMap::Set(key, value)
git-svn-id: svn://ultimatepp.org/upp/trunk@4116 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-02 13:21:12 +00:00
cxl
9d9f62f182 Core: CParser::IsId(const char *), improved 'visuals' for ValueArray::ToString
git-svn-id: svn://ultimatepp.org/upp/trunk@4114 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-01 19:41:01 +00:00
cxl
e64cec22eb *Core: RegisterFormatter declaration fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4102 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-25 06:20:03 +00:00
cxl
d510be20d5 .Core, .Web: fixed some type warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@4090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 11:25:26 +00:00
cxl
e12b5fc530 uppsrc: option for SSE2 in project templates (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@4012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:28:12 +00:00
cxl
affb8a370a *Core: Fixed problem with ArrayMap::Create (thanks Shire)
git-svn-id: svn://ultimatepp.org/upp/trunk@4002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 18:15:49 +00:00
cxl
b8ac76905b .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 06:53:48 +00:00
cxl
6dd64fab62 Core: ValueArray Insert, Append, Remove
git-svn-id: svn://ultimatepp.org/upp/trunk@3970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 09:03:46 +00:00
cxl
1030e72583 .Core: previous revision fixed to work in posix to...
git-svn-id: svn://ultimatepp.org/upp/trunk@3963 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 08:48:01 +00:00
cxl
6023477e37 Core: LocalProcess now has (No)ConvertCharset option, fixes issue with usvn file history
git-svn-id: svn://ultimatepp.org/upp/trunk@3962 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 08:42:16 +00:00
cxl
127c6cbf4f *Core: CParser correct issue with characters >128
git-svn-id: svn://ultimatepp.org/upp/trunk@3954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-06 13:29:46 +00:00
rylek
23b7526987 .Core/Topt.h: bug fix in ConstIIterator::operator + (int) (missing dereference)
git-svn-id: svn://ultimatepp.org/upp/trunk@3948 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 14:10:22 +00:00
cxl
6226345236 CtrlLib: ArrayCtrl::AsText, SetClipboard, AsQtf, AsCsv
git-svn-id: svn://ultimatepp.org/upp/trunk@3933 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 10:30:00 +00:00
cxl
be0db7fbc4 *Core: removed uses pcre
git-svn-id: svn://ultimatepp.org/upp/trunk@3921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 06:08:34 +00:00
cxl
080f6c0b41 *plugin/pcre: fixed to compile with MSC9
git-svn-id: svn://ultimatepp.org/upp/trunk@3909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-25 11:28:03 +00:00
cxl
5bcf61e9cd Core: AsString for std::complex
git-svn-id: svn://ultimatepp.org/upp/trunk@3891 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-20 06:23:38 +00:00
cxl
d0dfab263e CtrlLib, Draw: Improved support for dark visual themes (corrected text color, icon inversion for toolbar / menubar)
git-svn-id: svn://ultimatepp.org/upp/trunk@3887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-19 21:20:54 +00:00
cxl
a40565c216 uppsrc: Null cleanup
git-svn-id: svn://ultimatepp.org/upp/trunk@3866 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-16 08:24:44 +00:00
cxl
d59af2cddc *Core: Array::Swap fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3855 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-11 18:35:10 +00:00
cxl
d7ec39f0de Core: Array, ArrayMap T *Swap(int i, T *newt) variant
git-svn-id: svn://ultimatepp.org/upp/trunk@3852 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-11 15:30:01 +00:00
cxl
b1bd0fa9aa Core: Format fixed to correctly character lengths of utf8 strings when padfilling (RM# 96)
git-svn-id: svn://ultimatepp.org/upp/trunk@3844 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-09 09:48:21 +00:00
cxl
4f654ccc2b Core: String::GetCharCount
git-svn-id: svn://ultimatepp.org/upp/trunk@3835 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-07 07:54:45 +00:00
cxl
9121452258 Core: TextSettings: TrimBoth now used for value
git-svn-id: svn://ultimatepp.org/upp/trunk@3806 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-02 08:07:26 +00:00
cxl
937459ce58 Core: GetLngSet(const String& module)
git-svn-id: svn://ultimatepp.org/upp/trunk@3794 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-28 17:17:05 +00:00
rylek
1ebbcb416a .plugin/sqlite: fixed conversion of statement to UTF8
.Core/XML.cpp: ReadTextE updated to reflect modified IsText / ReadText logic
.TSql/util.cpp: new method SchemaId for explicitly naming table alias
.TCtrlLib: system color fix in WithDisplay<T>

git-svn-id: svn://ultimatepp.org/upp/trunk@3777 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-22 01:03:09 +00:00
cxl
125c0575b8 Core: Removed PLATFORM_X11 def
git-svn-id: svn://ultimatepp.org/upp/trunk@3732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-03 20:41:41 +00:00
unodgs
8d71129c99 Core: Added XML:IsAttr
git-svn-id: svn://ultimatepp.org/upp/trunk@3729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-01 21:54:56 +00:00
cxl
ef3f742d21 *Core: Fixed Tuple, Fixed RemoveSorted
git-svn-id: svn://ultimatepp.org/upp/trunk@3720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-31 12:28:03 +00:00
cxl
71445d603e Core, Draw: Applied changes for mac (thanks daveremba)
git-svn-id: svn://ultimatepp.org/upp/trunk@3688 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-21 18:11:08 +00:00
cxl
7c05fdfa4e Core: empty() method for STL compatibility for containers
git-svn-id: svn://ultimatepp.org/upp/trunk@3687 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-21 17:00:33 +00:00
cxl
2f57be366b .Core: IsNaN support for mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@3643 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-11 19:40:43 +00:00
cxl
c0f7eed849 Core: IsNaN function, AsString(NaN) now returns '?', Painter: PaintingPainter - ASSERT for NaN values
git-svn-id: svn://ultimatepp.org/upp/trunk@3639 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-10 21:50:35 +00:00
cxl
1e959819f8 Core: Fixed compatibility of binary serialization GCC vs MSC (dword definition issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@3637 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-10 21:32:12 +00:00
koldo
74dca570c6 Core: Added doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3630 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-10 17:14:21 +00:00
cxl
4e0c490a1c .CtrlLib, CtrlCore, Painter, RichEdit: minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-09 19:33:20 +00:00
cxl
98437cca1a *Core: Complex fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3625 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-07 05:00:02 +00:00
cxl
99c5bc6351 Core: Complex - support for conversion from number values, polyequal support
git-svn-id: svn://ultimatepp.org/upp/trunk@3624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-06 17:23:28 +00:00
cxl
682d88d2c6 Core: Value compatible Complex (thanks Kohait00)
git-svn-id: svn://ultimatepp.org/upp/trunk@3623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-06 15:21:50 +00:00
cxl
d42e3d443e .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 09:06:16 +00:00