2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Document how the sign is omitted from wxFloatProperty... |
tree | commitdiff |
2010-12-15 |
Vadim Zeitlin | Don't pass strings not containing accelerators to Parse... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Improve wxImage handlers documentation, especially... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Don't require leading TAB in wxAcceleratorEntry::FromSt... |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Mention in wxHashSet documentation that its contents... |
tree | commitdiff |
2010-11-27 |
Vadim Zeitlin | Verify the return value of wxItemContainer::Insert... |
tree | commitdiff |
2010-11-27 |
Vadim Zeitlin | Document wxSimpleHtmlListBox inheritance from wxItemCon... |
tree | commitdiff |
2010-11-27 |
Robin Dunn | Move the Mac methods from wxAppConsole to wxApp |
tree | commitdiff |
2010-11-27 |
Robin Dunn | wxDefaultVideoMode is const |
tree | commitdiff |
2010-11-27 |
Robin Dunn | wxPlatformInfo does not derive from wxObject |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorr... |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Document some previously undocumented wxAboutDialogInfo... |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Mention status bar fields limits under pre-XP MSW systems. |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Warn that normalizing a valid path may make it invalid... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches. |
tree | commitdiff |
2010-11-23 |
Robin Dunn | Use an enum for the colour/string conversion flags |
tree | commitdiff |
2010-11-23 |
Robin Dunn | Fixed parameter names. They can't be named "short" |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize(). |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Derive wxStatusBar from wxControl and not wxWindow. |
tree | commitdiff |
2010-11-19 |
Robin Dunn | Fix some bad parameter names, add missing methods,... |
tree | commitdiff |
2010-11-18 |
Vadim Zeitlin | Improve documentation about handling C++ exceptions... |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Remove obsolete warning from wxMenuBar::GetTitle()... |
tree | commitdiff |
2010-11-15 |
Vadim Zeitlin | Fix incorrect use of word "alternative" in the document... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-11 |
Robin Dunn | No docs yet, just the bare interace so we can get XML... |
tree | commitdiff |
2010-11-11 |
Robin Dunn | Fix a parameter type and add some missing const keywords |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxUSE_DC_CACHEING spelling in the documentation. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Correct wxID_SEPARATOR description in menu documentation. |
tree | commitdiff |
2010-11-08 |
Vadim Zeitlin | Document wxRenameFile() behaviour when destination... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Update and reorganize XRC overview to make it more... |
tree | commitdiff |
2010-11-07 |
Peter Cawley | Add support for toggle buttons to wxRibbonButtonBar. |
tree | commitdiff |
2010-11-06 |
Peter Cawley | Improve behaviour of scrolling through a ribbon gallery. |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Correct a trivial typo in wxLog documentation. |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Add wxAuiPaneInfo::IsDockable(). |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-11-02 |
Robin Dunn | Fix return types on wxRect::Inflate and Deflate |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Document wxMessageQueueError. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
tree | commitdiff |
2010-10-26 |
Vadim Zeitlin | Better document wxAutomationObject::GetDispatchPtr... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Mention that resource forks are deprecated under Mac... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix typo in wxFILTER_NUMERIC documentation. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Correct wxDialog::SetAffirmativeId() documentation. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Document that wxProcess::GetOutputStream() can't be... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Restore the note about auto-repeat in key events docume... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-21 |
Vadim Zeitlin | Document the meaning of wxToolBar tool id more clearly. |
tree | commitdiff |
2010-10-20 |
Peter Cawley | Improve support for ribbon panel sizers: panels with... |
tree | commitdiff |
2010-10-18 |
Vadim Zeitlin | Add missing "static" to wxSystemOptions::SetOption... |
tree | commitdiff |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
tree | commitdiff |
2010-10-05 |
Julian Smart | Added a flag suppressing node content conversion when... |
tree | commitdiff |
2010-10-03 |
Vadim Zeitlin | Update CRT environment in wxSetEnv() for MinGW too. |
tree | commitdiff |
2010-10-01 |
Vadim Zeitlin | Add non-vararg wxFileTypeInfo ctor and various setters. |
tree | commitdiff |
2010-10-01 |
Vadim Zeitlin | Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | Add default value for GetPopupMenuSelectionFromUser... |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event. |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Document wxSpinDoubleEvent class. |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Fix typo in wxStandardPathsBase::ResourceCat descriptio... |
tree | commitdiff |
2010-09-26 |
Vadim Zeitlin | Make wxDateTime::Tm::yday public and document it. |
tree | commitdiff |
2010-09-24 |
Jaakko Salli | Have wxPropertyGrid inherit from wxControl and wxScroll... |
tree | commitdiff |
2010-09-22 |
Steve Lamerton | Send generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN... |
tree | commitdiff |
2010-09-15 |
Vadim Zeitlin | Document limitations of the generic wxTextEntry hints. |
tree | commitdiff |
2010-09-13 |
Robert Roebling | Document wxDataViewListModel as common abstract base... |
tree | commitdiff |
2010-09-12 |
Vadim Zeitlin | Update wxRibbonPanel documentation to mention use of... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
tree | commitdiff |
2010-09-11 |
Vadim Zeitlin | Add WXK_NONE symbolic constant indicating absence of... |
tree | commitdiff |
2010-09-10 |
Vadim Zeitlin | Block in wxMSW wxProgressDialog::Update(max) until... |
tree | commitdiff |
2010-09-09 |
Vadim Zeitlin | Very minor fixes to wxKill() documentation. |
tree | commitdiff |
2010-09-04 |
Vadim Zeitlin | Add a link to Microsoft guidelines from wxICON_QUESTION... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Add wxGrid::RefreshAttr() method to force attribute... |
tree | commitdiff |
2010-08-30 |
Vadim Zeitlin | Extract CreateSeparatedSizer() from wxDialog::CreateSep... |
tree | commitdiff |
2010-08-26 |
Jaakko Salli | Changed wxArrayStringProperty default delimiter to... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Document that wxFD_FILE_MUST_EXIST is implied under... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge the new GUI tests from SOC2010_GUI_TEST branch. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Don't send event from wxMSW::wxListCtrl::DeleteAllItems... |
tree | commitdiff |
2010-08-20 |
Vadim Zeitlin | Mention that not all standard IDs are stock IDs. |
tree | commitdiff |
2010-08-19 |
Robert Roebling | Link to wxRichMessageDialog in some places |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Add wxRichMessageDialog class. |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
tree | commitdiff |
2010-08-18 |
Robert Roebling | Document recetnyl added name parameter in wxDataViewCtrl |
tree | commitdiff |
2010-08-18 |
Robert Roebling | Mention that you cannot call wxRadioButton::SetValue... |
tree | commitdiff |
2010-08-17 |
Vadim Zeitlin | Provide native wxHyperlinkCtrl implementation for wxMSW. |
tree | commitdiff |
next |