Commit graph

887 commits

Author SHA1 Message Date
cxl
e64ab168ae Core: AProcess / LocalProcess now has CloseRead/CloseWrite methods
git-svn-id: svn://ultimatepp.org/upp/trunk@6304 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-02 15:15:55 +00:00
cxl
44c2b10c6e i18n: nl-nl translation (thanks wimpie)
git-svn-id: svn://ultimatepp.org/upp/trunk@6301 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-01 17:16:56 +00:00
cxl
32806ef902 Core: Fixed issue with stdin and U++ log
git-svn-id: svn://ultimatepp.org/upp/trunk@6300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-01 17:05:27 +00:00
koldo
428df46695 .Core: Little doc fix
git-svn-id: svn://ultimatepp.org/upp/trunk@6287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-28 20:21:20 +00:00
cxl
1f37512e49 Core: ValueMap::RemoveKey #470
git-svn-id: svn://ultimatepp.org/upp/trunk@6252 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-20 18:44:11 +00:00
cxl
952e966941 Core: [Stable]SortBy[Keys|Values] #494
git-svn-id: svn://ultimatepp.org/upp/trunk@6251 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-19 17:19:06 +00:00
cxl
a2ca885eb3 Skylark: minor fix, CtrlLib: ErrorOK
git-svn-id: svn://ultimatepp.org/upp/trunk@6244 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-17 15:57:39 +00:00
cxl
eed6758d33 Core: Socket::Connect now sets the error description(s)
git-svn-id: svn://ultimatepp.org/upp/trunk@6241 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-11 16:17:23 +00:00
cxl
d78cd99c1f Core: HttpRequest now sends always sends Content-Length for POST/PUT, even if it is zero
git-svn-id: svn://ultimatepp.org/upp/trunk@6240 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-09 07:07:17 +00:00
cxl
2fe4f2c8f7 uppsrc: Fixed two POSIX -> PLATFORM_POSX ifdefs (#499), CtrlLib: Renamed DropList Add to Append
git-svn-id: svn://ultimatepp.org/upp/trunk@6237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-08 08:01:57 +00:00
cxl
17e92e4b19 Core: Random now fork safe
git-svn-id: svn://ultimatepp.org/upp/trunk@6236 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-07 11:40:10 +00:00
cxl
82404cca4c Core: SeedRandom
git-svn-id: svn://ultimatepp.org/upp/trunk@6235 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-07 11:14:03 +00:00
koldo
ef281a26ae .Core: Small doc fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@6227 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-04 20:40:06 +00:00
cxl
d0ab8e19ed Core\Rpc: GetRemainingCount (of arguments)
git-svn-id: svn://ultimatepp.org/upp/trunk@6219 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-31 11:34:51 +00:00
cxl
419f2a246d Core: Fixed String::ReverseFind with empty string
git-svn-id: svn://ultimatepp.org/upp/trunk@6211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-25 13:47:38 +00:00
cxl
26bf0bba9a Core\SSL: Fixed possible memory leak (thanks Kasome)
git-svn-id: svn://ultimatepp.org/upp/trunk@6208 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-22 20:19:38 +00:00
cxl
c36853e67b upp.src: Reverted some OpenGL related issues, Core: Fixed Stream::Pack
git-svn-id: svn://ultimatepp.org/upp/trunk@6207 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-22 20:16:16 +00:00
cxl
116242b958 Core: Fixed Color::operator RGBA
git-svn-id: svn://ultimatepp.org/upp/trunk@6206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-22 09:49:45 +00:00
unodgs
a74fd29425 Core: Added alpha to Color (only for opengl)
git-svn-id: svn://ultimatepp.org/upp/trunk@6197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-17 18:03:35 +00:00
cxl
10964f85e3 Skylark, Core/HttpHeader: Fixed SCGI issues
git-svn-id: svn://ultimatepp.org/upp/trunk@6193 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-16 06:41:57 +00:00
cxl
78ae0711ed CtrlLib: EditNumber fixed (thanks SenderGhost!) #491
git-svn-id: svn://ultimatepp.org/upp/trunk@6190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-14 07:38:15 +00:00
cxl
a44dba31f8 Core: Http now switches to GET after redirection (once again..)
git-svn-id: svn://ultimatepp.org/upp/trunk@6187 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-12 06:14:16 +00:00
cxl
acfa4155db Core: Added #include float.h
git-svn-id: svn://ultimatepp.org/upp/trunk@6186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-11 16:32:06 +00:00
cxl
f2a55b863a Core: SetSysTime now using SetLocalTime in win32
git-svn-id: svn://ultimatepp.org/upp/trunk@6178 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-10 05:44:36 +00:00
cxl
7a94306dd0 CtrlCore: New MT rules implemented in X11 and GTK
git-svn-id: svn://ultimatepp.org/upp/trunk@6170 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-06 12:32:06 +00:00
cxl
d6cc3c3fa5 Core: sCheckCPU fixed (thanks dolik)
git-svn-id: svn://ultimatepp.org/upp/trunk@6161 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-01 06:48:46 +00:00
cxl
225195c612 Core: HttpRequest multipart support
git-svn-id: svn://ultimatepp.org/upp/trunk@6158 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-29 18:52:38 +00:00
cxl
a64ff3cb9b Core: XmlNode size optimized (40% less average), removed 64bit warning in InVector
git-svn-id: svn://ultimatepp.org/upp/trunk@6151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-19 09:50:07 +00:00
cxl
eadb23d3e0 .docs
git-svn-id: svn://ultimatepp.org/upp/trunk@6147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-13 07:31:03 +00:00
cxl
8cf647f6bc Core: Socket Listen on specific address, Skylark: ditto
git-svn-id: svn://ultimatepp.org/upp/trunk@6146 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-13 07:29:52 +00:00
cxl
02d470a84a CtrlCore: New mouse related Ctrl methods NoIgnoreMouse, GetCaptureCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@6141 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-10 18:23:48 +00:00
cxl
ce92a07486 *Core: InVector Remove fixed error with empty InVector and count == 0
git-svn-id: svn://ultimatepp.org/upp/trunk@6132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-04 18:25:27 +00:00
cxl
2fdc779863 *Core: Fixed bug in Stream::Put(Stream&..)
git-svn-id: svn://ultimatepp.org/upp/trunk@6101 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-26 14:49:36 +00:00
cxl
656c826a7c Core: stack trace in BSD (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@6096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-25 11:50:29 +00:00
cxl
349db62c68 Core: TryLoadFromXML (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@6094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-25 11:29:41 +00:00
cxl
837a01cf02 Fixed hidpi issues in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@6086 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-21 13:49:06 +00:00
cxl
238fbf6c39 Core: XML RegisterEntity
git-svn-id: svn://ultimatepp.org/upp/trunk@6072 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-15 13:16:57 +00:00
cxl
5557da7058 .stray DDUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@6057 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-12 14:26:33 +00:00
cxl
bb0a7f6fb5 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@6056 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-12 14:15:14 +00:00
cxl
bc686db2b5 Core: Fixed xmlize issue with missing value in XML
git-svn-id: svn://ultimatepp.org/upp/trunk@6054 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-12 10:19:26 +00:00
cxl
f79dfba757 i18n: Fixed italian translation, new pl-pl
git-svn-id: svn://ultimatepp.org/upp/trunk@6049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-11 09:17:27 +00:00
cxl
2af64e88bb Core: GCC Stack trace
git-svn-id: svn://ultimatepp.org/upp/trunk@6028 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-03 16:40:37 +00:00
cxl
43de39840a Core/SMTP: sender parameter in From, ReplyTo fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@6027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-03 16:27:44 +00:00
cxl
277fbdaa9c Core\SMTP: missing return *this
git-svn-id: svn://ultimatepp.org/upp/trunk@6025 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-03 14:26:22 +00:00
cxl
bc96505ae6 *Core: LRUCache fix, Draw: Image issues
git-svn-id: svn://ultimatepp.org/upp/trunk@6016 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-01 15:14:40 +00:00
cxl
6e14645fb7 Core: Fixed C++ compatibility issue, ide: index option in replace wildcars
git-svn-id: svn://ultimatepp.org/upp/trunk@5996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-22 08:48:53 +00:00
cxl
bc2f286219 Core: STL compatibility enhanced with iterator_traits
git-svn-id: svn://ultimatepp.org/upp/trunk@5994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-20 16:58:37 +00:00
cxl
f5229a3ba5 *Core: Accidentally removed FilterStream back in .upp
git-svn-id: svn://ultimatepp.org/upp/trunk@5992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-20 11:41:57 +00:00
cxl
f61bbc084f Core: STL compatibility size now const
git-svn-id: svn://ultimatepp.org/upp/trunk@5983 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-15 17:59:42 +00:00
cxl
9e2771dc58 Core: HttpRequest now supports alternate method name
git-svn-id: svn://ultimatepp.org/upp/trunk@5977 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-11 12:36:42 +00:00