added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / include /
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-09-07  Vadim Zeitlinchange wxCmdLineEntryDesc::short/longName type to wxStr...
2007-09-07  Vadim Zeitlinfix unused parameter warning in wxSetEnv() in release...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Vadim Zeitlinchanged wxCmdLineEntryDesc::short/longName fields type...
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
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 RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-06  Robert RoeblingAdd wxCairoLibrary (not yet built)
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-09-03  Robin Dunnmore exports
2007-09-03  Robin DunnUpdate wxStack class macro for the new wxVector
2007-09-03  Robin Dunnexport wxGetNativeFontEncoding and wxTestFontEncoding
2007-09-03  Robin Dunnfix events and eventTypes for wxPython
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-31  Robert RoeblingAdded const and virtual in various places
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-30  Vadim Zeitlinuse fallback encoding in wxConvAuto when input is not...
2007-08-30  Robert RoeblingPatch from Hartwig for wxMac implementation
2007-08-29  Robert RoeblingPatch from Bo, implements mouse hover, default sort
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-29  Robert Roeblingadd wxDataViewIconText
2007-08-28  Julian SmartCompile fix for old W32API headers
2007-08-28  Václav Slavíkadded some clarifying comments
2007-08-28  Robert RoeblingApplied patch from Bo, WIP
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-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-25  Robert Roeblingadd editing_started and _done events
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 RoeblingMinor API changes
2007-08-23  Václav SlavíkVC6 compilation fix
2007-08-22  Vadim Zeitlinadded ISO-2022-JP encoding
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íkWatcom compilation fix
2007-08-22  Václav Slavíkadded wxUSE_REGKEY checks
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
2007-08-22  Robert Roeblingminor change
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-21  Julian SmartCompile fix
2007-08-21  Julian SmartCompile fix on Mac (at least)
2007-08-21  Vadim ZeitlinFix bug with assigning a part of the string to the...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-08-21  Václav Slavík1. fixed wxVector<T> iterators to actually point to...
2007-08-21  Julian SmartApplied patch [ 1764987 ] fix localtime link error...
2007-08-21  Julian SmartApplied [ 1708971 ] Make a virtual function to enable...
2007-08-21  Václav Slavíkre-added wxVector<T>::erase(size_t) for backward compat...
2007-08-21  Julian SmartApplied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
2007-08-21  Václav Slavíkuse wxString's UTF8 methods in wxCocoa, it's slightly...
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  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-19  Robert RoeblingChange EnsureVisble() to including column parameter...
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  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert RoeblingForgot a line
2007-08-19  Robert RoeblingAdded ITEM_EXPANDED and ITEM_COLLAPSED
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-18  Kevin OllivierAdd the unified style on OS X 10.4, and default to...
2007-08-18  Julian SmartAvoid clash with control container event handlers
2007-08-18  Julian SmartCompile fix
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-16  Julian SmartAdded AdvanceSelection, ShowWindowMenu and keyboard...
2007-08-16  Julian SmartAdded missing argument
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-08-15  Vadim Zeitlininclude wx/msw/winundef.g instead of writing just a...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Václav Slavíkremoved outdated comment
2007-08-15  Vadim Zeitlinno changes, just fix typos in comments
2007-08-15  Václav SlavíkwxCocoa compilation fixes for visibility (missing DLL...
next