Added wxRichTextCtrl
[wxWidgets.git] / docs / changes.txt
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-17  Vadim Zeitlinfixed Fit() to call SetClientSize() and not SetSize()
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinadded and documented SetEscapeId()
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-24  Vadim Zeitlinremoved code defining NO_GCC_PRAGMA, we shouldn't need...
2005-09-20  Julian SmartDocmented IsModal change
2005-09-18  Julian SmartDocumented GTK+ ~wxWindow fix
2005-09-18  Stefan CsomorwxMac changes
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-11  Julian SmartUpdated change log
2005-09-09  Włodzimierz SkibaFixed wxListbook and wxChoicebook internal layout.
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-03  Vadim Zeitlinmade wxRegKey bugfix note more detailed
2005-08-30  Vadim Zeitlinreturn a more useful value from wxJoystick::GetProductN...
2005-08-30  Vadim Zeitlincorrected wording of last commit
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-29  Mart RaudseppRemove assert from wxNativeFontInfo::GetFamily() due...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2005-08-28  Vadim Zeitlinfixed bug in wxStreamBuffer::Read(wxStreamBuffer *...
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-08-28  Mattia Barbon Add recent wxMotif changes.
2005-08-28  Vadim Zeitlinadded wxLongLong::ToDouble()
2005-08-25  Włodzimierz SkibaRTTI and exceptions settings for WinCE are restored.
2005-08-17  Mart RaudseppSpecify that "Backward compatibility" is a topic overvi...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-16  Vadim Zeitlinadded wxStaticText::Wrap()
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-12  Julian SmartAdaptations for PDA-sized screens
2005-08-12  Julian SmartAdded support for "help" parameter (context help text).
2005-08-06  Michael WetherellAdd wxMGL and Cygwin changes to the changelog
2005-08-04  Mart Raudsepp[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI...
2005-08-03  Mart RaudseppDocument wxTextCtrl::XYToPosition, PositionToXY and...
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-29  Vadim Zeitlincompilation fix for IBM xlC (closes 1230392)
2005-07-29  Vadim Zeitlinasync playback and object lifetime remarks
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlinadded wxImage::RotateHue() and RGB <-> HSV conversions...
2005-07-28  Vadim Zeitlinmention VC8 support
2005-07-28  Vadim ZeitlinCtrl+mouse wheel changes zoom factor in print preview...
2005-07-28  Vadim ZeitlinShowFullScreen() shows the window if it was still hidde...
2005-07-28  Vadim Zeitlincorrected event type for standalone scrollbars (patch...
2005-07-28  Vadim Zeitlinadded wxZipFSHandler::Cleanup() (modified patch 1213615)
2005-07-27  Włodzimierz SkibaDefaults in wxWinCE documented.
2005-07-25  Włodzimierz SkibaTypo.
2005-07-22  Włodzimierz SkibawxOS2 with Open Watcom.
2005-07-21  Vadim Zeitlinposition of wxEVT_MOUSEWHEEL events is now in client...
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-07-14  Mart Raudsepp"Separators are now correctly shown in the toolbars...
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-06-23  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Włodzimierz SkibaPatch #1222244: Fixes for bug #1212853 with unit test.
2005-06-16  Vadim Zeitlindocumented wxScopeGuard; this class is too useful to...
2005-06-16  Julian SmartChange log update
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-02  Julian SmartAdded changes
2005-06-01  Vadim Zeitlinadded wxPLURAL() macro
2005-05-31  Vadim Zeitlinsend wxEVT_SCROLL_CHANGED when using mouse wheel as...
2005-05-31  Vadim Zeitlinadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_...
2005-05-27  Julian SmartFix wrong deletion
2005-05-27  Julian SmartRemoved ugly separators toolbars again
2005-05-25  Robin DunnWhen converting a wxIcon to a bitmap check if the icon...
2005-05-25  Julian SmartSome change logs
2005-05-21  Kevin HockAdd wxSTAY_ON_TOP for wxGTK
2005-05-18  Vadim Zeitlinsetting foreground colour for wxCheckBox now works...
2005-05-13  Włodzimierz SkibaFixed wrong positioning of marks and enumerations in...
2005-05-10  Włodzimierz SkibaDo not send event for already selected menu radio item...
2005-05-06  Julian SmartTake src x, y into account when blitting with alpha
2005-05-04  Vadim Zeitlinfixed GetLongPath(): it never used ::GetLongPath()...
2005-05-03  Julian SmartA control's text colour now reflects the system colour...
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-29  Julian SmartAdjustScrollbars can go into an infinite loop, so bail...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-25  Julian SmartFixed erroneous selection of content in comboboxes...
2005-04-21  Ryan NortonAdd wxLaunchDefaultBrowser, note wxGetKeyState change
2005-04-21  Ryan NortonAdd support for launching APPL bundles with wxExecute
2005-04-17  Julian SmartwxHelpController now wxCHMHelpController on Windows
2005-04-16  Robert Roebling Mention GTK+ fixes.
2005-04-16  Ryan NortonImplement wxMimeTypesManager on mac
2005-04-15  Michael WetherellNew syntax for --with-gtk
2005-04-13  Julian SmartwxBestHelpController now used as default on Windows
2005-04-05  Vadim Zeitlinfixed wxStaticBox::SetBackgroundColour(): this should...
2005-04-05  Vadim Zeitlinmention static box border fir under wxMSW
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
next