Commit graph

1914 commits

Author SHA1 Message Date
cxl
91c8bfa80d .ide: AutoSetupLayout cosmetics (thanks sender ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@3975 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 19:06:59 +00:00
cxl
bf0c2bb7db .CtrlLib: ColorPopup minor issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3974 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 17:43:00 +00:00
cxl
540bceca6e CtrlLib: ColorPusher now supports hint colors, based on colors previous set to all instances of ColorPusher, also if clipboard contains text with color specification (either 3 decimal numbers or 6 or 8 hexadecimal digits), it is used as hint
git-svn-id: svn://ultimatepp.org/upp/trunk@3971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 16:18:59 +00:00
cxl
0a82d8018c Core: ValueArray Insert, Append, Remove
git-svn-id: svn://ultimatepp.org/upp/trunk@3970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 09:03:46 +00:00
cxl
dbc46d3393 .ide: OWC builder fix (thanks sender ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@3968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-08 08:44:38 +00:00
cxl
5748345a90 .Core: previous revision fixed to work in posix to...
git-svn-id: svn://ultimatepp.org/upp/trunk@3963 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 08:48:01 +00:00
cxl
61267d1793 Core: LocalProcess now has (No)ConvertCharset option, fixes issue with usvn file history
git-svn-id: svn://ultimatepp.org/upp/trunk@3962 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 08:42:16 +00:00
cxl
e55b184bd4 ide: console now converts output from system charset (thanks Sender Ghost) (RM #97)
git-svn-id: svn://ultimatepp.org/upp/trunk@3960 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 08:12:07 +00:00
cxl
5a22203da9 ide: Reorganized file menu (rm #108)
git-svn-id: svn://ultimatepp.org/upp/trunk@3959 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 07:33:42 +00:00
cxl
672c48815e *ide: fixed GCC compilation issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3958 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-07 06:54:13 +00:00
cxl
2975755fe8 *Core: CParser correct issue with characters >128
git-svn-id: svn://ultimatepp.org/upp/trunk@3954 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-06 13:29:46 +00:00
cxl
b7ad4a22e2 RichText: CreatePaintingObject, ide: fix of errorfiles
git-svn-id: svn://ultimatepp.org/upp/trunk@3952 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 22:00:25 +00:00
cxl
c4f88b757d CtrlCore: Clipboard and D&D docs
git-svn-id: svn://ultimatepp.org/upp/trunk@3951 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 21:24:14 +00:00
cxl
83b2f7db49 ide: Mac OSX11 patches (thanks arilect)
git-svn-id: svn://ultimatepp.org/upp/trunk@3950 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 18:45:03 +00:00
cxl
84c6015214 Report: QtfReport page numbering option, MacOS X11 patches (thanks fudadmin)
git-svn-id: svn://ultimatepp.org/upp/trunk@3949 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 18:42:34 +00:00
rylek
8db8265e32 .Core/Topt.h: bug fix in ConstIIterator::operator + (int) (missing dereference)
git-svn-id: svn://ultimatepp.org/upp/trunk@3948 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-03 14:10:22 +00:00
cxl
ab2876188b *CtrlLib: Button now sets capture to avoid certain corner case issues (rm #104)
git-svn-id: svn://ultimatepp.org/upp/trunk@3944 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-02 19:32:46 +00:00
cxl
37cbeeddb4 ide: Ide now highlights errorenous files and packages (rm #54)
git-svn-id: svn://ultimatepp.org/upp/trunk@3943 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-02 18:47:15 +00:00
koldo
c80f7a3ffe .CtrlLib: Fix in doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-01 22:34:44 +00:00
koldo
51bc55833d .CtrlCore: Some doc fixes.
git-svn-id: svn://ultimatepp.org/upp/trunk@3941 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-01 14:29:46 +00:00
cxl
97f8965cba *Docking: fixed compilation issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3939 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-01 09:58:14 +00:00
rylek
c82b23c2c5 .ide/Builders/CppBuilder.cpp: fixed my own (harmless) bug - BRC C is now generated using unsigned bytes
git-svn-id: svn://ultimatepp.org/upp/trunk@3938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 23:13:42 +00:00
cxl
d179f7b495 ide: LayDes now has 'struct' option in code generator
git-svn-id: svn://ultimatepp.org/upp/trunk@3936 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 17:48:17 +00:00
cxl
a247ceeecf *CtrlLib: MenuBar: Fixed position of leftgap separator when using LeftGap override
git-svn-id: svn://ultimatepp.org/upp/trunk@3935 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 17:36:49 +00:00
cxl
f38f7aa651 CtrlLib: ArrayCtrl::AsText, SetClipboard, AsQtf, AsCsv
git-svn-id: svn://ultimatepp.org/upp/trunk@3933 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 10:30:00 +00:00
rylek
b5a4fe220d .TCtrlLib/Ruler.cpp: ruler highlighting improved
git-svn-id: svn://ultimatepp.org/upp/trunk@3931 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-30 08:01:28 +00:00
unodgs
0f8cffbb8c Rainbow: WinGL..
git-svn-id: svn://ultimatepp.org/upp/trunk@3924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-28 15:47:27 +00:00
cxl
3331b12aa0 CtrlLib: ColumnList::GetSelectCount
git-svn-id: svn://ultimatepp.org/upp/trunk@3923 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 16:38:47 +00:00
rylek
1a76094279 .ide/Debug.cpp: simplified default Developer Studio command line to prevent frequent 'file not found' complaints
git-svn-id: svn://ultimatepp.org/upp/trunk@3922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 07:02:33 +00:00
cxl
35a31e4b4c *Core: removed uses pcre
git-svn-id: svn://ultimatepp.org/upp/trunk@3921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 06:08:34 +00:00
rylek
c0e198a451 .plugin/pcre: PCRE_STATIC #define'd to suppress declspec(dllimport)'s being generated as they confuse MSC integrated debugger
git-svn-id: svn://ultimatepp.org/upp/trunk@3919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-27 00:11:18 +00:00
cxl
a2ac9841ee ide: LayDes local menu Move Up/Down for layout items (rm #99)
git-svn-id: svn://ultimatepp.org/upp/trunk@3918 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 20:57:20 +00:00
cxl
39883f52cf ide: Assist++ now scans .icpp files too
git-svn-id: svn://ultimatepp.org/upp/trunk@3917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 20:45:21 +00:00
cxl
5987030f5e plugin/tif updated to version 1.43 (thanks tojocky)
git-svn-id: svn://ultimatepp.org/upp/trunk@3916 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 20:30:40 +00:00
cxl
805e945139 *CtrlLib: Fixed appearance of 'submenu arrow' in selected item of MenuBar
git-svn-id: svn://ultimatepp.org/upp/trunk@3914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 19:11:35 +00:00
unodgs
97668f96b6 BRC: Added missing array's curly bracket for BINARY_ARRAY
git-svn-id: svn://ultimatepp.org/upp/trunk@3913 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 17:23:06 +00:00
cxl
a4bdeaa337 removed old scrollbar code
git-svn-id: svn://ultimatepp.org/upp/trunk@3912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 15:23:18 +00:00
cxl
a7e5bc3f0d *CtrlLib: Fixed appearance of scrollbars for certain gtk themes
git-svn-id: svn://ultimatepp.org/upp/trunk@3911 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 15:19:58 +00:00
rylek
5e9255afb4 .ide\Builders\CppBuilder.cpp: changed BRC C generation from string constant to byte array (VC71 complains if constant string length >= 64K)
git-svn-id: svn://ultimatepp.org/upp/trunk@3910 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-26 10:38:15 +00:00
cxl
91bf3900dd *plugin/pcre: fixed to compile with MSC9
git-svn-id: svn://ultimatepp.org/upp/trunk@3909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-25 11:28:03 +00:00
cxl
3b06e4f691 CtrlLib: Fix in ScrollBar paint
git-svn-id: svn://ultimatepp.org/upp/trunk@3906 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-24 12:22:46 +00:00
cxl
c9c48fe336 *Draw: Hotspots in mirror/rotate operations are now normalized (to represent 'resize' chameleon information)
git-svn-id: svn://ultimatepp.org/upp/trunk@3904 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-24 11:06:06 +00:00
cxl
fc925386ec Ide: .iml designer now can import (insert) whole another .iml and also export .iml to pngs
git-svn-id: svn://ultimatepp.org/upp/trunk@3902 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-22 21:57:41 +00:00
cxl
192a4fdc70 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-21 07:55:45 +00:00
cxl
b4bbd09161 Draw: Rotate*(Image) and Mirror(Image) now correctly set moved hotspots
git-svn-id: svn://ultimatepp.org/upp/trunk@3896 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-20 14:02:36 +00:00
cxl
8de669b422 CtrlCore: ReSkin (former SyncCh) now public, refactored SetStdFont handling
git-svn-id: svn://ultimatepp.org/upp/trunk@3894 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-20 13:21:47 +00:00
cxl
cab491f6bc .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3892 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-20 07:21:41 +00:00
cxl
53ce5ebe2d Core: AsString for std::complex
git-svn-id: svn://ultimatepp.org/upp/trunk@3891 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-20 06:23:38 +00:00
cxl
467611ad53 CtrlLib, Draw: Improved support for dark visual themes (corrected text color, icon inversion for toolbar / menubar)
git-svn-id: svn://ultimatepp.org/upp/trunk@3887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-19 21:20:54 +00:00
unodgs
708d2022c2 GridCtrl: Gcc compilation fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@3886 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-09-19 18:42:06 +00:00