don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src /
2008-01-26  Vadim Zeitlindon't fail in wxTransferStreamToFile if file size is...
2008-01-26  Vadim Zeitlindelete the event object in ProcessPendingEvents() even...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-26  Vadim Zeitlindon't append anything back in DoDeleteOneItem() if...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-25  Julian SmartCorrected image saving to HTML
2008-01-25  Julian SmartHTML output corrections
2008-01-25  Julian SmartImage objects should load and save attributes
2008-01-24  Julian SmartUpdate caret in SetInsertionPoint
2008-01-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
2008-01-24  Paul Cornettfix memory leak when wxMenu is used as a popup
2008-01-24  Julian SmartOptimization correction
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-23  Vadim Zeitlinno real changes, just use HandleWindowEvent() instead...
2008-01-23  Václav Slavíkcatch exceptions when sending menu events
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Stefan Csomorfixing 1877182
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2008-01-21  Vadim Zeitlintemporary fix for shared build linking problems after...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2008-01-21  Václav Slavíkupdated wxExecute checks in wxGTK to be same as in...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-19  Stefan NeisApplied patch #1875242 - fixing more bugs related to...
2008-01-19  Vadim Zeitlinuse bgcolor when restoring styles as this is what we...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-18  Stefan NeisFixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
2008-01-17  Václav Slavíkthe wxConvUI hack in wxMsgCatalog should only be done...
2008-01-17  Paul Cornetton HP-UX 11.11, vsscanf first parameter is not const
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Julian SmartCorrection for cursor setting when moving out of a...
2008-01-16  Robert RoeblingSort of autoresize if only 1 column is there
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-14  Václav Slavíkfixed wxXmlResource::GetText() in ANSI build to correct...
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Paul Cornettavoid GCC warning about type-punned pointer breaking...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-13  Robert RoeblingImproved wxDataViewSpinCtrlRenderer under OS X
2008-01-13  Robert RoeblingReapplied patch for drawing background of custom items
2008-01-13  Robert RoeblingwxSizer::Fit() now sets client size
2008-01-13  Robert RoeblingAlways invoke default action even if dclick is caught...
2008-01-13  Stefan CsomorI still think that's needed ...
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-12  Vadim Zeitlinfix bug introduced in wxRegion::DoUnionWithRect() in...
2008-01-12  Stefan NeisSome wxOS2 compilation fixes after wxDC changes
2008-01-12  Stefan NeisFixed compilation.
2008-01-12  Stefan NeisImplemented wxGDIObject::Create/CloneGDIRefData() for...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-12  Stefan NeisRemoved constructor already defined in header.
2008-01-12  Stefan Neisderive wxColourBase from wxObject on os2 as well
2008-01-11  Václav Slavíkfixed memory leak in wxXmlResource introduced when...
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2008-01-10  Robert RoeblingUse SetFocusIgnoringChildren()
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-10  Robert RoeblingSimplified code and applied [ 1867939 ] fixes for wxTre...
2008-01-10  Julian SmartCorrections to bitmap handling
2008-01-10  Paul Cornettdon't use the same parameter name twice, HP compiler...
2008-01-10  Paul Cornettbuild fix for !wxUSE_THREADS
2008-01-09  Julian SmartFixed GetInfo to use the current language.
2008-01-09  Julian SmartDon't ignore path when prompting for file in SaveAs()
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2008-01-08  Robert RoeblingLast part from weak ref patch for event sink disconnection
2008-01-08  Vadim Zeitlincompilation fix for !HAVE_STRPTIME case after ParseXXX...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Paul Cornettspeed up ReadWord by using more efficient separator...
2008-01-08  Vadim ZeitlinSTL build fix
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2008-01-08  Robin DunnCheck wxUSE_DATAVIEWCTRL
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Robert Roebling[ 1865141 ] wxNotebook::DeletePage can result in invali...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-07  Vadim Zeitlincompilation fix for MSVC: remove implicit wxStringImpl...
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlincompilation fix after wxDateTime::ParseFormat() changes
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Stefan NeisAllow using socket from both wxBase and wxCore (adoptin...
2008-01-06  Stefan NeisAdopted OS/2 to DC reorganisation (r50348).
2008-01-06  Vadim ZeitlinPCH-less compilation fix after last commit
2008-01-06  Vadim Zeitlinfix crash in wxExecuteModule::OnExit() (never noticed...
2008-01-06  Vadim Zeitlinsmall tweak to the close icon (patch 1674689)
next