Commit graph

315 commits

Author SHA1 Message Date
cxl
f7058b768d .uppsrc: MSC10 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@2395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-14 13:07:58 +00:00
cxl
76943d776b .uppsrc: ES-ES translation update
git-svn-id: svn://ultimatepp.org/upp/trunk@2347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-29 21:43:02 +00:00
cxl
9b4537ccce ArrayIndex: Detach, PopDetach
git-svn-id: svn://ultimatepp.org/upp/trunk@2341 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-26 08:19:27 +00:00
rylek
2a2427fb6e .Core: renamed MD5_CTX to UPP_MD5_CTX to avoid clashes with OpenSSL
+TCore: a few simple XML creation / parsing utility functions

git-svn-id: svn://ultimatepp.org/upp/trunk@2310 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-07 07:29:42 +00:00
cxl
8404df7b31 *Core: CParser constructor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-30 16:15:31 +00:00
rylek
cd6d1996ae *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
f26b1cb32a *Xmlize: The main tag name fixed (when created from executable name, only alphas are used)
git-svn-id: svn://ultimatepp.org/upp/trunk@2267 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-26 15:53:39 +00:00
cxl
92554657d8 *Core: XmlNose ShouldPreserved fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2266 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-26 13:16:36 +00:00
cxl
f7525a1ea3 uppsrc: new IT-IT translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-23 22:09:42 +00:00
cxl
2ffb374bed .uppsrc\ide: minor fix in find in files
git-svn-id: svn://ultimatepp.org/upp/trunk@2254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-22 13:03:55 +00:00
rylek
8f085d728b .Core: restored MoveableAndDeepCopyOption Index modifier
*TCore: fixed DeepCopyOption modifier for RefMemStat

git-svn-id: svn://ultimatepp.org/upp/trunk@2253 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-21 23:36:34 +00:00
cxl
a4e6be9bbc .XmlNode has now improved support for multiline strings
git-svn-id: svn://ultimatepp.org/upp/trunk@2250 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-21 17:04:58 +00:00
cxl
c3bebbf1d0 .Core: Index/ArrayIndex minor <<= overloading adjustment
git-svn-id: svn://ultimatepp.org/upp/trunk@2239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-17 21:08:46 +00:00
cxl
44fe7d0674 .uppsrc: Fixed for mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@2233 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-16 19:37:30 +00:00
cxl
85bf870168 .ide: Improved Rename (filetitle selected), uppsrc: new SP-SP translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2218 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-11 15:33:49 +00:00
cxl
6fa50404fa *Core: Compiles in POSIX again...
git-svn-id: svn://ultimatepp.org/upp/trunk@2214 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-11 06:46:28 +00:00
rylek
226486a2c3 - CtrlLib: TreeCtrl bug fix - SyncInfo crashed on an empty tree
* CtrlLib: CtrlCore.h, Win32Wnd.cpp - Unicode support in coreCmdLine / SplitCommandLine to support dynamic application charset
* Core: App.cpp - CommandLine() and Environment() support dynamic charset switching
- Geom/Draw: plotter.h & cpp - fixed orientation bug in PlotterTool::Circle routine

git-svn-id: svn://ultimatepp.org/upp/trunk@2211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 19:41:59 +00:00
cxl
628ff6f5d7 Core: CParser now provides information about column of position
git-svn-id: svn://ultimatepp.org/upp/trunk@2209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 16:00:48 +00:00
cxl
8a606a5145 Core: XmlParser::TagE, PassTagE now using SkipEnd to parse things like '<a ><b/></a>'
git-svn-id: svn://ultimatepp.org/upp/trunk@2206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 09:53:51 +00:00
cxl
da67632e20 *Core: Xmlize Value fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-10 07:40:38 +00:00
cxl
49f7029a11 XmlRpc: Shortcurcuit mode (server and client are the same), *Draw: Fixed critical deadlock problem in FindIml
git-svn-id: svn://ultimatepp.org/upp/trunk@2202 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-09 18:57:53 +00:00
cxl
18754b4336 Core: FindFile::IsExecutable
git-svn-id: svn://ultimatepp.org/upp/trunk@2200 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-09 08:16:55 +00:00
cxl
9a733e8f69 .CtrlLib: FileSel
git-svn-id: svn://ultimatepp.org/upp/trunk@2199 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 19:08:24 +00:00
cxl
09fd991f4b * Core: Folders, fixed for MSC71 compiler...
git-svn-id: svn://ultimatepp.org/upp/trunk@2197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 12:49:08 +00:00
cxl
58b59adcef *Core: *Folders X11
git-svn-id: svn://ultimatepp.org/upp/trunk@2196 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 12:11:56 +00:00
cxl
44fdadbafd *Core, CtrlLib: Fixing GetDownloadsFolder()
git-svn-id: svn://ultimatepp.org/upp/trunk@2194 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 11:08:23 +00:00
cxl
9e9328407f CtrlLib: FileSel now has a left bar with common folders (adjustable by client code)
git-svn-id: svn://ultimatepp.org/upp/trunk@2191 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-08 00:03:10 +00:00
cxl
6bae09a746 *RichText: Fixed Image typesetting/caching issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2167 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-03 16:07:56 +00:00
cxl
221e06241b Core: Xmlize now supports all Core Value type (+ int16 and byte), support for Value serialization
git-svn-id: svn://ultimatepp.org/upp/trunk@2155 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-28 12:19:28 +00:00
cxl
b5da17e25f Core/config.h fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2150 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-25 06:52:17 +00:00
cxl
d3433a84f0 Ctrl: EditField::Error (red background)
git-svn-id: svn://ultimatepp.org/upp/trunk@2147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-24 21:42:15 +00:00
cxl
282e391beb Core: POSIX GetSysTime and GetUtcTime now using threadsafe _r variants
git-svn-id: svn://ultimatepp.org/upp/trunk@2105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-20 16:24:19 +00:00
cxl
4289418aa2 XmlRpc: Support for GetPeerName
git-svn-id: svn://ultimatepp.org/upp/trunk@2083 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-16 18:48:27 +00:00
cxl
705963bd3e Core: XmlParser Peek* methods
git-svn-id: svn://ultimatepp.org/upp/trunk@2076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-15 11:22:25 +00:00
cxl
f4a44f2cc0 Core Uuid: FormatWithDashes
git-svn-id: svn://ultimatepp.org/upp/trunk@2075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-15 11:09:52 +00:00
cxl
4c1b906697 theide: Fixed .tr import, uppsrc: (re)applied new RO-RO .tr
git-svn-id: svn://ultimatepp.org/upp/trunk@2069 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-14 16:25:59 +00:00
cxl
626d569bf6 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
6461dc43be Core: FindFile::IsSymLink optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@2022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-06 22:09:32 +00:00
cxl
b84f6a9778 Core: FindFile::IsSymLink in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@2019 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-06 12:06:27 +00:00
cbpporter
90068c2628 Documentation update
git-svn-id: svn://ultimatepp.org/upp/trunk@2018 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-06 11:25:57 +00:00
cxl
3c450aa0df Core: GetSymLinkPath
git-svn-id: svn://ultimatepp.org/upp/trunk@2014 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-05 09:46:03 +00:00
cxl
45b79fd439 CtrlLib: ArrayCtrl: WhenMouseMove, ToolTip minor changes
git-svn-id: svn://ultimatepp.org/upp/trunk@2008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-03 10:42:49 +00:00
cxl
09134da6b6 Core: removed inline for ReadMemoryBarrier
git-svn-id: svn://ultimatepp.org/upp/trunk@2002 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-01 14:23:48 +00:00
cbpporter
edcd1c0297 Documentation update
git-svn-id: svn://ultimatepp.org/upp/trunk@1986 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-30 10:27:43 +00:00
cbpporter
c39f8f40ad Documentation update
git-svn-id: svn://ultimatepp.org/upp/trunk@1984 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-29 22:32:32 +00:00
cxl
a2efd28d70 Core: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@1982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-29 18:25:57 +00:00
cxl
9ac37c0596 uppsrc: New RO-RO translation
git-svn-id: svn://ultimatepp.org/upp/trunk@1972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-28 19:10:39 +00:00
cxl
55e35f220a CtrlLib: TrayIcon fix, Core: Pick BREAK fixed to work in debug
git-svn-id: svn://ultimatepp.org/upp/trunk@1938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-24 21:34:52 +00:00
cxl
316f8b6164 Core: BREAK_WHEN_PICKED
git-svn-id: svn://ultimatepp.org/upp/trunk@1930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-24 13:21:33 +00:00
cxl
d53a5e5e9e TheIDE: Help system now higlights search words and allows navigating them up/down
git-svn-id: svn://ultimatepp.org/upp/trunk@1916 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-21 21:06:12 +00:00