]> git.saurik.com Git - wxWidgets.git/history - src
Compilation fixes for mingw-w64.
[wxWidgets.git] / src /
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  Julian SmartCast for argument to delete[] - VC6 doesn't want to...
2008-05-17  Vadim Zeitlinfix window rectangle computation in Centre(wxCENTER_ON_...
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-17  Stefan NeisFixed wxWindowOS2::Reparent.
2008-05-17  Václav Slavíkfixed error logging in TIFF image handler to output...
2008-05-17  Stefan NeisAdded missing #include.
2008-05-16  Robert RoeblingTried unsuccessfully to change individual line height
2008-05-16  Robert RoeblingCorrect vert alignment
2008-05-16  Robert Roeblingignore invisble columns in height calculation
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-05-16  Robert Roebling[ 1965257 ] wxMac implementation of wxDataViewColumn...
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-14  Stefan Csomorfixing 64-32 bit conversion warnings, no brush must...
2008-05-14  Robert Roebling[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened...
2008-05-14  Jouk JansenUpdate OpebVMS compile support
2008-05-14  Vadim Zeitlingenerate size event when the dialog is shown for consis...
2008-05-14  Vadim Zeitlindelay gripper positioning until the dialog is shown...
2008-05-13  Stefan Csomoradapting to new m_font handling in base (it's not alway...
2008-05-13  Vadim Zeitlinfix bug introduced by the last change: we could overwri...
2008-05-13  Paul Cornettfix overload ambiguity when compiler doesn't know NULL...
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 wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Paul Cornettdisconnect handler in wxTaskBarIcon dtor, should have...
2008-05-11  Paul Cornettprevent crash if panel/kicker is killed, bug 1872724
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Paul Cornettdon't change brush settings in SetBackgroundMode()...
2008-05-11  Vadim Zeitlinfix appending items to sorted control (patch 1940384)
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2008-05-11  Vadim Zeitlinassert if the window is being recreated, this indicates...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Vadim Zeitlinmake class names used for our windows unique between...
2008-05-11  Stefan NeisBlind fix for bug #1936227 (unable to set initial value...
2008-05-11  Vadim Zeitlindon't send text changed events from ctor as wxGTK doesn...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Paul Cornettdon't send paint events for exposures of the border...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Robin DunnMerge r53510 from 2.8 branch
2008-05-09  Václav Slavíkfixed wxMac compilation after ShowWithEffect() changes...
2008-05-09  Benjamin Williamsapplied patch 1908782 wxAuiMDIChildFrame not removed...
2008-05-09  Stefan Csomorreverting style of include back to user include as...
2008-05-09  Julian SmartApply previous paragraph style if pasting plain text...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlindon't call TB_GETITEMRECT with invalid tool index
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-08  Vadim Zeitlincorrect toolbar width calculation with comctl32.dll...
2008-05-08  Vadim Zeitlincompilation fix after switch to using std::string in...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
2008-05-07  Julian SmartAdded const when writing XPMs to avoid gcc warnings
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-05-06  Václav Slavíkuse const char*, not char*, for embedded XPMs to fix...
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-05-05  Václav Slavíkfixed   handling in wxHtmlWinParser, broken by...
2008-05-05  Julian SmartReverted patch 1906896 because it broke prgrammatic...
2008-05-05  Julian SmartUse fallback when passing -1 for point size (as allowed...
2008-05-04  Stefan Csomorfixing memory leaks on three levels (bug report 1905138)
2008-05-04  Václav Slavíkcheck tables width parameter for invalid values
2008-05-04  Václav Slavíkfixed incorrect handling of end iterator in HtmlizeLine...
2008-05-03  Julian SmartFixed [ 1905777 ] Defining default accelerators for...
2008-05-03  Julian SmartApplied patch [ 1906896 ] Fix for bug #1906223 and...
2008-05-03  Julian SmartMade bullet page more compact
2008-05-03  Julian SmartDon't trigger kill focus event twice
2008-05-03  Vadim Zeitlinreplaced test for inexistent wxUSE_LOCALE with the...
2008-05-03  Vadim Zeitlindon't return junk from wxHtmlTag::GetParamAsInt() if...
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-29  Stefan Csomoradding impl for Create( wxPrinterDC
2008-04-29  Robert RoeblingTried to transform wxGC like wxDC, failed
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-28  Robert RoeblingCheck for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459...
2008-04-28  Stefan Csomoradapted Julian's new speed improved version
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-27  Julian SmartBug fix for empty objects
2008-04-27  Julian SmartFurther wxRichTextCtrl performance improvements
2008-04-27  Vadim Zeitlinuse GLX_DOUBLEBUFFER if no attributes were specified...
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-26  Julian SmartFixed quotation mark input/output
2008-04-25  Robert RoeblingFix linking problem
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-24  Václav SlavíkFixed handling of transparent background in borderless...
2008-04-24  Julian SmartMade performance acceptable for editing large paragraph...
2008-04-24  Julian SmartFurther optimizations
2008-04-24  Václav Slavíkadded missing "
2008-04-23  Kevin OllivierEnsure popup menus can display sub-menus.
next