.. |
private
|
Move HID stuff into both OSX builds. Add preliminary joystick for OSX
|
2005-02-14 09:38:42 +00:00 |
accel.h
|
|
|
aga.h
|
|
|
app.h
|
Create RunLoop that can be used to process pending events so that events will still be processed while the user is using a menu or scrollbar [ Patch 1160346 ] - this really needs to be in 2.5.5 so it can be widely tested before 2.6.
|
2005-03-28 18:47:46 +00:00 |
apptbase.h
|
|
|
apptrait.h
|
|
|
bitmap.h
|
have CGImage Support in all OSX builds
|
2005-03-01 05:31:37 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).
|
2004-12-03 15:31:31 +00:00 |
button.h
|
new stock buttons API
|
2004-08-30 14:42:51 +00:00 |
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
Mac Core Graphics Implementation
|
2005-02-12 11:34:05 +00:00 |
choice.h
|
|
|
clipbrd.h
|
|
|
colordlg.h
|
|
|
colour.h
|
|
|
combobox.h
|
1. added SetSelection() to wxItemContainer and removed its declarations
|
2005-02-13 17:08:27 +00:00 |
config_xcode.h
|
ssize_t is always defined in OSX
|
2005-02-14 05:50:02 +00:00 |
control.h
|
|
|
cursor.h
|
Mac Core Graphics Implementation
|
2005-02-12 11:34:05 +00:00 |
dataform.h
|
|
|
dataobj2.h
|
|
|
dataobj.h
|
|
|
dc.h
|
reintroducing direct access, cleanup
|
2005-02-18 16:47:07 +00:00 |
dcclient.h
|
|
|
dcmemory.h
|
|
|
dcprint.h
|
wxUSE_XXX related fixes
|
2005-02-18 04:43:47 +00:00 |
dcscreen.h
|
|
|
dialog.h
|
wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
|
2004-12-31 07:08:11 +00:00 |
dirdlg.h
|
use wxDD_DEFAULT_STYLE instead of 0 by default for style parameter of wxDirDialog ctor
|
2004-08-13 23:56:57 +00:00 |
display.h
|
Mac Core Graphics Implementation
|
2005-02-12 11:34:05 +00:00 |
dnd.h
|
|
|
drawer.h
|
warning for 2.5.3
|
2004-10-02 19:19:55 +00:00 |
filedlg.h
|
|
|
font.h
|
storing ATSU style in the font itself
|
2005-01-27 10:57:10 +00:00 |
fontdlg.h
|
native font dialog implementation for mac os x 10.2+
|
2004-09-26 14:13:26 +00:00 |
frame.h
|
|
|
gauge.h
|
|
|
gdiobj.h
|
|
|
glcanvas.h
|
removed ambiguity from wxGLCanvas ctors (bug 1102544)
|
2005-02-21 01:52:23 +00:00 |
gsockmac.h
|
fix for CW compilation
|
2004-09-26 14:05:48 +00:00 |
helpxxxx.h
|
|
|
icon.h
|
Mac Core Graphics Implementation
|
2005-02-12 11:34:05 +00:00 |
imaglist.h
|
|
|
joystick.h
|
|
|
listbox.h
|
1. added SetSelection() to wxItemContainer and removed its declarations
|
2005-02-13 17:08:27 +00:00 |
listctrl.h
|
Common wxListCtrl control name.
|
2005-01-14 13:07:44 +00:00 |
macnotfy.h
|
newline before EOF fixes
|
2005-02-06 11:29:39 +00:00 |
macsock.h
|
|
|
mdi.h
|
added orient parameter to wxMDIParentFrame::Tile()
|
2005-03-21 12:27:49 +00:00 |
menu.h
|
implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)
|
2005-03-17 23:45:24 +00:00 |
menuitem.h
|
|
|
metafile.h
|
adding metafile and clipboard support
|
2005-02-13 05:59:04 +00:00 |
mimetype.h
|
|
|
minifram.h
|
|
|
msgdlg.h
|
Base for wxMessageDialog with common checks for style.
|
2005-03-11 15:34:42 +00:00 |
notebook.h
|
Common default notebook name.
|
2005-01-13 20:30:21 +00:00 |
palette.h
|
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.
|
2004-12-08 17:43:18 +00:00 |
pen.h
|
|
|
pnghand.h
|
As members have gone private, use Accessors
|
2005-02-06 11:19:58 +00:00 |
pngread.h
|
|
|
printdlg.h
|
Made wxPageSetupDialog a pimpl implementation.
|
2004-11-20 14:46:25 +00:00 |
printmac.h
|
|
|
private.h
|
have CGImage Support in all OSX builds
|
2005-03-01 05:31:37 +00:00 |
radiobox.h
|
Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.
|
2005-02-23 17:04:16 +00:00 |
radiobut.h
|
|
|
region.h
|
Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]
|
2005-03-14 14:38:48 +00:00 |
scrolbar.h
|
|
|
slider.h
|
Needs to inherit from wxSliderBase for new ValueInvertOrNot Change
|
2005-02-14 22:27:07 +00:00 |
sound.h
|
applied patch #997019: '[wxMac] updated wxSound', adds static IsPlaying() and Stop()
|
2004-07-31 07:36:13 +00:00 |
spinbutt.h
|
|
|
spinctrl.h
|
SetFocus fixed
|
2004-12-31 13:29:35 +00:00 |
statbmp.h
|
Mac Core Graphics Implementation
|
2005-02-12 11:34:05 +00:00 |
statbox.h
|
extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer()
|
2005-03-07 23:37:15 +00:00 |
statline.h
|
gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow
|
2005-03-11 02:13:30 +00:00 |
stattext.h
|
|
|
statusbr.h
|
Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]
|
2005-03-14 14:38:48 +00:00 |
tabctrl.h
|
wxUSE_XXX related fixes
|
2005-02-18 04:43:47 +00:00 |
taskbarosx.h
|
cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus
|
2005-03-09 18:54:52 +00:00 |
textctrl.h
|
forwarding position changed events to peer
|
2005-02-24 14:06:15 +00:00 |
tglbtn.h
|
|
|
timer.h
|
|
|
toolbar.h
|
|
|
tooltip.h
|
|
|
toplevel.h
|
added RequestUserAttention
|
2004-12-29 10:10:14 +00:00 |
treectrl.h
|
|
|
uma.h
|
|
|
window.h
|
moving all border invalidations into one area, also opening peer access for all
|
2005-02-23 15:39:15 +00:00 |