wxWidgets/src/msw
Robin Dunn 82ec1f7035 Fix for always failing assert in GetValue. Save the same value that
will be tested for there (the date without any time set.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 07:09:21 +00:00
..
ole compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPATIBILITY_2_6 (bug 1587408) 2006-10-30 19:11:31 +00:00
wince implement wcsftime for versions of VS earlier than 2005 2006-10-31 15:22:17 +00:00
.cvsignore
aboutdlg.cpp compilation fix for PCH-less builds 2006-10-08 15:50:48 +00:00
accel.cpp COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
app.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
basemsw.cpp avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch 1501682) 2006-06-25 23:53:53 +00:00
bitmap.cpp fix wxBitmap mask copying 2006-10-31 14:43:04 +00:00
bmpbuttn.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
brush.cpp renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and 2006-10-30 22:03:53 +00:00
button.cpp fix borland error about string refernce 2006-08-13 12:12:55 +00:00
caret.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checkbox.cpp use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB 2006-07-25 18:47:39 +00:00
checklst.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
choice.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
clipbrd.cpp Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-27 12:57:16 +00:00
colordlg.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
colour.cpp enabling alpha on msw colour 2006-09-30 13:29:45 +00:00
combo.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
combobox.cpp [ 1557102 ] wxCombobox + keyboard selection + TEXT_ENTER Event 2006-09-26 09:16:13 +00:00
control.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
crashrpt.cpp Fix for older version of VC7 2005-06-02 20:58:18 +00:00
cursor.cpp COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
data.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
datectrl.cpp Fix for always failing assert in GetValue. Save the same value that 2006-11-01 07:09:21 +00:00
dc.cpp Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcclient.cpp Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-04 07:57:04 +00:00
dcmemory.cpp Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcprint.cpp Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcscreen.cpp Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-09 13:55:29 +00:00
dde.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
debughlp.cpp Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0 2006-01-21 16:47:30 +00:00
dialog.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
dialup.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
dib.cpp Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-03 19:02:54 +00:00
dir.cpp check for ERROR_NO_MORE_FILES error code from FindFirstFile() as it's not really an error (patch 1481895) 2006-05-28 22:40:37 +00:00
dirdlg.cpp Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-07 11:44:19 +00:00
display.cpp include wrapwin.h to get HMONITOR and friends declarations 2006-10-31 08:45:16 +00:00
dlmsw.cpp compilation fix: last commit broke non-Win64 compilation 2005-05-22 17:55:30 +00:00
dragimag.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
enhmeta.cpp [ 1502010 ] Cast to wrong type. 2006-06-07 17:12:57 +00:00
evtloop.cpp call MSWProcessMessage() for the window itself, although a comment said that this was done it, in fact, wasn't (since rev 1.11 when this was changed, apparently accidentally) 2006-06-30 22:59:01 +00:00
fdrepdlg.cpp include mslu.h 2006-10-27 06:29:17 +00:00
filedlg.cpp Add m_fsStyle next to m_windowStyle 2006-10-25 13:26:47 +00:00
font.cpp build fixes 2006-08-17 03:02:15 +00:00
fontdlg.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
fontenum.cpp FontEnum fix: use NULL for global enumeration. 2006-03-09 23:36:32 +00:00
fontutil.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
frame.cpp fixes for status bar positioning with non-top aligned toolbars 2006-10-31 13:42:01 +00:00
gauge95.cpp compilation fix for !WX_PRECOMP (missing wx/app.h) 2006-09-10 12:23:44 +00:00
gdiimage.cpp Move some things to wxBitmapBase to avoid much duplication. 2006-10-08 08:04:49 +00:00
gdiobj.cpp moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it 2006-08-16 14:53:49 +00:00
glcanvas.cpp Commit Carsten Fuchs' patch for separating wxGLCanvas 2006-09-06 13:31:20 +00:00
graphics.cpp moving path and matrix to refcounting as well, switching filling rule default to odd-even as dc.h does 2006-10-28 13:46:46 +00:00
gsocket.cpp Rearrange and simplify read and error checks, and remove use of MSG_PEEK that is unneeded and not supported on CE anyway [ Modified & Expanded Patch 1428745 ] 2006-02-22 01:55:43 +00:00
gsockmsw.cpp don't crash when destroying a not initialized socket (patch 1489095) 2006-05-28 23:38:11 +00:00
helpbest.cpp allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpController (patch 1485669) 2006-05-28 23:07:02 +00:00
helpchm.cpp show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController 2006-06-14 17:46:51 +00:00
helpwin.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 09:56:17 +00:00
icon.cpp use wxImage to load icons in non-native formats 2006-06-04 15:51:39 +00:00
imaglist.cpp Fix compilo under MINGW32 2006-09-18 21:00:29 +00:00
iniconf.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
joystick.cpp Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-04 07:57:04 +00:00
listbox.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
listctrl.cpp post WM_CLOSE instead of deleting the inplace edit control (second incarnation of the patch 1394785) 2006-10-29 20:24:11 +00:00
main.cpp build fixes 2006-08-17 03:02:15 +00:00
makebase.b32
makebase.vc
makefile.mic Licence line 2004-11-22 20:57:03 +00:00
makefile.sl Removed some references to unused files. 2006-05-25 10:03:56 +00:00
mdi.cpp Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-09 09:51:39 +00:00
mediactrl_am.cpp WinCE build fix. 2006-10-09 12:56:26 +00:00
mediactrl_wmp10.cpp WinCE build fix. 2006-10-09 12:56:26 +00:00
mediactrl.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
menu.cpp Less drastic compile fix 2006-10-26 10:37:21 +00:00
menuitem.cpp fixes to menu stock items support (patch 1547639) 2006-09-05 21:00:55 +00:00
metafile.cpp allow empty filename in ctor taking the extents 2006-06-26 14:39:56 +00:00
microwin.c Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mimetype.cpp Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-26 08:21:31 +00:00
minifram.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
msgdlg.cpp WinCE build fixes. 2006-09-05 19:23:15 +00:00
mslu.cpp move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h 2006-10-26 19:06:51 +00:00
nativdlg.cpp fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083) 2006-06-14 15:55:43 +00:00
notebook.cpp fix for tabs drawing in RTL (patch 1552881) 2006-10-21 16:55:07 +00:00
ownerdrw.cpp use SelectObjectAsSource when we don't need to modify the bitmap 2006-10-31 14:44:37 +00:00
palette.cpp [ 1557935 ] wxPalette::GetColoursCount implementation 2006-09-23 09:35:09 +00:00
pen.cpp remove Win32S-specific code 2006-08-17 18:48:03 +00:00
penwin.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:50:23 +00:00
popupwin.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 09:56:17 +00:00
power.cpp wxWinCE power build fixes. 2006-05-29 23:24:02 +00:00
printdlg.cpp gcc signed/unsigned comparison fix 2006-10-30 23:16:37 +00:00
printwin.cpp Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
radiobox.cpp don't compute (and mainly don't cache) our best size until we have created the radio buttons 2006-10-31 16:37:52 +00:00
radiobut.cpp allow wxRB_GROUP to be changed after creation (patch 1544686) 2006-09-10 23:08:13 +00:00
regconf.cpp fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs 2006-07-14 22:08:43 +00:00
region.cpp The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
registry.cpp always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time) 2006-10-31 17:29:55 +00:00
renderer.cpp include wx/msw/private.h before wx/msw/uxtheme.h for consistency with other headers (it's not needed, strictly speaking, as uxtheme.h now includes it itself anyhow, but it's more clear like this) 2006-10-30 15:41:58 +00:00
salford.lnk
scrolbar.cpp Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-30 13:43:18 +00:00
settings.cpp don't include missing.h before windows headers 2006-10-10 17:37:02 +00:00
slider95.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
snglinst.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
sound.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
spinctrl.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
stackwalk.cpp don't give error message if we failed to get the stack, this doesn't mean anything to the user 2005-08-03 23:57:00 +00:00
statbmp.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
statbox.cpp don't include missing.h before windows headers 2006-10-10 17:37:02 +00:00
statbr95.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
statline.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
stattext.cpp use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB 2006-07-25 18:47:39 +00:00
stdpaths.cpp Missing header. 2006-10-26 19:48:02 +00:00
tabctrl.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
taskbar.cpp document that the workaround used to make popup menus behave correctly is the one officially sanctioned by Microsoft and provide the URL to the Knowledge Base article; also minor cleanup: use GetHwndOf() instead of HWND casts 2006-04-26 00:05:09 +00:00
tbar95.cpp ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down 2006-10-31 13:09:08 +00:00
textctrl.cpp Reverted winundef.h removal - without it build fails on GetWindowStyle later. 2006-10-27 07:48:22 +00:00
tglbtn.cpp honour wxBU_EXACTFIT in wxToggleButton (patch 1567892) 2006-10-04 23:02:13 +00:00
thread.cpp make wxSemaphore::Post() return wxSEMA_OVERFLOW as documented (patch 1557642) 2006-10-03 15:05:40 +00:00
timer.cpp Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-20 10:24:07 +00:00
tooltip.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
toplevel.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
treectrl.cpp let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't look right and results in some weird events (see bug 1541148), it's easier to generate WM_CONTEXTMENU manually instead 2006-09-26 00:58:49 +00:00
urlmsw.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
utils.cpp Include wx/msw/wrap*.h according to pch support (with other minor cleaning). 2006-09-07 19:01:45 +00:00
utilsexc.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
utilsgui.cpp compilation fix for wxUSE_DYNLIB_CLASS == 0 2006-07-29 20:33:10 +00:00
uxtheme.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
version.rc use wxSTRINGIZE instead of redefining a special STRINGIZE in this file 2006-10-08 10:59:16 +00:00
volume.cpp don't include missing.h before windows headers 2006-10-10 17:37:02 +00:00
window.cpp load _TrackMouseEvent dynamically to make it possible to run wx programs on systems with comctl32.dll 4.70 (closes 1215615) 2006-10-21 15:37:55 +00:00
winestub.c Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces. 2004-09-07 11:11:05 +00:00