wxWidgets/include/wx
Julian Smart 18fefee7d1 Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
Jaakko Salli

This patch modifies datectlg.cpp's wxDropdownButton in
such manner that it should be much easier to convert it
into a generic drop button class. Also, it is now more
universal in the respect that it should work on
platforms other than wxMSW and wxGTK (wxBitmapButton
being prime prerequisite).

Plus there are some bug fixes for wxDatePickerCtrlGeneric.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 10:32:36 +00:00
..
cocoa GCC 4.0 (Apple 4059) is a little bit pickier than 3.3. 2005-03-23 05:51:15 +00:00
generic Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes 2005-04-16 10:32:36 +00:00
gtk Move G_FILENAME_ENCODING to wxGTK 2005-04-13 20:05:57 +00:00
gtk1 Move G_FILENAME_ENCODING to wxGTK 2005-04-13 20:05:57 +00:00
html Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results. 2005-04-13 05:12:41 +00:00
mac fixing compilo on carbon cfm with CW 9 2005-04-13 05:07:39 +00:00
mgl Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too. 2004-12-16 21:24:45 +00:00
motif give an error if wxMotif is built in Unicode mode (to prevent bug reports like 1177193); moved wxMotif-specific checks in its own wx/motif/chkconf.h; moved wxMac stuff remaining in wx/chkconf.h to wx/mac/chkconf.h 2005-04-05 20:54:56 +00:00
msw Correction in comment in closing #endif. 2005-04-14 15:11:20 +00:00
os2 New classes for OS/2 2005-04-07 04:04:37 +00:00
palmos simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
protocol active mode support for wxFTP (extremely heavily modified patch 1006252) 2004-09-18 14:24:49 +00:00
stc Add several "Raw" functions for setting/getting text from the document 2005-04-16 04:53:01 +00:00
univ compilation fix after last commit (missing semicolon added) 2005-03-18 14:07:22 +00:00
unix Unicode compilation fix 2005-01-19 20:13:49 +00:00
x11 removed ambiguity from wxGLCanvas ctors (bug 1102544) 2005-02-21 01:52:23 +00:00
xml
xrc Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
.cvsignore
accel.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
access.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
afterstd.h winundef.h serves for other compilators too with STL turned on. 2005-03-24 17:51:57 +00:00
app.h Old API deprecated. Use new and remove old usage where necessary. 2005-01-10 17:21:16 +00:00
apptrait.h added wxUSE_STDPATHS 2005-03-07 22:37:58 +00:00
archive.h Add a comment about covariant returns 2005-04-11 23:24:30 +00:00
arrimpl.cpp
arrstr.h Added C/wxString array constructors to wxArrayString 2005-03-26 14:18:56 +00:00
artprov.h Applied patch for ArtProvider. 2005-03-12 10:33:00 +00:00
beforestd.h attempts to suppress C4702 for VC 2004-11-16 12:09:17 +00:00
bitmap.h Second try to add "support" for deriving from 2005-02-05 14:17:27 +00:00
bmpbuttn.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
bookctrl.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
brush.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
buffer.h Allow wxCharBuffer to be constructed without parameters (making a zero 2005-04-16 04:08:35 +00:00
build.h Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs. 2004-09-09 17:42:36 +00:00
busyinfo.h
button.h Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning. 2005-01-24 07:38:52 +00:00
calctrl.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
caret.h added missing virtual dtors to base classes (patch 1150945) 2005-02-24 14:33:32 +00:00
checkbox.h wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS. 2005-01-25 06:55:10 +00:00
checklst.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
chkconf.h fixed wx/motif/chkconf.h include 2005-04-06 17:56:45 +00:00
choicdlg.h
choice.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
choicebk.h As yet unsuccessful attempt to set the focus to the choice control. 2005-04-06 21:13:28 +00:00
clipbrd.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
clntdata.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
cmdline.h added SetCmdLine(int, char **) overload even when building a Unicode app 2004-12-25 01:58:36 +00:00
cmdproc.h wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556) 2005-02-19 16:52:08 +00:00
cmndata.h moving wxMac to new printing architecture 2005-04-01 16:36:36 +00:00
colordlg.h PalmOS native colour dialog. 2005-01-18 10:31:24 +00:00
colour.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
combobox.h (blind) fix for virtual function hiding warning 2005-02-15 12:16:33 +00:00
confbase.h Darwin fixes (OW,BCC,MinGW,DMC tested). 2004-10-13 14:09:48 +00:00
config.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
containr.h Add SetFocusIgnoringChildren() to wxControlContainer. This 2004-12-11 12:51:05 +00:00
control.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
cppunit.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
cshelp.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
ctrlsub.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
cursor.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
dataobj.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
datectrl.h corrected wxRTTI macros 2005-02-17 23:17:30 +00:00
dateevt.h Missing casts to event handling functions. 2005-03-09 16:29:59 +00:00
datetime.h As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland. 2005-02-01 19:54:43 +00:00
datetime.inl
datstrm.h Reverted due to Darwin and other conflicts. 2004-10-12 20:48:22 +00:00
db.h Applied patch [ 1183157 ] Compilation with GCC 4.0 2005-04-16 09:45:32 +00:00
dbgrid.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
dbkeyg.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
dbtable.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
dc.h wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear. 2005-02-16 20:34:34 +00:00
dcbuffer.h Allow wxBufferedDC to be constructed with just a wxDC. 2005-03-08 00:38:53 +00:00
dcclient.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
dcmemory.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
dcmirror.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
dcprint.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
dcps.h
dcscreen.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
dcsvg.h Metric conversion constants not doubled in each port code. 2004-12-21 16:25:59 +00:00
dde.h
debug.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
debugrpt.h modified AddFile() to copy file to the debug report directory if its path is absolute 2005-04-10 22:37:43 +00:00
defs.h th4ese -> these in comment 2005-04-10 18:05:48 +00:00
dialog.h No resize border on WinCE by default 2005-04-02 21:40:59 +00:00
dialup.h Missing casts to event handling functions. 2005-03-09 16:29:59 +00:00
dir.h added missing virtual dtors to base classes (patch 1150945) 2005-02-24 14:33:32 +00:00
dirctrl.h
dirdlg.h No resize border on WinCE by default 2005-04-02 21:40:59 +00:00
display.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
dlimpexp.h added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there 2005-03-21 00:11:06 +00:00
dnd.h Applied DnD patch, adding a field for setting a default action. 2005-03-08 22:50:46 +00:00
docmdi.h Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(). 2004-09-10 12:56:07 +00:00
docview.h Moved the wxPageSetupDialogData <-> native conversion 2004-10-31 23:43:41 +00:00
dragimag.h
dynarray.h iterator methods fixes (patch 1164808) 2005-03-17 23:19:13 +00:00
dynlib.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
dynload.h Old API clearly deprecated. 2005-01-07 20:03:22 +00:00
effects.h Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false. 2004-09-13 18:03:44 +00:00
encconv.h wxEncodingConverter should and can be compiled 2005-01-06 11:53:53 +00:00
encinfo.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
event.h Added WXK_SPECIAL... keycodes for special hardware buttons 2005-03-18 14:26:57 +00:00
evtloop.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
except.h
fdrepdlg.h Missing casts to event handling functions. 2005-03-09 16:29:59 +00:00
features.h fixed cases where __WXMAC_CLASSIC__, __WXMAC_CARBON__, and __WXMAC_OSX__ were being treated as 0/1 value instead of (un)defined symbol 2005-04-04 10:34:56 +00:00
ffile.h added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642) 2005-02-19 15:53:04 +00:00
file.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
fileconf.h Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
filedlg.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
filefn.h Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning. 2005-04-05 16:10:48 +00:00
filename.h Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning. 2005-03-17 17:46:32 +00:00
filesys.h Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
flags.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-14 12:08:28 +00:00
fmappriv.h
font.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
fontdlg.h cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure 2004-11-16 14:36:10 +00:00
fontenc.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-14 12:08:28 +00:00
fontenum.h
fontmap.h Improve type safety by doing a runtime check to make sure the 2005-03-26 21:47:54 +00:00
fontutil.h Final MSW/PalmOS split. Remove dump copies of MSW specific code. 2004-12-22 07:22:25 +00:00
frame.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
fs_inet.h
fs_mem.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-14 12:08:28 +00:00
fs_zip.h Use wxFileSystem for left hand side. Patches 1169934 and 1173497 from Stas 2005-04-06 20:35:54 +00:00
gauge.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
gbsizer.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
gdicmn.h added wxSOLID default value for FindOrCreateBrush() 2005-04-02 01:00:09 +00:00
gdiobj.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
geometry.h added missing virtual dtors to base classes (patch 1150945) 2005-02-24 14:33:32 +00:00
gifdecod.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
glcanvas.h wxCocoa: Added (mostly) stubs for wxGLCanvas and friends. 2004-10-01 14:23:59 +00:00
grid.h
gsocket.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
hash.h explicitly forward declare wxHashTableBase when wxUSE_STL == 1; this is apparently needed for xlC (AIX compiler) 2004-09-27 18:19:22 +00:00
hashmap.h Untabify. 2005-01-04 17:41:47 +00:00
hashset.h Made wxHashSet compile again. Changed the return value 2004-12-08 22:39:17 +00:00
help.h wxBestHelpController now used as default on Windows 2005-04-13 18:52:43 +00:00
helpbase.h Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty(). 2004-09-15 13:20:18 +00:00
helphtml.h
helpwin.h
htmllbox.h invalidate cache when RefreshLine[s]() is called 2005-02-02 11:08:48 +00:00
icon.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
iconbndl.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
iconloc.h
imagbmp.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
image.h added wxImage::IsTransparent(x, y) 2005-04-02 21:30:22 +00:00
imaggif.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
imagiff.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
imagjpeg.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
imaglist.h we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore 2005-03-29 11:39:46 +00:00
imagpcx.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
imagpng.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
imagpnm.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
imagtiff.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
imagxpm.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
init.h added argc and argv arguments to wxInitializer ctor 2005-01-17 00:13:39 +00:00
intl.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-16 18:13:32 +00:00
iosfwrap.h std streams usage build fix under MSW 2005-04-12 21:06:03 +00:00
ioswrap.h std streams usage build fix under MSW 2005-04-12 21:06:03 +00:00
ipc.h
ipcbase.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
isql.h SQLINTEGER typedef 2005-04-16 10:03:30 +00:00
isqlext.h Documentation patch from Olly Betts 2004-10-22 19:11:07 +00:00
joystick.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
layout.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
laywin.h
list.h VC++ 1.5 no more supported. 2005-04-07 12:36:39 +00:00
listbase.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
listbook.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
listbox.h Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
listctrl.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
listimpl.cpp better compatibility with old wxList in wxUSE_STL==1 mode (patch 1075432) 2005-02-27 15:40:39 +00:00
log.h Warning fix for wxUSE_LOG off. 2005-04-05 15:11:44 +00:00
longlong.h Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
math.h replaced C++ comment with a C one 2005-03-06 12:16:24 +00:00
matrix.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-17 22:23:59 +00:00
mdi.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
mediactrl.h Update for new event handler stuff 2005-03-18 11:46:52 +00:00
memconf.h
memory.h Applied patch [ 1113624 ] MSW DLL requires global new/delete ops inline 2005-02-09 21:36:10 +00:00
memtext.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-17 22:23:59 +00:00
menu.h Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class. 2005-01-24 11:14:09 +00:00
menuitem.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
metafile.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
mimetype.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
minifram.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
module.h
msgdlg.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
msgout.h Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-17 22:23:59 +00:00
mstream.h added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635) 2005-04-02 22:37:58 +00:00
notebook.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
numdlg.h
object.h Correction in comment in closing #endif. 2005-04-14 15:11:20 +00:00
ownerdrw.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
palette.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
panel.h
paper.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
pen.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
platform.h needed for avoiding double typedefs in xcode builds 2005-02-06 15:57:19 +00:00
popupwin.h For wxMSW capture and release the mouse as the cursor moves out or 2005-04-15 03:04:30 +00:00
print.h Added new wxPrintFactory code and made wxPrinter 2004-10-12 21:07:42 +00:00
printdlg.h Made wxPageSetupDialog a pimpl implementation. 2004-11-20 14:46:25 +00:00
prntbase.h Made wxPageSetupDialog a pimpl implementation. 2004-11-20 14:46:25 +00:00
process.h Missing casts to event handling functions. 2005-03-09 16:29:59 +00:00
progdlg.h wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog. 2004-12-31 07:08:11 +00:00
propdlg.h Added wxPropertySheetDialog for implementing settings dialogs 2005-03-14 22:40:44 +00:00
ptr_scpd.h Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC. 2004-10-08 18:49:13 +00:00
quantize.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-20 11:31:49 +00:00
radiobox.h Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning. 2005-02-23 16:39:25 +00:00
radiobut.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
rawbmp.h don't use WXDLLEXPORT with nested template classes: this doesn't work 2005-03-01 17:49:27 +00:00
recguard.h Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-21 18:15:59 +00:00
regex.h Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-21 18:15:59 +00:00
region.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
renderer.h added wxRendererNative::DrawDropArrow (patch 1166596) 2005-03-24 00:22:04 +00:00
sashwin.h
sckaddr.h Don't include sys/socket.h on cygwin in windows mode 2005-04-10 06:44:50 +00:00
sckipc.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-22 14:38:52 +00:00
sckstrm.h Enable the huge files patch to build with mingw-cross. 2004-09-26 13:18:46 +00:00
scopeguard.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-22 14:38:52 +00:00
scrolbar.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
scrolwin.h Fix the warning about code sensitive to packing (VisualC). 2005-04-05 07:09:42 +00:00
selstore.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-22 14:38:52 +00:00
settings.h Inform settings about wxWindow class existence. 2005-03-07 19:10:42 +00:00
setup_inc.h Added switch and define for wxUSE_STD_STRING 2005-04-05 20:16:58 +00:00
setup_redirect.h
sizer.h Blind bug fix to bug reported by Angel Kry. 2005-03-23 05:12:12 +00:00
slider.h undid flags values change, it's not as backwards compatible as I thought 2005-04-10 17:51:36 +00:00
snglinst.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-22 14:38:52 +00:00
socket.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
sound.h wxSound for wxCocoa 2004-10-08 00:47:47 +00:00
spinbutt.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
spinctrl.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
splash.h
splitter.h
sstream.h UNICODE-capatable UTF8 implementation of wxStringXXXStream 2004-11-22 05:05:04 +00:00
stack.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-22 14:38:52 +00:00
stackwalk.h implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h 2005-01-19 01:15:12 +00:00
statbmp.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
statbox.h Made data variable used in inline function non-static to avoid compiler warning. 2005-04-03 20:22:21 +00:00
statline.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
stattext.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
statusbr.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
stdpaths.h added wxUSE_STDPATHS 2005-03-07 22:37:58 +00:00
stockitem.h Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation). 2005-01-31 17:57:35 +00:00
stopwatch.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
strconv.h Move G_FILENAME_ENCODING to wxGTK 2005-04-13 20:05:57 +00:00
stream.h Add wxGetFileType and IsSeekable 2005-02-11 12:39:03 +00:00
string.h Check for wxUSE_STD_STRING with #if not with #ifdef, 2005-04-10 14:57:09 +00:00
sysopt.h added IsFalse() to simplify code doing HasOption(very-long-option-name) && !GetOptionInt(the-same-very-long-option-name) elsewhere 2005-03-23 20:48:50 +00:00
tab.h
tabctrl.h
taskbar.h Casting fix for events. Needs check by ARM eVC4 users. 2005-03-08 20:53:16 +00:00
tbarbase.h return const ref to label from GetLabel() and other accessors instead of copying it, this fixes 1153178 2005-02-28 17:20:12 +00:00
textbuf.h clear m_aTypes array in Clear() as well (patch 1165866) 2005-03-23 00:17:49 +00:00
textctrl.h wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM. 2005-04-13 17:51:16 +00:00
textdlg.h
textfile.h
tglbtn.h Add OS/2 to supported instances 2005-04-07 04:01:45 +00:00
thread.h Correct fix to the compile time assert under OW. Kudos to Vadim to the tip. 2004-10-20 01:20:58 +00:00
thrimpl.cpp
timer.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
tipdlg.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-23 18:20:56 +00:00
tipwin.h
tokenzr.h
toolbar.h Fixed wxToolBar for WinCE so normal bitmaps can be used; 2005-03-15 21:48:20 +00:00
tooltip.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
toplevel.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
treebase.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
treectrl.h Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning. 2004-12-20 12:44:22 +00:00
txtstrm.h wxTextOutputStream::PutChar and text stream test 2004-11-21 18:26:38 +00:00
types.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty(). 2004-09-23 18:20:56 +00:00
uri.h Update wxURI for RFC 3986 2005-04-03 03:48:08 +00:00
url.h Correct compilation conditions for wxURL::SetProxy. 2005-03-19 23:09:31 +00:00
utils.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
valgen.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
validate.h Warning fixes for MinGW. 2005-01-21 18:48:22 +00:00
valtext.h Get rid of inline for methods not implemented in the header - some compilers choke on it 2005-04-06 11:09:23 +00:00
variant.h depereciate stringlist stuff in wxVariant 2005-02-07 22:51:30 +00:00
vector.h removed superfluous semicolons 2005-04-02 00:34:04 +00:00
version.h Changed version number 2005-04-11 15:50:13 +00:00
vidmode.h
vlbox.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
vms_x_fix.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
volume.h
vscroll.h added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561) 2005-04-05 22:43:41 +00:00
wave.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
wfstream.h Add wxTempFileOutputStream 2005-03-13 16:20:51 +00:00
window.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
wizard.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
wx_cw_cm.h cleaning up strdup/isascii definitions for compilers which lack them (should fix CW CFM build) 2004-10-05 21:57:40 +00:00
wx_cw_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wx_cw.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wx_cwc_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wx_cwc.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wx_cwcocoa_cm.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwcocoa_d.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwcocoa.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwu_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wx.h
wxchar.h Declare strptime when using MSL headers on OS X. 2005-03-27 08:48:30 +00:00
wxhtml.h
wxprec.h Don't automatically define WX_PRECOMP when building using configure. 2005-02-20 02:19:52 +00:00
wxshlb_cw_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlb_cw.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlb_cwc_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlb_cwc.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlba_cw_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlba_cw.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlba_cwc_d.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
wxshlba_cwc.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
xpmdecod.h Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141). 2005-03-16 16:18:31 +00:00
xpmhand.h
xti.h XTI has own wxObjectEventFunction and has to follow event.h 2005-03-08 09:51:20 +00:00
xtistrm.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
xtixml.h Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false. 2004-09-24 14:32:35 +00:00
zipstrm.h A better workaround for the link problem with mingw versions before 3.4.2 2005-04-11 23:26:44 +00:00
zstream.h [ 1070686 ] wxOutputStream::Close() 2004-11-23 14:26:10 +00:00