]> git.saurik.com Git - wxWidgets.git/history - src/common
added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / common /
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
2008-06-22  Vadim Zeitlinallow creating items without parent menus (#3425)
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinremove Create{Window,Client,Paint}DC() methods without...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-16  Václav Slavíkfixed printing preview to not report errors in infinite...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-06-14  Vadim Zeitlindon't compile in wx hash code unless we really use...
2008-06-13  Robert Roebling Ticket #1032 wxVariant::operator==(wxVariant& variant...
2008-06-13  Vadim Zeitlinuse HandleWindowEvent() in Close() as it can be called...
2008-06-11  Václav Slavíkrender pages in print preview at idle time, not from...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-11  Stefan Csomorforward port of fix
2008-06-11  Stefan Csomorremoving old files
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-08  Stefan Csomorremoving unneeded code for osx
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-06  Vadim Zeitlinfixed another pointer-to-int-of-lesser-size conversion...
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-06  Vadim Zeitlinremove another unnecessary memcpy() of string contents...
2008-06-06  Vadim Zeitlinremove unnecessary memcpy() of string contents to wxStr...
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
next