]> git.saurik.com Git - wxWidgets.git/history - src/common
replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / common /
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Václav Slavíkmade wxConvXXX objects usable at static initialization...
2007-05-02  Václav Slavíkinclude object.h so that delete has complete type
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-28  Michael WetherellMap illegal UTF-8 sequences to a range in Unicode's...
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Václav Slavíkmore efficient implementation of ToAscii/FromAscii...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-26  Chris Elliotttested and applied http://article.gmane.org/gmane.comp...
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-24  Václav Slavíkremoved unused APPEND_STR macro
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintest that the candidate parent window isn't being delet...
2007-04-22  Vadim Zeitlinreally ensure that the window being centered is fully...
2007-04-22  Vadim Zeitlincompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-22  Vadim Zeitlindon't pass unneeded arguments to AdustForGrowables()
2007-04-22  Vadim Zeitlindon't leave pixels due to rounding errors in wxBoxSizer...
2007-04-22  Vadim ZeitlinMany changes/fixes to wxFlexGridSizer implementation...
2007-04-22  Paul Cornettfix double to int conversion warning
2007-04-22  Vadim Zeitlindon't leave gaps around hidden columns/rows in wxFlexGr...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-22  Vadim Zeitlindon't pass 0 time_t to Borland localtime(), it crashes...
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-18  Václav Slavíkfixed DLL linking of wxMessageOutput class
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation
2007-04-16  Robin DunnDon't use m_popupInterface pointer if it is still NULL
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
2007-04-15  Vadim Zeitlindon't erase background in GL canvases to reduce flicker
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-15  Václav Slavíkimplement wxString:IsXXX() methods using iterators
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-04-14  Václav SlavíkVC6 compilation fix
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2007-04-11  Václav Slavíkfixed another place where wxString was used as bool
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Stefan Csomorcorrecting include style
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't allocate m_refData unnecessarily
2007-04-07  Vadim Zeitlindon't crash when IsEmpty() is called on invalid bundle...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-07  Václav SlavíkSTL build compilation fix
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-04-06  Stefan NeisOS/2 specific compilation fix for wxCStrData handling.
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-04  Václav Slavíkbuild fixes after previous commit
2007-04-03  Václav Slavíkcleanup of wxString ctors and operator=: made both...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-01  Vadim Zeitlinfixes for PCH-less build after last commit
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-30  Václav Slavíkfixed wxDB compilation
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-30  Vadim Zeitlinclear m_oldStatusText after restoring it, otherwise...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-30  Vadim Zeitlinadded IO errors handling to TGA reading code
2007-03-30  Vadim Zeitlinfix error handling in the generic branch of wxCopyFile()
2007-03-30  Vadim Zeitlinfixed memory leaks when reading invalid GIFs
next