Commit graph

2451 commits

Author SHA1 Message Date
jeremy_c
6fbdddb2e0 *ScgiServer: Added clearing of the post data at the end of each request.
git-svn-id: svn://ultimatepp.org/upp/trunk@2743 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 16:46:52 +00:00
jeremy_c
af3d8a7822 Added nginx example config file as nginx works well on Windows as well as *nix systems
git-svn-id: svn://ultimatepp.org/upp/trunk@2742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 16:32:47 +00:00
rylek
1a543404d1 .Geom/Ctrl: Zoom in & out in PlotterCtrl using mouse wheel
git-svn-id: svn://ultimatepp.org/upp/trunk@2741 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 07:40:15 +00:00
micio
549a43dadd Bazaar/Cypher : remove a couple of warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@2740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 20:49:26 +00:00
micio
1dfd3af82f Bazaar/Protect : using new Cypher package instead of StreamCypher
Added Initialization Vectors handling in encryption

git-svn-id: svn://ultimatepp.org/upp/trunk@2739 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 20:44:12 +00:00
micio
2837dffce3 Bazaar/Cypher : moved a couple of functions to private interface part
git-svn-id: svn://ultimatepp.org/upp/trunk@2738 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 18:37:59 +00:00
micio
7884fd74b1 Bazaar/Cypher : added stream mode and error checking
git-svn-id: svn://ultimatepp.org/upp/trunk@2737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 18:34:22 +00:00
cxl
6fc2830ee9 ScgiServer (thanks jeremy_c!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 18:28:48 +00:00
cxl
ebfeebaf30 reference: ScgiHello example
git-svn-id: svn://ultimatepp.org/upp/trunk@2735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 18:28:47 +00:00
cxl
04702ce735 DHCtrl changes for SDLCtrl (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@2734 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 15:50:32 +00:00
micio
c2dc687e33 Bazaar/Cypher : better handling of Initialization Vector (nonce)
git-svn-id: svn://ultimatepp.org/upp/trunk@2733 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-03 08:48:28 +00:00
micio
3b7dc2597d Bazaar/Cypher : Added first implementation of modular encryption package
Still missing error checkings

git-svn-id: svn://ultimatepp.org/upp/trunk@2732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-02 23:39:52 +00:00
unodgs
9946669bb5 GridCtrl: Fixed using incorrect size ratio in Width (thanx Sevenjay!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2731 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-02 15:17:13 +00:00
kohait
a70bbd3561 bazaar: CMeter: MinMax double Dispatcher: beauty Gen: cleanup and Copyable interfaces, examples to come
git-svn-id: svn://ultimatepp.org/upp/trunk@2730 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-30 09:31:09 +00:00
unodgs
a45f0e4088 DropGrid: Fixes related to latest GridCtrl changes
git-svn-id: svn://ultimatepp.org/upp/trunk@2729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 21:37:23 +00:00
micio
233a79bb72 Bazaar/Protect : replaced RC4 encryption with Snow2 one
git-svn-id: svn://ultimatepp.org/upp/trunk@2728 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 20:31:29 +00:00
micio
6fc7e3e8e8 Uptated bazaar app list with StreamCypher
git-svn-id: svn://ultimatepp.org/upp/trunk@2727 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 17:48:22 +00:00
micio
a13d1318d2 Bazaar/StreamCypher : added a couple of class for stream data encoding/decoding
git-svn-id: svn://ultimatepp.org/upp/trunk@2726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 17:40:12 +00:00
unodgs
2184a7cc9f GridCtrl: fixed FindCol(int id) and FindRow(int id), id was incorrectly shifted by fixed column/rows count
git-svn-id: svn://ultimatepp.org/upp/trunk@2725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-28 21:16:55 +00:00
cxl
7e64b327c7 .Draw: AttrText constructors overload fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-28 08:30:03 +00:00
cxl
5036bcaa36 AttrText:conversion from Value
git-svn-id: svn://ultimatepp.org/upp/trunk@2723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-28 07:51:39 +00:00
unodgs
66fb938824 GridCtrl: fixed setting incorrect column size in Hidden(), added FindCol(const Id& id) (thanks Sevenjay!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-27 17:10:49 +00:00
cxl
6d0f6f04f5 CtrlLib: IdCtrls::Reset
git-svn-id: svn://ultimatepp.org/upp/trunk@2721 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-25 13:27:47 +00:00
micio
9c35b5631b Bazaar/Protect : linked help topics
git-svn-id: svn://ultimatepp.org/upp/trunk@2720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-21 23:13:16 +00:00
micio
600e01bd5f Bazaar/Protect : bugfix for MSC
git-svn-id: svn://ultimatepp.org/upp/trunk@2719 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-21 22:49:05 +00:00
micio
a7901e3b38 Bazaar/Protect : updated Encryptor and test packages
git-svn-id: svn://ultimatepp.org/upp/trunk@2718 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-21 22:42:40 +00:00
micio
c8eeb1583d Bazaar/Protect : added Obfuscation, key check and updated docs
git-svn-id: svn://ultimatepp.org/upp/trunk@2717 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-21 22:40:59 +00:00
cxl
29382ccf5e .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@2716 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-20 19:17:49 +00:00
cxl
070bb0312e .RasterEncoder fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2715 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-20 19:17:05 +00:00
micio
c45f1577a2 Bazaar/Protect : another fix for MSC
git-svn-id: svn://ultimatepp.org/upp/trunk@2714 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-20 12:41:19 +00:00
micio
22dac7eb17 Bazaar/Protect : fix for MSC
git-svn-id: svn://ultimatepp.org/upp/trunk@2713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-20 12:34:17 +00:00
micio
df279ae630 Bazaar/Protect : fixed to allow functions returning values and variable declarations inside function body
git-svn-id: svn://ultimatepp.org/upp/trunk@2712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-20 12:01:04 +00:00
micio
13dfc65ab2 Updated bazaar package list
git-svn-id: svn://ultimatepp.org/upp/trunk@2711 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-19 21:36:04 +00:00
micio
d67de42b50 Bazaar/Protect : a simple software protection/encryption tool
git-svn-id: svn://ultimatepp.org/upp/trunk@2710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-19 19:10:04 +00:00
cxl
f05b85791b .CtrlCore: X11 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-19 17:09:21 +00:00
cxl
f84c46d47d .XmlRpc: ThrowXmlRpcError without code overload
git-svn-id: svn://ultimatepp.org/upp/trunk@2708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-19 15:45:01 +00:00
koldo
f0766a1ce3 *Functions4U: Fixes in EditFolder. Added doc.
git-svn-id: svn://ultimatepp.org/upp/trunk@2707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-18 14:26:41 +00:00
koldo
1a23782011 Functions4U: Added functions. Changes in include org.
git-svn-id: svn://ultimatepp.org/upp/trunk@2706 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-18 14:25:39 +00:00
koldo
a2936caba3 SysInfo_demo_console: Changes in include org.
git-svn-id: svn://ultimatepp.org/upp/trunk@2705 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-18 14:24:14 +00:00
koldo
41f2bcb6f5 SysInfo: Improved GetAdapterInfo.
git-svn-id: svn://ultimatepp.org/upp/trunk@2704 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-18 14:23:47 +00:00
unodgs
d5fea30ab2 *GridCtrl: fixed default value for MultiSelect in designer script
git-svn-id: svn://ultimatepp.org/upp/trunk@2703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 22:05:01 +00:00
koldo
5cf7b19e6a Draw: Documented GetDPI() and SetDPI()
git-svn-id: svn://ultimatepp.org/upp/trunk@2702 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 21:13:42 +00:00
cxl
ad41b724ec *ScanUuid fixed (thanks Mindtraveller)
git-svn-id: svn://ultimatepp.org/upp/trunk@2701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 18:42:42 +00:00
cxl
6f7f9ac46b plugin/png, tif, jpg now correctly handle dpi info (thanks Koldo!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 18:21:28 +00:00
cxl
693b2b2d10 PGSQL: Autoreconnect improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@2699 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 15:44:57 +00:00
cxl
dcd13319e4 Vector, Array: All Adds now returning T&
git-svn-id: svn://ultimatepp.org/upp/trunk@2698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-16 22:16:51 +00:00
koldo
494b871ef5 .UppWeb: Added external links by sergeynikitin.
git-svn-id: svn://ultimatepp.org/upp/trunk@2697 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-16 21:08:27 +00:00
cxl
10de1d84d5 Draw: AttrText::NormalInk
git-svn-id: svn://ultimatepp.org/upp/trunk@2696 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-16 08:19:09 +00:00
cxl
6de637e707 XmlRpc: improved int64 handling
git-svn-id: svn://ultimatepp.org/upp/trunk@2695 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-15 22:22:05 +00:00
cxl
45f28ccfe8 .XmlRpc: double formatting changed to %.12g, PGSQL: Reconnect if error message contains connect
git-svn-id: svn://ultimatepp.org/upp/trunk@2694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-15 15:43:15 +00:00