.. |
carbon
|
files are replaced by dataview implementations
|
2009-05-12 19:56:21 +00:00 |
cocoa
|
exporting methods properly
|
2009-05-10 19:43:39 +00:00 |
core
|
Add wxDataViewCtrl implementation for OSX/Cocoa (closes #10617: wxDataView for wxOSX-Cocoa)
|
2009-05-08 17:07:50 +00:00 |
iphone
|
|
|
private
|
|
|
accel.h
|
|
|
app.h
|
second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker
|
2009-02-15 14:25:08 +00:00 |
bitmap.h
|
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
|
2009-03-14 13:57:51 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
|
|
button.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
checkbox.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
checklst.h
|
|
|
chkconf.h
|
fixing end-of-file
|
2009-03-23 09:10:37 +00:00 |
choice.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
clipbrd.h
|
|
|
colordlg.h
|
|
|
colour.h
|
|
|
combobox.h
|
adapting TextUpdateEvents, using wxTextEntry API
|
2009-04-14 20:09:39 +00:00 |
config_xcode.h
|
|
|
control.h
|
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object
|
2009-01-20 18:33:33 +00:00 |
cursor.h
|
reworking event handling to redirect to c++ virtual functions
|
2009-02-07 13:25:58 +00:00 |
dataform.h
|
|
|
dataobj2.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
Forgot to commit header as part of r60586, Reapplied some previous patches
|
2009-05-11 12:53:19 +00:00 |
dc.h
|
|
|
dcclient.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dcmemory.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dcprint.h
|
|
|
dcscreen.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
dialog.h
|
|
|
dirdlg.h
|
Sheet support for wxDirDialog.
|
2009-03-05 21:21:45 +00:00 |
dnd.h
|
Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa.
|
2009-02-08 23:21:22 +00:00 |
evtloop.h
|
|
|
filedlg.h
|
|
|
font.h
|
fixing native font info support bugs
|
2009-04-14 19:58:51 +00:00 |
fontdlg.h
|
|
|
frame.h
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
|
2009-04-25 12:59:09 +00:00 |
gauge.h
|
|
|
glcanvas.h
|
adding proper iphone includes
|
2009-03-29 20:45:45 +00:00 |
helpxxxx.h
|
|
|
icon.h
|
|
|
imaglist.h
|
|
|
joystick.h
|
|
|
listbox.h
|
|
|
listctrl.h
|
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did)
|
2009-04-16 13:00:40 +00:00 |
mdi.h
|
|
|
menu.h
|
menu fixes, also fixes #10479
|
2009-02-08 11:49:46 +00:00 |
menuitem.h
|
|
|
metafile.h
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
|
2009-02-08 11:45:59 +00:00 |
mimetype.h
|
|
|
minifram.h
|
|
|
msgdlg.h
|
|
|
nonownedwnd.h
|
solving inversion problem, because SetShape is redefined on toplevel.h level
|
2009-03-13 18:43:46 +00:00 |
notebook.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
palette.h
|
|
|
pen.h
|
Implement GetDashCount() for Carbon/Cocoa.
|
2009-02-07 23:23:18 +00:00 |
pnghand.h
|
|
|
pngread.h
|
|
|
popupwin.h
|
|
|
printdlg.h
|
|
|
printmac.h
|
|
|
private.h
|
|
|
radiobox.h
|
|
|
radiobut.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
region.h
|
common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation
|
2009-02-09 09:01:19 +00:00 |
scrolbar.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
setup0.h
|
improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)
|
2009-05-02 12:52:54 +00:00 |
slider.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
sound.h
|
|
|
spinbutt.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
spinctrl.h
|
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)
|
2009-03-22 10:55:55 +00:00 |
srchctrl.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
statusbr.h
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
|
2009-04-25 12:59:09 +00:00 |
taskbarosx.h
|
|
|
textctrl.h
|
adapting TextUpdateEvents, using wxTextEntry API
|
2009-04-14 20:09:39 +00:00 |
tglbtn.h
|
Forgot header with OSX prefix
|
2009-01-23 08:40:26 +00:00 |
toolbar.h
|
|
|
tooltip.h
|
|
|
toplevel.h
|
solving inversion problem, because SetShape is redefined on toplevel.h level
|
2009-03-13 18:43:46 +00:00 |
treectrl.h
|
|
|
uma.h
|
|
|
window.h
|
hiding the impl type more again
|
2009-03-30 07:30:26 +00:00 |