]> git.saurik.com Git - wxWidgets.git/history - src/common
hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / src / common /
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>
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlincorrected bug in wxMBConvStrictUTF8::FromWChar(): it...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Václav Slavíkallow periods in wxFileSystem URL anchors (patch #2265)
2008-05-31  Vadim Zeitlindon't write extraneous NUL bytes in wxMBConv_iconv...
2008-05-31  Vadim Zeitlincorrect similar off by 1 bug to the one fixed by r53869...
2008-05-31  Vadim Zeitlinfix bug with wrong return value in wxMBConv_iconv:...
2008-05-31  Vadim Zeitlinfix wxMBConv_iconv to respect the base class convention...
2008-05-31  Vadim Zeitlinswap all characters instead of just the last one in...
2008-05-31  Vadim Zeitlindon't return success when converting incomplete UTF...
2008-05-30  Vadim Zeitlinundid change of r44565: not taking hyphens into account...
2008-05-30  Vadim Zeitlinimplement wxMBConv_iconv::To/FromWChar() instead of...
2008-05-27  Vadim Zeitlinget rid of MSVC warning about possibly uninitialized...
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-27  Stefan Csomorfixing arc filling for angles > 180
2008-05-24  Chris ElliottBorland still hates ternary ?
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingwxTextCtrk::GetRange() shouldn't crash on out of range...
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-23  Robert RoeblingMove event generation in multiple selection mode to...
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-22  Robert Roebling[ wxwindows-Patches-1947680 ] wxMac: Fixes number of...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-17  Vadim Zeitlin(blind) fixes for PCH-less build after r53626
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Vadim Zeitlindon't blit more than necessary in wxBufferedDC::UnMask...
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-17  Vadim Zeitlinfix window rectangle computation in Centre(wxCENTER_ON_...
2008-05-17  Václav Slavíkfixed error logging in TIFF image handler to output...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-14  Jouk JansenUpdate OpebVMS compile support
2008-05-13  Vadim Zeitlinfix bug introduced by the last change: we could overwri...
2008-05-12  Vadim Zeitlindon't dereference end iterator
2008-05-12  Paul Cornettfix wxColourData::FromString() not restoring 16th color...
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Stefan Csomorreverting style of include back to user include as...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
next