.. |
aui
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
cocoa
|
Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer that it is in that mode.
|
2008-02-08 09:12:04 +00:00 |
dfb
|
wx*DCImpl PCH-less compilation fix
|
2008-01-29 14:09:56 +00:00 |
generic
|
wxFontData doesn't need to be static in wxGenericFontButton (unlike wxColourData in wxGenericColourButton where it was copied from) (patch 1883375)
|
2008-02-03 21:32:11 +00:00 |
gtk
|
call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports
|
2008-02-05 19:13:26 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
mac
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
meta
|
Fixed compilation of wxVector<T> with VC6:
|
2008-01-31 11:26:52 +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
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
msdos
|
|
|
msw
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
os2
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
palmos
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +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
|
removed unused SYMBOL_WXRICHTEXT.*_TITLE values that were only polluting translation files with untranslatable "titles" such as "wxRichTextBulletsPage"
|
2008-02-07 12:33:00 +00:00 |
stc
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
univ
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
unix
|
implement (trivially) wxGLApp ctor
|
2008-02-06 00:25:43 +00:00 |
x11
|
include/wx/x11/cursor.h needs definition of wxcolour
|
2008-01-11 12:26:23 +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
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
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 redeclare wxYield() if it had been already declared to fix g++ warnings with -Wredundant-decls
|
2008-02-08 08:17:41 +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
|
remove the unnecessary non-const GetPage() overload
|
2008-01-22 19:31:10 +00:00 |
brush.h
|
|
|
buffer.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
build.h
|
include VC++ version in build compatibility string
|
2008-01-16 12:49:19 +00:00 |
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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
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
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
collpane.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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 os2 as well
|
2008-01-12 00:10:23 +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
|
add wxCONCAT[345]() helper macros
|
2008-01-27 14:10:53 +00:00 |
cppunit.h
|
compilation fix after r51188: only define operator<<() overloads for wxLongLong_t for VC6, next VC versions (and presumably all other compilers as we hadn't had problems with them before) define them in their standard library already
|
2008-01-23 23:32:12 +00:00 |
crt.h
|
|
|
cshelp.h
|
|
|
ctrlsub.h
|
|
|
cursor.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
datectrl.h
|
|
|
dateevt.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
datetime.h
|
compilation fix for wchar_t-based builds after ParseISOXXX() additions
|
2008-02-03 14:38:11 +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
|
improvements to wxWeakRef and related classes
|
2008-01-13 01:12:13 +00:00 |
dialog.h
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |
dialup.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
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
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
dynlib.h
|
add wxDL_QUIET flag; use RawGetSymbol() instead of GetSymbol() in wxDL_INIT_FUNC to avoid error messages for missing functions (this is also consistent with wxDL_INIT_FUNC_AW)
|
2008-01-06 01:30:58 +00:00 |
dynload.h
|
|
|
editlbox.h
|
|
|
effects.h
|
|
|
encconv.h
|
|
|
encinfo.h
|
|
|
event.h
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
evtloop.h
|
|
|
except.h
|
|
|
fdrepdlg.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
no real changes, just added 2 virtual keywords to (already virtual) functions (significant part of the patch 1881093)
|
2008-02-03 14:56:06 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
fontutil.h
|
added wxNativeFontInfo() ctor from LOGFONT, this is convenient for MSW code
|
2008-01-07 19:02:26 +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
|
make XPM data pointer parameter fully const
|
2008-01-14 18:16:37 +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
|
added wxGLCanvas::IsDisplaySupported() (patch 1879906)
|
2008-02-03 14:55:05 +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
|
avoid GCC warning about type-punned pointer breaking strict aliasing rules
|
2008-01-14 18:15:28 +00:00 |
hashset.h
|
|
|
help.h
|
|
|
helpbase.h
|
|
|
helphtml.h
|
|
|
helpwin.h
|
|
|
htmllbox.h
|
resolve ambiguity between 2 inherited versions of Clear() in wxSimpleHtmlListBox (see bug 1836384)
|
2008-01-08 19:24:08 +00:00 |
hyperlink.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
|
|
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
|
HP aC++ 3.80 can't handle parenthesized string literal in an initializer
|
2008-01-28 04:15:11 +00:00 |
iosfwrap.h
|
|
|
ioswrap.h
|
|
|
ipc.h
|
|
|
ipcbase.h
|
call OnExec() taking wxString argument from OnExecute() by default
|
2008-01-12 21:04:10 +00:00 |
joystick.h
|
|
|
layout.h
|
|
|
laywin.h
|
|
|
link.h
|
|
|
list.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
listbase.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
memconf.h
|
|
|
memory.h
|
|
|
memtext.h
|
|
|
menu.h
|
|
|
menuitem.h
|
use wxWindowIDRef to transparently implement auto-generated ids ref-counting (slightly modified patch 1835458)
|
2008-01-06 14:38:44 +00:00 |
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
|
include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations
|
2008-01-25 21:51:42 +00:00 |
mstream.h
|
|
|
nonownedwnd.h
|
|
|
notebook.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr
|
2008-01-08 22:02:12 +00:00 |
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
|
adjust the minimal menu item height to be lesser than the menubar height; some code cleanup
|
2008-01-07 18:50:07 +00:00 |
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
|
added wxCHECK_VISUALC_VERSION macro
|
2008-01-29 12:22:13 +00:00 |
platinfo.h
|
|
|
popupwin.h
|
cleanup
|
2007-11-20 14:10:09 +00:00 |
position.h
|
|
|
power.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
print.h
|
|
|
printdlg.h
|
|
|
prntbase.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
process.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
progdlg.h
|
|
|
propdlg.h
|
|
|
ptr_scpd.h
|
Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr
|
2008-01-08 22:02:12 +00:00 |
ptr_shrd.h
|
Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr
|
2008-01-08 22:02:12 +00:00 |
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
|
add wxUSE_WEAKREF (modified partially applied patch 1870445)
|
2008-02-09 14:40:26 +00:00 |
setup_redirect.h
|
|
|
sizer.h
|
initialize m_totalProportion in wxBoxSizer ctor
|
2008-01-12 17:45:41 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
srchctrl.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
|
|
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
|
UTF-8 build fixes for appending, setting or searching for NUL characters
|
2008-01-27 16:29:52 +00:00 |
stringimpl.h
|
compilation fix for MSVC: remove implicit wxStringImpl::iterator conversion to pointer as otherwise built-in operator+(void *, size_t) conflicts with our operator taking ptrdiff_t
|
2008-01-07 01:46:42 +00:00 |
stringops.h
|
only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts
|
2008-01-06 22:27:01 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
tarstrm.h
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
taskbar.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
tbarbase.h
|
use wxWindowIDRef to transparently implement auto-generated ids ref-counting (slightly modified patch 1835458)
|
2008-01-06 14:38:44 +00:00 |
textbuf.h
|
|
|
textctrl.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +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
|
rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it
|
2008-01-14 22:23:01 +00:00 |
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 |
tracker.h
|
use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build
|
2008-01-29 17:41:10 +00:00 |
treebase.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21:39 +00:00 |
treebook.h
|
|
|
treectrl.h
|
|
|
txtstrm.h
|
|
|
types.h
|
|
|
unichar.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
uri.h
|
|
|
url.h
|
|
|
utils.h
|
don't redeclare wxYield() if it had been already declared to fix g++ warnings with -Wredundant-decls
|
2008-02-08 08:17:41 +00:00 |
valgen.h
|
no changes, just come cleanup and more comments
|
2008-01-20 22:55:16 +00:00 |
validate.h
|
|
|
valtext.h
|
build fixes
|
2007-11-02 05:04:26 +00:00 |
variant.h
|
|
|
vector.h
|
no changes, just fix a typo in comment
|
2008-01-31 17:21:41 +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
|
|
|
weakref.h
|
removed unneeded wxWeakRefDynamic::AssignCopy() (last part of patch 1870445)
|
2008-01-16 02:09:00 +00:00 |
wfstream.h
|
|
|
window.h
|
added wxWindow::HasFocus() for more convenient way of determining if a (possibly composite) window has focus
|
2008-01-21 13:30:24 +00:00 |
windowid.h
|
check for self-assignment in operator=
|
2008-01-09 04:08:33 +00:00 |
wizard.h
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
|
2008-01-27 13:21: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
|
check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't have it
|
2008-01-17 05:17:24 +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
|
Always write end record unless one has already been written.
|
2008-01-03 17:09:10 +00:00 |
zstream.h
|
|
|