replace usage of objective-c keyword 'id'
[wxWidgets.git] / src / common /
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-15  Dimitri SchoolwerthChanged behaviour of wxImageResizeQuality parameter...
2011-03-15  Dimitri SchoolwerthChanged wxImage.ResampleBox to always use a box size...
2011-03-14  Vadim ZeitlinNo changes, just clean up wxSVGFileDC code a little.
2011-03-14  Vadim ZeitlinProduce correct SVG files in all locales.
2011-03-14  Vadim ZeitlinPrint everything by default in non-interactive mode.
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-03-13  Vadim ZeitlinNo changes, just correct a wrong trailing comment in...
2011-03-05  Stefan Csomorsupport wxWindowDisabler on osx_cocoa
2011-03-05  Vadim ZeitlinDon't initialize wxGBSpan with invalid values in wxGBSi...
2011-03-01  Dimitri SchoolwerthImproved palette handling with saving PNG files.
2011-02-27  Vadim ZeitlinFix for PCH-less build in markup code.
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinDraw the underline 1 pixel higher in wxDC::DrawLabel().
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-27  Vadim ZeitlinAdd wxFont::SetSymbolicSize() and SetSymbolicSizeRelati...
2011-02-27  Vadim ZeitlinAdd wxFont::Underlined() and MakeUnderlined() methods.
2011-02-27  Vadim ZeitlinUse wxMarkupParser in wxStaticText for dealing with...
2011-02-27  Vadim ZeitlinAdd wxMarkupParser::Strip().
2011-02-27  Vadim ZeitlinAdd a class for parsing simple markup.
2011-02-26  Stefan Csomorfixing support for true children of wxStaticBox with...
2011-02-22  Vadim ZeitlinDon't duplicate INVALID_FILE_ATTRIBUTES definition.
2011-02-19  Vadim ZeitlinCorrect signed/unsigned comparison in wxGridBagSizer...
2011-02-18  Stefan Csomorfixes #12935
2011-02-17  Julian SmartFixed bug #9856: wxSizer::Replace( size_t, wxSizerItem...
2011-02-16  Paul Cornettfix GCC warning
2011-02-15  Vadim ZeitlinMake the source file non-executable.
2011-02-09  Václav SlavíkDon't eliminate text completely in Ellipsize().
2011-02-09  Václav SlavíkCalculate ellipsized width exactly.
2011-02-09  Václav SlavíkDon't shorten text too much in wxControl::Ellipsize().
2011-02-09  Václav SlavíkEllipsization can't shorten 1-character string.
2011-02-09  Václav SlavíkRemove "safety margin" from wxControl::Ellipsize().
2011-02-08  Vadim ZeitlinFix wxWrapSizer minimal size calculation.
2011-02-06  Vadim ZeitlinUse better title by default in wxDocPrintout.
2011-02-02  Dimitri SchoolwerthAdded support for reading comments from a GIF image.
2011-01-31  Václav SlavíkAccount for first removal char with wxELLIPSIZE_MIDDLE.
2011-01-31  Václav SlavíkRemove chars one-by-one with wxELLIPSIZE_MIDDLE.
2011-01-28  Jouk JansenUpdate OpenVMS makefile
2011-01-28  Dimitri SchoolwerthAllow writing a comment to each GIF frame.
2011-01-28  Dimitri SchoolwerthAdded support for writing a long comment to a GIF image.
2011-01-28  Dimitri SchoolwerthChanged the procedure for writing a comment to a GIF...
2011-01-25  Dimitri SchoolwerthFixed heap corruption when reading a corrupted RLE...
2011-01-24  Paul Cornettremove deprecated voidp, closes #12896
2011-01-24  Václav SlavíkDon't allow user to resize non-resizable columns to...
2011-01-22  Julian SmartReverted for a quiet life
2011-01-22  Julian SmartDon't pointlessly forbid calling AddGrowableRow/Col...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-20  Vadim ZeitlinFurther improve caching of locale-specific data in...
2011-01-19  Vadim ZeitlinInclude more information in assert in wxNumberFormatter.
2011-01-19  Dimitri SchoolwerthImproved detection of alpha channels in TIFF images.
2011-01-19  Dimitri SchoolwerthAdded GIF and animated GIF saving support.
2011-01-19  Vadim ZeitlinAdd wxIntegerValidator and wxFloatingPointValidator...
2011-01-19  Vadim ZeitlinUpdate cached values in wxNumberFormatter when locale...
2011-01-19  Vadim ZeitlinAdd support for long long to wxNumberFormatter.
2011-01-19  Vadim ZeitlinAdd wxNumberFormatter class helping to deal with thousa...
2011-01-19  Vadim ZeitlinAvoid collapsing the hidden root in wxTreeCtrl::Collaps...
2011-01-11  Jouk Jansenupdate OpenVMS makefile
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-08  Paul Cornettremove always-true test of unsigned >= 0
2011-01-08  Paul Cornettremove unneeded #includes
2011-01-08  Stefan Csomorremoving xti code which isn't necessary for unicode...
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2011-01-07  Stefan Csomorgcc fixes
2011-01-07  Stefan Csomorbracketing xti-only methods
2011-01-07  Stefan Csomoradding xti info
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorcorrecting merge conflict
2011-01-07  Stefan Csomoravoid type conflict with univ wxMenuInfo
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Stefan Csomorxti changes
2011-01-07  Stefan Csomorxti changes
2011-01-07  Jouk JansenUpdate OpenVMS compile support
2011-01-07  Dimitri SchoolwerthFixed saving PNG in wrong format sometimes.
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2011-01-06  Jouk JansenUpdate compile support for OpenVMS
2011-01-05  Paul Cornettmake wxMarkupEntities fully const
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2011-01-05  Dimitri SchoolwerthAllow loading 8-bit TGA images when wxUSE_PALETTE is...
2011-01-05  Dimitri SchoolwerthAlways save PNG as a true colour image instead of possi...
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Jouk JansenUpdate compile support for OpenVMS
2011-01-05  Paul Cornettset eol-style and keywords properties on new files
2011-01-04  Vadim ZeitlinCompilation fix for PNG saving code when wxUSE_PALETTE==0.
2011-01-04  Vadim ZeitlinUse wxControl instead of wxControlWithItems with wxRTTI...
2011-01-04  Vadim ZeitlinUse wxControl as wxComboBox base class for wxRTTI in...
2011-01-04  Stefan Csomorfixing rti
2011-01-04  Dimitri SchoolwerthMinor wxPNGHandler cleanup.
2011-01-04  Dimitri SchoolwerthFixed deprecated usage warnings in wxPNGHandler.
2011-01-04  Vadim ZeitlinDon't use "/*" inside a C comment.
2011-01-04  Dimitri SchoolwerthCleaned up wxGIFDecoder.
2011-01-04  Stefan Csomorremoving msw dependency in non-precomp build
2011-01-04  Stefan Csomorremoving msw dependency in non-precomp build
2011-01-04  Stefan Csomorfixing duplicate rti info
next