.. |
ole
|
add comparison operators for UUID class (#9871)
|
2008-08-18 11:30:10 +00:00 |
private
|
compilation fix for PCH-less build; also moved some functions out of line
|
2008-08-03 12:24:25 +00:00 |
wince
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
accel.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
amd64.manifest
|
Manifest files for win64
|
2005-10-12 11:47:09 +00:00 |
app.h
|
Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++ (patch #1935997)
|
2008-04-13 12:18:00 +00:00 |
apptbase.h
|
improve wxMessageOutputBest console output under Windows (closes 9146)
|
2008-05-23 23:28:13 +00:00 |
apptrait.h
|
improve wxMessageOutputBest console output under Windows (closes 9146)
|
2008-05-23 23:28:13 +00:00 |
bitmap.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
blank.cur
|
|
|
bmpbuttn.h
|
clean up wxBitmapButton::Create(); override MSWGetStyle() (#4804)
|
2008-07-16 01:08:52 +00:00 |
bmpcbox.h
|
native wxBitmapComboBox implementation for MSW (patch 1941399)
|
2008-05-17 22:43:00 +00:00 |
brush.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
bullseye.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
button.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
calctrl.h
|
mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)
|
2008-08-05 01:55:44 +00:00 |
caret.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cdrom.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
checkbox.h
|
support multiline labels in wxCheckBox (#9495)
|
2008-06-07 01:54:44 +00:00 |
checklst.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
child.ico
|
REmoved unnecessary cursor and icon files
|
2005-05-15 14:48:42 +00:00 |
chkconf.h
|
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)
|
2007-12-08 20:51:21 +00:00 |
choice.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
clipbrd.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colordlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colour.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colours.bmp
|
|
|
combo.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
combobox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
computer.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
control.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
crashrpt.h
|
take wxString in wxCrashReport::SetFileName() to allow passing either ASCII or wide strings as well as wxStrings to this method (closes 9505)
|
2008-05-29 13:28:05 +00:00 |
cross.cur
|
Cross-hair cursor appears as an I-beam on WinXP for some reason;
|
2005-04-03 11:36:31 +00:00 |
csquery.bmp
|
Restored scrollbar background
|
2005-05-31 14:40:34 +00:00 |
ctrlsub.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
cursor.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
datectrl.h
|
More border rationalisation. GetDefaultBorder is now mostly defined in base class files.
|
2007-11-13 12:10:34 +00:00 |
dc.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 |
dcclient.h
|
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
|
2008-04-28 20:39:57 +00:00 |
dcmemory.h
|
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
|
2008-04-28 20:39:57 +00:00 |
dcprint.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dcscreen.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dde.h
|
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)
|
2007-10-20 22:54:26 +00:00 |
debughlp.h
|
wxWinCE fixes.
|
2005-01-18 10:10:23 +00:00 |
dialog.h
|
ensure that dialog gripper is always positioned below the other children, even if they're created after it (#9519)
|
2008-06-07 02:04:16 +00:00 |
dib.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dirdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
dragimag.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
drive.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
enhmeta.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
evtloop.h
|
added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
|
2007-07-15 19:33:16 +00:00 |
fdrepdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
file1.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
filedlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
floppy.ico
|
Artwork replacement (c) Julian Smart
|
2005-05-31 20:29:11 +00:00 |
folder1.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
folder2.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
font.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
fontenum.h
|
Source markup fixes.
|
2006-05-29 21:12:51 +00:00 |
frame.h
|
add PostSizeEvent() and use it in wxMSW status bar code (#9795)
|
2008-07-29 23:07:24 +00:00 |
gauge.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
gccpriv.h
|
Macros for simplified testing Open Watcom version and required tweaks.
|
2005-11-10 16:16:05 +00:00 |
gdiimage.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
genrcdefs.h
|
removed executable bit on files that aren't executables
|
2007-06-25 14:04:34 +00:00 |
glcanvas.h
|
recreate the window if FSAA is requested (changeset_r54022_Fix.patch from #9145)
|
2008-06-14 01:44:13 +00:00 |
gsockmsw.h
|
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
|
2007-12-19 16:45:08 +00:00 |
hand.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
helpbest.h
|
added missing include after last commit
|
2006-05-29 14:51:42 +00:00 |
helpchm.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
helpwin.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
htmlhelp.h
|
Use theme and HTML Help headers from Wine (with permission)
|
2005-05-14 16:58:36 +00:00 |
ia64.manifest
|
Manifest files for win64
|
2005-10-12 11:47:09 +00:00 |
icon.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
imaglist.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
iniconf.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +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 |
libraries.h
|
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
|
2006-01-21 22:50:46 +00:00 |
listbox.h
|
Defer SetHorizontalExtent to idle, also fixes (wxListBox::Delete ignores Freeze/Thaw and is verrrrry slow)
|
2008-05-25 20:54:30 +00:00 |
listctrl.h
|
ensure that GetEditControl() returns something even if label editing was started by the user and not the program (closes #1325)
|
2008-05-30 00:26:07 +00:00 |
magnif1.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
mdi.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mdi.ico
|
REmoved unnecessary cursor and icon files
|
2005-05-15 14:48:42 +00:00 |
menu.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
menuitem.h
|
mark long-deprecated ctor as such
|
2008-05-29 04:26:29 +00:00 |
metafile.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
microwin.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
mimetype.h
|
Removed most of the pre-XDG MIME code from the Unix implementation, many speed-ups by simplification
|
2008-06-30 11:58:41 +00:00 |
minifram.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
missing.h
|
don't define, nor use, LVS_EX_LABELTIP under WinCE
|
2008-02-24 23:20:27 +00:00 |
msgdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
mslu.h
|
move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h
|
2006-10-26 19:06:51 +00:00 |
msvcrt.h
|
no changes, just updated the URL of KB article in a comment
|
2008-01-03 00:05:15 +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 wxNotificationMessage::AlwaysUseGeneric() MSW-specific method
|
2007-12-02 19:42:15 +00:00 |
palette.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
pbrush.cur
|
Restoring binary files
|
2005-05-16 12:33:21 +00:00 |
pen.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
pencil.cur
|
Restoring binary files
|
2005-05-16 12:33:21 +00:00 |
pntleft.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
pntright.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
popupwin.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
printdlg.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
printwin.h
|
Implemented high-quality preview for wxMSW (this approach doesn't work
|
2008-06-16 08:41:51 +00:00 |
private.h
|
compilation fix for wxUniv/MSW after r54937 (#9866)
|
2008-08-15 23:01:28 +00:00 |
question.ico
|
Replaced icon
|
2005-05-15 19:20:49 +00:00 |
radiobox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
radiobut.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
rcdefs.h
|
Add rcdefs.h and support for automatic manifests on Windows
|
2005-11-08 22:49:46 +00:00 |
regconf.h
|
added wxUSE_REGKEY checks
|
2007-08-22 14:49:41 +00:00 |
region.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
registry.h
|
added wxUSE_REGKEY option
|
2007-07-21 13:01:28 +00:00 |
removble.ico
|
Made the colours more muted
|
2005-06-01 14:21:07 +00:00 |
rightarr.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
roller.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
scrolbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
seh.h
|
define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)
|
2007-02-11 02:14:49 +00:00 |
setup0.h
|
Disable disabling wxWeakRef<T>
|
2008-06-02 18:07:06 +00:00 |
setup_inc.h
|
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)
|
2007-12-08 20:51:21 +00:00 |
slider.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
sound.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
spinbutt.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
spinctrl.h
|
Don't let MSW's wxSpinCtrl emit spin up and down events as in the other ports
|
2008-06-20 08:17:33 +00:00 |
stackwalk.h
|
added maxDepth parameter to WalkFromException() (patch 1759239)
|
2007-07-28 00:14:53 +00:00 |
statbmp.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statbox.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statline.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
stattext.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
statusbar.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
std.ico
|
REmoved unnecessary cursor and icon files
|
2005-05-15 14:48:42 +00:00 |
stdpaths.h
|
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)
|
2007-11-17 14:59:13 +00:00 |
subwin.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
tabctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
taskbar.h
|
add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)
|
2007-12-08 20:51:21 +00:00 |
textctrl.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
textentry.h
|
Fix line endings
|
2008-03-27 21:26:13 +00:00 |
tglbtn.h
|
add support for multiline labels in wxToggleButton
|
2008-08-03 11:47:01 +00:00 |
tls.h
|
chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff
|
2008-08-29 23:28:42 +00:00 |
toolbar.h
|
don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there
|
2008-08-02 22:34:37 +00:00 |
tooltip.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
toplevel.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
treectrl.h
|
#9591: Item state (icons) for wxTreeCtrl on any platform
|
2008-06-16 17:50:40 +00:00 |
uxtheme.h
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
uxthemep.h
|
include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h
|
2005-06-08 21:47:29 +00:00 |
window.h
|
Add a SetDoubleBuffered method for wxMSW (XP+)
|
2008-06-02 18:30:13 +00:00 |
winundef.h
|
#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it
|
2005-10-31 19:35:41 +00:00 |
wrapcctl.h
|
predefine _WIN32_IE before including shellapi.h too to allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon
|
2007-09-21 17:51:11 +00:00 |
wrapcdlg.h
|
Include winundefs.h
|
2006-11-07 09:08:33 +00:00 |
wrapgdip.h
|
extracted code including gdiplus.h in a separate header
|
2007-03-15 03:41:52 +00:00 |
wrapshl.h
|
include wx/log.h to fix PCH-less compilation
|
2007-09-22 12:08:23 +00:00 |
wrapwin.h
|
Compilation fixes for mingw-w64.
|
2008-05-31 12:44:40 +00:00 |
wx.manifest
|
|
|
wx.rc
|
added comment explaining the condition for compiling manifest into resources
|
2007-06-04 09:01:37 +00:00 |