compilation fix for broken libstdc++ visibility
[wxWidgets.git] / src / common /
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...
2007-07-19  Robert RoeblingBetter sorting example and better default
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Vadim Zeitlinspeed up reading wxFileConfig from wxInputStream by...
2007-07-18  Robert RoeblingCompleted sorting in wxDataViewCtrl
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingForgot this one
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-18  Václav Slavíkuse iterators instead of c_str()
2007-07-16  Vadim Zeitlinuse wxGetLocalTimeMillis() instead of wxDateTime in...
2007-07-16  Vadim Zeitlininclude wx/dynarray.h to fix compilation with minimal...
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-15  Paul Cornettfix for monolithic build
2007-07-14  Vadim Zeitlincorrected #if check which was written as #ifdef
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Paul Cornettfix HasPendingEvents() to only return true if there...
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-07-13  Vadim Zeitlincompilation fix for DoReadBinary() in STL build
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Vadim Zeitlinuse unsigned char to avoid MSVC warnings about cast...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Vadim Zeitlinadded support for alpha channel to wxColour to/from...
2007-07-12  Vadim Zeitlinnon-PCH compilation fix after latest change
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlincleanup: indentation, line length, don't include unneed...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Vadim ZeitlinAlso added wxFFileStream::IsOk() and corrected IsOk...
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  David ElliottFix compilo due to r47267.
2007-07-09  Vadim Zeitlinuse first unused colour for the mask instead of hardcod...
2007-07-09  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-07-09  Vadim Zeitlindon't bubble up the events upwards the window hierarchy...
2007-07-09  Robert RoeblingAdd compare function to wxDataViewModel
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottRemove wxMBConv_mac and wxMBConv_macUTF8D converters...
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
next