added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / common /
2008-10-29  Vadim Zeitlinadded wxDocument::AlreadySaved() and use it in OnUpdate...
2008-10-29  Vadim Zeitlinfix assert when adding an entry to an already full...
2008-10-29  Jouk JansenUpdate OpenVMS compile support (problem cairo logical)
2008-10-28  Francesco Montorsimake IsKindOf() taking a const wxClassInfo* instead...
2008-10-28  Vadim Zeitlinno real changes, just reformat before starting really...
2008-10-25  Vadim Zeitlinrename ca@valencian description to "Valencian (Southern...
2008-10-23  Vadim Zeitlinfix a couple of typos pointed out by a translator
2008-10-20  Vadim Zeitlinuse wxRegKey::QueryDefaultValue() explicitly to fix...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinavoid an unnecessary and unused (resulting in release...
2008-10-20  Vadim Zeitlinwork around Borland compilation errors
2008-10-20  Vadim Zeitlinfix virtual function hiding warnings introduced to...
2008-10-20  Vadim Zeitlinremove unused abits variable from DoLoadDib()
2008-10-17  Vadim Zeitlinsignificantly optimize wxCSConv::To/FromWChar(NULL...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-17  Paul Cornettpass window parameter to wxSystemSettings::GetMetric...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Robert RoeblingDont't finish any editing if there is no control
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-10-16  Vadim Zeitlinno changes, just removed _T()s and unnecessary wxUnused...
2008-10-14  Vadim Zeitlinfix bugs in FindFirst() (it gets URL, not filename...
2008-10-13  Vadim Zeitlinno real changes, just also rename _Read/_Write() to...
2008-10-13  Vadim ZeitlinCleanup of wxSocket::_Wait():
2008-10-12  Vadim Zeitlinno changes at all, just reformatted to use consistent...
2008-10-12  Vadim Zeitlinuse the currently active event loop for the event dispa...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-10  Vadim Zeitlindon't crash when streaming out a wxString into an std...
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-10-06  Vadim Zeitlinmade m_Hash object, not a pointer and moved hash declar...
2008-10-06  Vadim Zeitlinremoved the strange __WXMSW__ test in AddFile(bitmap...
2008-10-06  Vadim Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-10-06  Vadim Zeitlinno changes, just some minor cleanup
2008-10-03  Vadim Zeitlinfix off by one byg in ReserveId() (closes #10020)
2008-10-01  Vadim Zeitlinadd a more readable wrapper for CreateDocument(wxEmptyS...
2008-10-01  Vadim Zeitlindon't distribute negative extra space among box sizer...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-09-25  Vadim Zeitlindon't test for both stream.fail() and stream.bad()...
2008-09-25  Vadim Zeitlinspecify the file name in IO errors messages; also make...
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Kevin OllivierGet wxMediaCtrl stub impl. going for OS X Cocoa.
2008-09-24  Francesco Montorsichanged wxColourData::GetCustomColour to const; there...
2008-09-24  Vadim Zeitlinreverted r55167, see #9854
2008-09-22  Vadim Zeitlinuse factor of 10, not 100, to convert mm to cm after...
2008-09-22  Vadim Zeitlinuse inches2mm instead of literal constant in wxGetDispl...
2008-09-22  Vadim Zeitlinfix the event handling in presence of pushed event...
2008-09-22  Stefan Csomorfixing typo, thanks to Angelo Mottola
2008-09-22  Vadim Zeitlinuse ProcessEventHere() instead of ProcessEvent() in...
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2008-09-22  Vadim Zeitlinextracted the part of ProcessEvent() which is repeated...
2008-09-21  Vadim Zeitlindon't waste time sending out update UI events for separ...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-09-19  Vadim Zeitlinmake wxKeyEvent and wxMouseEvent derive from the same...
2008-09-19  Vadim Zeitlinset selection point to end in wxTextEntryBase::SetValue...
2008-09-19  Vadim Zeitlinset buffer length after reading the file contents into...
2008-09-19  Vadim Zeitlinreturn 0 (meaning the file is not seekable, as the...
2008-09-17  Vadim Zeitlinensure that the copies of the bitmap passed to wxMemory...
2008-09-14  Vadim Zeitlinadded wxFileName::GetVolumeString() (#9950)
2008-09-14  Vadim Zeitlincompilation fix after the last commit
2008-09-14  Vadim Zeitlindon't give spurious error messages if the default brows...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-09-11  Jouk JansenOpenVMS chokes on external templates
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-06  Vadim Zeitlinaccess TLS cache variable directly and not via a helper...
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-08-31  Vadim Zeitlinrename ShowCacheStats to wxStrCacheStatsDumper
2008-08-31  Vadim Zeitlincall GetCache() from a global object ctor to ensure...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-28  Vadim Zeitlinadd cache for last used position and string length...
2008-08-27  Vadim Zeitlinno changes, just match the number of opening/closing...
2008-08-27  Vadim Zeitlinuse std::sort() instead of qsort() to implement wxArray...
2008-08-26  Paul Cornettput wxIconArray back in header, it's used by wxFSVolume
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-26  Paul Cornettmove wxIconArray declaration out of header, remove...
2008-08-23  Robert RoeblingwxComboCtrlBase::Enable() does not refresh the control...
2008-08-22  Robert Roebling#9854 (AddPendingEvent - protect during wxEvtHandler...
2008-08-21  Vadim Zeitlinhonour useMask parameter in DrawBitmap() and StretchBli...
2008-08-21  Robert Roebling#9876 (GC: added sanity check to wxGraphicsPathData...
2008-08-19  Paul Cornettnon-pch build fix
2008-08-15  Vadim Zeitlincompilation fix for wxUSE_STL build after r54926 (...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-13  Václav Slavíkadd assert checking that GetCapture() and ms_winCapture...
2008-08-10  Václav Slavíkcompilation fix: wxUString uses it's own wxCharTypeBuff...
2008-08-10  Václav Slavíkadded refcounting to wxCharBuffer to fix passing of...
2008-08-09  Václav Slavíkmore strict UTF-8 validity checks, as it should be...
2008-08-08  Vadim Zeitlinundid changes accidentally committed as part of r55019
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-07  Vadim Zeitlindon't call OnCloseDocument() from OnNewDocument(),...
2008-08-07  Václav Slavíksmall wxArtProvider API improvements: added HasNativePr...
2008-08-06  Vadim Zeitlininitialize a local variable even if it doesn't really...
2008-08-06  Vadim Zeitlinreplace wxASSERT in wxFindNextFile() with wxCHECK to...
2008-08-05  Vadim Zeitlinfix an assert failure when a child TLW was created...
next