]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-08-26  Paul Cornettfix getting tooltip colors for GTK 2.11
2007-08-25  Robert Roeblingdocumented Collapse() and Expand()
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-25  Robert Roeblingtest editing_started and _done events
2007-08-25  Robert Roeblingimplement editing_started and _done events for GTK...
2007-08-25  Robert Roeblingadd editing_started and _done events
2007-08-25  Robert Roeblingcorrect label name
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-25  Robert RoeblingHartwig's patch for OS X implementation of wxDataViewCtrl
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert RoeblingUse const
2007-08-24  Robert RoeblingUse const
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingremove _ from labels
2007-08-24  Robert Roeblingshould use wxDataViewColumn to indicate a column
2007-08-24  Robert Roeblingdocument wxDataViewItem
2007-08-24  Robert RoeblingMake ::SetValue return a bool
2007-08-24  Robert Roeblingdon't use <listimpl.cpp> (problems under Mac?
2007-08-23  Václav SlavíkVC6 compilation fix
2007-08-22  Vadim Zeitlinadded ISO-2022-JP encoding
2007-08-22  Robert Roeblingcorrect copyright
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Václav SlavíkVC6 compilation fix for _WX_VARARG_FORMAT_STRING macro
2007-08-22  Václav Slavíkanother Watcom compilation fix
2007-08-22  Václav Slavíkreplace wxStringToIntType<T> with a macro to make Watco...
2007-08-22  Václav SlavíkWatcom compilation fix
2007-08-22  Václav Slavíkcompilation fixes after introduction of wxprintf.h
2007-08-22  Václav Slavíkuse wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
2007-08-22  Václav Slavíkcompilation fix
2007-08-22  Václav SlavíkPCH-less compilation fix
2007-08-22  Václav Slavík--enable-iniconf and --enable-regkey aren't GUI-only...
2007-08-22  Julian SmartCorrected wxAccess arg
2007-08-22  Václav Slavíkadded wxUSE_REGKEY checks
2007-08-22  Julian SmartBlind fix
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
2007-08-22  Robert Roeblingminor change
2007-08-22  Robert RoeblingDon't always sort array containing item, just upon...
2007-08-22  Václav Slavíkcompilation fix for UTF8+STL
2007-08-22  Julian SmartApplied [ 1767537 ] [wxOS2]Watcom build - filefn
2007-08-22  Václav Slavíkmade UTF-8 tables const
2007-08-22  Václav Slavíkoptimize wxStringOperationsUtf8::DecodeChar() for the...
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
2007-08-22  Václav Slavíkrewrote wxHtmlEntitiesParser::Parse() using iterators...
2007-08-22  Václav Slavíkslight optimization for wxHtmlEntitiesParser::GetEntity...
2007-08-22  Václav Slavíkfixed wxHtmlParser::SkipCommentTag() to run the initial...
2007-08-21  Julian SmartCompile fix
2007-08-21  Julian SmartCompile fix on Mac (at least)
2007-08-21  Julian SmartAvoid selecting/updating in destructor
2007-08-21  Julian SmartTest to avoid crashes in some circumstances
2007-08-21  Vadim ZeitlinFix bug with assigning a part of the string to the...
2007-08-21  Vadim Zeitlindon't limit the multiple choice dialog size to 300x200...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-08-21  Václav Slavíkmore wxVector<T> tests
2007-08-21  Václav Slavík1. fixed wxVector<T> iterators to actually point to...
2007-08-21  Julian Smart_get_timezone not available on Pocket PC 2003
2007-08-21  Francesco Montorsiremoved double docs for GetBitmapSelected and SetBitmap...
2007-08-21  Francesco Montorsifixing missing comma
2007-08-21  Francesco Montorsiremoved double docs for wxAuiNotebook::GetTabCtrlHeight
2007-08-21  Francesco Montorsiadded missing \wxheading{Members} sections
2007-08-21  Francesco Montorsiremoved empty dtor \membersections
2007-08-21  Julian SmartApplied patch [ 1776951 ] wxSizer::GetContainingWindow...
2007-08-21  Julian SmartRevised timezone fix
2007-08-21  Julian SmartAPplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS...
2007-08-21  Julian SmartApplied patch [ 1764987 ] fix localtime link error...
2007-08-21  Robert Roeblinguse live header button update when resizing, no XOR...
2007-08-21  Julian SmartApplied patch [ 1736135 ] AUI: Clicking caption ignored...
2007-08-21  Julian SmartApplied [ 1708971 ] Make a virtual function to enable...
2007-08-21  Václav Slavíkadded test for wxVector<T> iterators (fails miserably)
2007-08-21  Václav Slavíkre-added wxVector<T>::erase(size_t) for backward compat...
2007-08-21  Robert RoeblingRemove redundant line
2007-08-21  Julian SmartApplied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
2007-08-21  Robert RoeblingRemoved gaps between header buttons and the strange...
2007-08-21  Václav Slavíkuse wxString's UTF8 methods in wxCocoa, it's slightly...
2007-08-21  Julian SmartApplied patch [ 1701723 ] wxAUI: Added event for double...
2007-08-21  Julian SmartApplied patch [ 1678412 ] handling non-existent panes...
2007-08-21  Julian SmartRemoved unnecessary code
2007-08-21  Julian SmartApplied patch [ 1675084 ] wxAUI - Added events to be...
2007-08-21  Julian SmartFixed [ 1645203 ] Problem with resizing floating panes
2007-08-21  Julian SmartApplied patch [ 1768229 ] auibook.cpp: Fix undefined...
2007-08-21  Julian SmartFixed wxTabFrame leak by deleting all pages in the...
2007-08-21  Julian SmartApplied patch [ 1777700 ] call Reparent() from wxAuiNot...
2007-08-20  Kevin OllivierFix for wxMemoryDC::GetAsBitmap() not working on Windows.
2007-08-20  Václav Slavíkthe wxFormatString hack used in wxFileTypeInfo variadic...
2007-08-20  Robert RoeblingRemoved.
2007-08-20  Robert RoeblingUpdated docs
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-20  Robert RoeblingMake wxDataViewItemArray more efficient
2007-08-20  Robert RoeblingAdded STL API to wxList docs
next