Commit graph

65 commits

Author SHA1 Message Date
cxl
fa46507582 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-08 17:27:23 +00:00
cxl
ba7ab3ed50 cpp11 branch merged back to to trunk
git-svn-id: svn://ultimatepp.org/upp/trunk@7047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:33:48 +00:00
cxl
ec380d6ac1 CtrlLib, ide: select_all icon #573
git-svn-id: svn://ultimatepp.org/upp/trunk@6563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-16 11:48:04 +00:00
cxl
5ba88e8a49 Fixed issue with Layout, embedded ctrls and recent speed optimization
git-svn-id: svn://ultimatepp.org/upp/trunk@6489 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-25 10:21:11 +00:00
cxl
a5ac2cb476 CtrlLib: ArrayCtrl, HeaderCtrl: scrolling (absolute) mode speed optimized
git-svn-id: svn://ultimatepp.org/upp/trunk@6444 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-18 13:27:02 +00:00
cxl
34d2760e7e CtrlLib: ArrayCtrl fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@6411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-11 12:48:24 +00:00
cxl
fa52c570bf CtrlLib: ArrayCtrl Add/Set(..ValueMap) renamed to AddMap/SetMap (to avoid ambiguity with Value)
git-svn-id: svn://ultimatepp.org/upp/trunk@6410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-11 11:33:04 +00:00
cxl
2da4535f7c CodeEditor: Thousands separator
git-svn-id: svn://ultimatepp.org/upp/trunk@6409 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-11 10:29:34 +00:00
cxl
dd62b0e667 SqlCtrl: ValueMap SqlCtrls::Get, ArrayCtrl: map based Set/Add, fixed some warnings and obsolete pragmas removed
git-svn-id: svn://ultimatepp.org/upp/trunk@6316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-05 12:14:09 +00:00
cxl
77ed46fa04 CtrlLib: Fixed ArrayCtrl RemoveSelection when last line is selected
git-svn-id: svn://ultimatepp.org/upp/trunk@6248 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-18 14:35:55 +00:00
cxl
03680d92b1 CtrlLib: ArrayCtrl: Clik on header with Alt copies individual width, GetColumnWidths
git-svn-id: svn://ultimatepp.org/upp/trunk@6204 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-19 09:49:50 +00:00
cxl
b3deb0be67 CtrlLib: ArrayCtrl::Set(int ii, const Vector<Value>&) now clears the line before setting it to remove unknown invisible columns
git-svn-id: svn://ultimatepp.org/upp/trunk@6195 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-16 08:54:30 +00:00
cxl
0758a8d832 ArrayCtrl, HeaderCtrl: Improved support for hidden and reorganized columns
git-svn-id: svn://ultimatepp.org/upp/trunk@6179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-10 13:33:03 +00:00
cxl
77ad1e9cad CtrlLib: ArrayCtrl WhenHeaderLayout
git-svn-id: svn://ultimatepp.org/upp/trunk@6177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-09 13:24:41 +00:00
cxl
28de6f24c0 CtrlLib: ArrayCtrl::GetLine now returns even cells > index.GetCount, if present
git-svn-id: svn://ultimatepp.org/upp/trunk@6153 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-26 12:24:48 +00:00
cxl
900f3e0808 *CtrlLib: ArrayCtrl::Clear fixed to clear array before calling WhenSel
git-svn-id: svn://ultimatepp.org/upp/trunk@5891 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-08 14:44:34 +00:00
cxl
86e7522a11 CtrlLib: Fixed issue with removing row in multiselect ArrayCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@5866 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-27 19:59:02 +00:00
cxl
71a0343cd8 CtrlLib: Fixed ArrayCtrl Separator issue displaying TIP (#437)
git-svn-id: svn://ultimatepp.org/upp/trunk@5847 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-20 19:33:52 +00:00
cxl
e380243e26 CtrlLib: ArrayCtrl now has OverrideCursor method
git-svn-id: svn://ultimatepp.org/upp/trunk@5644 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-11 13:50:54 +00:00
cxl
4a31c85643 U++: fixed sources to support c++0x (rm #269)
git-svn-id: svn://ultimatepp.org/upp/trunk@4818 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-19 07:51:23 +00:00
cxl
59baf714e4 Fixed some warning
git-svn-id: svn://ultimatepp.org/upp/trunk@4453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-21 11:39:05 +00:00
cxl
c3015b1771 *CtrlLib: ArrayCtrl::AddIndex fixed (related to Id refactoring)
git-svn-id: svn://ultimatepp.org/upp/trunk@4292 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-12 08:23:07 +00:00
cxl
10094501aa Core: Id is now String based, Sql: SqlCol erradicated
git-svn-id: svn://ultimatepp.org/upp/trunk@4276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-08 23:55:47 +00:00
cxl
988e66ad80 *CtrlLib: ArrayCtrl fixed cornercase issue with sort and embedded widgets
git-svn-id: svn://ultimatepp.org/upp/trunk@4217 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-01 18:47:41 +00:00
rylek
242f9ebcdc .CtrlLib/ArrayCtrl.cpp: bug fix - activation of AppendLine together with MultiSelect highlighted two 'cursor' rows
git-svn-id: svn://ultimatepp.org/upp/trunk@4150 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-08 19:02:48 +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
cxl
62de0eadd9 *CtrlLib: Fixed crash in multiselect mode Ctrl+A when there is no cursor
git-svn-id: svn://ultimatepp.org/upp/trunk@3536 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-16 05:39:49 +00:00
rylek
7bc1cbca51 .CtrlLib: ArrayCtrl updated in accordance with Option visual styles
git-svn-id: svn://ultimatepp.org/upp/trunk@3166 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-05 15:59:33 +00:00
cxl
ac4f2e2e9f ArrayCtrl: Fixed optimization issue
git-svn-id: svn://ultimatepp.org/upp/trunk@3042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-18 23:09:03 +00:00
cxl
8b108a8ce5 CtrlLib: ArrayCtrl with embeded Ctrls optimized to work well up to 10000 widgets
git-svn-id: svn://ultimatepp.org/upp/trunk@3020 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-16 12:42:19 +00:00
cxl
136737b0c0 .ArrayCtrl minor fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2639 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-25 17:02:26 +00:00
cxl
d3699d38ad .Draw: CreateImage variant with RGBA
git-svn-id: svn://ultimatepp.org/upp/trunk@2578 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-29 13:37:31 +00:00
cxl
907ca39c54 SqlExp: IsSame (PGSQL, MySql) new equality test which is null safe (null == null yields true)
git-svn-id: svn://ultimatepp.org/upp/trunk@2566 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-24 21:01:24 +00:00
cxl
4b7944c089 .CtrlLib: TabCtrl::IsAt(Ctrl&)
git-svn-id: svn://ultimatepp.org/upp/trunk@2489 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-06-16 19:00:12 +00:00
cxl
a936fe0960 *CtrlLib: ArrayCtrl fixed VirtualCount and multiselect issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-22 19:30:46 +00:00
cxl
f389291641 *ArrayCtrl: Fixed Find(Null) with disabled lines issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2330 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-22 07:32:52 +00:00
cxl
599259776b CtrlLib: ArrayCtrl WhenScroll
git-svn-id: svn://ultimatepp.org/upp/trunk@2324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-16 12:36:46 +00:00
cxl
6dd67b67dc *CtrlLib: ArrayCtrl fixed issue with VirtualCount vs Selections
git-svn-id: svn://ultimatepp.org/upp/trunk@2322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-15 07:12:49 +00:00
cxl
9b941bba24 *ArrayCtrl: Another fix... :(
git-svn-id: svn://ultimatepp.org/upp/trunk@2283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-29 21:20:37 +00:00
cxl
39dcdf2217 *CtrlLib: Another ArrayCtrl tab order fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-29 21:04:31 +00:00
cxl
6bc6e33b13 *CtrlLib: another attempt at fixing ArrayCtrl widgets tab order
git-svn-id: svn://ultimatepp.org/upp/trunk@2276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-28 16:10:07 +00:00
cxl
ef5a7be0e2 *CtrlLib: Fixed ArrayCtrl tab order of embedded widgets
git-svn-id: svn://ultimatepp.org/upp/trunk@2275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-28 13:04:08 +00:00
cxl
de9396ec0e *CtrlLib: ArrayCtrl::SetLine now does Refresh
git-svn-id: svn://ultimatepp.org/upp/trunk@2265 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-24 16:03:53 +00:00
cxl
b64b6a8eff CtrlLib: ArrayCtrl support for line in widget factory, GetCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@2120 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-22 17:50:10 +00:00
cxl
7925f700b6 Forgotten DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@2010 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-04 08:33:35 +00:00
cxl
dec02f74cc CtrlLib: ArrayCtrl: WhenMouseMove, ToolTip minor changes
git-svn-id: svn://ultimatepp.org/upp/trunk@2008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-03 10:42:49 +00:00
cxl
87f2782d5e CtrlLib: ArrayCtrl new Sort variant
git-svn-id: svn://ultimatepp.org/upp/trunk@1968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-28 09:49:12 +00:00
cxl
71c794ce3c Esc: Fixed crash on script error, Core: ValueMap - added String key variants, CtrlLib: ArrayCtrl - fixed issue with repeated SetCtrl for the same cell
git-svn-id: svn://ultimatepp.org/upp/trunk@1829 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-21 22:50:06 +00:00
cxl
c9ca16b218 CtrlLib: ArrayCtrl VirtualCount vs IsLineEnabled fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-09 08:26:20 +00:00
cxl
d1e4bc82a9 Core: Fixed inefficiency in Vector::SetCountR (and thus in Vector::At)
git-svn-id: svn://ultimatepp.org/upp/trunk@1563 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-07 08:37:38 +00:00