don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / common /
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-24  Paul Cornettremove redundant WX_CLEAR_LIST, it's done by base dtor
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-22  Stefan Csomorfixing 1877182
2008-01-22  Václav Slavíkuse xdg-open in wxLaunchDefaultBrowser() on Unix if...
2008-01-21  Vadim Zeitlintemporary fix for shared build linking problems after...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
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-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-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 RoeblingwxSizer::Fit() now sets client size
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-12  Vadim Zeitlincall OnExec() taking wxString argument from OnExecute...
2008-01-12  Stefan NeisSome wxOS2 compilation fixes after wxDC changes
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
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  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  Paul Cornettspeed up ReadWord by using more efficient separator...
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 Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Stefan NeisAdopted OS/2 to DC reorganisation (r50348).
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-06  Vadim Zeitlinadd wxDL_QUIET flag; use RawGetSymbol() instead of...
2008-01-05  Vadim Zeitlinclean up wxEvtHandler::m_eventsLocker weirdness: there...
2008-01-05  Vadim Zeitlindon't remove handlers from wxPendingEvents list, they...
2008-01-05  Vadim Zeitlinprocess one event at once in wxEvtHandler::ProcessPendi...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-05  Vadim Zeitlincompilation fix for wxUSE_DISPLAY==0
2008-01-03  Michael WetherellAlways write end record unless one has already been...
2008-01-02  Vadim Zeitlindon't call LogLastRepeatIfNeeded() from dtor, it's...
2008-01-02  Vadim Zeitlindon't lock the gs_prevCS critical section recursively...
2008-01-02  Vadim Zeitlinallow creating empty ZIP archives (patch 1861030)
2008-01-02  Vadim Zeitlinremove redundant m_buffer_size member (patch 1861348)
2008-01-02  Vadim Zeitlinadded wxS(); use it in a couple of places
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-31  Václav Slavíkuse iterator in wxTextBuffer::Translate() instead of...
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-30  Vadim Zeitlindefine wxCurrentPoppuMenu for wxUniv too
2007-12-29  Julian SmartAdded missing include
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-28  Paul CornettFix XPM decoder for images using color (1,0,0) and...
2007-12-27  Paul Cornettspeed up XPM decoding 30-40% by not creating temporary...
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Vadim Zeitlininclude wx/dcclient.h to declare wxWindowDC (blind...
2007-12-22  Robert RoeblingAdded API for column reordering
2007-12-22  Paul Cornettnon-pch build fix
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-22  Vadim Zeitlinfixes to wxImage::ResambleBox() (patch 1843902)
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-22  Stefan Csomorkeep the owning window
2007-12-22  Stefan Csomorchanging to wxDC, so that wxGCDC can be used as well
2007-12-21  Václav Slavíktoplevel window is shown on screen even if its parent...
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-12-19  Stefan Csomorfixing strange bug under OS X (null strings from within...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Stefan Csomorstarting a doc must return true in order for printprevi...
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-16  Robert RoeblingFix resizing prob
2007-12-16  Robert RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-15  Vadim Zeitlindon't modify the output variable if ToXXX() fails to...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-14  Vadim Zeitlinfixed unused parameter warning
2007-12-13  Vadim Zeitlindon't allow TAB-bing away to other TLWs
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-11  Vadim Zeitlindon't overload SizeInM{aj,in}orDir() on const/non-const...
2007-12-09  Chris Elliottanother VC6 fix; i reused inside for
2007-12-09  Robert Roeblinguse wxPopupWindow for wxCombo (doesn't work yet)
2007-12-08  Vadim Zeitlintranslate wx{File,Dir}PickerWidgetLabel
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-12-05  Stefan Csomorextending locale detection
2007-12-04  Václav SlavíkwxLaunchDefaultBrowser messages should be localized
2007-12-04  Stefan Csomorshorter code for wxMac
2007-12-04  Stefan Csomoremulate expected setlocale(0,"") behaviour
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
next