.. |
aui
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |
cocoa
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +00:00 |
dfb
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
generic
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
gtk
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
gtk1
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
html
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
mac
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
mgl
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
motif
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +00:00 |
msdos
|
|
|
msw
|
draw the bitmap manually under Win9x and 2000 because they don't support alpha transparency (but wxDC::DrawBitmap() does) (modified patch 1761598)
|
2008-01-06 00:51:38 +00:00 |
os2
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
palmos
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
private
|
replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes
|
2007-12-22 15:14:24 +00:00 |
protocol
|
|
|
richtext
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +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
|
made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)
|
2007-12-22 15:48:03 +00:00 |
x11
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +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
|
|
|
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
|
|
|
base64.h
|
|
|
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
|
|
|
calctrl.h
|
|
|
caret.h
|
|
|
chartype.h
|
added wxS(); use it in a couple of places
|
2008-01-02 16:31:38 +00:00 |
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
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +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
|
skip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAINER, so that other code can see the notification too
|
2007-12-20 18:30:38 +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
|
|
|
crt.h
|
allow including wx/crt.h first
|
2007-10-26 06:19:08 +00:00 |
cshelp.h
|
|
|
ctrlsub.h
|
|
|
cursor.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
non-pch build fix
|
2007-12-30 19:12:04 +00:00 |
datectrl.h
|
|
|
dateevt.h
|
|
|
datetime.h
|
fix bug with parsing negative time zones in ParseRfc822Date()
|
2007-12-30 23:35:40 +00:00 |
datstrm.h
|
|
|
dc.h
|
keeping the constness
|
2007-12-22 09:05:13 +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
|
removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
|
2007-12-31 10:05:00 +00:00 |
dialog.h
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |
dialup.h
|
|
|
dir.h
|
|
|
dirctrl.h
|
|
|
dirdlg.h
|
removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
|
2007-12-31 10:05:00 +00:00 |
display_impl.h
|
|
|
display.h
|
|
|
dlimpexp.h
|
|
|
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
|
|
|
dynload.h
|
|
|
editlbox.h
|
|
|
effects.h
|
|
|
encconv.h
|
|
|
encinfo.h
|
|
|
event.h
|
clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it dynamically (as it's always done anyhow), this removes the need for ClearEventLocker() and OS/2 #ifdefs
|
2008-01-05 19:07:52 +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
|
removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
|
2007-12-31 10:05:00 +00:00 |
filename.h
|
|
|
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
|
|
|
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
|
|
|
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
|
made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)
|
2007-12-22 15:48:03 +00:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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
|
removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
|
2007-12-31 10:05:00 +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
|
|
|
log.h
|
don't lock the gs_prevCS critical section recursively (replaces patch 1857581)
|
2008-01-02 21:18:15 +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
|
|
|
minifram.h
|
|
|
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
|
changing to wxDC, so that wxGCDC can be used as well
|
2007-12-22 09:06:39 +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
|
do VMS-specific X symbols redefinitions only once in wx/platform.h instead of doing it in individual files
|
2008-01-01 20:38:33 +00:00 |
platinfo.h
|
|
|
popupwin.h
|
cleanup
|
2007-11-20 14:10:09 +00:00 |
position.h
|
|
|
power.h
|
|
|
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
|
|
|
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
|
|
|
sashwin.h
|
|
|
sckaddr.h
|
experimental IPv6 implementation (patch 1771429)
|
2007-11-18 20:53:33 +00:00 |
sckipc.h
|
|
|
sckstrm.h
|
|
|
scopeguard.h
|
|
|
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
|
fixed wxScrolledWindow best size calculation: compute something (this was broken after 2.8) and don't use current size in computation; also removed now-unused ScrollGetWindowSizeForVirtualSize() method to simplify the code
|
2007-12-21 22:47:55 +00:00 |
selstore.h
|
|
|
settings.h
|
|
|
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
|
|
|
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
|
|
|
stream.h
|
remove redundant m_buffer_size member (patch 1861348)
|
2008-01-02 16:51:53 +00:00 |
string.h
|
removed wxSTRING_TEXT() macro in favour of wxS()
|
2008-01-02 17:33:31 +00:00 |
stringimpl.h
|
|
|
stringops.h
|
|
|
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
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
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
|
Remove old event type compatibility
|
2007-12-20 11:24:44 +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
|
|
|
txtstrm.h
|
|
|
types.h
|
|
|
unichar.h
|
|
|
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
|
|
|
vector.h
|
Use realloc() and placement new to manage vector's memory instead of
|
2008-01-02 22:58:29 +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
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
wizard.h
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |
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
|
compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC should be used after all, WX_STR_FUNC_NO_INVERT is incomplete
|
2007-12-24 19:25:24 +00:00 |
wxcrtbase.h
|
removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
|
2007-12-31 10:05:00 +00:00 |
wxcrtvararg.h
|
|
|
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
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
zstream.h
|
|
|