2012-01-15 |
Steve Lamerton | Add wxActiveXContainer::QueryClientSiteInterface to... |
tree | commitdiff |
2012-01-15 |
Julian Smart | Added min and max size to box attributes; made property... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove wxMGL port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Fix variable name in wxFTP example in the documentation. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Document wxFileCtrl as being in the core library, not... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2012-01-14 |
Václav Slavík | Make column width calculations in wxDataViewCtrl and... |
tree | commitdiff |
2012-01-12 |
Vadim Zeitlin | Correct wxDropSource constructors documentation. |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Added wxAbort() which can also be used under Windows CE. |
tree | commitdiff |
2012-01-09 |
Julian Smart | Improved layout, in particular passed a container size... |
tree | commitdiff |
2012-01-09 |
Dimitri Schoolwerth | no code changes, fixed some typos |
tree | commitdiff |
2012-01-08 |
Vadim Zeitlin | Enhance wxRibbonToolBar functionality to wxRibbonButton... |
tree | commitdiff |
2012-01-08 |
Vadim Zeitlin | Add wxTopLevelWindow::SetRepresentedFilename(). |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColu... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add convenient wxListCtrl::AppendColumn() wrapper. |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Set Z-position correctly for wxEVT_JOY_ZMOVE events. |
tree | commitdiff |
2012-01-05 |
Julian Smart | Removed compilation ambiguity between different forms... |
tree | commitdiff |
2012-01-04 |
Julian Smart | Implement missing wxTextBoxAttr::IsDefault function |
tree | commitdiff |
2012-01-03 |
Vadim Zeitlin | Fix wxEncodingConverter::Convert(wchar_t) documentation. |
tree | commitdiff |
2012-01-03 |
Julian Smart | Applied #13819: wxRTC drag and drop, by dghart, with... |
tree | commitdiff |
2012-01-03 |
Stefan Csomor | fixes #13695 |
tree | commitdiff |
2012-01-03 |
Vadim Zeitlin | Improve links in wxAuiManager flags documentation. |
tree | commitdiff |
2012-01-03 |
Vadim Zeitlin | Document wxIMAGE_OPTION_CUR_HOTSPOT_[XY] in wxCursor... |
tree | commitdiff |
2012-01-03 |
Vadim Zeitlin | Correct documentation of supported cursor sizes under... |
tree | commitdiff |
2012-01-02 |
Julian Smart | Added a box style definition name to the box attribute. |
tree | commitdiff |
2011-12-30 |
Julian Smart | Split up the context menu functionality to make it... |
tree | commitdiff |
2011-12-30 |
Václav Slavík | Implement wxDataViewModel::IsEnabled() support in gener... |
tree | commitdiff |
2011-12-30 |
Robin Dunn | Interface fixes and tweaks for Phoenix |
tree | commitdiff |
2011-12-29 |
Vadim Zeitlin | Document wxAuiManager styles and flags. |
tree | commitdiff |
2011-12-29 |
Vadim Zeitlin | Add wxRibbonButtonBar::InsertXXXButton() methods. |
tree | commitdiff |
2011-12-29 |
Vadim Zeitlin | Mention wxEVT_COMMAND_TOGGLEBUTTON_CLICKED explicitly... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
tree | commitdiff |
2011-12-25 |
Vadim Zeitlin | Added a warning about multi-cells in wxGrid::DeleteRows... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Fix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in docum... |
tree | commitdiff |
2011-12-22 |
Vadim Zeitlin | Add wxLogFormatter to allow easier wxLog output customi... |
tree | commitdiff |
2011-12-22 |
Robin Dunn | Interface fixes for Phoenix |
tree | commitdiff |
2011-12-21 |
Vadim Zeitlin | Document wxListCtrl::InReportView() and IsVirtual(). |
tree | commitdiff |
2011-12-21 |
Vadim Zeitlin | Ignore extra modify events after rename in wxFileSystem... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
tree | commitdiff |
2011-12-19 |
Robin Dunn | Interface tweaks and fixes for Phoenix |
tree | commitdiff |
2011-12-19 |
Bryan Petty | Added missing semi-colon in versioninfo.h interface... |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Add possibility to set item background in generic wxDat... |
tree | commitdiff |
2011-12-18 |
Vadim Zeitlin | Added wxFilePickerCtrl::SetInitialDirectory(). |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Corrected the name of EVT_WEB_VIEW_ERROR event table... |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | No changes, just fix typo in an example in webview... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Document that setting colours for native controls might... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-10 |
Vadim Zeitlin | Document wxFileConfig ctor. |
tree | commitdiff |
2011-12-10 |
Robin Dunn | Use default values for some parameters of wxSizerItem... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Explicitly document wxEXEC_XXX flags. |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Document that wxEraseEvent::GetDC() never returns NULL. |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Correct the name of EVT_DATAVIEW_ITEM_START_EDITING... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Add documentation of emitted events to wxScrolled docum... |
tree | commitdiff |
2011-12-03 |
Vadim Zeitlin | Fix bug with wxStopWatch::Start() not resuming paused... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Link to wxGridCellFloatFormat when it's mentioned in... |
tree | commitdiff |
2011-12-02 |
Robin Dunn | Removed const from a couple methods that are not const... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Document more wxCommandProcessor methods. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just move time functions from wx/stopwatch... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Extracted private GetTimeZone() to public wxGetTimeZone... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxStopWatch::TimeInMicro() for better precision... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Use ::QueryPerformanceCounter() for wxStopWatch impleme... |
tree | commitdiff |
2011-11-25 |
Paul Cornett | IsNull --> IsEmpty |
tree | commitdiff |
2011-11-24 |
Robin Dunn | OnSysRead is pure virtual |
tree | commitdiff |
2011-11-24 |
Robin Dunn | The wxStreamProtocolType enum is multiply defined,... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Added convenient wxCmdLineParser::AddLong{Option,Switch... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
tree | commitdiff |
2011-11-22 |
Stefan Csomor | fixes #13684 |
tree | commitdiff |
2011-11-17 |
Robin Dunn | fix missing and broken interface items for Phoenix |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Add arg default values for the Create method |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Replace wxT() with wxS() in image options definitions. |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
tree | commitdiff |
2011-11-08 |
Steve Lamerton | Update wxHtmlWindow documentation to refer to wxWebView. |
tree | commitdiff |
2011-11-05 |
Francesco Montorsi | Move detailed documentation to the top, leaving styles... |
tree | commitdiff |
2011-11-05 |
Francesco Montorsi | fix some simple Doxygen warning |
tree | commitdiff |
2011-11-05 |
Francesco Montorsi | better links to the stock item ID list |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-11-05 |
Francesco Montorsi | document wxLogGeneric() function |
tree | commitdiff |
2011-11-05 |
Francesco Montorsi | document wxConfigPathChanger helper class |
tree | commitdiff |
2011-11-04 |
Robin Dunn | Add wxAnyButton so the shared class hierarchy of wxButt... |
tree | commitdiff |
2011-11-04 |
Robin Dunn | Fix missing and broken interface items for Phoenix |
tree | commitdiff |
2011-11-02 |
Robin Dunn | Fix missing or broken interface items for Phoenix |
tree | commitdiff |
2011-11-02 |
Robin Dunn | Fix missing or broken interface items for Phoenix |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Correct wxFileName::SetPath() documentation. |
tree | commitdiff |
2011-10-31 |
Julian Smart | Fixed #13535: wxRichTextCtrl: Incorrectly documented... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-29 |
Robin Dunn | Add missing interface items for Phoenix |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
next |