.. |
aui
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
generic
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
html
|
add support for table border width attribute (closes #10610)
|
2009-04-25 23:19:04 +00:00 |
msw
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
persist
|
add support for persistent controls
|
2009-01-30 21:38:29 +00:00 |
propgrid
|
Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently.
|
2009-06-07 07:52:53 +00:00 |
protocol
|
added wxProtocolLog class for logging network requests/responses (closes #7464)
|
2009-03-07 13:58:39 +00:00 |
richtext
|
wxRTC now properly honours margin size
|
2009-01-21 12:06:21 +00:00 |
stc
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
xml
|
remove usage of wxT() macro; it makes example code a bit harder to read
|
2009-01-18 21:46:46 +00:00 |
xrc
|
add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)
|
2009-05-07 17:29:57 +00:00 |
aboutdlg.h
|
add parent parameter to wxAboutBox() (closes #9952)
|
2009-04-26 13:41:21 +00:00 |
accel.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
access.h
|
remove usage of wxT() macro; it makes example code a bit harder to read
|
2009-01-18 21:46:46 +00:00 |
animate.h
|
add a note about the formats which wxAnimation is capable of loading
|
2009-01-13 19:39:48 +00:00 |
app.h
|
Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.
|
2009-03-15 01:19:09 +00:00 |
apptrait.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
archive.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
arrstr.h
|
made wxArrayString::assign(iterator, iterator) a template function; also fixed a bad bug in it: it didn't call clear(); mention existence of std::vector-like methods in the docs
|
2009-02-12 12:09:13 +00:00 |
artprov.h
|
now wxGTK is always compiled against GTK+ >= 2.4
|
2009-04-12 12:43:38 +00:00 |
atomic.h
|
|
|
base64.h
|
document wxBase64DecodeMode and other minor fixes (closes #10882)
|
2009-06-10 14:44:26 +00:00 |
bitmap.h
|
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
|
2009-03-14 13:57:51 +00:00 |
bmpbuttn.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
bmpcbox.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
bookctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
brush.h
|
add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
|
2009-05-09 12:40:09 +00:00 |
buffer.h
|
fixed size of buffer returned by wxFormatConverter (it was too large before)
|
2009-03-30 11:54:41 +00:00 |
busyinfo.h
|
always use wxSTAY_ON_TOP (closes #10447)
|
2009-02-05 17:46:00 +00:00 |
button.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
calctrl.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
caret.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
chartype.h
|
say that use of _T() is discouraged in new code, just like wxT() is
|
2009-01-31 13:57:05 +00:00 |
checkbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
checklst.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
choicdlg.h
|
replace wxGetMultipleChoices() with wxGetSelectedChoices() which allows to distinguish between cancelling the dialog and not selecting any items in it (closes #10057)
|
2009-03-07 15:39:09 +00:00 |
choice.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
choicebk.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
clipbrd.h
|
|
|
clntdata.h
|
|
|
clrpicker.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
cmdline.h
|
better docs for wxCmdLineParser (fixes a few typos, adds more comments)
|
2009-03-22 23:29:14 +00:00 |
cmdproc.h
|
|
|
cmndata.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
collpane.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
colordlg.h
|
|
|
colour.h
|
add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
|
2009-05-09 12:40:09 +00:00 |
combo.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
combobox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
config.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
control.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
convauto.h
|
|
|
cpp.h
|
move __WXFUNCTION__ to wx/cpp.h from wx/debug.h
|
2009-03-21 17:18:01 +00:00 |
cshelp.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
ctrlsub.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
cursor.h
|
fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs
|
2009-05-16 10:42:48 +00:00 |
dataobj.h
|
make it explicitly clear that the len parameter of SetData() is in bytes
|
2009-03-29 21:31:40 +00:00 |
dataview.h
|
Make wxDataViewModel::Compare() const
|
2009-03-10 13:37:26 +00:00 |
datectrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
dateevt.h
|
|
|
datetime.h
|
abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators don't short circuit silently breaking existing code so it is better to not provide them at all; instead simply return bool from the new versions taking wxString::const_iterator; advise to use the new versions in the new code and so in our own files
|
2009-03-25 09:54:10 +00:00 |
datstrm.h
|
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)
|
2009-01-11 19:53:49 +00:00 |
dc.h
|
added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics
|
2009-05-31 19:40:04 +00:00 |
dcbuffer.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
dcclient.h
|
|
|
dcgraph.h
|
fix others $Id$ keywords
|
2009-01-11 12:05:05 +00:00 |
dcmemory.h
|
fix a few typos
|
2009-02-21 15:40:15 +00:00 |
dcmirror.h
|
|
|
dcprint.h
|
|
|
dcps.h
|
fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions
|
2009-01-10 22:10:54 +00:00 |
dcscreen.h
|
|
|
dcsvg.h
|
remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs
|
2009-01-10 23:07:44 +00:00 |
dde.h
|
|
|
debug.h
|
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling
|
2009-03-21 23:36:37 +00:00 |
debugrpt.h
|
|
|
defs.h
|
added wxUINTn_MAX constants; document them together with the existing wxINTn_MIN/MAX ones
|
2009-06-02 13:43:32 +00:00 |
dialog.h
|
document wxProgressDialog::Update(maximumValue) behaviour and warn the user that it may generate unwanted re-entrancies because of wxDialog::ShowModal()
|
2009-03-08 12:08:39 +00:00 |
dialup.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
dir.h
|
name the enum with wxDir flags to make it easier to find it from the docs.
|
2009-03-01 15:47:49 +00:00 |
dirctrl.h
|
added multiple selections support to wxDirCtrl (closes #10830)
|
2009-06-06 14:00:51 +00:00 |
dirdlg.h
|
s/""/wxEmptyString
|
2009-01-10 18:31:45 +00:00 |
display.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
dnd.h
|
Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.
|
2009-03-15 01:19:09 +00:00 |
docmdi.h
|
|
|
docview.h
|
don't use wxScopedPtr<> in wxDocTemplate::CreateDocument() as the document is implicitly deleted by InitDocument() if its initialization fails; try to explain the (complex and inconsistent) rules for deleting the document in the manual
|
2009-03-09 19:40:49 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
fix Remove() argument in the example (closes #10521)
|
2009-02-26 18:59:03 +00:00 |
dynlib.h
|
|
|
editlbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
encconv.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
event.h
|
don't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables (somehow this was never done when wxMouseState was introduced)
|
2009-04-29 21:42:30 +00:00 |
evtloop.h
|
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)
|
2009-03-02 20:45:22 +00:00 |
fdrepdlg.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
ffile.h
|
|
|
file.h
|
added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)
|
2009-05-31 09:49:31 +00:00 |
fileconf.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
filectrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
filedlg.h
|
minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416)
|
2009-01-24 14:04:25 +00:00 |
filefn.h
|
deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)
|
2009-01-07 01:29:54 +00:00 |
filename.h
|
implement deprecated wxStripExtension() in terms of new wxFileName::StripExtension() (closes #10634)
|
2009-03-26 15:55:01 +00:00 |
filepicker.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
filesys.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
font.h
|
mention that calling SetFaceName() with an invalid facename will invalidate the font object (see #10475)
|
2009-04-26 15:01:28 +00:00 |
fontdlg.h
|
|
|
fontenum.h
|
s/""/wxEmptyString
|
2009-01-10 18:31:45 +00:00 |
fontmap.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
fontpicker.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
frame.h
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
|
2009-04-25 12:59:09 +00:00 |
fs_mem.h
|
|
|
gauge.h
|
|
|
gbsizer.h
|
|
|
gdicmn.h
|
warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals
|
2009-03-15 11:33:40 +00:00 |
gdiobj.h
|
|
|
glcanvas.h
|
adding comment about wxHAS_OPENGL_ES
|
2009-03-29 17:20:14 +00:00 |
graphics.h
|
Document CreateMeasuringContext now that it is available for all wxGC impls.
|
2009-04-19 19:51:08 +00:00 |
grid.h
|
generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating line too; do not generate these events if the size didn't really change (further improvements to grid events are possible and remain needed, see #10754)
|
2009-04-29 21:59:10 +00:00 |
hash.h
|
|
|
hashmap.h
|
Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and wxFTP
|
2009-01-16 15:08:13 +00:00 |
hashset.h
|
|
|
headercol.h
|
|
|
headerctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
help.h
|
miscellaneous small enhancements
|
2009-01-10 18:59:37 +00:00 |
htmllbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
hyperlink.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
icon.h
|
Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.
|
2009-03-15 01:19:09 +00:00 |
iconbndl.h
|
document effect of loading an icon bundle on stream position
|
2009-06-06 12:09:30 +00:00 |
iconloc.h
|
|
|
image.h
|
document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams
|
2009-06-01 11:43:36 +00:00 |
imaglist.h
|
Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.
|
2009-03-15 01:19:09 +00:00 |
init.h
|
|
|
intl.h
|
grouping is not allowed for enum values
|
2009-04-19 13:29:19 +00:00 |
ipc.h
|
|
|
ipcbase.h
|
|
|
joystick.h
|
|
|
kbdstate.h
|
put wx{Keyboard,Mouse}State in events category instead of misc one
|
2009-05-01 22:37:14 +00:00 |
laywin.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
link.h
|
|
|
list.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
listbook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
listbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
listctrl.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
log.h
|
fix wxLogNull base class (closes #10654)
|
2009-03-30 19:57:09 +00:00 |
longlong.h
|
|
|
math.h
|
Also mention wxRound() and wxIsSameDouble()
|
2009-01-12 10:58:26 +00:00 |
mdi.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
mediactrl.h
|
miscellaneous small enhancements
|
2009-01-10 18:59:37 +00:00 |
memory.h
|
|
|
menu.h
|
fix doxygen warning
|
2009-03-30 19:57:34 +00:00 |
menuitem.h
|
added "bool checked" parameter to SetBitmap() too, for consisttency with GetBitmap()
|
2009-03-23 12:07:42 +00:00 |
metafile.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mimetype.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
minifram.h
|
|
|
module.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mousemanager.h
|
added default ctor to wxMouseEventsManager, this is convenient when deriving window classes (which must provide default ctors to e.g. allow loading them from XRC) from it
|
2009-05-31 14:43:01 +00:00 |
mousestate.h
|
put wx{Keyboard,Mouse}State in events category instead of misc one
|
2009-05-01 22:37:14 +00:00 |
msgdlg.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
msgqueue.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mstream.h
|
use ::wxInvalidOffset to enable autolinking
|
2009-01-13 17:29:34 +00:00 |
notebook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
notifmsg.h
|
|
|
numdlg.h
|
|
|
object.h
|
more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData()
|
2009-03-15 01:03:48 +00:00 |
odcombo.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
palette.h
|
|
|
panel.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
pen.h
|
add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
|
2009-05-09 12:40:09 +00:00 |
persist.h
|
added wxPersistentRegisterAndRestore() function to work around VC6 brokenness in debug DLL build
|
2009-02-03 12:02:20 +00:00 |
pickerbase.h
|
|
|
platform.h
|
|
|
platinfo.h
|
add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions
|
2009-06-02 13:01:41 +00:00 |
popupwin.h
|
fix others $Id$ keywords
|
2009-01-11 12:05:05 +00:00 |
position.h
|
wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.
|
2009-02-28 17:08:00 +00:00 |
power.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
print.h
|
|
|
printdlg.h
|
|
|
process.h
|
make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs
|
2009-03-23 16:23:44 +00:00 |
progdlg.h
|
add wxProgressDialog::SetRange() function
|
2009-06-01 23:19:25 +00:00 |
propdlg.h
|
remove usage of wxT() macro; it makes example code a bit harder to read
|
2009-01-18 21:46:46 +00:00 |
quantize.h
|
|
|
radiobox.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
radiobut.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
rawbmp.h
|
|
|
rearrangectrl.h
|
|
|
recguard.h
|
|
|
regex.h
|
remove usage of wxT() macro; it makes example code a bit harder to read
|
2009-01-18 21:46:46 +00:00 |
region.h
|
even more fixes detected using ifacecheck
|
2009-01-08 16:33:08 +00:00 |
renderer.h
|
revert r59246; the window parameter was there by purpose (i.e. for consistency with other Get* methods -- even if unused); document what the win parameter does in the various wxRenderer::Get* methods
|
2009-03-02 20:09:10 +00:00 |
sashwin.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
sckipc.h
|
do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers
|
2009-02-07 15:09:48 +00:00 |
sckstrm.h
|
|
|
scopedarray.h
|
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h
|
2009-02-03 12:01:46 +00:00 |
scopedptr.h
|
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h
|
2009-02-03 12:01:46 +00:00 |
scopeguard.h
|
|
|
scrolbar.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
scrolwin.h
|
do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created
|
2009-03-14 00:49:24 +00:00 |
settings.h
|
make sure that wxSystemSettings::GetFont/GetColour return values are always valid
|
2009-03-24 23:13:02 +00:00 |
sharedptr.h
|
renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h
|
2009-02-03 12:01:46 +00:00 |
sizer.h
|
allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)
|
2009-04-25 10:49:36 +00:00 |
slider.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
snglinst.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
socket.h
|
don't incorrectly say that wxSOCKET_REUSEADDR is for servers only (closes #10626)
|
2009-03-22 22:02:30 +00:00 |
sound.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
spinbutt.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
spinctrl.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
splash.h
|
|
|
splitter.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
srchctrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
sstream.h
|
|
|
stackwalk.h
|
don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead
|
2009-01-14 14:38:00 +00:00 |
statbmp.h
|
|
|
statbox.h
|
allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)
|
2009-04-25 10:49:36 +00:00 |
statline.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
stattext.h
|
|
|
statusbr.h
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
|
2009-04-25 12:59:09 +00:00 |
stdpaths.h
|
return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary
|
2009-06-06 23:34:05 +00:00 |
stdstream.h
|
correct a typo in a comment in the example (see #10637)
|
2009-05-03 09:29:13 +00:00 |
stockitem.h
|
|
|
stopwatch.h
|
|
|
strconv.h
|
remove usage of wxT() macro; it makes example code a bit harder to read
|
2009-01-18 21:46:46 +00:00 |
stream.h
|
document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams
|
2009-06-01 11:43:36 +00:00 |
string.h
|
fix confusion in IsSameAs() docs (closes #10722)
|
2009-04-21 00:05:06 +00:00 |
sysopt.h
|
fix typos (closes #10611)
|
2009-03-19 15:08:12 +00:00 |
tarstrm.h
|
|
|
taskbar.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
textctrl.h
|
only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls
|
2009-04-14 13:22:09 +00:00 |
textdlg.h
|
s/""/wxEmptyString
|
2009-01-10 18:31:45 +00:00 |
textentry.h
|
added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
|
2009-03-02 12:25:01 +00:00 |
textfile.h
|
minor corrections: document typeDefault, remove text copied from the header (closes #10740)
|
2009-04-25 14:42:59 +00:00 |
textwrapper.h
|
extracted wxTextWrapper in its own header and made it public
|
2009-05-31 20:12:07 +00:00 |
tglbtn.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
thread.h
|
document that locking a wxMutex or a wxCriticalSection twice from the same thread doesn't result in a deadlock
|
2009-03-08 12:56:48 +00:00 |
timer.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
tipdlg.h
|
|
|
tipwin.h
|
|
|
tls.h
|
|
|
tokenzr.h
|
|
|
toolbar.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
toolbook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
tooltip.h
|
remove implementations from interface headers
|
2009-02-01 19:56:06 +00:00 |
toplevel.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
tracker.h
|
|
|
treebase.h
|
improve wxTreeItemData documentation (closes #10662)
|
2009-04-05 13:07:24 +00:00 |
treebook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
treectrl.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
txtstrm.h
|
|
|
unichar.h
|
better define what an ASCII character is considered to be in IsAscii()
|
2009-01-31 15:57:45 +00:00 |
uri.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
url.h
|
|
|
ustring.h
|
|
|
utils.h
|
add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions
|
2009-06-02 13:01:41 +00:00 |
valgen.h
|
update list of classes supported by wxGenericValidator
|
2009-02-04 12:41:43 +00:00 |
validate.h
|
better docs for wxValidator::SetWindow and Validate
|
2009-01-31 21:28:24 +00:00 |
valtext.h
|
document the protected functions of wxTextValidator; it helps user to eventually derive classes from wxTextValidator (closes #10474)
|
2009-02-05 18:50:43 +00:00 |
variant.h
|
return NULL from GetVoidPtr() for NULL variants instead of asserting (closes #9873)
|
2009-01-25 13:19:44 +00:00 |
vector.h
|
|
|
version.h
|
|
|
vidmode.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
vlbox.h
|
|
|
volume.h
|
|
|
vscroll.h
|
|
|
weakref.h
|
|
|
wfstream.h
|
typo fix (closes #10699)
|
2009-05-09 12:42:59 +00:00 |
window.h
|
make wxWindow::SetAutoLayout() now works for all windows, not just panels
|
2009-05-23 11:26:58 +00:00 |
windowid.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
wizard.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
wrapsizer.h
|
|
|
wupdlock.h
|
|
|
wxcrt.h
|
minimal list of wx CRT wrappers (so doxygen highlights occurrences of wxFunc() if Func() is a std CRT function
|
2009-03-21 00:40:12 +00:00 |
xlocale.h
|
extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed
|
2009-03-19 18:05:49 +00:00 |
zipstrm.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
zstream.h
|
added wxZlibStream::SetDictionary() (closes #10551)
|
2009-03-06 16:26:15 +00:00 |