added wxUSE_REGKEY option
[wxWidgets.git] / include /
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinextracted MSW-specific setup.h options to their own...
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-20  David ElliottwxCocoa: Implement wxTopLevelWindow::SetDefaultItem
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-20  Vadim Zeitlinmoved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h...
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-20  David ElliottImplement wxWindow::SetCursor to invalidate Cocoa's...
2007-07-20  Vadim Zeitlinmake To/From8bit() inline for performance reasons
2007-07-19  David ElliottImplement wxCocoa wxRadioBox event.
2007-07-19  David ElliottMake wxRadioButton::SetValue(true) deselect all other...
2007-07-19  David ElliottImplement most of wxRadioBox's methods.
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-17  Václav Slavíkcompilation fix for Borland C++
2007-07-17  David ElliottPartially implement wxRadioBox for wxCocoa.
2007-07-16  Vadim Zeitlinremove file containing many obsolete defines, if anyone...
2007-07-16  Vadim Zeitlinadd wxMilliClockToLong() helper
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-16  Vadim Zeitlininclude wx/longlong.h to fix compilation with wxUSE_DAT...
2007-07-16  Václav Slavíkcompilation fix for wxStrtod and friends: non-zero...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-07-15  Vadim Zeitlincreate greyed image for wxBitmapButton in MSW automatic...
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
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 include guard
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
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 Zeitlinuse wxLongLong::ToLong() and not GetLo() to extract...
2007-07-13  Václav Slavíkmake it possible to build in ANSI build on Windows...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  David ElliottImprove static_cfref_cast so that it can be used withou...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Vadim Zeitlinremoved Insert() methods which already exist in the...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Václav Slavíkcompilation fix
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-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Vadim Zeitlindon't include wx/unix/private/timer.h from evtloop...
2007-07-10  Václav Slavíkcompilation fix for gcc<3.4
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
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  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-07-09  Vadim Zeitlinadded missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
2007-07-09  Robert RoeblingAdd compare function to wxDataViewModel
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded GCC visibility support
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  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottDon't include <CoreFoundation/CFBase.h> because it...
2007-07-07  David ElliottAdd support for wxFONTENCODING_MACKEYBOARD.
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Vadim Zeitlinuse WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
2007-07-06  Václav Slavíkadded missing wxUniChar::operator=(wxUniCharRef)
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-05  David ElliottImplement wxColour constructors to match other ports...
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-07-05  Václav Slavíkadded missing WXDLLIMPEXP_CORE
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-04  Vadim Zeitlintest whether HAVE_VSWPRINTF is defined, not whether...
2007-07-03  Václav SlavíkwxStrcoll_String compilation fixes for Dmars and Borlan...
2007-07-03  Václav Slavíkcompilation fix for windows compilers: _wrename is...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-07-02  Julian SmartReplaced tabs with spaces
2007-07-01  Benjamin Williamsin wxAuiNotebook, prevent unwanted page selection chang...
2007-07-01  Václav Slavíksilenced Watcom warning when deleting const pointer
2007-07-01  Václav Slavíkexplicitly cast m_value to the resulting type in wxUniC...
2007-06-30  Vadim Zeitlinadd wxUSE_EDITABLELISTBOX
next