wxWidgets/include/wx/generic
Vadim Zeitlin 5cac8a6918 Enforce valid drag column/row index in DoGridDragResize()
Add an assert to this function checking that the index is valid before
using it with wxGridOperations::GetLineStartPos(), and actually avoid
calling the function when this is not the case to avoid assertion
failures when wxEVT_GRID_CELL_LEFT_CLICK is handled in user code.

Also add comments clarifying the preconditions for calling various
drag-related functions.

Closes #19218.
2021-07-03 16:31:15 +01:00
..
private Fix centering of images in wxListCtrl items when selected 2021-04-27 14:07:36 +02:00
aboutdlgg.h
accel.h
activityindicator.h
animate.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
bmpcbox.h Implement GetStringSelection() in generic wxBitmapComboBox 2020-10-01 02:19:12 +02:00
busyinfo.h
buttonbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
calctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
caret.h
choicdgg.h
clrpickerg.h Make wxGenericColourButton DPI aware 2020-07-31 22:25:02 +02:00
collheaderctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpaneg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
colour.h
colrdlgg.h Make wxGenericColourDialog DPI aware 2020-07-31 22:25:10 +02:00
combo.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
creddlgg.h Update wxCredentialEntryDialog to use wxWebCredentials 2021-01-10 21:27:15 +01:00
ctrlsub.h
custombgwin.h
dataview.h Use wxCompositeWindow for generic wxDataViewCtrl implementation 2021-05-24 14:24:24 +01:00
datectrl.h Fix wxDatePickerCtrl build in wxOSX after the previous commit 2020-11-13 13:55:05 +01:00
dcpsg.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
dirctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dragimgg.h
dvrenderer.h
dvrenderers.h
fdrepdlg.h
filectrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filedlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filepickerg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
fontdlgg.h
fontpickerg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
fswatcher.h
grid.h Enforce valid drag column/row index in DoGridDragResize() 2021-07-03 16:31:15 +01:00
gridctrl.h Move SetTextColoursAndFont() to wxGridCellRenderer 2021-04-06 22:51:08 +02:00
grideditors.h Add support for date format to wxGridCellDateEditor too 2020-11-03 02:57:22 +01:00
gridsel.h Replace "sendEvent" parameter in wxGridSelection with "eventType" 2020-08-21 11:49:34 +02:00
headerctrlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
helpext.h
hyperlink.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
icon.h Remove checks for wxNEEDS_CHARPP 2020-10-19 20:07:16 +02:00
imaglist.h Assure that all images in the generic wxImageList have the same scale factor 2021-04-03 18:54:32 +02:00
infobar.h
laywin.h
listctrl.h Introduce ABI shims for wxListCtrl column ordering functions 2021-04-27 14:07:46 +02:00
logg.h
mask.h
mdig.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notifmsg.h
numdlgg.h
paletteg.h
panelg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
printps.h
prntdlgg.h
progdlgg.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
propdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
region.h
richmsgdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
sashwin.h
scrolwin.h
spinctlg.h Make DetermineDigits() reusable in other ports 2021-04-25 20:14:46 +01:00
splash.h
splitter.h
srchctlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmpg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattextg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statusbr.h Remove redundant code from wxStatusBarMac 2021-01-16 18:30:55 +01:00
tabg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
textdlgg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
timectrl.h Fix inheritance hierarchy of wxTimePickerCtrlGeneric 2020-11-05 00:34:10 +01:00
treectlg.h Fix background colour drawing in wxGenericTreeCtrl under Mac 2021-01-16 19:17:57 +01:00
wizard.h