Commit graph

1964 commits

Author SHA1 Message Date
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
bf24417299 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4128 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-05 12:24:42 +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
b302df6e4c 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
610b89b7c1 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
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
cc161fab24 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
085ddd77c3 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
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
7fe4bcdd1d 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
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
rylek
4a9bc5e930 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
cxl
d84576f890 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
c44429767a 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
1bb6ffb605 *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
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
rylek
bfb017762e .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
1cd8f2c8e4 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
cxl
88f98c0435 .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
2a622dade4 .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
e3cb614371 .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
48ba0a7d5d .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
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
f0761d2c42 *ide: various fixes in export/makefile functionality
git-svn-id: svn://ultimatepp.org/upp/trunk@4075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-21 12:24:54 +00:00
cxl
944c834dde *Web: HttpClient Post(id, text) now calls Post() method
git-svn-id: svn://ultimatepp.org/upp/trunk@4074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-20 19:49:13 +00:00
cxl
ccdf3336c4 .ide: in help, umk documentation replaces commandline..
git-svn-id: svn://ultimatepp.org/upp/trunk@4073 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-20 12:47:06 +00:00
cxl
3d4b16009b Web: HttpClient::Header
git-svn-id: svn://ultimatepp.org/upp/trunk@4066 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-20 08:52:48 +00:00
cxl
9950a6d836 .Web\SSL: Cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4052 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-18 18:37:23 +00:00
cxl
4eea371e4f *CtrlCore: fixed a problem in GetPropertyInts
git-svn-id: svn://ultimatepp.org/upp/trunk@4045 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-18 12:56:06 +00:00
cxl
ac4d558b5c .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4037 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-17 12:16:49 +00:00
cxl
653369c545 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-15 17:17:32 +00:00
cxl
368620c0d2 *Removed stray DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@4024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-15 16:31:58 +00:00
cxl
dff7febc52 RichEdit: It is now possible to select the table at the beginning of text with the rest of text
git-svn-id: svn://ultimatepp.org/upp/trunk@4018 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 12:55:56 +00:00
cxl
3c8dd44145 ide: Null is now highlighted
git-svn-id: svn://ultimatepp.org/upp/trunk@4017 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:59:41 +00:00
cxl
e3565bd5ce *uppsrc: Added $.tpp to packages (fixing missing doc templates issue) (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@4016 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:57:31 +00:00
cxl
ba1151aa42 *ide: METAPACKAGE fix (thanks Sender Ghosr)
git-svn-id: svn://ultimatepp.org/upp/trunk@4015 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:55:17 +00:00
cxl
3987e33d22 Draw: AttrText now has Bold/Italic/Underline/Strikeout methods
git-svn-id: svn://ultimatepp.org/upp/trunk@4014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:52:14 +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
5c5c0f76e9 *CtrlCore: Fixed semantics of PasteClip Accept (problem with D&D in LineEdit)
git-svn-id: svn://ultimatepp.org/upp/trunk@4004 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 18:45:21 +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
rylek
b267d9ceed .RichEdit/RichEdit.h, Mouse.cpp: fixed incorrect handling of object / field modifications in new customizable local menu implementation
git-svn-id: svn://ultimatepp.org/upp/trunk@3996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 05:49:30 +00:00
rylek
b32e651019 .CtrlCore/EncodeRTF: bug fix in interpretation of \pard; added optional context parameter
.RichEdit/RichEdit.h, Editor.cpp, Mouse.cpp: new callback WhenBar / StdBar member enables local editor menu customization

git-svn-id: svn://ultimatepp.org/upp/trunk@3993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-12 18:56:58 +00:00
cxl
5190584930 *Web\SSL: MemoryIgnoreLeaksBlock for SSL_library_init
git-svn-id: svn://ultimatepp.org/upp/trunk@3988 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-11 09:24:00 +00:00
rylek
8c29060346 .Oracle/Oci8.cpp: added Sql constructor to get rid of Oracle8RefCursorStub -> Sql assignment error
git-svn-id: svn://ultimatepp.org/upp/trunk@3978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-10 07:31:40 +00:00
cxl
99c30f8406 Sql: In sql trace log, questionmark parameter placeholders are now replaced with actual parameters
git-svn-id: svn://ultimatepp.org/upp/trunk@3977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 19:30:20 +00:00