replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName...
[wxWidgets.git] / docs / changes.txt
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
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-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-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-12  Vadim Zeitlinmention drop down toolbar buttons
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-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
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-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-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
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-16  Vadim Zeitlinmore native look for wxCheckListBox (especially under...
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 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-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-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-07  Vadim Zeitlinsupport accelerators for buttons too (slightly modified...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlinset string field of wxCommandEvent object generated...
2007-03-31  Vadim Zeitlinadded gtk.tlw.can-set-transparency system option (repla...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-30  Vadim Zeitlindon't handle orderly socket shutdown by the peer as...
2007-03-30  Vadim Zeitlindon't call gtk_label_set_line_wrap() from DoGetBestSize...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-23  Vadim Zeitlinmore changes from 2.8.4 added
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-09  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinfix base64 computation for strings whose length modulo...
2007-03-07  Vadim Zeitlinfix hang on startup in Unicode build if any standard...
2007-03-07  Vadim Zeitlinfixed detection of number of processors under Linux...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-07  Vadim Zeitlinreturn correct client area for at least the primary...
2007-03-05  Julian SmartUpdated change log
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-02-14  Vadim ZeitlinSlovak translation added
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-06  Włodzimierz SkibaFixed wxComboBox always sorted in all univ builds ...
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-04  Vadim Zeitlinadd accessors using wxFileName to wxFile/DirPickerCtrl...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-31  Vadim Zeitlinremoved 2.6 incompatibilities section
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Robin DunnAdd a note about wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
next