2013-05-06 |
Vadim Zeitlin | Add IEEE 754 single/double precision support to wxDataS... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Minor wording fixes in wxDataStream classes documentation. |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d". |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView(). |
tree | commitdiff |
2013-05-02 |
Vadim Zeitlin | Expand wxString overview and document some problems... |
tree | commitdiff |
2013-05-01 |
Vadim Zeitlin | Copy max width of wxGridCellTextEditor when cloning it. |
tree | commitdiff |
2013-04-30 |
Robin Dunn | Richtext interface fixes and additions for Phoenix |
tree | commitdiff |
2013-04-30 |
Robin Dunn | Richtext interface fixes and additions for Phoenix |
tree | commitdiff |
2013-04-30 |
Robin Dunn | Documentation tweaks for wxFontInfo |
tree | commitdiff |
2013-04-30 |
Robin Dunn | Add wxICON_AUTH_NEEDED |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-29 |
Vadim Zeitlin | Add support for wxICON_AUTH_NEEDED to wxMessageDialog. |
tree | commitdiff |
2013-04-26 |
Vadim Zeitlin | Remove "Windows only" mention from wxTE_PROCESS_ENTER... |
tree | commitdiff |
2013-04-26 |
Robin Dunn | Add wxEVT_DIRCTRL_CHANGED |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Small fixes after wxHtmlTagHandler::GetParser() addition. |
tree | commitdiff |
2013-04-24 |
Robin Dunn | Add documentation for some additional cell types so... |
tree | commitdiff |
2013-04-24 |
Robin Dunn | Add ctor for wxHtmlWinTagHandler |
tree | commitdiff |
2013-04-24 |
Robin Dunn | Add GetParser methods for the tag handlers |
tree | commitdiff |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket(). |
tree | commitdiff |
2013-04-20 |
Vadim Zeitlin | Add wxTextEntryDialog::SetMaxLength(). |
tree | commitdiff |
2013-04-19 |
Vadim Zeitlin | EVT_TREE_STATE_IMAGE_CLICK is not Windows-only any... |
tree | commitdiff |
2013-04-17 |
Vadim Zeitlin | Document lack of wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_C... |
tree | commitdiff |
2013-04-17 |
Vadim Zeitlin | Fix wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK name... |
tree | commitdiff |
2013-04-17 |
Robin Dunn | Add missing interface items for Phoenix |
tree | commitdiff |
2013-04-16 |
Vadim Zeitlin | Document that wxPoint(wxRealPoint) ctor truncates,... |
tree | commitdiff |
2013-04-10 |
Vadim Zeitlin | Added chainable wxWizardPageSimple::Chain() overload. |
tree | commitdiff |
2013-04-10 |
Robin Dunn | Cut is documented in wxTextEntry now |
tree | commitdiff |
2013-04-10 |
Robin Dunn | Add missing doc for Cut() |
tree | commitdiff |
2013-04-05 |
Vadim Zeitlin | Allow to customize wxGrid column auto-sizing. |
tree | commitdiff |
2013-04-04 |
Vadim Zeitlin | Document wxTextEntryDialog::SetTextValidator(). |
tree | commitdiff |
2013-04-03 |
Robin Dunn | Add wxRect::SetPosition |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Fix the style value in wxWizard::Create() documentation. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Fix the header to be included in wxStringTokenizer... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Document wxDateTime arithmetic operators. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Document wxDataView{List,Tree}Ctrl as only available... |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Mention the relationship of wxDocument::Activate()... |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Minor documentation corrections in wxBookCtrlBase. |
tree | commitdiff |
2013-03-29 |
Vadim Zeitlin | Added wxBookCtrlBase::FindPage(). |
tree | commitdiff |
2013-03-27 |
Vadim Zeitlin | Add wxDocManager::FindDocumentByPath() helper. |
tree | commitdiff |
2013-03-26 |
Vadim Zeitlin | Add wxDocument::Activate() method. |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Use flat generic status bar by default and add wxSB_SUNKEN. |
tree | commitdiff |
2013-03-17 |
Vadim Zeitlin | Fix minor typo in wxDV_VERT_RULES documentation. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Add GetFile() accessor to wxFileStream classes. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Return false from wxFileName::AppendDir() and InsertDir... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Remove wxLogWindow::OnFrameCreate() virtual method. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. |
tree | commitdiff |
2013-03-05 |
Robin Dunn | Minor tweaks to the preferences docs for Phoenix. |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Interpret wxRect passed to wxRichToolTip::ShowFor(... |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Make wxRect parameter of wxRichToolTip::ShowFor() const. |
tree | commitdiff |
2013-02-28 |
Julian Smart | Corrected loading of images: we need the parent size... |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxPreferencesEditor class. |
tree | commitdiff |
2013-02-27 |
Steve Lamerton | Minor change. Fix LoadURL case typo in wxWebView docs. |
tree | commitdiff |
2013-02-12 |
Robin Dunn | Fix missing or incorrect wxGrid interface items for... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Add wxIcon::CreateFromHICON() to wxMSW. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Refresh wxMSW wxStaticBitmap when its size changes. |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Allow creating wxCursor from ANI files under MSW. |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | Only impose minimal height for buttons with non-empty... |
tree | commitdiff |
2013-02-04 |
Julian Smart | Added support for sub-object virtual attributes (tempor... |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxCheckListBox::GetCheckedItems() helper. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix wxKeyEvent::GetPosition() after the changes of... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix the list markers in wxGridCellEditor::EndEdit(... |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-14 |
Julian Smart | Added Set/GetFloatingLayoutMode to switch off time... |
tree | commitdiff |
2013-01-14 |
Robin Dunn | enum wxWebViewBackend has been removed. |
tree | commitdiff |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
tree | commitdiff |
2013-01-12 |
Vadim Zeitlin | Allow hiding/showing already hidden/shown wxGrid rows... |
tree | commitdiff |
2013-01-10 |
Vadim Zeitlin | Fix a typo in wxKeyEvent::GetKeyCode() code example. |
tree | commitdiff |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago... |
tree | commitdiff |
2012-12-31 |
Vadim Zeitlin | Slight improvements to wxWebView::EnableContextMenu... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-29 |
Robin Dunn | Fix missing or broken interface items for Phoenix |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Document wxListBox and wxChoice as inheriting from... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Sort wxPAPER_XXX constants alphabetically in the docume... |
tree | commitdiff |
2012-12-22 |
Robin Dunn | Various interface fixes for Phoenix |
tree | commitdiff |
2012-12-22 |
Robin Dunn | Interface fixes for wxGrid classes |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | No changes, just improve wxScrolled::EnableScrolling... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-19 |
Robin Dunn | Add accessors for some of the data members in wxXmlReso... |
tree | commitdiff |
2012-12-08 |
Robin Dunn | typo fix |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Document wxXmlResourceHandler::GetFloat(). |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Document wxWindow::Get{Min,Max}{Width,Height}(). |
tree | commitdiff |
2012-12-01 |
Vadim Zeitlin | Miscellaneous spelling and typo fixes in the documentation. |
tree | commitdiff |
2012-12-01 |
Vadim Zeitlin | Fix premature truncation of brief descriptions in Doxyg... |
tree | commitdiff |
2012-12-01 |
Vadim Zeitlin | Fix documentation of wxGridBagSizer::Add() spacer overload. |
tree | commitdiff |
2012-11-30 |
Robin Dunn | Interface fixes for Phoenix |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor(). |
tree | commitdiff |
2012-11-27 |
Robin Dunn | More interface fixes for Phoenix |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Disable CallAfter() for MSVC 7 too, it can't compile... |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Add wxDocManager::Get{Views,Documents,Templates}Vector(). |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Add wxList::AsVector<>() helper. |
tree | commitdiff |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
next |