Commit graph

3769 commits

Author SHA1 Message Date
rylek
3729339d94 .TCore\CalcType.h,cpp: added support for int64
git-svn-id: svn://ultimatepp.org/upp/trunk@4143 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 09:08:56 +00:00
cxl
15fd6fecbc CtrlCore: Win32 SerializePlacement limit now VirtualWorkArea (thanks Tom1)
git-svn-id: svn://ultimatepp.org/upp/trunk@4142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-07 08:50:43 +00:00
cxl
be4af88289 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
77c2f1eeab ide: SSE2 not removed for CLR
git-svn-id: svn://ultimatepp.org/upp/trunk@4140 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 17:16:30 +00:00
cxl
3a0e9babdb 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
f29434b643 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
5507a9b725 .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@4137 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 12:30:18 +00:00
cxl
eb2f977bc6 .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
2f602e7963 *ide: Fixed issue with strange popup when mouse selecting in theide (cause: assist++ paraminfo) (RM #121)
git-svn-id: svn://ultimatepp.org/upp/trunk@4135 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 12:20:01 +00:00
micio
1073955686 Bazaar : Uniq, Updater, SysExecGui, Protect - Added stub for German translations
git-svn-id: svn://ultimatepp.org/upp/trunk@4134 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-06 08:14:52 +00:00
cxl
88340cd36a 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
e78884acec 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
0416725f18 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
f2d1a18a82 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
5f280aa260 reference: JSON
git-svn-id: svn://ultimatepp.org/upp/trunk@4129 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 12:45:20 +00:00
cxl
57e0c1b5c9 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 12:24:42 +00:00
cxl
d3ad4971a3 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
94d5403673 reference: JSON reference example
git-svn-id: svn://ultimatepp.org/upp/trunk@4126 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 18:19:14 +00:00
cxl
258d544fac 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
c943e7e40a ide: T++ now inserts a spece before final '.' (resolves issue with the character style of last paramater name)
git-svn-id: svn://ultimatepp.org/upp/trunk@4123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:40:12 +00:00
cxl
d12fb1eb86 plugin\Sqlite3: upgraded to 3.7.8
git-svn-id: svn://ultimatepp.org/upp/trunk@4122 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:36:08 +00:00
cxl
ea6cae21f5 .reference
git-svn-id: svn://ultimatepp.org/upp/trunk@4121 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:35:56 +00:00
cxl
8f8ba89d84 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
3383cff232 ide: Virtuals and Goto now match search string partially (#114, thanks SenderGhost)
git-svn-id: svn://ultimatepp.org/upp/trunk@4119 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 10:06:48 +00:00
cxl
0cecd9eff3 ide: Assist++ now has correct line number information of .sch (thanks a alot SenderGhost!)
git-svn-id: svn://ultimatepp.org/upp/trunk@4118 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-04 09:47:10 +00:00
micio
455f920955 Bazaar/HelpViewer : added Back and forward buttons, backlink to tree and window title
git-svn-id: svn://ultimatepp.org/upp/trunk@4117 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-03 09:05:17 +00:00
cxl
8731fd5b6b 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
0b1ca0aaf2 XmlRpc: MaxRequestSize
git-svn-id: svn://ultimatepp.org/upp/trunk@4115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-02 08:28:22 +00:00
cxl
45b871f993 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
b15dd257a9 .uppweb counter transition comment
git-svn-id: svn://ultimatepp.org/upp/trunk@4113 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-01 19:40:59 +00:00
koldo
2d13d47de1 *Functions4U: Fixed unicode
git-svn-id: svn://ultimatepp.org/upp/trunk@4111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-01 06:52:55 +00:00
koldo
f52b744f4b *Controls4U: Fixed unicode problems.
git-svn-id: svn://ultimatepp.org/upp/trunk@4110 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-31 21:10:22 +00:00
koldo
675278fd20 uppweb: Removed stable releases lead time.
git-svn-id: svn://ultimatepp.org/upp/trunk@4109 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-30 15:14:34 +00:00
rylek
4a214fef29 Sql: added #ifndef flagNOAPPSQL to SqlStatement::Get() dependant on SQL
git-svn-id: svn://ultimatepp.org/upp/trunk@4108 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-29 00:26:50 +00:00
micio
711ebec598 Fix another introduced bug in windows
git-svn-id: svn://ultimatepp.org/upp/trunk@4107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-27 09:44:19 +00:00
cxl
346b011dd5 Sql: SqlStatement::Get() with SQL dialect
git-svn-id: svn://ultimatepp.org/upp/trunk@4106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-26 13:24:50 +00:00
cxl
1b4d776e7d ide: Optimized type evaluator for deep permutations, permutations limited (#140)
git-svn-id: svn://ultimatepp.org/upp/trunk@4105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-26 07:32:35 +00:00
cxl
3c2c1805b2 *CtrlCore: Fixed corner case when child is removed in ChildMouseEvent or ChildFrameMouseEvent
git-svn-id: svn://ultimatepp.org/upp/trunk@4104 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-26 06:22:28 +00:00
cxl
81a7a30d8f .uppbox: Scripts: website generation removed from nightly builds
git-svn-id: svn://ultimatepp.org/upp/trunk@4103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-25 20:13:20 +00:00
cxl
512a85ec0b *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
rylek
f61cff1344 .Oracle/Oci8.cpp: added zero-length check to OracleClob
git-svn-id: svn://ultimatepp.org/upp/trunk@4101 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 21:31:04 +00:00
rylek
a4947790ef Geom/Ctrl/PlotterCtrl: new methods to check for reversed orientation of coordinate axes
plugin/jpg/jpgupp.cpp: support for EXIM image orientation metadata
plugin/sqlite3/Sqlite3upp.cpp: support for BLOB write using SqlRaw
Oracle/Oci8.cpp: fixed OracleBlob::Write to survive zero-length write

git-svn-id: svn://ultimatepp.org/upp/trunk@4100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 21:30:07 +00:00
kohait
dd90c9d1f7 bazaar: BoostPyTest: convenience restructure, prepare compile MSC10
git-svn-id: svn://ultimatepp.org/upp/trunk@4099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 19:41:16 +00:00
cxl
3784114701 .uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@4098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 15:09:28 +00:00
cxl
63d5a51135 .uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@4097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 13:17:23 +00:00
cxl
2f4b604445 .Draw: added expat dependency
git-svn-id: svn://ultimatepp.org/upp/trunk@4096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:45:46 +00:00
cxl
6a7d5a5fd3 .uppweb: developing
git-svn-id: svn://ultimatepp.org/upp/trunk@4095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:40:37 +00:00
cxl
7359e97393 .uppweb: developing
git-svn-id: svn://ultimatepp.org/upp/trunk@4094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:39:16 +00:00
cxl
0b5286b838 .uppweb: developing
git-svn-id: svn://ultimatepp.org/upp/trunk@4093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:29:05 +00:00
cxl
faec745c03 .CtrlCore: RAINBOW compilation flag to exlude GUI libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@4092 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-23 12:26:44 +00:00