Commit graph

1379 commits

Author SHA1 Message Date
cxl
35daa5c576 .CtrlLib: Minor fix in EditCtrls (call to Refresh when setting up Min/Max/NotNull)
git-svn-id: svn://ultimatepp.org/upp/trunk@2802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-20 09:27:45 +00:00
cxl
deae80f139 *Core: Fixed glitch in FromUtf8 (concerning heavily malformed utf8 sequences)
git-svn-id: svn://ultimatepp.org/upp/trunk@2801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 22:24:21 +00:00
koldo
5d37e6f7a7 RasterPlayer: Included doc
git-svn-id: svn://ultimatepp.org/upp/trunk@2800 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 19:46:05 +00:00
cxl
9cafd8e274 .web: ScgiServer headers fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@2797 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 13:50:35 +00:00
cxl
680dfcd7a7 *Core: Added missing Gate4::Execute (thanks kohaint00)
git-svn-id: svn://ultimatepp.org/upp/trunk@2796 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 13:39:27 +00:00
cxl
2d86e9af33 Core: Tuples now Moveable if all elements moveable (thanks a lot kohait00!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2795 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 13:28:13 +00:00
rylek
73b517a20f .TCore: translation fixes
.Geom/Ctrl: translation fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@2794 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-19 09:47:37 +00:00
cxl
38314e3e9f CtrlLib: RichTextView added WhenMouseMove callback
git-svn-id: svn://ultimatepp.org/upp/trunk@2789 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-14 09:06:47 +00:00
rylek
c324b728ed .TCore: like operator priority bug fix; XmlDouble / DoubleXml utility function
git-svn-id: svn://ultimatepp.org/upp/trunk@2788 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-14 08:17:47 +00:00
cxl
e18b29a9ea Removed stray DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@2787 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-14 08:08:09 +00:00
cxl
5399c47097 *CtrlCore: X11 fixed focus issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2785 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 21:57:19 +00:00
cxl
1512097e66 *Fixed OCTALHI encoding in .t files
git-svn-id: svn://ultimatepp.org/upp/trunk@2783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 19:54:41 +00:00
cxl
75d76310af *ide: translations now use OCTALHI encoding
git-svn-id: svn://ultimatepp.org/upp/trunk@2782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 19:52:08 +00:00
cxl
45cdaed544 *Sqlite3: Schema fixes (thanks zsolt)
git-svn-id: svn://ultimatepp.org/upp/trunk@2780 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:29:39 +00:00
cxl
0df8e08e58 .Sqlite3: GetTransactionLevel (thanks zsolt)
git-svn-id: svn://ultimatepp.org/upp/trunk@2779 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:26:07 +00:00
cxl
37acc29443 .Sqlite3: Added compiler options to enable FTS
git-svn-id: svn://ultimatepp.org/upp/trunk@2778 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 17:21:16 +00:00
cxl
866d189128 *Web: ScgiServer moved to Upp namespace
git-svn-id: svn://ultimatepp.org/upp/trunk@2775 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 09:04:13 +00:00
cxl
6c9b8ccc9a .CtrlLib: Picture::Get
git-svn-id: svn://ultimatepp.org/upp/trunk@2774 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-12 23:34:03 +00:00
cxl
d62ddc9f9a .docs...
git-svn-id: svn://ultimatepp.org/upp/trunk@2772 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-12 19:42:18 +00:00
cxl
d5f2a72424 .help update
git-svn-id: svn://ultimatepp.org/upp/trunk@2770 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-12 08:24:30 +00:00
cxl
4874a81781 *Painter: Fixed underline in DrawText
git-svn-id: svn://ultimatepp.org/upp/trunk@2769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-11 16:41:39 +00:00
cxl
bdaf4fa80b *Core: String Replace fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@2768 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-11 10:25:50 +00:00
cxl
3f9fdb3c53 *EditField: Password fixes (thanks Shire)
git-svn-id: svn://ultimatepp.org/upp/trunk@2767 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-11 08:14:50 +00:00
cxl
1ddc569c77 CtrlLib: LineEdit Shift+MouseWheel does horizontal scroll (thanks dolik.rce)
git-svn-id: svn://ultimatepp.org/upp/trunk@2766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-11 07:35:03 +00:00
cxl
54df285bf3 Core: String::Replace
git-svn-id: svn://ultimatepp.org/upp/trunk@2765 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-10 17:58:58 +00:00
ndrew2k
0b2d4289d2 ide: Fixed autosetup for TDM-MINGW and VS2010
git-svn-id: svn://ultimatepp.org/upp/trunk@2758 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-09 08:54:03 +00:00
cxl
289cfd2aa0 web: ScgiServer moved to Web
git-svn-id: svn://ultimatepp.org/upp/trunk@2757 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-08 16:10:26 +00:00
rylek
f2b6badac5 .TCore: priority bug fix in CalcNode
git-svn-id: svn://ultimatepp.org/upp/trunk@2754 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-07 15:53:32 +00:00
rylek
bb6c09fdd9 .TCore: DoubleXml / XmlDouble utility functions
git-svn-id: svn://ultimatepp.org/upp/trunk@2753 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-07 08:39:26 +00:00
rylek
0b9c56fa59 .Core: Utf8 conversion bug fix in XML parser
git-svn-id: svn://ultimatepp.org/upp/trunk@2751 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-05 11:04:38 +00:00
rylek
90e309e714 -Geom/Draw: fixed empty outline for circular mark
.Geom/Ctrl: new drag & drop modes in PlotterCtrl (automatic zoom & pan)

git-svn-id: svn://ultimatepp.org/upp/trunk@2750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-05 01:33:27 +00:00
jeremy_c
05fc41b3f5 *ScgiServer: Converted from using callbacks to using virtual methods for event handling.
git-svn-id: svn://ultimatepp.org/upp/trunk@2748 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 22:23:18 +00:00
cxl
eca239b02d *XmlParser: fixed whitespace handling
git-svn-id: svn://ultimatepp.org/upp/trunk@2744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-04 18:31:00 +00:00
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
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
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
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
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
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
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
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
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
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