wxWidgets/src
2008-11-20 12:28:08 +00:00
..
aui consistently use wxAuiPaneInfo::Has/SetFlag() instead of using bit operations on its state field directly (this results in a warning about implicit sign change from HP aCC) 2008-11-14 23:12:59 +00:00
cocoa Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
common use GetResolutionFromOptions() to honour wxIMAGE_OPTION_RESOLUTION and not just wxIMAGE_OPTION_RESOLUTION[XY] 2008-11-17 14:32:10 +00:00
dfb don't assert on unsupported metric in wxSystemSettingsNative::GetMetric() 2008-11-20 12:28:08 +00:00
expat changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows) 2007-06-30 12:13:58 +00:00
generic cleanup: unreachable code, unused variables, indentation, etc 2008-11-16 18:20:46 +00:00
gtk simplify wxPizza a bit by always drawing the border on parent 2008-11-16 18:31:19 +00:00
gtk1 Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
html wxHTML: don't include extra whitespace in table cells 2008-10-30 07:24:36 +00:00
jpeg fix typo in __WWXMAC__ 2008-08-13 12:31:13 +00:00
mgl fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
motif romoving motif-mdi for OpenVMS compile support 2008-11-05 12:27:08 +00:00
msdos replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
msw make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
os2 make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
osx make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
palmos make GetPaperRect() and GetResolution() const functions 2008-11-15 11:10:34 +00:00
png osx regrouping 2008-07-29 20:11:51 +00:00
propgrid When calling DrawIconEx(), do not use DI_COMPAT or DI_DEFAULTSIZE on WinCE (fixes ticket #10200) 2008-11-19 16:29:47 +00:00
regex added eVC project file for building regex library (patch 1753200) 2007-07-13 12:57:46 +00:00
richtext comparison of wxBitmapType with -1 is useless as it can never be true; assume wxBITMAP_TYPE_INVALID was meant here 2008-11-14 23:09:04 +00:00
stc CanPaste() should be const too 2008-11-14 23:23:16 +00:00
tiff compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compilation) 2008-02-24 23:05:45 +00:00
univ don't crash trying to draw buttons with invalid bitmaps (the real fix would be to avoid adding them to the toolbar in the first place, of course...) 2008-11-03 17:24:51 +00:00
unix fix some of icc 11.0 warnings and disable a few others 2008-11-16 14:24:13 +00:00
wxWindows.xcodeproj fixing file paths after renaming 2008-06-11 19:14:39 +00:00
x11 changing depricated font-family enums into current ones 2008-11-06 08:12:48 +00:00
xml work around Borland compilation errors 2008-10-20 09:00:19 +00:00
xrc added wxXmlResource::FindXRCIDById() (#10026) 2008-10-14 11:44:10 +00:00
zlib compilation fix for WinCE 2007-07-29 14:21:30 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxWindowsClassicM8.xml
wxWindowsM8.xml
wxWindowsW7.xml
wxXpm.icc
wxZlib.icc