Don't ignore path when prompting for file in SaveAs()
[wxWidgets.git] / src /
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)
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2008-01-06  Vadim Zeitlinreturn false from Dispatch() if gtk_main_quit() was...
2008-01-06  Vadim Zeitlinuse wxFlexGridSizer for layout of the labels in the...
2008-01-06  Vadim Zeitlinadd support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-06  Vadim Zeitlindon't unload libgnomevfs.so, this results in a crash...
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-06  Vadim Zeitlinfix comparison of BYTE variable with -1 after last...
2008-01-05  Vadim Zeitlinremoved extra default clause accidentally added by...
2008-01-05  Vadim Zeitlinclean up wxEvtHandler::m_eventsLocker weirdness: there...
2008-01-05  Vadim Zeitlinfix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
2008-01-05  Vadim Zeitlinmeaning of left/right keys should be inversed in RTL...
2008-01-05  Vadim Zeitlincorrect handling of positive quality values (2nd part...
2008-01-05  Vadim Zeitlinmore fixes to handling of the resolution chosen in...
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 (remove default ctor already implemente...
2008-01-05  Vadim Zeitlincompilation fix for wxUSE_DISPLAY==0
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  Paul Cornettfix for last commit: didn't work if mask was white
2008-01-03  Paul CornettFix wxCursor(wxImage&) ctor for image widths not a...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2008-01-03  Vadim Zeitlinalso scroll vertically if necessary in MoveToItem(...
2008-01-02  Julian SmartSuppressed the themed border by defining GetDefaultBorder
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  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-02  Stefan NeisBlind fix for typo in 50972.
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-31  Robin DunnEnsure AutoComp items with no type will set the item...
2007-12-31  Vadim Zeitlinensure that gsockmsw.obj is linked in, it was optimized...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-31  Václav Slavíkfixed incorrect use of wxVector<> in wxXRC
2007-12-31  Václav Slavíkuse iterator in wxTextBuffer::Translate() instead of...
2007-12-31  Mart RaudseppRemove declaration of wxScaledFontList wxHashMap, as...
2007-12-31  Paul Cornettfix leak when creating wxCURSOR_BLANK
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-30  Vadim Zeitlindefine wxCurrentPoppuMenu for wxUniv too
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Julian SmartReduction of includes
2007-12-30  Julian SmartFixed pasting inefficiency
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Julian SmartAdded missing includes
2007-12-29  Julian SmartAdded missing include
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-29  Robert RoeblingwxDataViewCtrl DnD stubs, some reformating
2007-12-28  Robert RoeblingImplement rest of MSW's wxDataViewCtrl's native column...
2007-12-28  Robert RoeblingRestore MSW's colour picker, II
2007-12-28  Robert RoeblingRestore MSW's colour picker
2007-12-28  Robert RoeblingFix wxX11 crash
2007-12-28  Robin DunnIt is possible for a scrolled window to get focus event...
2007-12-28  Paul CornettFix XPM decoder for images using color (1,0,0) and...
2007-12-27  Robert RoeblingAlso get header button height right
2007-12-27  Robert RoeblingRemove (wrong) theme border from header control
2007-12-27  Robert RoeblingFix from Hartwig
2007-12-27  Paul Cornettspeed up XPM decoding 30-40% by not creating temporary...
2007-12-26  Robert RoeblingSome reorder code for MSW's dataviewctrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-24  Paul Cornettfix setting client data
2007-12-24  Paul Cornettupdate mac gl, after rev 50900
2007-12-22  Vadim Zeitlininclude wx/dcclient.h to declare wxWindowDC (blind...
2007-12-22  Robert RoeblingCompilo
2007-12-22  Robert RoeblingAdded API for column reordering
2007-12-22  Paul Cornettnon-pch build fix
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 Zeitlinimplement wxListCtrl::ScrollList() (in report view...
2007-12-22  Vadim Zeitlinfixes to wxImage::ResambleBox() (patch 1843902)
next