Commit graph

851 commits

Author SHA1 Message Date
cxl
f4bfc9fa24 Core: GetUtcTime
git-svn-id: svn://ultimatepp.org/upp/trunk@1650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-22 14:51:07 +00:00
cxl
3debb8357d Core: GetIniKey fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1649 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-22 08:34:18 +00:00
cxl
e73a11eae5 PGSQL string escapes improved
git-svn-id: svn://ultimatepp.org/upp/trunk@1648 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-21 21:21:32 +00:00
cxl
3ff2c917d8 Core: GetIniKey improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@1647 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-21 09:05:13 +00:00
cxl
8bc35bff1e CtrlLib: ColumnList fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@1646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-21 07:37:27 +00:00
cxl
a7bdca3453 Core: new Split variant with String delimiter
git-svn-id: svn://ultimatepp.org/upp/trunk@1645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-21 07:21:54 +00:00
cxl
9589fe6d31 PostgreSQL: GetInsertedId now supported for tables with primary key 'id'
git-svn-id: svn://ultimatepp.org/upp/trunk@1643 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-20 16:31:08 +00:00
rylek
b1bb783874 Funny typo in SqlCompile; improved diagnostics of so load failure in Linux (Dli.cpp); improved connection failure diagnostics in OCI8
git-svn-id: svn://ultimatepp.org/upp/trunk@1642 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-20 09:55:03 +00:00
cxl
c6a4eee54a Core, CtrlLib: ConvertDate, ConvertTime now have Default method -> propagates to date/time widgets as well...
git-svn-id: svn://ultimatepp.org/upp/trunk@1641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-19 20:44:36 +00:00
cxl
e911f590bc Core: ConvertTime Min, Max
git-svn-id: svn://ultimatepp.org/upp/trunk@1639 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-19 17:11:48 +00:00
cxl
981a9f538f CtrlLib: MenuBar WhenOpenSubMenu, WhenCloseSubMenu
git-svn-id: svn://ultimatepp.org/upp/trunk@1637 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-19 08:54:54 +00:00
cxl
e5b37792f1 FileMapping fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@1635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-18 19:21:42 +00:00
unodgs
15c737373e Fixed DoCount, now it's not counting hidden rows
git-svn-id: svn://ultimatepp.org/upp/trunk@1634 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-17 23:31:15 +00:00
unodgs
2d8da64a08 Fixed ReSort(), DoMin/DoMax now works for dates
git-svn-id: svn://ultimatepp.org/upp/trunk@1633 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-17 20:29:08 +00:00
rylek
5f584f687b Linux bug fix in FileMapping - mmap returns error as -1, not 0
git-svn-id: svn://ultimatepp.org/upp/trunk@1632 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-14 22:15:54 +00:00
unodgs
3fdb6ab0e1 Added ReSort
git-svn-id: svn://ultimatepp.org/upp/trunk@1631 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-14 19:05:45 +00:00
cxl
08e45d5330 Sql, SqlExp: InsertNoKey(Fields) ommits first column - intended for key with autoincrement
git-svn-id: svn://ultimatepp.org/upp/trunk@1630 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-14 13:55:05 +00:00
rylek
7d298bb3b7 Minor IDE speed improvements - removed unnecessary Assist++ package check when inserting / removing separators and auxiliary package contents
git-svn-id: svn://ultimatepp.org/upp/trunk@1629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-13 19:29:24 +00:00
cxl
047a13074f theide: fix of PackageSelector icons
git-svn-id: svn://ultimatepp.org/upp/trunk@1627 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-12 15:31:49 +00:00
cxl
98bafb44f7 ide: Package selector now shows app icons if available
git-svn-id: svn://ultimatepp.org/upp/trunk@1623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-10 13:20:38 +00:00
cxl
81e4fd2eed Fix of recent fix for POSIX...
git-svn-id: svn://ultimatepp.org/upp/trunk@1621 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-09 12:49:21 +00:00
cxl
808faf53cc Core, ide: Fixed issue with non-ASCII characters in environment
git-svn-id: svn://ultimatepp.org/upp/trunk@1620 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-09 12:11:22 +00:00
rylek
cb14236828 Various bug fixes and large TIFF-related stuff
git-svn-id: svn://ultimatepp.org/upp/trunk@1618 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-09 08:19:39 +00:00
cxl
0f6834476b Core: Array::AppendPick fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@1615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-07 17:21:24 +00:00
cxl
b2ab1efaf8 cosmetics...
git-svn-id: svn://ultimatepp.org/upp/trunk@1612 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-06 07:36:18 +00:00
cxl
75aa48ef59 CtrlLib: Help fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-04 14:53:40 +00:00
rylek
fadb079bb5 Yet another calculator bug concerning the {} operator
git-svn-id: svn://ultimatepp.org/upp/trunk@1606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-03 09:57:33 +00:00
cxl
7fc34fad2a help update
git-svn-id: svn://ultimatepp.org/upp/trunk@1605 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-03 05:27:44 +00:00
cxl
e2231b4c90 Draw: DisplayWithIcon, CtrlLib: DropTree
git-svn-id: svn://ultimatepp.org/upp/trunk@1603 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-02 12:51:38 +00:00
cxl
cedbea2d15 Core: Fixed usrlog deletion problem
git-svn-id: svn://ultimatepp.org/upp/trunk@1601 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-02 09:00:28 +00:00
cxl
0c723d0836 Web: void AttachSocket(Socket& socket, SOCKET s, bool blocking)
git-svn-id: svn://ultimatepp.org/upp/trunk@1599 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-02 07:49:47 +00:00
rylek
d0e87f3549 Fixed recursion bug in expression calculator
git-svn-id: svn://ultimatepp.org/upp/trunk@1596 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-01 09:07:34 +00:00
rylek
04de8d9434 Fixed RefPtr's GetHashValue method
git-svn-id: svn://ultimatepp.org/upp/trunk@1595 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-01 09:06:47 +00:00
cxl
86cb31ec51 MSSQL: IdentityInsert (bypass of IDENTITY column insertion)
git-svn-id: svn://ultimatepp.org/upp/trunk@1594 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-29 17:40:17 +00:00
cxl
1319a2b5aa Ole/Ctrl fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-29 14:13:33 +00:00
cxl
2a02c7a7f6 CtrlCore: HotKey implementation fixed to workaround MSC7.1 compiler bug (thanks glx117)
git-svn-id: svn://ultimatepp.org/upp/trunk@1592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-25 09:21:32 +00:00
cxl
15e13da48d CtrlCore: X11 version of RegisterSystemHotKey
git-svn-id: svn://ultimatepp.org/upp/trunk@1590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-24 20:36:45 +00:00
cxl
5f258ee935 CtrlCore: Ctrl::[Un]RegisterSystemHotKey
git-svn-id: svn://ultimatepp.org/upp/trunk@1589 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-24 09:41:58 +00:00
cxl
c15bfed417 Core: Charset Support for CP1161 and ARMSCII_8 are back
git-svn-id: svn://ultimatepp.org/upp/trunk@1587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-24 08:54:26 +00:00
rylek
5a4eb7fc20 New calculator object - CalcSequenceNode for sequential evaluation (C comma operator)
git-svn-id: svn://ultimatepp.org/upp/trunk@1585 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-23 08:33:08 +00:00
cxl
d21fcae92f theide: Fix in IconDes
git-svn-id: svn://ultimatepp.org/upp/trunk@1584 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-23 06:19:17 +00:00
cxl
1a08b1e203 Draw: AttrText docs
git-svn-id: svn://ultimatepp.org/upp/trunk@1582 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-22 17:16:55 +00:00
cxl
f961adc291 Draw: AttrText now has 'SetImage' (places the icon to the left of text)
git-svn-id: svn://ultimatepp.org/upp/trunk@1581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-22 09:04:05 +00:00
cxl
85258552fb New ES-ES translation
git-svn-id: svn://ultimatepp.org/upp/trunk@1579 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-20 21:15:38 +00:00
cxl
50fb4807ae Core: Removed faulty charsets
git-svn-id: svn://ultimatepp.org/upp/trunk@1578 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-20 21:11:42 +00:00
rylek
5b22349663 Fixed relict errors from UPP605 concerning cetrain marker drawing functions.
git-svn-id: svn://ultimatepp.org/upp/trunk@1576 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-18 10:58:18 +00:00
cxl
ab8f0c4b3b TheIDE help update
git-svn-id: svn://ultimatepp.org/upp/trunk@1575 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-17 21:26:27 +00:00
cxl
f2ccaa99ba Core: Added multiple 8-bit encoding by Mindtraveller (thanks!)
git-svn-id: svn://ultimatepp.org/upp/trunk@1574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-17 17:29:13 +00:00
rylek
5021ba6470 Added new Computational Geometry algorithm: 2D convex hull calculation (ConvexHullOrder)
git-svn-id: svn://ultimatepp.org/upp/trunk@1572 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-17 14:50:49 +00:00
cxl
e586f63b13 CtrLib minor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-14 21:25:53 +00:00