.. |
private
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
.cvsignore
|
|
|
aboutdlgg.h
|
put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration
|
2006-11-12 23:18:52 +00:00 |
accel.h
|
|
|
animate.h
|
replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)
|
2006-12-10 14:18:37 +00:00 |
bmpcbox.h
|
|
|
busyinfo.h
|
|
|
buttonbar.h
|
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
|
2007-03-18 23:13:18 +00:00 |
calctrl.h
|
assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work
|
2006-11-19 20:01:51 +00:00 |
caret.h
|
|
|
choicdgg.h
|
|
|
clrpickerg.h
|
|
|
collpaneg.h
|
disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)
|
2007-01-07 17:26:19 +00:00 |
colour.h
|
|
|
colrdlgg.h
|
add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962)
|
2007-04-22 20:20:51 +00:00 |
combo.h
|
|
|
dataview.h
|
Corrected/implemented sorting (by way of clicking on
|
2007-04-18 12:31:35 +00:00 |
datectrl.h
|
|
|
dcpsg.h
|
use wxFormatString helper class for 'vararg' functions' format argument; this prepares the code for removal of implicit wxString conversion to char* in STL build and also fixes VC6 compilation
|
2007-05-04 10:41:08 +00:00 |
dirctrlg.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
dirdlgg.h
|
|
|
dragimgg.h
|
fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332)
|
2007-04-01 14:14:58 +00:00 |
fdrepdlg.h
|
|
|
filedlgg.h
|
|
|
filepickerg.h
|
|
|
fontdlgg.h
|
|
|
fontpickerg.h
|
|
|
grid.h
|
removed extraneous comma at the end of wxGridDirection enum
|
2007-03-20 21:06:06 +00:00 |
gridctrl.h
|
|
|
gridsel.h
|
|
|
helpext.h
|
|
|
hyperlink.h
|
use full repaint style instead of size event
|
2007-03-08 04:27:29 +00:00 |
icon.h
|
|
|
imaglist.h
|
|
|
laywin.h
|
removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)
|
2007-04-14 09:58:37 +00:00 |
listctrl.h
|
Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].
|
2006-12-01 20:31:25 +00:00 |
logg.h
|
|
|
mask.h
|
|
|
mdig.h
|
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
|
2007-04-07 23:40:55 +00:00 |
msgdlgg.h
|
|
|
notebook.h
|
|
|
numdlgg.h
|
|
|
paletteg.h
|
|
|
panelg.h
|
|
|
printps.h
|
|
|
prntdlgg.h
|
|
|
progdlgg.h
|
|
|
propdlg.h
|
|
|
region.h
|
|
|
sashwin.h
|
|
|
scrolwin.h
|
|
|
spinctlg.h
|
|
|
splash.h
|
|
|
splitter.h
|
removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)
|
2007-04-14 09:58:37 +00:00 |
srchctlg.h
|
fix compilation in wxUSE_MENUS==0 case
|
2007-05-05 14:48:20 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
statusbr.h
|
|
|
tabg.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
textdlgg.h
|
|
|
treectlg.h
|
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
|
2007-03-07 11:35:04 +00:00 |
wizard.h
|
fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290)
|
2007-04-30 19:43:28 +00:00 |