]> git.saurik.com Git - wxWidgets.git/history - src/common
Compile fix of no backtrace() is present.
[wxWidgets.git] / src / common /
2006-11-27  Vadim Zeitlinavoid assert in DoGetBestSize() for an empty tree
2006-11-27  Vadim ZeitlinNUL terminate the string in UngetWriteBuf(len) (bug...
2006-11-27  Vadim Zeitlinreplaced assert in wxPrintfConvSpec::ReplaceAsteriskWit...
2006-11-27  Vadim Zeitlinensure that image data is always freed by using wxON_BL...
2006-11-26  Julian SmartDon't apply bounding box adjustment when using generic...
2006-11-26  Julian SmartAdded DnD guard
2006-11-26  Vadim Zeitlincompilation fix for BCC 5.5: use IsSameAs() instead...
2006-11-26  Robin DunnMore layout tweaks for wxComboCtrl on Mac
2006-11-25  Robin Dunnuse sizes from the HIG for the best height of the Combo...
2006-11-25  Julian SmartFix tree size calculation by using logical item position
2006-11-25  Chris Elliottfix missing int return type
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-11-25  Vadim Zeitlinmove wxIsDragResultOk out of line to avoid problems...
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-11-23  Vadim Zeitlinlimit TLW size to display size in wxSizer::Fit() instea...
2006-11-23  Vadim Zeitlinmoved some wxMimeTypeCommands methods into .cpp file...
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-19  Vadim Zeitlinno changes, just some minor modifications of comments...
2006-11-19  Vadim Zeitlinset/get validator for wxTextCtrl part of wxComboCtrl...
2006-11-19  Michael WetherellwxArchiveFSHandler switches on simulated seeking for...
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-18  Robert Roebling Restore correct behaviour of GetTimes() wrt to
2006-11-17  Robert Roebling Add forceTrueColour option to SetBestVisual().
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-16  Michael WetherellFix not recognising '/' on Windows.
2006-11-14  Benjamin Williamsrestore brush properly
2006-11-14  Benjamin Williamsanother GradientFillLinear fix
2006-11-14  Benjamin Williamsfixed gradient direction in GradientFilLinear for all...
2006-11-13  Vadim Zeitlinfix some gcc warnings due to SQLINTEGER not being long...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Vadim Zeitlinuse wxFputs(s) instead of puts(s.mb_str()) to avoid...
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-11-12  Julian SmartWine fix
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-11-10  Michael WetherellFixes for wxVsnprintf not always null terminating and...
2006-11-10  Michael WetherellFix for wxVsnprintf's %n.
2006-11-10  Michael WetherellMake the function passed to wxStringToIntType a templat...
2006-11-09  Michael WetherellWorkaround for BCC 5.5/5.5.1 _wopen bug.
2006-11-09  Vadim Zeitlindon't check whether wxUSE_MS_HTML_HELP is defined here...
2006-11-08  Vadim ZeitlinwxArrayString::Alloc() shouldn't clear the array contents
2006-11-08  Michael WetherellRestore the max printf arguments to 64.
2006-11-08  Michael WetherellGo back to using sprintf instead of swprintf, since...
2006-11-07  Michael WetherellFix for CreateTempFileName with wxFFile for Windows...
2006-11-07  Włodzimierz SkibaAdjustement to OW 1.6-rc2 state.
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan Csomortranslate the wxRegion from device to user coordinates...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-05  Vadim Zeitlinpreserve pen in DrawCheckMark() (bug 1581621)
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim ZeitlinVC8 has strftime(), even under CE
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Vadim Zeitlinrecognize CP866 (bug 1497808)
2006-11-04  Vadim Zeitlindefine wxStringListBase::EmptyList to fix link with...
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Vadim Zeitlinfixed crash due to infinite recursion in wxPopupFocusHa...
2006-11-04  Vadim Zeitlindefine arrays of chartoo as the existing ones can't...
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-11-04  Vadim Zeitlinreverted the last fix, it was just wrong, sorry, the...
2006-11-04  Vadim Zeitlinfix tree control best size calculation: account for...
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-04  Stefan Csomorallowing transformation changes even if there is no...
2006-11-04  Vadim Zeitlindon't compile in wxCheckWin32Permission() when it's...
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-03  Julian SmartRemoved a warning
2006-11-02  Julian SmartIf the GIF isn't an animation, we can ignore the animat...
2006-11-02  Jouk Jansen Committing in .
2006-11-02  Julian SmartMoved function
2006-11-02  Stefan Csomorinterpreting DrawBitmap for mono bitmaps according...
2006-11-01  Julian SmartIsDir() test is pretty useless, use DirExists
2006-11-01  Julian SmartReverted patch 1476893 pending further investigation...
2006-11-01  Robin DunnRemove comment from patch that doesn't apply anymore
2006-11-01  Robin DunnSwitch wxBufferedDC to use a wxBitmap* internally,...
2006-11-01  Michael WetherellFix setting the large file flag.
2006-10-31  Stefan NeisMaximize chances to find an existing definition for...
2006-10-31  Robert Roebling Return SetSizeHints() in wxWindow to its former
2006-10-31  Václav Slavíkcompilation fix for !wxUSE_PALETTE
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Vadim Zeitlinremoved unused Tell() call
2006-10-31  Stefan Csomorcorrect meaning of logical origin
2006-10-31  Michael WetherellFix for handling of invalid gifs, patch 1587754 Noel...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlinmore fixes to double to int conversions
2006-10-30  Vadim Zeitlinhack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEN...
2006-10-30  Vadim Zeitlinremoved unneeded ifdef from last commit
2006-10-30  Julian SmartCompile fix for Universal
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim Zeitlinreplaced wxCint() with wxRound() (which is exactly...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Robert Roebling It's too late.
2006-10-30  Robert Roebling Typo.
2006-10-30  Robert Roebling Small fix again.
2006-10-30  Włodzimierz SkibaSimplest fix received from OW community (Peter C. Chapin).
next