.. |
private
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
accel.h
|
|
|
aga.h
|
|
|
app.h
|
added MacOpenURL() (patch 1235957)
|
2007-04-07 16:05:11 +00:00 |
apptbase.h
|
|
|
apptrait.h
|
preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088):
|
2007-04-20 01:29:16 +00:00 |
bitmap.h
|
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
|
2007-03-07 11:48:53 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
revert use of AllocExclusive
|
2007-03-21 04:29:57 +00:00 |
button.h
|
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing
|
2007-04-08 22:18:35 +00:00 |
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
|
|
choice.h
|
|
|
clipbrd.h
|
1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac
|
2007-03-31 02:57:55 +00:00 |
colordlg.h
|
|
|
colour.h
|
added wxColour(RGBColor) ctor and use it insteaf of constructing wxColour from RGBColor manually in several places (replaces patch 1662064)
|
2007-03-10 15:48:56 +00:00 |
combobox.h
|
|
|
config_xcode.h
|
sizeof(char) is 1. By definition.
|
2007-03-10 03:41:37 +00:00 |
control.h
|
|
|
cursor.h
|
|
|
databrow.h
|
Added initial OS X implementation of the wxDataViewCtrl
|
2007-06-06 23:40:24 +00:00 |
dataform.h
|
use wxString, not wxChar*, in wxDataFormat ctor and SetId() method
|
2007-05-30 22:02:19 +00:00 |
dataobj2.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
Added initial OS X implementation of the wxDataViewCtrl
|
2007-06-06 23:40:24 +00:00 |
dc.h
|
Moved all the coordinate system calculation to wxDCBase
|
2007-05-02 11:05:45 +00:00 |
dcclient.h
|
|
|
dcmemory.h
|
|
|
dcprint.h
|
|
|
dcscreen.h
|
|
|
dialog.h
|
|
|
dirdlg.h
|
|
|
dnd.h
|
|
|
drawer.h
|
|
|
evtloop.h
|
Apply parts of patch #1719888 to fix compilation on Mac and with
|
2007-05-16 23:12:40 +00:00 |
filedlg.h
|
|
|
font.h
|
revert use of AllocExclusive
|
2007-03-21 04:29:57 +00:00 |
fontdlg.h
|
|
|
frame.h
|
|
|
gauge.h
|
|
|
glcanvas.h
|
Big wxGL classes refactoring/cleanup:
|
2007-04-10 17:38:55 +00:00 |
gsockmac.h
|
|
|
helpxxxx.h
|
|
|
icon.h
|
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
|
2007-04-07 19:59:51 +00:00 |
imaglist.h
|
|
|
joystick.h
|
multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497)
|
2007-03-16 00:51:43 +00:00 |
listbox.h
|
|
|
listctrl.h
|
added wxListCtrl::SetItemPtrData()
|
2007-05-10 01:53:21 +00:00 |
macnotfy.h
|
|
|
macsock.h
|
|
|
mdi.h
|
|
|
menu.h
|
|
|
menuitem.h
|
|
|
metafile.h
|
|
|
mimetype.h
|
|
|
minifram.h
|
|
|
msgdlg.h
|
1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
|
2007-05-24 12:50:42 +00:00 |
notebook.h
|
|
|
palette.h
|
|
|
pen.h
|
revert use of AllocExclusive
|
2007-03-21 04:29:57 +00:00 |
pnghand.h
|
|
|
pngread.h
|
|
|
popupwin.h
|
|
|
printdlg.h
|
|
|
printmac.h
|
|
|
private.h
|
|
|
radiobox.h
|
|
|
radiobut.h
|
|
|
region.h
|
|
|
scrolbar.h
|
|
|
slider.h
|
|
|
sound.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
srchctrl.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
statusbr.h
|
|
|
tabctrl.h
|
|
|
taskbarosx.h
|
|
|
textctrl.h
|
|
|
tglbtn.h
|
|
|
toolbar.h
|
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
|
2007-03-18 23:13:18 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
|
2007-04-07 23:40:55 +00:00 |
treectrl.h
|
|
|
uma.h
|
avoid duplicated empty help menu in localized applications (patch 1600747 )
|
2007-03-14 00:37:07 +00:00 |
window.h
|
make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase
|
2007-03-23 14:01:53 +00:00 |