wxWidgets.git
2008-01-08  Vadim Zeitlintest Clear() in the sample
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 Zeitlinadd conversion to unspecified_bool_type to allow writin...
2008-01-08  Vadim Zeitlincompilation fix for !HAVE_STRPTIME case after ParseXXX...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Robert Roeblingdocs
2008-01-08  Robert Roeblingmention some more changes
2008-01-08  Robert RoeblingI assume ptr_scpd.h and ptr_shrd.h should only be in...
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-08  Paul Cornettspeed up ReadWord by using more efficient separator...
2008-01-08  Paul Cornettspeed up drawing text window in UTF8 build (something...
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  Robert Roeblingdoc syntax errors
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
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 Roebling[ 1865141 ] wxNotebook::DeletePage can result in invali...
2008-01-07  Robert Roeblingtypo
2008-01-07  Robert RoeblingCommit correct docs for wxwxScopedPtr
2008-01-07  Robert RoeblingTemplatize wxScopedPtr
2008-01-07  Robert RoeblingAdded docs to wxTrackable and wxWeakRef<T>
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 Zeitlincompilation fix after wxDateTime::ParseFormat() changes
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 Zeitlinset DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non...
2008-01-06  Vadim Zeitlinadded configure option for wxUSE_AUTOID_MANAGEMENT
2008-01-06  Vadim Zeitlinfix type in --enable-ico_cur help string
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  Michael WetherellFix day names which were off by one (buildbot uses...
2008-01-06  Michael WetherellMove a couple of builds as thier usual machines are...
2008-01-06  Vadim Zeitlinadded wxWeakRef<T> (slightly modified patch 1860953)
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 check for wxUSE_AUTOID_MANAGEMENT being defined
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  Václav Slavíkdisable eVC makefiles for sockets (no CLI targets possi...
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  Václav Slavíkexplicitly request that RPM spec files have Unix line...
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-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  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 Zeitlinreorder the methods in alphabetical order (patch 1861348)
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-02  Michael WetherellMissing header.
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2008-01-01  Vadim ZeitlinCentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)
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...
next