Commit graph

277 commits

Author SHA1 Message Date
cxl
a290659bf2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-18 15:02:19 +00:00
unodgs
223f278d1e CtrlCore, Draw: Some WinGL adjustments
git-svn-id: svn://ultimatepp.org/upp/trunk@3659 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-14 10:30:35 +00:00
unodgs
5a3d15411d CtrlCore: Added initialization of painting field
git-svn-id: svn://ultimatepp.org/upp/trunk@3653 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-13 19:29:28 +00:00
rylek
b80c030e3c +CtrlCore/ParseRTF.cpp: added simple table cell shading support (solid color only)
+Oracle/Oci8.cpp: OracleBlob / Clob upgraded to 64-bit LOB handle

git-svn-id: svn://ultimatepp.org/upp/trunk@3650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-13 18:34:03 +00:00
rylek
18fee7dc1a .CtrlCore/ParseRTF.cpp: fixed extra table columns and improved table cell formatting
git-svn-id: svn://ultimatepp.org/upp/trunk@3640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-11 00:46:18 +00:00
cxl
1e959819f8 Core: Fixed compatibility of binary serialization GCC vs MSC (dword definition issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@3637 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-10 21:32:12 +00:00
cxl
4e0c490a1c .CtrlLib, CtrlCore, Painter, RichEdit: minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3629 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-09 19:33:20 +00:00
rylek
83e3636381 .CtrlCore/EncodeRTF.cpp: re-insert of (hopefully) working table border patch removed earlier by Mirek because of a bug in ParseRTF.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@3627 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-07 19:41:44 +00:00
rylek
33cd89f8d8 *CtrlCore: bug fix concerning recent ParseRTF patch for processing table cell borders
git-svn-id: svn://ultimatepp.org/upp/trunk@3626 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-07 19:35:25 +00:00
cxl
620573f4c9 *CtrlCore: ParseRTF/EnvodeRTF latest patch reverted
git-svn-id: svn://ultimatepp.org/upp/trunk@3621 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-06 12:19:07 +00:00
cxl
2598d406a9 *CtrlCore: reverted falty HasMouse declaraction removal
git-svn-id: svn://ultimatepp.org/upp/trunk@3619 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-06 11:11:14 +00:00
cxl
02ef472de8 CtrlCore: Ctrl::IgnoreMouse
git-svn-id: svn://ultimatepp.org/upp/trunk@3613 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-05 13:25:16 +00:00
cxl
f5493483e2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3612 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-05 13:22:04 +00:00
cxl
e057acbf48 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3609 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-05 10:02:44 +00:00
cxl
809bb8b526 Painter: Added Invert attribute, fixed issue with wrong clipping in subpixel mode
git-svn-id: svn://ultimatepp.org/upp/trunk@3600 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-03 16:32:31 +00:00
cxl
10d89989c8 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3598 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-03 12:12:29 +00:00
cxl
18bf33ed6c *CtrlCore: Fixed font rendering issue with NOGTK flag
git-svn-id: svn://ultimatepp.org/upp/trunk@3587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-02 09:48:03 +00:00
cxl
bda907a355 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 09:29:40 +00:00
cxl
d42e3d443e .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3581 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 09:06:16 +00:00
rylek
805a909658 .CtrlCore/ParseRTF.cpp, EncodeRTF.cpp: table & cell border fixes
.Geom/Ctrl/PlotterCtrl.h: internal PostRefresh made private to avoid confusion

git-svn-id: svn://ultimatepp.org/upp/trunk@3579 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-01 06:49:27 +00:00
cxl
cdd7af7d53 .CtrlCore: Waiting for ClipboardOpen now 2s
git-svn-id: svn://ultimatepp.org/upp/trunk@3577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-28 19:29:33 +00:00
cxl
bacadf9c6f *CtrlCore: Fix of TopWindow Open behaviour (thanks sergeynikiti)
git-svn-id: svn://ultimatepp.org/upp/trunk@3571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-27 19:51:36 +00:00
cxl
5bdea2f3cd .developing fb backend
git-svn-id: svn://ultimatepp.org/upp/trunk@3569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 22:27:01 +00:00
rylek
e01651b35d *CtrlCore: fixed table border RTF export
git-svn-id: svn://ultimatepp.org/upp/trunk@3563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 10:10:24 +00:00
cxl
865cd243c9 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3560 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-25 19:35:41 +00:00
cxl
17a01d00cf Draw: AddRefreshRect (extracted from X11 Invalidate)
git-svn-id: svn://ultimatepp.org/upp/trunk@3558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-25 18:28:38 +00:00
cxl
be80807d50 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3556 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-25 16:57:23 +00:00
cxl
dc2c4506c8 .CtrlCore: Minor fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-17 19:55:34 +00:00
cxl
ca68d8821d .CtrlCore: OpenClipboard increased number of attempts
git-svn-id: svn://ultimatepp.org/upp/trunk@3537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-16 15:13:07 +00:00
cxl
2392b36304 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3535 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-14 17:13:15 +00:00
cxl
ead9aa077a .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3532 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-14 15:58:47 +00:00
cxl
771b8f5321 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3528 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 19:16:25 +00:00
cxl
6426f4bce6 CtrlCore, CtrlLib: Rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3527 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 12:51:32 +00:00
cxl
af893ea2ce .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 12:42:24 +00:00
cxl
17e1299ed8 Draw: AdjustColors fixed w.r.t. premultiplied alpha images
git-svn-id: svn://ultimatepp.org/upp/trunk@3523 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 09:35:59 +00:00
cxl
1e424e1f78 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 08:50:59 +00:00
cxl
0a8c424de7 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3520 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 08:20:57 +00:00
cxl
7bfbe1cc15 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3519 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 07:59:25 +00:00
cxl
a16b1c62d6 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3517 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-13 07:33:11 +00:00
cxl
9debb46e91 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3515 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-12 18:50:13 +00:00
cxl
d403852abb .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3514 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-12 18:03:40 +00:00
cxl
747e11c1ba .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-12 10:11:36 +00:00
cxl
1f5c044231 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3511 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 16:34:41 +00:00
cxl
6aaa6071f0 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 16:10:48 +00:00
cxl
975f7ea163 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 11:28:56 +00:00
cxl
0292b87f5b .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3508 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 08:53:58 +00:00
cxl
34ff6142be .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 08:44:50 +00:00
cxl
0a5c1dc7bd .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3506 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-10 06:52:13 +00:00
cxl
24097ad106 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3505 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-09 21:39:16 +00:00
cxl
cb554387c2 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-09 19:03:57 +00:00