]> git.saurik.com Git - wxWidgets.git/history - src/common
added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / src / common /
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-09  Vadim Zeitlinfix gcc warnings about float/double to int conversion...
2007-09-09  Vadim Zeitlinno changes, just added a comment explaining the issues...
2007-09-09  Vadim Zeitlinreturn empty string, not NULL, from wxCStrData::AsChar...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Robert Roeblingminor corrections, made non-public API private
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingAdd wxCairoLibrary (not yet built)
2007-09-06  Václav Slavíkfixed wxString::FromAscii signature
2007-09-05  Robin DunnPass length including the null-terminator to cWC2MB
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-30  Vadim Zeitlinuse fallback encoding in wxConvAuto when input is not...
2007-08-29  Paul Cornettadd missing static
2007-08-29  Robert Roeblingadd wxDataViewIconText
2007-08-28  Václav Slavíkoptimized wxMBConvStringUTF8::ToWchar() for ASCII chara...
2007-08-26  Vadim Zeitlindon't overwrite the existing local file if we failed...
2007-08-26  Robert RoeblingMinor correction
2007-08-26  Robert RoeblingPatch from Bo for recent API changes
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadd editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert Roeblingdon't use <listimpl.cpp> (problems under Mac?
2007-08-22  Vadim Zeitlinadded ISO-2022-JP encoding
2007-08-22  Václav Slavíkreplace wxStringToIntType<T> with a macro to make Watco...
2007-08-22  Václav Slavíkcompilation fixes after introduction of wxprintf.h
2007-08-22  Julian SmartCorrected wxAccess arg
2007-08-22  Julian SmartBlind fix
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
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-21  Vadim ZeitlinFix bug with assigning a part of the string to the...
2007-08-21  Julian Smart_get_timezone not available on Pocket PC 2003
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-20  Václav Slavíkthe wxFormatString hack used in wxFileTypeInfo variadic...
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-19  Václav Slavíkcompilation fix for broken libstdc++ visibility
2007-08-19  Václav Slavíkrenamed wxImplStringBuffer to wxStringInternalBuffer
2007-08-19  Robert RoeblingAdded EXPANDING and COLLAPSING events for the user...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-18  Julian SmartDon't hang in ReadLine when there's no input left
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-15  Vadim Zeitlindon't assert when ExpandAll() is called on hidden root...
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-13  Julian SmartGetLabelTop should return the stripped label, for compa...
2007-08-11  Václav Slavíkfixed wxStringTokenizer to correctly handle wxTOKEN_RET...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  David ElliottUse wxLogStdErr in preference to wxLogGui on wxCocoa.
2007-08-08  Vadim Zeitlinremove extra space which confuses some servers (at...
2007-08-05  Francesco Montorsiadded the static function GetLabelText() to wxStaticTex...
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-08-01  Julian SmartError and warning corrections
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-28  Paul Cornettmake definitions match declarations in wxcrt.h
2007-07-28  Paul CornettFix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein...
2007-07-28  Vadim Zeitlinblind OS/2 compilation fix in wxSetWorkingDirectory()
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-27  Vadim Zeitlinadded wxTo/FromString() overloads for wxFont (1st part...
2007-07-27  Vadim Zeitlindestroy TLW children pending for deletion from ~wxTLW...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-27  Vadim Zeitlindon't use min() macro in wxQsort() which conflicts...
2007-07-27  Vadim ZeitlindeTABbed wxQsort()
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-24  Václav Slavíkoptimized wxStringTokenizer: it's now slightly faster...
2007-07-24  Vadim Zeitlinuse To/FromWChar() in single parameter wxMBConv::cMB2WC...
2007-07-24  Vadim Zeitlinuse wxMBConvStrictUTF8 instead of wxMBConvUTF8 in Conve...
2007-07-24  Vadim Zeitlinadd wxMBConvStrictUTF8 class implementing just UTF...
2007-07-24  Robert RoeblingAdded wxQsort()
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-24  Vadim Zeitlincorrected off by 1 error in cMB2WC() call (thanks valgrind)
2007-07-23  Vadim Zeitlindon't add an extra empty line to the end (fixes bug...
2007-07-23  Vadim Zeitlinremoved wxUSE_STRUTILS which was left over from the...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-21  Vadim Zeitlinadded wxTo/FromString(wxColour) (part of patch 1753875)
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-20  Paul Cornettuse the right cast to fix warning, rather than just...
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-20  Vadim Zeitlinmake To/From8bit() inline for performance reasons
2007-07-20  Vadim Zeitlinrewrite FilterInValue() using iterators, this results...
next