.. |
private
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
aboutdlgg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
accel.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +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
|
many wxItemContainer-related changes:
|
2007-07-26 13:54:14 +00:00 |
busyinfo.h
|
Added forward declaration for wxWindow
|
2007-09-26 06:41:11 +00:00 |
buttonbar.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
calctrl.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
caret.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
choicdgg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
clrpickerg.h
|
Compilo
|
2007-12-08 17:55:37 +00:00 |
collpaneg.h
|
missing forward decl
|
2007-12-09 16:46:56 +00:00 |
colour.h
|
compilation fix (remove default ctor already implemented by DEFINE_STD_WXCOLOUR_CONSTRUCTORS); make copy ctor inline and remove empty dtor
|
2008-01-05 00:04:34 +00:00 |
colrdlgg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
combo.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 |
ctrlsub.h
|
don't access m_clientDataItemsType directly
|
2007-09-17 00:12:13 +00:00 |
dataview.h
|
Partial impl of auto resizing columns
|
2008-01-14 11:04:57 +00:00 |
datectrl.h
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
dcpsg.h
|
compilation fix after removing default wxDC ctor
|
2007-11-30 21:17:23 +00:00 |
dirctrlg.h
|
forward SetFocus() to the directory tree (replaces patch 1831210)
|
2007-11-17 15:12:13 +00:00 |
dirdlgg.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 |
dragimgg.h
|
fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332)
|
2007-04-01 14:14:58 +00:00 |
fdrepdlg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
filectrlg.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 |
filedlgg.h
|
Return type correction
|
2007-12-27 17:00:29 +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
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
fontpickerg.h
|
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 |
grid.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 |
gridctrl.h
|
include wx/datetime.h, it's not always included from the other headers
|
2007-08-15 11:46:57 +00:00 |
gridsel.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
helpext.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 |
hyperlink.h
|
use full repaint style instead of size event
|
2007-03-08 04:27:29 +00:00 |
icon.h
|
make XPM data pointer parameter fully const
|
2008-01-14 18:16:37 +00:00 |
imaglist.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
laywin.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 |
listctrl.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 |
logg.h
|
don't use wxChar* arguments in wxLogWindow API
|
2007-06-28 16:59:06 +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
|
define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation
|
2008-01-27 12:43:46 +00:00 |
msgdlgg.h
|
1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
|
2007-05-24 12:50:42 +00:00 |
notebook.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
notifmsg.h
|
added support for icon flags to wxGenericNotificationMessage
|
2007-12-02 19:43:04 +00:00 |
numdlgg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
paletteg.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
panelg.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 |
printps.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
prntdlgg.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
progdlgg.h
|
use wxFlexGridSizer for layout of the labels in the progress dialog (patch 1829312); minor cleanup
|
2008-01-06 15:05:57 +00:00 |
propdlg.h
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |
region.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
sashwin.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 |
scrolwin.h
|
refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed
|
2005-10-10 18:24:27 +00:00 |
spinctlg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
splash.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
splitter.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
srchctlg.h
|
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms
|
2007-09-26 00:30:22 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
statusbr.h
|
don't show size grip if the window the status bar is attached to is maximized or not resizeable at all
|
2007-11-18 23:31:48 +00:00 |
tabg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
textdlgg.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 |
treectlg.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 |