Commit graph

116 commits

Author SHA1 Message Date
cxl
478ad4d698 GridCtrl: Corner case highlighting bug fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@11882 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-04-10 17:28:44 +00:00
cxl
4504d03f83 GridCtrl: Fixed float divide by zero issue
git-svn-id: svn://ultimatepp.org/upp/trunk@11718 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-22 21:41:00 +00:00
cxl
d21c741333 CtrlLib: MenuBar now resilient to destroying menu while invoked menuitem event is running
git-svn-id: svn://ultimatepp.org/upp/trunk@11457 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-11-12 22:51:50 +00:00
cxl
3556771cf6 GridCtrl fix
git-svn-id: svn://ultimatepp.org/upp/trunk@11347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-04 17:13:34 +00:00
cxl
0892999484 GridCtrl: GetCtrl check_visibility parameter
git-svn-id: svn://ultimatepp.org/upp/trunk@11346 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-10-03 23:02:16 +00:00
cxl
3ca876ef48 Fixed isue in GridCtrl::RemoveColumn (thanks aftershock)
git-svn-id: svn://ultimatepp.org/upp/trunk@11061 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-10 11:16:01 +00:00
cxl
dfb10fd93b GridCtrl: Fix in RemoveColumn
git-svn-id: svn://ultimatepp.org/upp/trunk@11027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-04-24 13:30:36 +00:00
cxl
c43eca998a GridCtrl: Pasting into column with Convert based EditField now uses Convert to convert the pasted text
git-svn-id: svn://ultimatepp.org/upp/trunk@10686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 14:17:58 +00:00
cxl
597466fea8 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
0d87ac1cd6 uppsrc: cosmetics: //$- around all Expands
git-svn-id: svn://ultimatepp.org/upp/trunk@8537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-06-13 18:13:59 +00:00
unodgs
f781017cc7 GridCtrl: Fixed syncing control values in SetValues method (thanks Koldo!)
git-svn-id: svn://ultimatepp.org/upp/trunk@8280 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-03-18 07:49:15 +00:00
cxl
34a6a0b443 GridCtrl: fixed for C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@7177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-05 16:45:55 +00:00
unodgs
b5c1b5daef Fixed scrollbars look (added empty box between them like in ArrayCtrl)
git-svn-id: svn://ultimatepp.org/upp/trunk@6918 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-14 15:06:32 +00:00
koldo
cb7e0171fa GridCtrl: Encoding changed to UTF8
git-svn-id: svn://ultimatepp.org/upp/trunk@6746 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-10 17:08:43 +00:00
koldo
de51da7946 GridCtrl: Replaced NULL with ""
git-svn-id: svn://ultimatepp.org/upp/trunk@6736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-08 17:55:08 +00:00
cxl
ed38f37059 GridCtrl: reverted issue with select_all
git-svn-id: svn://ultimatepp.org/upp/trunk@6571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-17 07:37:40 +00:00
cxl
67224c87a9 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
unodgs
f8c2724920 GridCtrl: Small fixes to inserting and removing columns (incorrect elements where removed from internal tables)
git-svn-id: svn://ultimatepp.org/upp/trunk@6453 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-20 09:04:03 +00:00
unodgs
b3910705b7 GridCtrl: Added InsertColumn, fixed displaying joined cells after inserting row or column
git-svn-id: svn://ultimatepp.org/upp/trunk@6450 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-19 21:43:16 +00:00
unodgs
05559faa88 GridCtrl: One more fix to live cursor and it's visibility when mouse leaves the view
git-svn-id: svn://ultimatepp.org/upp/trunk@6276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-26 14:42:42 +00:00
unodgs
466347a468 GridCtrl: Changed color of cursor in disabled mode (thanks to Klugier!)
git-svn-id: svn://ultimatepp.org/upp/trunk@6275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-26 12:29:58 +00:00
unodgs
7058e73318 GridCtrl: Added ability to reverse displayed sort icon
git-svn-id: svn://ultimatepp.org/upp/trunk@6272 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-26 11:16:10 +00:00
unodgs
5ce75d63fe GridCtrl: Added better live cursor color determination (especially for dark themes, thanks to Klugier!)
git-svn-id: svn://ultimatepp.org/upp/trunk@6269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-25 12:19:48 +00:00
unodgs
5ea951f383 GridCtrl: Fixed live cursor not disappearing when mouse moves outside control view, fixed live cursor not changing row when mouse enters child control
git-svn-id: svn://ultimatepp.org/upp/trunk@6268 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-25 12:06:58 +00:00
unodgs
0061697264 GridCtrl: Added IndexAsColumn
git-svn-id: svn://ultimatepp.org/upp/trunk@6267 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-08-25 11:24:41 +00:00
unodgs
4409c91a79 GridCtrl: Added GotoFirstEdit
git-svn-id: svn://ultimatepp.org/upp/trunk@6134 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-05 07:20:24 +00:00
unodgs
9ea0317a83 GridCtrl: Fixed empty popup if cell contains AttrText value
git-svn-id: svn://ultimatepp.org/upp/trunk@6133 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-06-05 07:12:19 +00:00
unodgs
ef1002182a GridCtrl: Fixed overlapping new and summary row when there is no more vertical space
git-svn-id: svn://ultimatepp.org/upp/trunk@6040 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-08 17:43:59 +00:00
unodgs
fc9980df38 GridCtrl: Fixed displaying AttrText of values from embedded controls
git-svn-id: svn://ultimatepp.org/upp/trunk@6039 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-08 15:39:22 +00:00
unodgs
e28f58a517 GridCtrl: Added WhenSorted
git-svn-id: svn://ultimatepp.org/upp/trunk@6038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-08 14:51:43 +00:00
unodgs
5abbb86213 GridCtrl: Added native resizing icons (thx klugier!)
git-svn-id: svn://ultimatepp.org/upp/trunk@5971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-08 06:44:03 +00:00
unodgs
871a8f688a GridCtrl: Fixed showing context menu when clicking on empty area
git-svn-id: svn://ultimatepp.org/upp/trunk@5970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-08 06:37:28 +00:00
cxl
31e449f785 CtrlCore: GetScreenSize deprecated, implemented using GetVirtualScreenArea
git-svn-id: svn://ultimatepp.org/upp/trunk@5961 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-04-06 15:24:08 +00:00
unodgs
5919671f68 GridCtrl: Fixed scrolling artifacts when enabling summary row in runtime (thx Lance!)
git-svn-id: svn://ultimatepp.org/upp/trunk@5876 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-02 21:39:20 +00:00
unodgs
93764c2b8f GridCtrl: Added SetAny and SetIndicator, added displaying text for indicator
git-svn-id: svn://ultimatepp.org/upp/trunk@5617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 15:45:33 +00:00
unodgs
74190eb16f GridCtrl: Added "Select all" to context menu in excel mode
git-svn-id: svn://ultimatepp.org/upp/trunk@5616 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 15:14:18 +00:00
unodgs
761a7aba00 GridCtrl: Added missing method: SetDisplay(int r, int c, GridDisplay& gd)
git-svn-id: svn://ultimatepp.org/upp/trunk@5615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 15:04:48 +00:00
unodgs
bbca44affe GridCtrl: Fixed setting incorrect value for option column if it was a last column copied from excel
git-svn-id: svn://ultimatepp.org/upp/trunk@5614 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 15:01:49 +00:00
unodgs
3976c1a649 GridCtrl: Removed blank column from text clipboard
git-svn-id: svn://ultimatepp.org/upp/trunk@5613 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-12-02 14:25:08 +00:00
unodgs
ad6c6d2f42 GridCtrl: Added SetRaw, GetRaw, Modified GetCtrl(c) and GetCtrl(r, c) to behave the same way as Get(c) and Get(r, c)
git-svn-id: svn://ultimatepp.org/upp/trunk@5474 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-24 19:43:41 +00:00
unodgs
8dbce2677f Added WhenPaste, fixed Jsonize and Xmlize AttrText's values
git-svn-id: svn://ultimatepp.org/upp/trunk@5354 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-14 06:52:13 +00:00
unodgs
75de535346 GridCtrl: Added getting previous cursor position
git-svn-id: svn://ultimatepp.org/upp/trunk@5186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-14 06:05:10 +00:00
unodgs
3d1a1a03ed GridCtrl: Added explicitly enabling of clipboard cut, copy and paste operations
git-svn-id: svn://ultimatepp.org/upp/trunk@4988 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 14:29:16 +00:00
unodgs
8ec8c712d8 GridCtrl: Fixed crash on dragging if grid was cleared, added Jsonize
git-svn-id: svn://ultimatepp.org/upp/trunk@4985 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-21 14:19:36 +00:00
cxl
fd7357ed0d GridCtrl: Fixed Xmlize signature
git-svn-id: svn://ultimatepp.org/upp/trunk@4608 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-21 09:31:08 +00:00
unodgs
2dec8fa6b8 GridCtrl: Fixed not scrolling the view when calling GoEnd()
git-svn-id: svn://ultimatepp.org/upp/trunk@4507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 20:00:14 +00:00
cxl
679bdbbe1b .removing GCC warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@4456 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-21 11:52:33 +00:00
cxl
a00521cf69 *GridCtrl: StdGridDisplay now function instead of global variable (plus some warning removed)
git-svn-id: svn://ultimatepp.org/upp/trunk@4454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-21 11:49:05 +00:00
unodgs
136651749a GridCtrl: Fixed coping and sorting cells with AttrText value inside
git-svn-id: svn://ultimatepp.org/upp/trunk@4440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-18 19:48:42 +00:00
unodgs
9f353670a4 GridCtrl: Fixed crash in RemoveColumn
git-svn-id: svn://ultimatepp.org/upp/trunk@4415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-14 09:53:09 +00:00