]> git.saurik.com Git - wxWidgets.git/history - src/common
replace m_insertCallback with a virtual function, contrary to the old comments a...
[wxWidgets.git] / src / common /
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...
2008-08-05  Vadim Zeitlincorrect use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-08-03  Vadim Zeitlinreturn empty string instead of some garbage if strftime...
2008-08-03  Vadim Zeitlinmake SetValidator() symmetric with GetValidator() ...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-08-03  Vadim Zeitlinstore palette information from XPM in wxImage (#9763)
2008-08-03  Vadim Zeitlindon't keep the transparent palette colour from the...
2008-08-03  Vadim Zeitlinno real changes, just some cleanup: use wxON_BLOCK_EXIT...
2008-08-03  Vadim Zeitlinadd support for reading alpha channel from BMP images...
2008-08-02  Vadim Zeitlincompilation fix after last commit
2008-08-02  Vadim Zeitlincopy both alpha and mask in Paste() (#9658)
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-08-02  Vadim Zeitlinfix keyboard navigation in radio boxes containing hidde...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-02  Vadim Zeitlinimplement wxLaunchDefaultApplication() for MSW and...
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlininherit wx_error_mgr from jpeg_error_mgr instead of...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-08-01  Stefan Csomormoving common implementation for osx closer to unix...
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists...
2008-07-30  Vadim Zeitlinoptimize Replace() for the common case of replacing...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Václav Slavíkfixed messed up indentation
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-26  Vadim Zeitlindon't use assert dialog under wxDFB, it does more harm...
2008-07-24  Vadim Zeitlinfix index checking in GetRange()
2008-07-22  Vadim Zeitlinfix crash when reading malformed PCX images (#3836)
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-07-20  Vadim Zeitlinhandle C++ exception in EVT_{TIMER,IDLE} handlers ...
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-20  Vadim Zeitlincompilation fix for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlinalready escaped backslash shouldn't escape the followin...
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-18  Vadim Zeitlinreally correct detecting the end of UTF-7-encoded strings
2008-07-17  Vadim Zeitlinfix bug introduced in r54646: we still need to count...
2008-07-17  Vadim Zeitlinproperly detect missing data at the end of UTF-7-encode...
2008-07-17  Vadim ZeitlinCP-xxx and MS-yyy iconv identifiers actually don't...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Vadim Zeitlintest ok in the record reading loop as otherwise we...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-14  Vadim Zeitlinfix heap corruption bug: use delete[] to delete a buffe...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinmore compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON...
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed broken #if 0'd out code
2008-07-10  Robin DunnShouldAccountFor was a 2.8 only change. Use IsShown...
2008-07-10  Robin DunnIf an item is hidden, don't check it for overflows.
2008-07-09  Stefan Csomoradjusting endif comment to new #if
2008-07-09  Vadim Zeitlinsome blind compilation fixes for legacy code (#9698)
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-09  Vadim Zeitlinupdate the year in wx information dialog (#9701)
2008-07-07  Paul Cornettgtk-universal build fixes
2008-07-07  Stefan Csomormake sure mac pref files remain visible and named as...
2008-07-06  Vadim Zeitlinfix focus problems in picker controls under MSW which...
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-27  Robert RoeblingAdded mostly empty wxLaunchDefaultApplication
2008-06-26  Vadim Zeitlindon't forget to output new line in wxMessageOutputStder...
2008-06-26  Vadim Zeitlinfix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks...
2008-06-25  Julian SmartAllow an app to cut down start time by not doing unnece...
2008-06-24  Robert RoeblingNext part of tree state icon patches
next