]> git.saurik.com Git - wxWidgets.git/history - src/common
Be more paranoid about parent window possibly being NULL (partly fixes #11115).
[wxWidgets.git] / src / common /
2009-09-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
2009-09-12  Vadim ZeitlinAdd convenient wxMBConv::cMB2WC/WC2MB overloads taking...
2009-09-12  Vadim ZeitlinUse wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-09-11  Julian SmartFixed a bug on Mac whereby popup window disappeared...
2009-09-09  Jaakko SalliVarious improvements to wxComboCtrl's text ctrl left...
2009-09-08  Vadim ZeitlinFix wxLog compilation with wxUSE_THREADS==0.
2009-09-07  Vadim ZeitlinFix bug with parsing concatenated switches in wxCmdLine...
2009-09-07  Jouk Jansenremoved superfluous ;
2009-09-06  Vadim ZeitlinTake time into account in wxDateTime <-> SYSTEMTIME...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-04  Vadim ZeitlinFix regression with logging messages during wxApp initi...
2009-09-03  Vadim ZeitlinTweak the default wxApp::GetAppDisplayName() logic.
2009-08-31  Vadim ZeitlinAvoid spurious uninitialized variable warning.
2009-08-30  Vadim ZeitlinCorrect wxImage::Size() again; add unit tests for it.
2009-08-30  Vadim ZeitlinAdd support for bilinear resize algorithm to wxImage.
2009-08-30  Vadim ZeitlinOutput the extracted number from wxString::ToXXX()...
2009-08-28  Vadim ZeitlinCompilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
2009-08-26  Vadim ZeitlinFix wxDocManager::GetLastDirectory() when there is...
2009-08-26  Vadim ZeitlinUse correct array size for weekday names.
2009-08-26  Vadim ZeitlinUse #pragma message and not #pragma warning for MSVC.
2009-08-24  Vadim ZeitlinAdd A0 and A1 formats to wxPaperSize enumeration.
2009-08-23  Vadim ZeitlinNever overflow the output buffer in wxBase64Decode().
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-21  Vadim ZeitlinOnly use wxLocale functions if wxUSE_INTL == 1.
2009-08-21  Vadim ZeitlinDo wait for connection in the server socket.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-19  Vadim ZeitlinFlush log events in console applications as well.
2009-08-19  Paul CornettFix loading BMPs, broken in r60852. Parenthesize shift...
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-08-17  Vadim ZeitlinForce linking of src/osx/core/sockosx.cpp.
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-08-14  Vadim ZeitlinAllow customizing wxDebugReportCompress output file.
2009-08-11  Vadim ZeitlinCreate compressed debug report file outside of temporar...
2009-08-11  Vadim ZeitlinUse the app name, not display name, as debug report...
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-08-06  Vadim ZeitlinDon't overwrite status message when restoring it if...
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Vadim ZeitlinUse wxFileInputStream if wxFFileInputStream is not...
2009-08-05  Vadim ZeitlinUse wxFile for IO if wxFFile is not available.
2009-08-03  Vadim ZeitlinImplement wxDataViewTreeStore::DeleteAllItems().
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-30  Václav SlavíkUse wxInitializer in wxEntryReal() instead of directly...
2009-07-26  Vadim ZeitlinCorrect the check for wxSTOCK_FOR_BUTTON.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinFix harmless MSVC warning.
2009-07-25  Vadim ZeitlinDon't use mnemonic for Cancel button under MSW.
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinSet all parent frame icons for print preview frame.
2009-07-24  Vadim ZeitlinFix harmless unused parameter warning.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Vadim ZeitlinHandle %e in ParseFormat().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Vadim ZeitlinInclude wx/dataobj.h from wx/clipbrd.h.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-18  Vadim ZeitlinFlush output stream in wxMessageOutputStderr::Output...
2009-07-18  Vadim ZeitlinAdd option FILE* parameter to wxMessageOutputStderr...
2009-07-18  Vadim ZeitlinDo our best to show messages logged during program...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-07-17  Vadim Zeitlinuse the currently active event loop instead of the...
2009-07-15  Vadim Zeitlinfix log target auto creation broken by recent changes
2009-07-13  Vadim ZeitlinEnsure that component levels map is initialized before...
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMake critical sections initialization really thread...
2009-07-12  Vadim ZeitlinRemoved another occurrence of previous log critical...
2009-07-12  Vadim ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-10  Vadim Zeitlinfix harmless warnings about uninitialized (not really...
2009-07-10  Stefan Csomorguarding for scrollbar use
2009-07-10  Stefan Csomorsupporting SetFont(wxNullFont), fixes #10980
2009-07-09  Vadim Zeitlinremove scope-resolution operator from wxLogError()...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Robert RoeblingReduce size of virtual list before sending out delete...
2009-07-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_8 build
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-06  Vadim Zeitlincorrect writing direction for Farsi
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-03  Vadim Zeitlinwe need to reset m_connected flag as well as setting...
2009-07-03  Vadim Zeitlindon't call wxSocketImpl::ReenableEvents() if the socket...
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Vadim Zeitlinreset m_establishing flag and last error when asynchron...
2009-07-02  Vadim Zeitlinset socket state to connected when it receives a connec...
2009-07-02  Vadim Zeitlinignore bCase parameter of wxSortedArrayString::Index...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
next