.. |
private
|
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)
|
2006-12-11 06:19:27 +00:00 |
accel.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
aga.h
|
|
|
app.h
|
adding an autorelease capability (got weird crashes when deleting tools from a toolbar otherwise)
|
2006-12-10 13:08:42 +00:00 |
apptbase.h
|
|
|
apptrait.h
|
|
|
bitmap.h
|
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
|
2007-03-07 11:48:53 +00:00 |
bmpbuttn.h
|
|
|
brush.h
|
use AllocExclusive
|
2007-03-11 03:00:47 +00:00 |
button.h
|
|
|
checkbox.h
|
|
|
checklst.h
|
|
|
chkconf.h
|
using graphics context for core graphics switch
|
2006-10-19 15:04:32 +00:00 |
choice.h
|
GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes
|
2006-10-30 16:04:27 +00:00 |
clipbrd.h
|
|
|
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
|
GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes
|
2006-10-30 16:04:27 +00:00 |
config_xcode.h
|
sizeof(char) is 1. By definition.
|
2007-03-10 03:41:37 +00:00 |
control.h
|
|
|
cursor.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
dataform.h
|
fix infinite recursion typo in operator!=() (patch 1665591)
|
2007-03-08 01:18:07 +00:00 |
dataobj2.h
|
|
|
dataobj.h
|
|
|
dc.h
|
wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
|
2007-03-18 15:32:27 +00:00 |
dcclient.h
|
subrect blit
|
2006-10-29 19:43:25 +00:00 |
dcmemory.h
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcprint.h
|
adding measuring contexts, streamlining printing code
|
2006-11-04 07:50:06 +00:00 |
dcscreen.h
|
screendc implementation
|
2006-10-20 20:50:48 +00:00 |
dialog.h
|
|
|
dirdlg.h
|
|
|
dnd.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
drawer.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
evtloop.h
|
|
|
filedlg.h
|
|
|
font.h
|
use AllocExclusive
|
2007-03-05 06:41:04 +00:00 |
fontdlg.h
|
attempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build)
|
2006-11-12 23:34:38 +00:00 |
frame.h
|
cleanup
|
2006-09-14 19:37:19 +00:00 |
gauge.h
|
|
|
glcanvas.h
|
move WX_GL_XXX constants from wx/*/glcanvas.h to wx/glcanvas.h (this makes them available for wxCocoa too); also only include <windows.h> via wx/msw/wrapwin.h and not directly for wxMSW
|
2006-11-06 00:57:46 +00:00 |
gsockmac.h
|
|
|
helpxxxx.h
|
|
|
icon.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
imaglist.h
|
Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl.
|
2006-09-18 04:41:09 +00:00 |
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
|
Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X.
|
2006-09-17 01:20:08 +00:00 |
listctrl.h
|
removed wxABI_TESTS, they're irrelvant in 2.9
|
2007-01-31 03:40:59 +00:00 |
macnotfy.h
|
|
|
macsock.h
|
|
|
mdi.h
|
remove redundant declarations of wxFrameNameStr
|
2006-09-14 17:36:18 +00:00 |
menu.h
|
|
|
menuitem.h
|
|
|
metafile.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
mimetype.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
minifram.h
|
wxMiniFrame's default style is without closebox on
|
2006-11-01 12:26:12 +00:00 |
msgdlg.h
|
|
|
notebook.h
|
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)
|
2006-10-08 17:37:23 +00:00 |
palette.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
pen.h
|
put refdata virtuals in the right class this time
|
2007-03-11 16:46:24 +00:00 |
pnghand.h
|
|
|
pngread.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
popupwin.h
|
add a header placeholder
|
2006-11-06 10:18:13 +00:00 |
printdlg.h
|
Non pre-comp compilation fix
|
2006-10-30 04:36:44 +00:00 |
printmac.h
|
|
|
private.h
|
switching from native rtti to wxrtti
|
2006-12-08 15:06:38 +00:00 |
radiobox.h
|
|
|
radiobut.h
|
|
|
region.h
|
The Great wxRegion Refactoring:
|
2006-09-25 11:47:23 +00:00 |
scrolbar.h
|
|
|
slider.h
|
|
|
sound.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
adding events on kill-focus (Robert's Patch)
|
2006-10-11 09:20:34 +00:00 |
srchctrl.h
|
removed wxABI_TESTS, they're irrelvant in 2.9
|
2007-01-31 03:40:59 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
stattext.h
|
|
|
statusbr.h
|
|
|
tabctrl.h
|
|
|
taskbarosx.h
|
|
|
textctrl.h
|
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)
|
2006-12-11 06:19:27 +00:00 |
tglbtn.h
|
|
|
timer.h
|
|
|
toolbar.h
|
Added SetToolNormalBitmap and SetToolDisabledBitmap
|
2007-02-06 21:13:03 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
|
|
treectrl.h
|
|
|
uma.h
|
avoid duplicated empty help menu in localized applications (patch 1600747 )
|
2007-03-14 00:37:07 +00:00 |
window.h
|
removed WXWIN_COMPATIBILITY_2_4 in non-MSW code
|
2007-03-07 11:48:53 +00:00 |