Don't ignore path when prompting for file in SaveAs()
[wxWidgets.git] / include /
2008-01-09  Paul Cornettavoid undefined behavior from token paste resulting...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-08  Robin DunnRemove WXDLLIMPEXP_BASE from the declaration of wxList_...
2008-01-08  Robert RoeblingAdded the conversion to unspecfied_bool to all smart...
2008-01-08  Vadim Zeitlinresolve ambiguity between 2 inherited versions of Clear...
2008-01-08  Robert RoeblingLast part from weak ref patch for event sink disconnection
2008-01-08  Vadim Zeitlinadd conversion to unspecified_bool_type to allow writin...
2008-01-08  Robert RoeblingAdded wxSharedPtr<T>
2008-01-08  Robert RoeblingUpdated wxTrackable to patch Weak references for wx...
2008-01-08  Robert RoeblingUpdated wxWeakRef<T> to patch Weak references for wx...
2008-01-07  Vadim Zeitlinadded wxNativeFontInfo() ctor from LOGFONT, this is...
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  Vadim Zeitlincheck that HWNDs are non-NULL before doing anything...
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2008-01-07  Robert RoeblingTemplatize wxScopedPtr
2008-01-07  Václav Slavíkdon't call wxString::Len() from operator==; use IsSameA...
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 Zeitlincorrect wrong last commit
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlinremoved useless inclusion of wx/datetime.h
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Vadim Zeitlinadded WX_ASSERT_MESSAGE macro to simply using CPPUNIT_A...
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 Zeitlinonly provide ptrdiff_t versions of verious operator...
2008-01-06  Vadim Zeitlinadded configure option for wxUSE_AUTOID_MANAGEMENT
2008-01-06  Vadim Zeitlinadded wxWeakRef<T> (slightly modified patch 1860953)
2008-01-06  Vadim Zeitlinuse wxFlexGridSizer for layout of the labels in the...
2008-01-06  Vadim Zeitlinadd check for wxUSE_AUTOID_MANAGEMENT being defined
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-06  Vadim Zeitlindraw the bitmap manually under Win9x and 2000 because...
2008-01-05  Vadim Zeitlinclean up wxEvtHandler::m_eventsLocker weirdness: there...
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 (remove default ctor already implemente...
2008-01-03  Vadim Zeitlinset resolution of print preview from print data (modifi...
2008-01-03  Michael WetherellAlways write end record unless one has already been...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2008-01-03  Vadim Zeitlinno changes, just updated the URL of KB article in a...
2008-01-02  Václav SlavíkUse realloc() and placement new to manage vector's...
2008-01-02  Vadim Zeitlindon't lock the gs_prevCS critical section recursively...
2008-01-02  Václav Slavíkremoved wxSTRING_TEXT() macro in favour of wxS()
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
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Julian SmartReduction of includes
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-28  Robert RoeblingFix wxX11 crash
2007-12-27  Julian SmartReturn type correction
2007-12-26  Stefan Csomorfixing exports
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-26  Stefan Csomorfixing exports
2007-12-24  Václav Slavíkcompilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC...
2007-12-24  Paul Cornettupdate mac gl, after rev 50900
2007-12-22  Robert RoeblingAdd HideCol/RowLabels
2007-12-22  Robert RoeblingAdded API for column reordering
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-22  Vadim Zeitlinreplace wxWindowDC with wxDC in generic wxOverlayImpl...
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-22  Stefan Csomorchanging to wxDC, so that wxGCDC can be used as well
2007-12-22  Stefan Csomorchanging to wxDC, so that wxGCDC can be used as well
2007-12-22  Stefan Csomorchanging to wxDC, so that wxGCDC can be used as well
2007-12-22  Stefan Csomorkeeping the constness
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Václav Slavíkskip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAI...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-12-20  Paul Cornettremove extra semicolon
2007-12-20  Paul Cornettmake access for virtuals match base
2007-12-20  Paul CornettDC headers don't need to be in gtk/private.h
2007-12-20  Vadim Zeitlinno need to reenable VC warning 4251 now as it's globall...
2007-12-20  Vadim Zeitlinmade deprecated erase() overload inline
2007-12-19  Václav Slavíkwhen a window inside scrolled window receives focus...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Václav Slavíkclarified wxRect::Contains(wxRect) comment
2007-12-18  Stefan Csomorderive wxColourBase from wxObject on msw as well
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomoradding explicit copy and assignment
2007-12-18  Stefan Csomorchanging colour derivation
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-17  Paul Cornettfactor out a whole bunch of duplicated code
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-16  Chris Elliottfix bug VC6 with returning void function
2007-12-16  Robert RoeblingAdd dataview context menu event definitions
2007-12-16  Robert Roeblingprobably fixed blit crash in X11
2007-12-15  Vadim Zeitlinundid incorrect replacement of WXDLLEXPORT with WXDLLIM...
next