replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / src / common /
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-15  Jouk Jansen Committing in .
2007-06-15  Václav Slavíkdon't put invalid UTF-8 data into wxString if Printf...
2007-06-13  Václav Slavíkprefer wxFFile to wxFile if both are available, for...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Václav Slavíkdon't propagate wxChildFocusEvent outside of wxTLWs
2007-06-13  Vadim Zeitlinadded wxNullPtr and use it instead of just 0 with wxFil...
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-06-12  Václav SlavíkANSI/Unix build compilation fixes
2007-06-12  Václav SlavíkPCH-less compilation fix
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-11  Václav SlavíkVC6 doesn't like 'return callToVoidFunc();' statements
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkfixed signed/unsigned comparison warning
2007-06-10  Václav SlavíkPCH-less compilation fix
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-06-07  Václav Slavíkremoved unused glob.inc file
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Václav Slavíkcompilation fix
2007-06-04  Václav Slavíkremoved unneeded wxVaCopy calls
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-06-03  Vadim Zeitlinadded raw RGB support and colour normalization to PNM...
2007-06-02  Václav Slavíkuse iterators in wxStaticText wrapping and escaping...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-06-02  Václav Slavíkimplemented wxMBConv::IsUTF8() helper for more classes...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
2007-05-30  Robert Roebling Correct new_order index in RowsReordered().
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Jouk Jansen OpenVMS build update
2007-05-28  Robert Roebling Implemented dataview_model notification event to...
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
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...
next