.. |
ole
|
implement operator!=() inline (forgot to commit before)
|
2008-08-30 16:30:03 +00:00 |
private
|
move Read/Write() to common code, there was almost nothing platform-specific in it
|
2008-12-27 22:49:46 +00:00 |
wince
|
remove the long deprecated wxTabCtrl class
|
2008-12-27 14:58:12 +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
|
cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily
|
2008-11-29 22:19:55 +00:00 |
apptbase.h
|
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
|
2008-11-28 12:47:07 +00:00 |
apptrait.h
|
improve wxMessageOutputBest console output under Windows (closes 9146)
|
2008-05-23 23:28:13 +00:00 |
bitmap.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +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
|
implement EnableTextChangedEvents() to make ChangeValue() work as expected, i.e. not generate any events
|
2008-09-19 10:08:02 +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
|
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
|
2008-09-25 17:56:07 +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
|
make GetPaperRect() and GetResolution() const functions
|
2008-11-15 11:10:34 +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
|
|
|
dialog.h
|
remove m_endModalCalled flag, it seems to be unnecessary
|
2008-12-21 01:37:39 +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 wxEventLoop::DispatchTimeout()
|
2008-12-26 22:28:34 +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
|
build fixes
|
2008-11-03 18:24:05 +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
|
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase
|
2008-11-29 00:24:57 +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 |
hand.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
headerctrl.h
|
fix several bugs in index/position translation code between wx and MSW
|
2008-12-14 22:54:34 +00:00 |
helpbest.h
|
added missing include after last commit
|
2006-05-29 14:51:42 +00:00 |
helpchm.h
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +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
|
document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them
|
2008-11-26 19:11:22 +00:00 |
magnif1.cur
|
Removed rarely-used cursor; replaced other cursors
|
2005-05-15 16:43:12 +00:00 |
mdi.h
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +00:00 |
mdi.ico
|
REmoved unnecessary cursor and icon files
|
2005-05-15 14:48:42 +00:00 |
menu.h
|
don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this is not only unnecessary but also doesn't allow using GetAcceleratorTable() to retrieve the menu bar accelerators (#9654)
|
2008-10-03 22:15:40 +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
|
fix for compilation with newer DMC headers (see #10112)
|
2008-12-21 02:48:45 +00:00 |
msgdlg.h
|
replace the static control in wxMessageDialog with an edit control with a vertical scrollbar if the message box is too big to fit on the screen
|
2008-09-11 10:39:49 +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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +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
|
remove the long deprecated wxTabCtrl class
|
2008-12-27 14:58:12 +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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
statbmp.h
|
disable workaround for lack of alpha support in native static bitmap control for WinCE, apparently it breaks the display (#10093)
|
2008-10-27 18:15:19 +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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +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
|
Implemented wxBitmapToggleButton generically for now
|
2008-12-19 16:04:31 +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
|
forgot to commit toplevel.h as part of r56374
|
2008-10-16 20:20:52 +00:00 |
treectrl.h
|
undid change accidentally committed as part of r57093 but which didn't have anything to do with it and resulted in #10253
|
2008-12-22 13:34:12 +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
|
cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily
|
2008-11-29 22:19:55 +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
|
extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later
|
2008-12-03 21:53:10 +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 |