.. |
.cvsignore
|
|
|
aboutdlgg.h
|
put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration
|
2006-11-12 23:18:52 +00:00 |
accel.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
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
|
CVS tags cleaning (with other minor cleaning).
|
2006-10-16 09:30:01 +00:00 |
busyinfo.h
|
|
|
buttonbar.h
|
|
|
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
|
changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1
|
2006-10-25 12:12:56 +00:00 |
choicdgg.h
|
no real changes, just renamed the header guard to standard form and removed unneeded casts
|
2006-10-28 14:11:54 +00:00 |
clrpickerg.h
|
[ 1528248 ] Fix to the width of the wxGenericColourButton
|
2006-07-25 11:41:53 +00:00 |
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
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
colrdlgg.h
|
|
|
combo.h
|
[ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl
|
2006-10-09 20:12:19 +00:00 |
dataview.h
|
Implemended column header mouse clicks.
|
2006-10-06 09:50:45 +00:00 |
datectrl.h
|
[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation
|
2006-10-27 18:02:21 +00:00 |
dcpsg.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
dirctrlg.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
dirdlgg.h
|
|
|
dragimgg.h
|
changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1
|
2006-10-25 12:12:56 +00:00 |
fdrepdlg.h
|
|
|
filedlgg.h
|
Correct compilation for GTK < 2.4.
|
2006-06-08 10:05:42 +00:00 |
filepickerg.h
|
fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase
|
2006-07-15 15:13:04 +00:00 |
fontdlgg.h
|
|
|
fontpickerg.h
|
use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
|
2006-11-03 21:54:13 +00:00 |
grid.h
|
allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790)
|
2006-10-28 13:57:38 +00:00 |
gridctrl.h
|
header cleanup
|
2006-10-03 14:28:36 +00:00 |
gridsel.h
|
header cleanup
|
2006-10-03 14:28:36 +00:00 |
helpext.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
icon.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
imaglist.h
|
corrected ifdef condition
|
2006-09-20 13:15:58 +00:00 |
laywin.h
|
|
|
listctrl.h
|
Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].
|
2006-12-01 20:31:25 +00:00 |
logg.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
mask.h
|
The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which could/should be used by other ports later
|
2006-09-28 23:02:39 +00:00 |
mdig.h
|
remove redundant declarations of wxFrameNameStr
|
2006-09-14 17:36:18 +00:00 |
msgdlgg.h
|
|
|
notebook.h
|
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)
|
2006-10-08 17:37:23 +00:00 |
numdlgg.h
|
|
|
paletteg.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
panelg.h
|
added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)
|
2006-07-24 17:44:46 +00:00 |
printps.h
|
|
|
prntdlgg.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
progdlgg.h
|
small refactoring to avoid code duplication; renamed wxProgressDialog::UpdatePulse() to just Pulse(); added test for it in the dialogs sample (part of the patch 1551409 which somehow wasn't applied before)
|
2006-10-22 21:08:11 +00:00 |
propdlg.h
|
non-pch build fixes
|
2006-10-09 07:36:26 +00:00 |
region.h
|
The Great wxRegion Refactoring:
|
2006-09-25 11:47:23 +00:00 |
sashwin.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
scrolwin.h
|
|
|
spinctlg.h
|
|
|
splash.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
splitter.h
|
remove inline from declaration of functions which are not inline
|
2007-01-01 19:49:10 +00:00 |
srchctlg.h
|
removed wxABI_TESTS, they're irrelvant in 2.9
|
2007-01-31 03:40:59 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
statusbr.h
|
it needs wxUSE_* guard to not break smartphone build.
|
2006-09-13 19:10:31 +00:00 |
tabg.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
textdlgg.h
|
|
|
timer.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
treectlg.h
|
corrected wxTreeCtrl::GetBestSize() for a control with borders
|
2006-11-25 14:54:22 +00:00 |
wizard.h
|
|
|