Commit graph

77 commits

Author SHA1 Message Date
unodgs
a9909cae10 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
360a51663e 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
11ac38b665 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
eefe31c267 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
ddea7aa1e3 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
df8796c96d 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
0d5132d386 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
5de4dcba84 .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
e3c84e6e88 *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
86c4296cdb 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
d633208fbf 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
unodgs
144353be5e GridCtrl: Fixed setting incorrect width of indicator
git-svn-id: svn://ultimatepp.org/upp/trunk@4333 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-20 20:19:59 +00:00
unodgs
51f8119377 GridCtrl: Fixed filling clipboard if coping column names option is enabled
git-svn-id: svn://ultimatepp.org/upp/trunk@4239 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-03 22:40: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
unodgs
d0288dcda1 GridCtrl: Fixed painting columns with null header font
git-svn-id: svn://ultimatepp.org/upp/trunk@3712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-25 15:38:50 +00:00
unodgs
7929ad78dc GridCtrl: Added respecting header font in popups
git-svn-id: svn://ultimatepp.org/upp/trunk@3567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 12:51:27 +00:00
unodgs
72f3bddde1 GridCtrl: Added SetHeaderFont()
git-svn-id: svn://ultimatepp.org/upp/trunk@3566 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 11:54:35 +00:00
unodgs
c532cecb82 GridCtrl: Fixed loosing focus when typing in find box. Added calling WhenSearchCursor on clearing search string
git-svn-id: svn://ultimatepp.org/upp/trunk@3565 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 11:09:08 +00:00
unodgs
b8344a93e6 GridCtrl: Fixed calculating selected items in block selection
git-svn-id: svn://ultimatepp.org/upp/trunk@3564 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 10:42:56 +00:00
unodgs
ce0428efdb GridCtrl: Fixed calling WhenEnter only inside LOG_CALLBACKS block
git-svn-id: svn://ultimatepp.org/upp/trunk@3562 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 09:19:57 +00:00
unodgs
66bf215fda GridCtrl: Added WhenChangeOrder callback
git-svn-id: svn://ultimatepp.org/upp/trunk@3561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-26 09:13:29 +00:00
unodgs
5ec8974ff3 GridCtrl: Fixed crash when selecting cell/row in combination with RowChanging(false)
git-svn-id: svn://ultimatepp.org/upp/trunk@3473 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-31 19:04:22 +00:00
unodgs
0577f1a086 GridCtrl: Fixed painting summary row if view's width is greater than total columns' width
git-svn-id: svn://ultimatepp.org/upp/trunk@3271 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-07 21:30:34 +00:00
unodgs
fc66947a6f GridCtrl: Fixed SyncCtrls - sometimes was not called. Fixed decreasing generic controls counter if column is removed
git-svn-id: svn://ultimatepp.org/upp/trunk@2970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-08 00:40:48 +00:00
unodgs
e6d818654e GridCtrl: Fixed crash on reset in sorted grid (thanks Alendar!)
git-svn-id: svn://ultimatepp.org/upp/trunk@2968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-07 13:34:21 +00:00
unodgs
755f3c957b GridCtrl: Fixed incorrect state of accept/cancel buttons
git-svn-id: svn://ultimatepp.org/upp/trunk@2842 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-10 18:35:01 +00:00
unodgs
29e0df5ccb GridCtrl: Added ClearChanged(), added missing row_order setting in Remove0
git-svn-id: svn://ultimatepp.org/upp/trunk@2826 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-27 22:22:37 +00:00
unodgs
efbcb4f8c6 GridCtrl: Fixed invalid cursor state in DoInsert/DoRemove
git-svn-id: svn://ultimatepp.org/upp/trunk@2823 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-26 19:34:35 +00:00
unodgs
882bafcbb3 GridCtrl: Fixed summary horizontal scrolling in absolute mode
git-svn-id: svn://ultimatepp.org/upp/trunk@2822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-26 18:47:59 +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
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
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
unodgs
9f6630f31b GridCtrl: Added WhenBeforeChangeRow / WhenBeforeChangeCol
git-svn-id: svn://ultimatepp.org/upp/trunk@2689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-12 20:37:39 +00:00
unodgs
58ed5a9bb7 *GridCtrl: escape didn't work with cell edits
git-svn-id: svn://ultimatepp.org/upp/trunk@2687 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-12 06:26:32 +00:00
unodgs
122c828b6a *GridCtrl: fixed dragging crash (popups related)
git-svn-id: svn://ultimatepp.org/upp/trunk@2674 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-08 21:37:45 +00:00
unodgs
381f556d71 *GridCtrlTest: Few small fixes..
git-svn-id: svn://ultimatepp.org/upp/trunk@2673 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-08 20:04:35 +00:00
unodgs
65b3e28689 .GridCtrl: property grid improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@2658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-06 17:21:43 +00:00
unodgs
dab65ac0a3 .GridCtrl: SyncCtrls improvements, Added new overloads for SetCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@2651 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-01 22:40:14 +00:00
unodgs
8f9f5a4401 *GridCtrl: One more Clear fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-16 22:34:09 +00:00
unodgs
7a619b5795 *GridCtrl: Clear respects all fixed rows now
git-svn-id: svn://ultimatepp.org/upp/trunk@2614 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-16 18:59:51 +00:00
unodgs
6d0bc82f0e *GridCtrl: Fixed searching crash on not clickable cells
git-svn-id: svn://ultimatepp.org/upp/trunk@2600 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-11 18:50:55 +00:00
unodgs
69381f5267 GridCtrl: Added CancelDuplicate, fixed duplicating small issues
git-svn-id: svn://ultimatepp.org/upp/trunk@2580 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-29 21:35:16 +00:00
unodgs
668e7d4d12 *GridCtrl: Fixed ReadCol and ReadRow indexes from absolute to relative
git-svn-id: svn://ultimatepp.org/upp/trunk@2577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-28 22:03:25 +00:00
unodgs
1281fac3fb *GridCtrl: Fixed searching AttrText fields
git-svn-id: svn://ultimatepp.org/upp/trunk@2576 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-28 21:45:09 +00:00
unodgs
e719330072 *GridCtrl: GetCtrl expects relative row index on default now
git-svn-id: svn://ultimatepp.org/upp/trunk@2553 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-20 19:23:43 +00:00
unodgs
792cb5908c GridCtrl: Added SetCtrl
git-svn-id: svn://ultimatepp.org/upp/trunk@2552 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-19 21:00:17 +00:00
unodgs
0a4c6b19d4 GridCtrl: Added SetValues, GetValues and Xmlize template specialization
git-svn-id: svn://ultimatepp.org/upp/trunk@2545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-18 22:48:24 +00:00
unodgs
658e53da02 GridCtrl: Added FindCol by string, ReadCol, CopyColumnNames, some additions to ReadRow
git-svn-id: svn://ultimatepp.org/upp/trunk@2544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-18 22:00:06 +00:00
unodgs
0e8c9661df *GridCtrl: fixed incorrect toolbar delete button status if keep_last_row is set to true and only one row is visible
git-svn-id: svn://ultimatepp.org/upp/trunk@2542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-18 11:02:13 +00:00
unodgs
5e82c347f2 Fixed stupid braces bug, left double is working again on the popup
git-svn-id: svn://ultimatepp.org/upp/trunk@2081 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-15 20:42:09 +00:00