]> git.saurik.com Git - wxWidgets.git/history - src/common
Added declaration of new method (still to be implemented).
[wxWidgets.git] / src / common /
2007-05-26  Stefan Csomormac complaining about const to non-const cast
2007-05-25  Vadim Zeitlindeal correctly with having too few items in wxFlexGridS...
2007-05-25  Vadim Zeitlinfix unreachable code warning in GetUntranslatedString()
2007-05-24  Vadim Zeitlindisable clearing event tables by default, only do it...
2007-05-24  Vadim Zeitlindon't create wxEventLoop in Initialize(), it's too...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-05-24  Vadim Zeitlinuse a different indicator when binding parameters and...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-05-21  Václav Slavíkdebug messages don't need translation
2007-05-21  Vadim Zeitlinenter wxPendingEventLocker critical section in ProcessP...
2007-05-19  Robert Roebling Prepend file:// if the URI in wxLaunchDefaultBrowser()
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-18  Vadim Zeitlincall wxAppConsole::CleanUp() from the derived class...
2007-05-18  Vadim Zeitlindelete m_mainLoop on exit
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-16  Václav Slavíkanother PCH-less compilation fix
2007-05-15  Václav Slavíkcompilation fix for PCH-less build
2007-05-15  Vadim Zeitlinremoved extra semicolons added by last commit
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-15  Vadim Zeitlinremoved unused any more file (replaced by wxSelectDispa...
2007-05-15  Václav Slavíkadded explanatory comment
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Václav Slavíkfixed too restrictive assert: fonts matching is case...
2007-05-12  Vadim Zeitlinfix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR...
2007-05-12  Václav Slavíkfixed passing of strings to vararg templates in ANSI...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-11  Václav Slavíkavoid conversion to wchar_t* when getting UTF-8 value...
2007-05-11  Václav Slavíkfixed wxSVGFileDC::write() to output UTF-8 even in...
2007-05-10  Václav Slavíkfixed wxStrto(u)ll to return correct value in endptr
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-08  David ElliottProvide wxLaunchDefaultBrowser implementation for wxCocoa.
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-05-07  Vadim Zeitlinjust return the min size needed by the sizer for the...
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-06  Vadim Zeitlinfix PCH-less compilation
2007-05-05  Vadim Zeitlinextracted wxAcceleratorEntry code from menucmn.cpp...
2007-05-05  Paul Cornettbuild fix
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-05  Vadim Zeitlinfixed typo in IsBeingDeleted() test in GetParentForModa...
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
2007-05-03  Václav Slavíkfixed reverted #if condition around wxDoLogTraceWchar
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
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
next