Commit graph

428 commits

Author SHA1 Message Date
cxl
8deedb775d 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
b051d8c2f8 .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
bab7d4ee92 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
9cd52f49bc 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
8caea5e4a1 *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
9ca5b1f9ed 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
af75851094 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
5d80e3e0a4 .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
ee16211d3f 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
82ffff32ad 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
3a4f8ec39e 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
79cdbbe6dd .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
26a9302ab3 *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
52fc5ad898 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
5332de033e 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
c4953990f2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 09:06:16 +00:00
cxl
731332873c CtrlCore: bool support to Ref
git-svn-id: svn://ultimatepp.org/upp/trunk@3545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-18 09:31:24 +00:00
cxl
86a0e1b942 Core: IsWin7, CtrlCore: U++ now backpainted by default in Win7+
git-svn-id: svn://ultimatepp.org/upp/trunk@3500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-08 20:40:10 +00:00
rylek
6e4d2747eb .Core: fixed recent omission in ArrayMap - added using clause to include AMap's Insert variants previously hidden by Insert(int index, const K& key, T *newt)
+Oracle: implemented one of the ugliest interfaces I've ever seen - OracleClob to read/write Oracle CLOB's both in single-character and UTF8 mode

git-svn-id: svn://ultimatepp.org/upp/trunk@3499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-08 19:30:46 +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
rylek
0cc4a5f10a .Sql: modified SqlSession::SetError logic to overwrite last error out of transactions
.TSql: adjusted SqlBlock to do a ClearError when starting a transaction
+Core: added ArrayMap::Insert(int i, const K& key, T *newt) in analogy to Array

git-svn-id: svn://ultimatepp.org/upp/trunk@3466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-27 07:01:41 +00:00
cxl
6f4b84b816 Core: Xmlize now able to define tag names for container items
git-svn-id: svn://ultimatepp.org/upp/trunk@3454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-24 16:01:13 +00:00
cxl
f3575fc0e4 theide: fixed Bug #31: TheIDE menu losing focus when building
git-svn-id: svn://ultimatepp.org/upp/trunk@3440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-21 17:48:15 +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
rylek
85f4abea96 +Core: additional callback variants thanks to kohait00
git-svn-id: svn://ultimatepp.org/upp/trunk@3398 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-02 23:05:13 +00:00
cxl
d2008ef6f4 .doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3374 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-26 15:32:46 +00:00
cxl
bf8c5d3e5d theide: Assist for #include
git-svn-id: svn://ultimatepp.org/upp/trunk@3370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-25 15:15:56 +00:00
cxl
b6ba76f0d5 Core: CParser::ReadInt(int min, int max)
git-svn-id: svn://ultimatepp.org/upp/trunk@3367 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-22 12:40:07 +00:00
cxl
290137a794 Core: ValueMap improvements (thanks Kohait00)
git-svn-id: svn://ultimatepp.org/upp/trunk@3359 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-19 05:54:50 +00:00
rylek
3c20f21e4d *Core: fixed bug in Mitor's deep copy operator
git-svn-id: svn://ultimatepp.org/upp/trunk@3355 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-18 19:19:56 +00:00
kohait
dde3e75199 Core/srcdoc.tpp/Caveats$en-us.tpp: INITBLOCK / EXITBLOCK handling, icpp files
git-svn-id: svn://ultimatepp.org/upp/trunk@3354 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-18 12:14:51 +00:00
cxl
57a59b99ef Core: More container Adds/Inserts/Sets now return T&
git-svn-id: svn://ultimatepp.org/upp/trunk@3347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-17 19:48:40 +00:00
cxl
c5637228ad Core: Fixed Rect<double> Null issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3346 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-16 19:10:11 +00:00
cxl
5a44fdd2d5 Core: Array/Vector Set, Insert, InsertPick now return a reference to the element
git-svn-id: svn://ultimatepp.org/upp/trunk@3344 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-16 18:24:01 +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
cxl
2a3e8ae207 .Various changes
git-svn-id: svn://ultimatepp.org/upp/trunk@3332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-10 09:46:32 +00:00
cxl
58986b5fbb *Core: Fixes to compile with GCC 4.6 (RM #52)
git-svn-id: svn://ultimatepp.org/upp/trunk@3331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-10 07:59:23 +00:00
cxl
3cdacb0043 .Core: Fixed duplicate ASSERT issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-07 08:30:02 +00:00
cxl
fe8d5db392 Core: InitCaps improved to capitalize letters after any !IsLeNum character
git-svn-id: svn://ultimatepp.org/upp/trunk@3327 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-07 08:25:52 +00:00
cxl
f0ce037a8f CtrlCore: Less warnings for LOGs in release mode
git-svn-id: svn://ultimatepp.org/upp/trunk@3321 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-31 09:01:44 +00:00
chickenk
732367a02f .Core: update cross-references in Callbacks documentation
git-svn-id: svn://ultimatepp.org/upp/trunk@3262 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-05 10:51:40 +00:00
koldo
64a0d4847c .Core: Added details to doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3244 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-25 16:22:14 +00:00
rylek
71d0ab2d03 .CtrlCore/: minor fixes in EncodeRTF; fixed escape sequences in .t string constants
git-svn-id: svn://ultimatepp.org/upp/trunk@3197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-11 18:58:56 +00:00
koldo
6da73b5ca1 .Core: Some doc included
git-svn-id: svn://ultimatepp.org/upp/trunk@3165 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-04 23:36:43 +00:00
cxl
d76f0bfa4e .uppsrc: minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3160 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-04 15:05:04 +00:00
cxl
de44c7d041 theide: SSE2 as Option in main config, templates now include SSE2 as default (RM #9)
git-svn-id: svn://ultimatepp.org/upp/trunk@3138 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-31 14:53:32 +00:00
cxl
b1b7f23898 *CtrlLib, Draw: Fixed issues with menu and dark themes in Ubuntu (RM Bug #5)
git-svn-id: svn://ultimatepp.org/upp/trunk@3125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-30 12:42:32 +00:00
cxl
7a2fc73a6a SmtpMail: Refactored, added support for character encoding in headers, added recipient/sender names, Core: FormatIntBase added 'upper' option, FormatIntHexUpper function
git-svn-id: svn://ultimatepp.org/upp/trunk@3112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 12:04:49 +00:00
cxl
90838c15b3 .Core: Fixed String/WString docs wrt zero characters
git-svn-id: svn://ultimatepp.org/upp/trunk@3077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 22:41:31 +00:00
koldo
0d62013ea4 .Core: Added doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 21:42:39 +00:00