2012-04-02 |
Vadim Zeitlin | Correct the return type of wxPersistenceManager methods... |
tree | commitdiff |
2012-04-02 |
Vadim Zeitlin | Document pure virtual wxDropTarget methods correctly. |
tree | commitdiff |
2012-04-01 |
Vadim Zeitlin | Document wx{Single,Multi}ChoiceDialog styles in class... |
tree | commitdiff |
2012-03-31 |
Robin Dunn | Interface fixes for Phoenix |
tree | commitdiff |
2012-03-31 |
Robin Dunn | Add NUM_CUSTOM |
tree | commitdiff |
2012-03-31 |
Robin Dunn | Add wxGenericProgressDialog |
tree | commitdiff |
2012-03-30 |
Robin Dunn | Add missing dirctrl interface items for Phoenix |
tree | commitdiff |
2012-03-29 |
Robin Dunn | wxTreeCtrl interface fixes for Phoenix |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-28 |
Vadim Zeitlin | Document that wxDateTime::UNow() returns UTC time. |
tree | commitdiff |
2012-03-27 |
Robin Dunn | Add missing interface items for listctrl. |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Honour source wxDC coordinate system in wxDC::Blit... |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Make wxDC::Blit() and StretchBlit() documentation more... |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Added wxWindow::IsDescendant() helper. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Added wxTimePickerCtrl::GetTime() and SetTime(). |
tree | commitdiff |
2012-03-24 |
Vadim Zeitlin | Implement wxGraphicsContext::SetInterpolationQuality... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
tree | commitdiff |
2012-03-19 |
Vadim Zeitlin | Fix wrong wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2012-03-18 |
Julian Smart | Added a parameter to PrintBuffer and PrintFile to allow... |
tree | commitdiff |
2012-03-18 |
Julian Smart | Added wxPropertyGridManager::SetPageSplitterLeft |
tree | commitdiff |
2012-03-17 |
Robin Dunn | Make Dismiss() virtual. |
tree | commitdiff |
2012-03-15 |
Vadim Zeitlin | Improve wxListCtrl::SetItemState() documentation. |
tree | commitdiff |
2012-03-12 |
Julian Smart | Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars... |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Update the text part of combobox when changing text... |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Remove duplicate wxSYS_DCLICK_MSEC in wxSystemMetric... |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Document wxGridCellCoords class. |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Document wxBK_HITTEST_XXX values. |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Document wxHelpSearchMode enum and its values. |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Fixes to function signatures in wxDataViewCtrl document... |
tree | commitdiff |
2012-03-10 |
Vadim Zeitlin | Fix wxComboCtrl::SetHint() return type in the documenta... |
tree | commitdiff |
2012-03-10 |
Vadim Zeitlin | Explicitly document wxMessageOutputFlags. |
tree | commitdiff |
2012-03-10 |
Vadim Zeitlin | Document wxPrintQuality and wxPRINT_QUALITY_XXX constants. |
tree | commitdiff |
2012-03-10 |
Vadim Zeitlin | Fix wxDataObject::GetFormatCount() signature in the... |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Document the non-deprecated version of InsertTool,... |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Make the CreateTool factories be public so they can... |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Add wxToolBarToolBase, missing flags, etc. |
tree | commitdiff |
2012-03-09 |
Julian Smart | Added wxRIBBON_PANEL_STRETCH to allow a single panel... |
tree | commitdiff |
2012-03-08 |
Vadim Zeitlin | Added wxSplitterWindow::SetSashInvisible() and IsSashIn... |
tree | commitdiff |
2012-03-07 |
Vadim Zeitlin | Deprecate wxWindow::MakeModal(). |
tree | commitdiff |
2012-03-06 |
Vadim Zeitlin | Mention the limitations of wxDC::GetPixel() and FloodFi... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Add wxEVT_AUI_PANE_ACTIVATED event. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Take disabled windows into account in wxFindWindowAtPoi... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Add documentation of wxFileSelectorEx() and wx{Load... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Better documentation for the default parameters values. |
tree | commitdiff |
2012-03-02 |
Robin Dunn | fix missing and broken items in the datetime interface |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Add a bit of docs for the FS Handlers |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Phoenix needs to see the implementation of pure virtual... |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Add missing RemoveHandler |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Add interface declarations for stock file system handlers. |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | Document more events in wxAuiNotebookEvent documentation. |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Document more wxAuiNotebook events. |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Minor fixes to wxMessageBox() documentation. |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Use Doxygen comments for wxVisualAttributes members. |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | No changes, just remove functions bodies from interface... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Don't use _T() in the documentation. |
tree | commitdiff |
2012-02-23 |
Julian Smart | Added functionality for disabling the vertical scrollbar. |
tree | commitdiff |
2012-02-23 |
Vadim Zeitlin | Remove duplicate wxFileKind definition from documentation. |
tree | commitdiff |
2012-02-23 |
Vadim Zeitlin | No real changes, just fix spelling errors in the docume... |
tree | commitdiff |
2012-02-22 |
Vadim Zeitlin | Mention event type corresponding to EVT_CLOSE in wxFram... |
tree | commitdiff |
2012-02-22 |
Vadim Zeitlin | Fix spelling in the documentation. |
tree | commitdiff |
2012-02-21 |
Vadim Zeitlin | Correct wxWinCE port name in @onlyfor in the documentation. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Minor fixes to wxDateTime documentation. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Remove documentation of inexistent wxEvtHandler::TryThis(). |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Document wxNotificationMessage::Timeout_XXX values. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Fix typos in wxRibbonButtonBar documentation. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Minor documentation fixes to wxHelpController. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Add skeleton documentation for wxMessageDialog::ButtonL... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Fix wxRichTextBuffer::InsertParagraphsWithUndo() docume... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tag to wxToolBar::SetBitmapResource()... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tags for Unix-specific wxStandardPaths... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Add @onlyfor tag for wxSound::IsPlaying() documentation. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Fix wrong spelling of wxRegKey::HasSubkeys() in the... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Remove inexistent wxPropertySheetDialog::SetInnerSizer... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGridManager documentation with... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Synchronize wxPropertyGrid documentation with the real... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Remove wxDialog::OnSysColourChanged() documentation. |
tree | commitdiff |
2012-02-20 |
Julian Smart | Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow... |
tree | commitdiff |
2012-02-18 |
Stefan Neis | Fixed spelling errors, fixes #14021. |
tree | commitdiff |
2012-02-18 |
Julian Smart | Removed OnSelect |
tree | commitdiff |
2012-02-18 |
Julian Smart | Fixed name of GetCombinedStyleForLevel |
tree | commitdiff |
2012-02-18 |
Julian Smart | Applied #14000 (wxRichTextXMLHandler interface fixes) |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Remove wrong "const" from wxPosition::operator{+,-... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Fix the name of wxPersistentTreeBookCtrl in the documen... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Remove non-existent wxPGChoices methods from the docume... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Fix typo in wxOwnerDrawnComboBox ctor documentation. |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Fix typo in wxMultiChoiceDialog::GetSelections() name... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}. |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document the default size of new wxMemoryBuffer correctly. |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Fix wxMediaCtrl::GetPlaybackRate() method name in the... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document wxConvFileName variable, not wxMBConvFile... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Explicitly document that hidden windows get wxEVT_IDLE... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document wxLogGui::DoShow{Single,Multiple}LogMessage... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Don't document wxListCtrl::SetColumnsOrder() as being... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Clean up wxListBox documentation. |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Make documentation of wxIcon::ConvertToDisabled() more... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document wxFTP::TransferMode enum in the correct scope. |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document wxGB{Position,Size}::operator!=(), remove... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Remove documentation of non-existent wxFontMapper:... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Document Mac-only wxFileName methods as being Mac-only. |
tree | commitdiff |
next |