don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
[wxWidgets.git] / docs /
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-08  Julian SmartSmall typo fix
2007-06-07  Chris Elliottmissing closing bracket broke tex2rtf
2007-06-04  Vadim Zeitlinfix typo in Selecting() description (bug 1726270)
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-03  Vadim Zeitlincorrected wrong change description: raw RGB support...
2007-06-03  Vadim Zeitlinadded raw RGB support and colour normalization to PNM...
2007-06-03  Julian SmartTypo fix
2007-06-02  Vadim Zeitlinthe same event handler class, not object, can be used...
2007-06-02  Vadim Zeitlinupported changes from 2.8.5 (at the very least this...
2007-06-02  Vadim Zeitlinenable non-top tabs workaround for Vista too (replaces...
2007-06-02  Vadim Zeitlinadded msw.font.no-proof-quality system option as it...
2007-05-28  Robert Roebling Doc update.
2007-05-28  Robert Roebling Implemented dataview_model notification event to...
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-26  Vadim ZeitlinGetMenuCount() returns size_t, not int
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlins/wxStaticIcon/wxStaticBitmap/g (bug 1724527)
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-19  Robert Roebling Implemented dropdown items in wxToolBar for wxGTK.
2007-05-19  Vadim Zeitlindocument wxLaunchDefaultBrowser() scheme handling
2007-05-18  Vadim ZeitlinLaTeX syntax and links corrections
2007-05-16  Stefan NeisMinor cleanup ( _ -> \_ ).
2007-05-15  Václav Slavíkmake it posible to change the compiler part of objects...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-12  Vadim Zeitlinanother patch bring the docs more up to date (patch...
2007-05-12  Vadim Zeitlinremove gettext docs, they have nothing to do in our...
2007-05-12  Vadim Zeitlinmention drop down toolbar buttons
2007-05-12  Stefan NeisFixed typo.
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinapply the table bg colour between the cells too (patch...
2007-05-11  Vadim Zeitlinfix wxComboCtrl colours under Windows Vista (patch...
2007-05-11  Vadim Zeitlinupdate the samples/platforms which were unchanged since...
2007-05-11  Vadim Zeitlinfix compilation
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-06  Mart RaudseppFix "depreciated" to "deprecated".
2007-05-05  Václav Slavíkadded wxString::FromUTF8/ToUTF8/utf8_str()
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-02  Václav Slavíkadded convenience functions wxString::To/From8BitData...
2007-05-02  Julian SmartCorrected swapped descriptions
2007-05-02  Julian SmartCorrected swapped descriptions
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Vadim Zeitlinclarified alpha support status (bug 1710013)
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-27  Vadim Zeitlinno changes, just fix a typo
2007-04-26  Chris Elliottadd Borland Developer Studio and Turbo Explorer info
2007-04-26  Chris Elliottremovd as recommended in article.gmane.org/gmane.comp...
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-25  Robert Roebling Added mini docs for wxChoicebook
2007-04-25  Robert Roebling Added mini docs to wxListbook
2007-04-25  Robert Roebling Typo.
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-24  Robert Roebling Mention that wxBookCtrlBase derived controls do derive
2007-04-24  Robert Roebling Updated docs.
2007-04-23  Robert Roebling Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHEC...
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
2007-04-22  Vadim Zeitlinupdated SetFont() documentation: it returns bool, not...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-21  Vadim Zeitlinallow having children of status bar in XRC (patch 1704125)
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
2007-04-20  Vadim Zeitlinremoved extra membersections (patch 1702329)
2007-04-18  Robert Roebling Escape slashes.
2007-04-18  Robert Roebling Doc correction.
2007-04-17  Robert Roebling Updated wxDataViewCtrl docs.
2007-04-16  Václav Slavíkadded wxMBConv argument to char_str()
2007-04-16  Vadim Zeitlinmore native look for wxCheckListBox (especially under...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Vadim Zeitlineven controls with transparent background should draw...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-04-13  Vadim Zeitlinremoved documentation for wxStartTimer() and wxGetElaps...
2007-04-13  Vadim Zeitlinclarifications to the ctor documentation
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Vadim Zeitlinadd GetOwner() documentation
2007-04-10  Robert Roebling Document wxWindow::Navigate() instead of generation
2007-04-09  Vadim Zeitlinmake Enter/Return activate the default button (second...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-09  Vadim Zeitlinescape &
2007-04-09  Vadim Zeitlinfix --with-opengl formatting
2007-04-09  Vadim Zeitlinreplaced deprecated wxMULTIPLE with wxFD_MULTIPLE
next