.. |
aui
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |
cocoa
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
dfb
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
generic
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
gtk
|
make access for virtuals match base
|
2007-12-20 06:08:00 +00:00 |
gtk1
|
fixed wxGTK1 compilation after wxDC changes (still doesn't work)
|
2007-12-15 18:20:59 +00:00 |
html
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
mac
|
adding explicit copy and assignment
|
2007-12-18 13:15:05 +00:00 |
mgl
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
motif
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
msdos
|
|
|
msw
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
os2
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
palmos
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
private
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
protocol
|
|
|
richtext
|
Use wxStdDialogButtonSizer
|
2007-11-28 14:10:25 +00:00 |
stc
|
Update Scintilla to version 1.75
|
2007-12-15 04:07:00 +00:00 |
univ
|
build fixes for wxUSE_STL==1
|
2007-11-30 14:16:11 +00:00 |
unix
|
implemented wxExecute() for wxDFB; share the implementation with wxX11
|
2007-12-19 18:52:55 +00:00 |
x11
|
implemented wxExecute() for wxDFB; share the implementation with wxX11
|
2007-12-19 18:52:55 +00:00 |
xml
|
move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code
|
2007-11-16 23:34:21 +00:00 |
xrc
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
aboutdlg.h
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
|
2007-09-09 23:26:18 +00:00 |
accel.h
|
|
|
access.h
|
|
|
afterstd.h
|
|
|
anidecod.h
|
|
|
animate.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
animdecod.h
|
undid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_ADV, wxAnimationDecoder is a core class (because it's the base class for wxANIDecoder which is itself in core because it's used by wxBitmap); remove unnecessary dtor
|
2007-12-15 23:16:56 +00:00 |
app.h
|
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
|
2007-12-03 22:09:26 +00:00 |
apptrait.h
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
archive.h
|
|
|
arrimpl.cpp
|
|
|
arrstr.h
|
use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64
|
2007-11-25 14:28:54 +00:00 |
artprov.h
|
added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)
|
2007-12-02 19:39:59 +00:00 |
atomic.h
|
Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.
|
2007-09-10 22:27:15 +00:00 |
base64.h
|
added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build
|
2007-10-08 23:41:50 +00:00 |
beforestd.h
|
|
|
bitmap.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
bmpbuttn.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
bmpcbox.h
|
|
|
bookctrl.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
brush.h
|
|
|
buffer.h
|
test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it
|
2007-12-01 15:14:39 +00:00 |
build.h
|
|
|
busyinfo.h
|
|
|
button.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
cairo.h
|
define wxUSE_CAIRO as 0 for non-GTK builds to avoid warnings about using undefined symbols in preprocessor conditions
|
2007-09-17 00:25:50 +00:00 |
calctrl.h
|
|
|
caret.h
|
|
|
chartype.h
|
|
|
checkbox.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
checklst.h
|
|
|
chkconf.h
|
added wxNotificationMessage and implemented it generically and natively for Maemo
|
2007-11-24 01:56:13 +00:00 |
choicdlg.h
|
|
|
choice.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
choicebk.h
|
|
|
clipbrd.h
|
|
|
clntdata.h
|
|
|
clrpicker.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
cmdargs.h
|
Added missing return type
|
2007-11-13 15:11:26 +00:00 |
cmdline.h
|
made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code
|
2007-11-12 22:32:23 +00:00 |
cmdproc.h
|
|
|
cmndata.h
|
wxColourData::operator=() should return wxColourData&, not void
|
2007-11-18 20:25:02 +00:00 |
collpane.h
|
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build
|
2007-11-05 22:31:24 +00:00 |
colordlg.h
|
preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)
|
2007-11-18 19:33:34 +00:00 |
colour.h
|
derive wxColourBase from wxObject on msw as well
|
2007-12-18 14:06:52 +00:00 |
combo.h
|
|
|
combobox.h
|
disambiguate between 2 base class IsEmpty() versions too (bug 1831121)
|
2007-11-13 15:22:40 +00:00 |
confbase.h
|
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
|
2007-12-03 22:09:26 +00:00 |
config.h
|
|
|
containr.h
|
Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs
|
2007-09-17 10:17:12 +00:00 |
control.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
convauto.h
|
initialize m_ownsConv (part of patch 1836644)
|
2007-11-28 02:50:31 +00:00 |
cpp.h
|
|
|
cppunit.h
|
don't define operator<<(ostream&, wxString) at all if it's already defined in the library
|
2007-10-09 00:01:20 +00:00 |
crt.h
|
allow including wx/crt.h first
|
2007-10-26 06:19:08 +00:00 |
cshelp.h
|
|
|
ctrlsub.h
|
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms
|
2007-09-26 00:30:22 +00:00 |
cursor.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel::Cleared(), corrected sample
|
2007-12-17 13:56:28 +00:00 |
datectrl.h
|
|
|
dateevt.h
|
|
|
datetime.h
|
cleanup mac
|
2007-11-20 07:19:33 +00:00 |
datstrm.h
|
|
|
dc.h
|
fix bug VC6 with returning void function
|
2007-12-16 20:10:17 +00:00 |
dcbuffer.h
|
remove superfluous visibility attribute
|
2007-11-30 17:43:24 +00:00 |
dcclient.h
|
remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive
|
2007-11-30 20:56:12 +00:00 |
dcgraph.h
|
make access for virtuals match base
|
2007-12-06 16:22:00 +00:00 |
dcmemory.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
dcmirror.h
|
remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive
|
2007-11-30 20:56:12 +00:00 |
dcprint.h
|
remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive
|
2007-11-30 20:56:12 +00:00 |
dcps.h
|
|
|
dcscreen.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
dcsvg.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
dde.h
|
|
|
debug.h
|
|
|
debugrpt.h
|
|
|
defs.h
|
PalmOS 6 compilation fixes (patch 1849757)
|
2007-12-15 01:25:56 +00:00 |
dialog.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
dialup.h
|
|
|
dir.h
|
|
|
dirctrl.h
|
|
|
dirdlg.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
display_impl.h
|
|
|
display.h
|
|
|
dlimpexp.h
|
remove ODBC and DBgrid libraries
|
2007-10-23 13:40:27 +00:00 |
dnd.h
|
|
|
docmdi.h
|
|
|
docview.h
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too
|
2007-11-12 13:58:48 +00:00 |
dynlib.h
|
added more convenient wxDL_INIT_FUNC[_AW] macros and use them instead of verbose wxDynamicLibrary::GetSymbol() calls
|
2007-09-21 18:43:51 +00:00 |
dynload.h
|
|
|
editlbox.h
|
|
|
effects.h
|
deprecate wxEffects
|
2007-10-20 21:58:47 +00:00 |
encconv.h
|
|
|
encinfo.h
|
|
|
event.h
|
remove unneccessary header dependencies on wx/thread.h
|
2007-12-03 02:55:14 +00:00 |
evtloop.h
|
|
|
except.h
|
|
|
fdrepdlg.h
|
|
|
features.h
|
|
|
ffile.h
|
|
|
file.h
|
|
|
fileconf.h
|
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
|
2007-12-03 22:09:26 +00:00 |
filectrl.h
|
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build
|
2007-11-05 22:31:24 +00:00 |
filedlg.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
filefn.h
|
PalmOS 6 compilation fixes (patch 1849757)
|
2007-12-15 01:25:56 +00:00 |
filename.h
|
export wxInvalidSize from DLL builds (patch 1805738)
|
2007-10-20 14:34:43 +00:00 |
filepicker.h
|
translate wx{File,Dir}PickerWidgetLabel
|
2007-12-08 20:49:21 +00:00 |
filesys.h
|
|
|
flags.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
fmappriv.h
|
|
|
font.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
fontdlg.h
|
cleanup
|
2007-11-16 20:52:54 +00:00 |
fontenc.h
|
added ISO-2022-JP encoding
|
2007-08-22 21:46:01 +00:00 |
fontenum.h
|
|
|
fontmap.h
|
|
|
fontpicker.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
fontutil.h
|
export wxGetNativeFontEncoding and wxTestFontEncoding
|
2007-09-03 03:03:14 +00:00 |
frame.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
fs_arc.h
|
|
|
fs_filter.h
|
|
|
fs_inet.h
|
|
|
fs_mem.h
|
|
|
fs_zip.h
|
|
|
gauge.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
gbsizer.h
|
|
|
gdicmn.h
|
clarified wxRect::Contains(wxRect) comment
|
2007-12-18 20:33:02 +00:00 |
gdiobj.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
geometry.h
|
|
|
gifdecod.h
|
|
|
glcanvas.h
|
|
|
graphics.h
|
moving things to private headers
|
2007-12-18 13:23:26 +00:00 |
grid.h
|
|
|
gsocket.h
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
hash.h
|
|
|
hashmap.h
|
|
|
hashset.h
|
fixed WX_CLEAR_HASH_SET to compile
|
2007-10-05 22:41:54 +00:00 |
help.h
|
|
|
helpbase.h
|
|
|
helphtml.h
|
|
|
helpwin.h
|
|
|
htmllbox.h
|
|
|
hyperlink.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
icon.h
|
|
|
iconbndl.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
iconloc.h
|
|
|
imagbmp.h
|
|
|
image.h
|
made Blur() methods const (bug 180914)
|
2007-10-07 17:02:12 +00:00 |
imaggif.h
|
|
|
imagiff.h
|
make access for virtuals match base
|
2007-10-26 06:20:23 +00:00 |
imagjpeg.h
|
|
|
imaglist.h
|
cleanup
|
2007-11-16 20:52:54 +00:00 |
imagpcx.h
|
|
|
imagpng.h
|
|
|
imagpnm.h
|
|
|
imagtga.h
|
|
|
imagtiff.h
|
|
|
imagxpm.h
|
|
|
init.h
|
|
|
intl.h
|
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)
|
2007-09-07 19:34:56 +00:00 |
iosfwrap.h
|
|
|
ioswrap.h
|
|
|
ipc.h
|
|
|
ipcbase.h
|
remove extra ';'
|
2007-10-25 11:04:43 +00:00 |
joystick.h
|
|
|
layout.h
|
|
|
laywin.h
|
|
|
link.h
|
|
|
list.h
|
Made wxList no longer inherit from wxObject, no change in STL mode
|
2007-10-13 22:00:10 +00:00 |
listbase.h
|
|
|
listbook.h
|
|
|
listbox.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
listctrl.h
|
fix mac universal
|
2007-11-22 17:41:03 +00:00 |
listimpl.cpp
|
undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix
|
2007-10-20 22:02:08 +00:00 |
log.h
|
remove unneccessary header dependencies on wx/thread.h
|
2007-12-03 02:55:14 +00:00 |
longlong.h
|
|
|
math.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
matrix.h
|
|
|
mdi.h
|
|
|
mediactrl.h
|
|
|
memconf.h
|
|
|
memory.h
|
|
|
memtext.h
|
|
|
menu.h
|
|
|
menuitem.h
|
|
|
metafile.h
|
|
|
mimetype.h
|
the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does
|
2007-08-20 23:16:02 +00:00 |
minifram.h
|
add wxUSE_MINIFRAME wrapper
|
2007-10-21 18:07:29 +00:00 |
module.h
|
PCH-less compilation fix after last commit
|
2007-11-17 14:04:44 +00:00 |
msgdlg.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
msgout.h
|
|
|
msgqueue.h
|
added wxMessageQueue class for inter-thread communications
|
2007-11-01 01:35:20 +00:00 |
mstream.h
|
|
|
nonownedwnd.h
|
|
|
notebook.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
notifmsg.h
|
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)
|
2007-12-08 20:51:21 +00:00 |
numdlg.h
|
|
|
object.h
|
|
|
odcombo.h
|
|
|
overlay.h
|
fixing cases for mac / quickdraw
|
2007-11-27 10:59:57 +00:00 |
ownerdrw.h
|
|
|
palette.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
panel.h
|
|
|
paper.h
|
|
|
pen.h
|
|
|
pickerbase.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
platform.h
|
PalmOS 6 compilation fixes (patch 1849757)
|
2007-12-15 01:25:56 +00:00 |
platinfo.h
|
|
|
popupwin.h
|
cleanup
|
2007-11-20 14:10:09 +00:00 |
position.h
|
|
|
power.h
|
Give wxPowerEvent wxRTTI
|
2007-09-19 23:14:16 +00:00 |
print.h
|
|
|
printdlg.h
|
|
|
prntbase.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
process.h
|
|
|
progdlg.h
|
|
|
propdlg.h
|
|
|
ptr_scpd.h
|
|
|
quantize.h
|
|
|
radiobox.h
|
Border corrections
|
2007-11-14 14:44:13 +00:00 |
radiobut.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
rawbmp.h
|
removed extra semicolon
|
2007-09-21 13:57:30 +00:00 |
recguard.h
|
|
|
regex.h
|
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
|
2007-12-03 22:09:26 +00:00 |
region.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
renderer.h
|
Added DrawFocusRect to wxRenderer
|
2007-08-16 12:15:15 +00:00 |
sashwin.h
|
|
|
sckaddr.h
|
experimental IPv6 implementation (patch 1771429)
|
2007-11-18 20:53:33 +00:00 |
sckipc.h
|
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)
|
2007-10-20 22:54:26 +00:00 |
sckstrm.h
|
|
|
scopeguard.h
|
make wxScopeGuardImplBase copy ctor public to avoid Sun CC warnings
|
2007-09-21 12:27:25 +00:00 |
scrolbar.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
scrolwin.h
|
when a window inside scrolled window receives focus, make sure the parent is scrolled so that the window with focus is visible
|
2007-12-19 19:21:52 +00:00 |
selstore.h
|
|
|
settings.h
|
add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472)
|
2007-09-09 22:57:12 +00:00 |
setup_inc.h
|
added wxNotificationMessage and implemented it generically and natively for Maemo
|
2007-11-24 01:56:13 +00:00 |
setup_redirect.h
|
|
|
sizer.h
|
remove extra semicolon
|
2007-12-20 06:08:17 +00:00 |
slider.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
snglinst.h
|
|
|
socket.h
|
added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)
|
2007-11-17 15:21:26 +00:00 |
sound.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
splash.h
|
|
|
splitter.h
|
|
|
srchctrl.h
|
cleanup
|
2007-11-16 20:52:54 +00:00 |
sstream.h
|
|
|
stack.h
|
Update wxStack class macro for the new wxVector
|
2007-09-03 03:05:50 +00:00 |
stackwalk.h
|
|
|
statbmp.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
statbox.h
|
make access for virtuals match base
|
2007-12-20 06:08:00 +00:00 |
statline.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
stattext.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
statusbr.h
|
make access for virtuals match base
|
2007-10-26 06:20:23 +00:00 |
stdpaths.h
|
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)
|
2007-11-17 14:59:13 +00:00 |
stockitem.h
|
|
|
stopwatch.h
|
|
|
strconv.h
|
fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8: as it overrides From/ToWChar(), wxMBConvUTF8 needs to do it (instead of deprecated MB2WC/WC2MB) as well
|
2007-09-15 00:16:58 +00:00 |
stream.h
|
|
|
string.h
|
no need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h
|
2007-12-20 00:55:03 +00:00 |
stringimpl.h
|
Fix bug with assigning a part of the string to the same string
|
2007-08-21 16:45:41 +00:00 |
stringops.h
|
made UTF-8 tables const
|
2007-08-22 09:30:40 +00:00 |
strvararg.h
|
no need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h
|
2007-12-20 00:55:03 +00:00 |
sysopt.h
|
|
|
tab.h
|
|
|
tabctrl.h
|
|
|
tarstrm.h
|
|
|
taskbar.h
|
added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation
|
2007-12-01 22:48:06 +00:00 |
tbarbase.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
textbuf.h
|
|
|
textctrl.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
textdlg.h
|
|
|
textentry.h
|
Use new wxTextEntry implementation on OS/2.
|
2007-11-18 22:55:54 +00:00 |
textfile.h
|
|
|
tglbtn.h
|
Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons
|
2007-12-08 10:36:59 +00:00 |
thread.h
|
wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case
|
2007-11-22 15:17:37 +00:00 |
thrimpl.cpp
|
|
|
timer.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
tipdlg.h
|
|
|
tipwin.h
|
|
|
tokenzr.h
|
|
|
toolbar.h
|
|
|
toolbook.h
|
|
|
tooltip.h
|
|
|
toplevel.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
treebase.h
|
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow
|
2007-11-12 21:37:46 +00:00 |
treebook.h
|
|
|
treectrl.h
|
no changes, just fix typos in comments
|
2007-08-15 13:06:02 +00:00 |
txtstrm.h
|
|
|
types.h
|
|
|
unichar.h
|
don't attempt to convert 8bit values to Unicode in ANSI build
|
2007-08-13 18:48:58 +00:00 |
uri.h
|
|
|
url.h
|
|
|
utils.h
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
valgen.h
|
|
|
validate.h
|
|
|
valtext.h
|
build fixes
|
2007-11-02 05:04:26 +00:00 |
variant.h
|
remove ODBC and DBgrid libraries
|
2007-10-23 13:40:27 +00:00 |
vector.h
|
made deprecated erase() overload inline
|
2007-12-20 00:53:24 +00:00 |
version.h
|
|
|
vidmode.h
|
|
|
vlbox.h
|
Tidying
|
2007-11-13 12:17:25 +00:00 |
vms_x_fix.h
|
|
|
volume.h
|
|
|
vscroll.h
|
|
|
wfstream.h
|
|
|
window.h
|
removed SetVirtualSizeHints() and related code
|
2007-12-15 12:07:32 +00:00 |
wizard.h
|
|
|
wupdlock.h
|
|
|
wx_cw_cm.h
|
|
|
wx_cw_d.h
|
|
|
wx_cw.h
|
|
|
wx_cwc_d.h
|
|
|
wx_cwc.h
|
|
|
wx_cwcocoa_cm.h
|
|
|
wx_cwcocoa_d.h
|
|
|
wx_cwcocoa.h
|
|
|
wx_cwu_d.h
|
|
|
wx.h
|
|
|
wxchar.h
|
|
|
wxcrt.h
|
don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
|
2007-12-03 22:09:26 +00:00 |
wxcrtbase.h
|
PalmOS 6 compilation fixes (patch 1849757)
|
2007-12-15 01:25:56 +00:00 |
wxcrtvararg.h
|
do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way)
|
2007-10-23 18:20:44 +00:00 |
wxhtml.h
|
|
|
wxprec.h
|
|
|
wxshlb_cw_d.h
|
|
|
wxshlb_cw.h
|
|
|
wxshlb_cwc_d.h
|
|
|
wxshlb_cwc.h
|
|
|
wxshlba_cw_d.h
|
|
|
wxshlba_cw.h
|
|
|
wxshlba_cwc_d.h
|
|
|
wxshlba_cwc.h
|
|
|
xpmdecod.h
|
|
|
xpmhand.h
|
|
|
xti.h
|
|
|
xtistrm.h
|
|
|
xtixml.h
|
|
|
zipstrm.h
|
|
|
zstream.h
|
|
|