]> git.saurik.com Git - wxWidgets.git/history - docs
Rearrange code to make adding wxMimeTypesManagerFactory
[wxWidgets.git] / docs /
2006-03-16  Vadim Zeitlindocumented option enabling DirectDraw implementation...
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Vadim ZeitlinAlbanian translation added (Besnik Bleta)
2006-03-16  Julian SmartMobile 5 Smartphone fixes
2006-03-15  Włodzimierz SkibaDocumentation build fixes.
2006-03-15  Julian SmartAdded documentation for compiling under Windows Mobile 5
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-03-14  Mart RaudseppOnGetLineHeight and OnGetLinesHint are virtual, so...
2006-03-14  Mart RaudseppDocs: Escape underscores
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-11  Julian SmartApplied patch [ 1432449 ] wxXml API documentation
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Julian SmartTo -> From
2006-03-10  Vadim ZeitlinOnApply() calls TransferDataFromWindow(), not To
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-07  Vadim Zeitlinadded a tiny class to call Freeze/Thaw in ctor/dtor
2006-03-06  Julian SmartFixed wxGenericFileDialog to work with WinCE, so it...
2006-03-04  Vadim Zeitlinmention wxEventUpdateUI::Show() change
2006-03-02  Mart RaudseppDocs: Escape underscores
2006-02-28  Julian SmartDocumented WinCE context menu change
2006-02-28  Kevin HockMake SetLocal actually work instead of crashing immedia...
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-21  Włodzimierz SkibaFixed using list of wildcards in filter of wxDocTemplate.
2006-02-15  Robert Roebling Applied wxVScrolledWindow patch
2006-02-13  Vadim Zeitlinminor docs corrections and improvements from Andreas...
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-12  Vadim Zeitlintypo
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-12  Kevin HockNote wxSOCKET_REUSEADDR and SetLocal/Connection changes...
2006-02-12  Kevin HockDocument new SetLocal method, new capabilities for...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2006-02-11  Julian SmartApplied patch [ 1412216 ] non-themed fallback support...
2006-02-11  Julian SmartDoc corrections
2006-02-11  Vadim Zeitlinnote that SetAutoLayout() doesn't work for all windows
2006-02-10  Vadim Zeitlinadded generation of wxEVT_SCROLL_XXX (patch 1424698)
2006-02-10  Vadim Zeitlindocument GetInsertionPoint() bug under MSW (see patch...
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  Vadim ZeitlinGetFromWindow() is not MSW-only any more
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-02-10  Vadim Zeitlinadded wxRect::CentreIn()
2006-02-09  Julian SmartApplied doc patch [ 1426505 ] Failure to call wxWizard...
2006-02-09  Vadim Zeitlinundeprecated wxSizerItem::IsShown() undoing last change...
2006-02-09  Jamie GaddFix drag and drop inside static boxes.
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-09  Vadim Zeitlindocumented GetMenus(); corrected GetMaxFiles() return...
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2006-02-08  Vadim Zeitlindocumented wxToolBar dontattachtoframe tag
2006-02-08  Vadim Zeitlinadded support for <bg> tag for toolbars in XRC
2006-02-08  Vadim Zeitlinadded support disabled tag for toolbar elements in XRC
2006-02-08  Vadim Zeitlincorrected description of font parameter of GetTextExtent()
2006-02-06  Julian Smartm_border and accessors not used
2006-02-05  Julian SmartRemoved richedit from index file
2006-02-05  Mart RaudseppRemove remark on wxTLW::Maximize that it only works...
2006-02-05  Jamie GaddPut previous change under correct heading
2006-02-05  Jamie GaddMention wxDC::{Begin,End}Drawing deprecation.
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-31  Włodzimierz Skiba[ 1420190 ] Enable backspace key on smartphone
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-30  Włodzimierz SkibaTree != List
2006-01-30  Julian SmartEntry for wxToolbook.
2006-01-30  Julian SmartAdded wxToolbook class
2006-01-27  Michael WetherellLink oleacc.lib conditionally since VC++ 5 w/o PSDK...
2006-01-27  Kevin HockFixed wxSocketBase::InterruptWait on wxBase.
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-25  Jamie GaddClarify wxMessageBox usage. Fixes bug #1414535.
2006-01-25  Julian SmartUpdated change log
2006-01-25  Julian SmartAdded wxHtmlHelp change log
2006-01-24  Vadim Zeitlinfixed WX_DEFINE_SORTED_ARRAY_INT example
2006-01-23  Chris Elliottfix Borland part of bug 1158383
2006-01-22  Michael WetherellUpdate instructions to match mgl 6
2006-01-22  Mart RaudseppAdd a "see also" note for wxScrollWinEvent for wxWindow...
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-21  Michael WetherellUpdate with location of SP3 for VC++ 5.0 (Jan Jezabek)
2006-01-21  Julian SmartFixed bug [ 1361674 ] Document wxDocMDIParentFrame...
2006-01-21  Julian SmartBug [ 1355450 ] wxSplitterWindow overview shows horizon...
2006-01-21  Vadim Zeitlindocument other SetValue() overloads
2006-01-20  Michael WetherellUpdate notes on VC++ 5.0
2006-01-19  Włodzimierz SkibaCheckable items in wxToolMenuBarTool supported.
2006-01-19  Jamie GaddFixed bug #778299 - wxTE_RICH2 causes SetValue to show...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2006-01-19  Julian SmartAdded toggle event
2006-01-18  Julian SmartApplied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat
2006-01-18  Julian SmartApplied patch [ 1304191 ] support for MEMO fields
2006-01-17  Julian SmartApplied patch [ 1373007 ] Document wxPROCESS_ENTER...
2006-01-17  Julian SmartApplied patch [ 1369264 ] added note for wxListCtrl...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2006-01-13  Vadim Zeitlinfixed crash with ownerdrawn menu items accelerators...
2006-01-12  Kevin HockChange reference from GetForce to CanVeto
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-10  Jamie GaddMention statusbar painting fix.
next