wxWidgets/src
Vadim Zeitlin ccc3a25d87 Remove unnecessary comparison of unsigned variable with 0.
m_httpsize is of type size_t and so is always >= 0, no need to check for it.
And removing the check avoids a warning from at least IRIX mipsPro (and
probably others).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-02-28 11:08:34 +00:00
..
aui Avoid GTK+ errors when using AUI wxPseudoTransparentFrame hack. 2009-12-15 22:44:54 +00:00
cocoa No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
common Remove unnecessary comparison of unsigned variable with 0. 2010-02-28 11:08:34 +00:00
dfb Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
expat avoiding double define warnings on osx 2009-09-24 09:54:57 +00:00
generic Sometimes change in varscrollable window's size can result in unused empty space after the last item. Fix it by decrementing first visible item position as long there is available space (fixes #11758). 2010-02-28 10:16:49 +00:00
gtk Always use UTF-8 for GTK+ strings. 2010-02-25 00:03:35 +00:00
gtk1 Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. 2009-12-10 03:04:07 +00:00
html Compilation fixes in wxHTML for wxUSE_CONFIG==0. 2010-02-25 00:03:30 +00:00
jpeg avoid double define warnings 2009-12-09 07:24:50 +00:00
mgl Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
motif Add wxIsascii() function and use it instead of isascii() in our code. 2010-01-18 00:28:11 +00:00
msdos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw Fix assert when using year or decade view in Windows 7 calendar control. 2010-02-26 14:10:02 +00:00
os2 Refactor owner-drawing code. 2010-01-23 13:21:12 +00:00
osx Override CanFocus because the wxWindow level test will check if the NSTextView's parent scrollview can get keyboard focus, and will return no, meaning that wx won't set the focus to the text ctrl. 2010-02-27 02:51:45 +00:00
palmos Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
png Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
propgrid Must clear property selection in wxPGProperty::SetChoices() or risk a crash 2010-02-26 15:45:30 +00:00
regex avoiding double define warning 2010-01-18 08:52:46 +00:00
ribbon Rewrote wxRibbonPage realisation and layout code to avoid setting the position and size of panels multiple times. 2009-12-09 18:48:41 +00:00
richtext Don't select all if there is nothing to select. 2010-02-03 11:43:08 +00:00
stc Use GraphicsContext (if available) for drawing in SurfaceImpl::AlphaRectangle. Fixes #10542. 2010-01-10 00:40:49 +00:00
tiff Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
univ Override DrawLabel() to avoid crossing out disabled labels in mono theme. 2009-09-22 00:23:09 +00:00
unix avoiding string conversions on 1st param of wxStat, as the latter is having a param of wxString now always and does the conversion internally 2009-12-09 07:38:22 +00:00
wxWindows.xcodeproj updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
x11 Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
xml fixed wxXmlDocument::Save() to interpret the indentstep argument correctly 2009-10-04 21:19:40 +00:00
xrc Make it possible to subclass wxMenuBar in XRC (patch #11679). 2010-02-11 12:48:29 +00:00
zlib
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc