.. |
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
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
animate.h
|
allow loading wxAnimationCtrl contents from stream (patch 1962344)
|
2008-05-17 22:51:52 +00:00 |
bmpcbox.h
|
Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public
|
2008-06-27 13:47:45 +00:00 |
busyinfo.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
buttonbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
calctrlg.h
|
mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)
|
2008-08-05 01:55:44 +00:00 |
caret.h
|
Cleanup of previous fix
|
2008-08-22 11:32:23 +00:00 |
choicdgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
clrpickerg.h
|
Compilo
|
2007-12-08 17:55:37 +00:00 |
collpaneg.h
|
osx regrouping
|
2008-07-29 20:30:22 +00:00 |
colour.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colrdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
combo.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
ctrlsub.h
|
don't access m_clientDataItemsType directly
|
2007-09-17 00:12:13 +00:00 |
dataview.h
|
Added InsertColumn( pos, col ), some reformating
|
2008-05-21 08:47:21 +00:00 |
datectrl.h
|
use native calendar control in wxDatePickerCtrl if available (#9548)
|
2008-06-11 11:45:57 +00:00 |
dcpsg.h
|
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)
|
2008-06-08 01:45:56 +00:00 |
dirctrlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dirdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dragimgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fdrepdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filectrlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filedlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
filepickerg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +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
|
override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103)
|
2008-02-27 17:19:42 +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
|
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comments in a new interface header; deprecate SetBrowser() in favour of SetViewer()
|
2008-03-22 12:06:30 +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
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +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
|
implement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW one; also added a test for it in the sample
|
2008-06-30 18:21:33 +00:00 |
logg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mask.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mdig.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
msgdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
notebook.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
notifmsg.h
|
added support for icon flags to wxGenericNotificationMessage
|
2007-12-02 19:43:04 +00:00 |
numdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
paletteg.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
panelg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
printps.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
prntdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
progdlgg.h
|
Replaced @returns with @return for more standard command use and compatibility.
|
2008-05-11 01:38:53 +00:00 |
propdlg.h
|
use an enum to make it easier to document the values
|
2008-04-10 21:59:22 +00:00 |
region.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +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
|
correct the signature of the overriden Reparent()
|
2008-05-08 14:15:07 +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
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
srchctlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statbmpg.h
|
added wxGenericStaticBitmap (#9608)
|
2008-06-21 15:32:33 +00:00 |
statline.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statusbr.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
tabg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
textdlgg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
treectlg.h
|
#9591: Item state (icons) for wxTreeCtrl on any platform
|
2008-06-16 17:50:40 +00:00 |
wizard.h
|
Added automatic dialog scrolling ability
|
2007-12-29 16:35:39 +00:00 |