wxWidgets/samples
Robin Dunn 07296f0b12 1. Fixed slow-click timer.
2. Fix for full cell background to be painted.  (One line on the edges
was showing through to the background.)

3. Added current cell highlight.  Currently it just draws a thick
border using the gridLineColour just inside the cell borders.

4. Make dragging a little less sensitive by ensuring that the mouse
drags at least 3 pixels before anything is done to the grid.

5. CaptureMouse while drag-selecting cells and fixed to make cells
visible if dragging outside window boundaries.  Still a problem here
though, it moves way to fast to see what's happening (at least on MSW.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-14 08:53:06 +00:00
..
calendar makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
caret makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
checklst makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
config makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
console another new version of wxStringTokenizer (with tests and docs) 2000-02-04 18:31:26 +00:00
controls Distrib file updates; test for bitmap presence in controls.cpp 2000-02-12 10:44:03 +00:00
db makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
dialogs Minor mods if any 2000-02-08 19:22:40 +00:00
dialup makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
dnd makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
docview makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
docvwmdi makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
drawing moved Clear() outside of if (textured)... 2000-02-10 05:00:06 +00:00
dynamic makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
exec Added a few makefiles 2000-02-10 15:42:35 +00:00
font makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
grid makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
help Various corrections to makefiles, RPMs etc. 2000-02-01 16:37:28 +00:00
html makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
image Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
internat makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
ipc makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
joytest removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
layout makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
listctrl 1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted 2000-02-10 18:12:44 +00:00
mdi Set/GetWindowMenu added to MDI parent frame under MSW 2000-02-01 15:48:44 +00:00
memcheck makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
menu makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
mfc removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
minifram makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
minimal makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
nativdlg removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
newgrid 1. Fixed slow-click timer. 2000-02-14 08:53:06 +00:00
notebook makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
oleauto Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00
ownerdrw removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
plot Added mingw32 makefile for plot demo. 2000-02-13 14:48:20 +00:00
png makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
printing makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
proplist makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
propsize makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
regtest Minor doc typos removed; compilation improved for VC++ 4.x 2000-02-04 17:08:11 +00:00
resource makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
richedit makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
rotate Added code to test the transparency stuff for image rotation 2000-02-10 13:26:30 +00:00
sashtest makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
scroll Added wxEVT_SCROLL[WIN]_THUMBRELEASE 2000-02-11 17:55:28 +00:00
scrollsub makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
sockets Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00
splitter makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
statbar fixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample 2000-02-09 18:23:37 +00:00
tab removing Makefile.ams (and minor additions/fixes to the samples) 1999-11-08 15:06:41 +00:00
taskbar Minor doc typos removed; compilation improved for VC++ 4.x 2000-02-04 17:08:11 +00:00
text 1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK 2000-02-11 02:41:07 +00:00
thread new sample: statbar 2000-02-04 20:27:10 +00:00
toolbar Added ShowFullScreen call (MSW only) 2000-02-08 19:19:47 +00:00
treectrl makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
typetest Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00
validate makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
wizard readding back 2000-02-04 20:27:31 +00:00
.cvsignore Augmented beta to 9, 1999-08-12 19:24:39 +00:00
configure Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
configure.in Whole lotta stuff for wxPlotWindow, 2000-02-10 18:43:33 +00:00
makefile.b32 Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
makefile.dos Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
makefile.g95 Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
Makefile.in more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS 1999-11-04 16:52:23 +00:00
makefile.vc Small changes for VC++ 4 compilation 2000-02-06 21:25:27 +00:00