]> git.saurik.com Git - wxWidgets.git/history - src/common
wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.
[wxWidgets.git] / src / common /
2004-04-11  Václav Slavíkdon't use strcpy to copy between overlapping strings...
2004-04-11  Václav Slavíkstream classes docs and code fixes (part of patch 924438)
2004-04-11  Václav Slavíkimprovements to zlib streams (patch 929416):
2004-04-11  Vadim Zeitlinadded GetEncodingFromName(); documented it and rearrang...
2004-04-11  Václav Slavíkfixed wxMBConv::cMB2WC and cWC2MB to check for conversi...
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-04-09  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin Dunnuse wxBU_EXACTFIT for the small buttons
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-07  Robin DunnUse the size value passed to the ctor to set the window...
2004-04-07  Robin DunnAdded wxFIXED_SIZE.
2004-04-06  Dimitri Schoolwerthapplied patch #928786: "Fix memory leak produced by...
2004-04-06  Dimitri Schoolwerthapplied patch #926140: "warning cleaning"
2004-04-04  Vadim Zeitlindo take the toolbar into account for Windows CE, otherw...
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-04-04  Vadim Zeitlininclude just wrapwin.h and not the entire msw/private.h
2004-04-04  Vadim Zeitlinbsearch() is now available under CE, use it
2004-04-04  Vadim Zeitlindefine BI_RLE4/8 if not defined as well
2004-04-04  Vadim Zeitlininclude wx/msw/wrapwin.h instead of entire private...
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-01  Vadim Zeitlinremoved (well, kept empty shell to avoid breaking exist...
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlindon't inherit font from the parent by default
2004-03-30  David ElliottwxMenuBase changes:
2004-03-29  Václav Slavíkapplied patch 923858 (fixes crash in zlib streams)
2004-03-29  Robert Roebling Applied patches.
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-28  Václav Slavíkreverted previous commit, it broke URLs parsing
2004-03-28  Julian SmartCorrected wxFileSystemHandler::GetRightLocation for...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-27  Stefan Csomorproper theme fonts
2004-03-27  Stefan Csomormake construct simpler
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-27  Stefan Csomorunicode support
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-24  Robin Dunncopare lower case
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-20  Vadim Zeitlincompilation fix for the last wxSprintf() change
2004-03-19  Vadim Zeitlinfixed wxSnprintf() for Unicode build
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-03-18  Stefan Csomorcorrected delete operator for array
2004-03-17  Václav Slavíkwe need to output \r\n on MSW
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2004-03-17  Václav Slavíkdon't add \n, it's supposed to be part of the input
2004-03-16  Vadim Zeitlinreally fixed calling isspace() for non-ASCII characters
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-03-15  Robert Roebling New menu code.
2004-03-13  Vadim Zeitlinfixed debug assert in VC 7.1 CRT due to calling isalnum...
2004-03-07  Stefan Csomorfix for always terminating intermediate UniChar String...
2004-03-07  Stefan Csomorbyte length for interim UniChar String corrected
2004-03-07  Stefan Csomorheader includes for mac corrected
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-03-03  Stefan Csomoradded conversions via UniChar for wchar = 4 bytes versions
2004-03-03  Robin DunnFix for [ 907679 ] segfault on SetSizerAndFit after...
2004-03-02  Robin DunnTrim trailing spaces from key names when parsing
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2004-02-28  Václav Slavíkreverted rev 1.26, workarounds for memchecking code...
2004-02-28  Stefan NeisCompilation fix for OS/2 specific "Innotek gcc" port.
2004-02-26  Václav Slavíkfixed invalid memory read
2004-02-22  Robert Roebling Don't hide the last TLW immediately as this
2004-02-20  Robert Roebling Don't do toolbar and menu UI updates if
2004-02-19  Robert Roebling Don't update toolbar UI if the parent will
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-15  Vadim Zeitlinfail WC2MB conversion in wxCSConv if we can't be sure...
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling This allows white space to be in the name
2004-02-14  Dimitri SchoolwerthSimplified OS X Panther detection code.
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Stefan Csomoradded condition for DARWIN (thanks to Steve Hartwell)
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-02-10  Vadim Zeitlinpart of Ictrl -> Iscntrl change I forgot to commit...
2004-02-10  Vadim ZeitlinWin64 compilation fixes: use wxUIntPtr instead of long
2004-02-08  Julian SmartFixed Unicode breakage
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Stefan Csomorcorrections for buffers
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinreplaced ASSERT in wxEvtHandler::ProcessPendingEvents...
2004-02-07  Stefan Csomoradding textencoding for classic
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-02-05  Václav Slavíkrestored wxPluginLibrary::ms_classes handling code...
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-02  Václav Slavíkfool proof fix for gcc warnings on mac
2004-02-01  Václav Slavíkuse x.y.z version in unstable branch
2004-02-01  Václav Slavíkuse at most -O1 with BCC, it is broken and cannot corre...
2004-02-01  David ElliottAssert that m_pendingEvents is not NULL (patch #886852...
next