2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-06-19 |
Vadim Zeitlin | Work around Doxygen crash due to using @since inside... |
tree | commitdiff |
2010-06-18 |
Jaakko Salli | Made wxAny::IsNull() doc string a bit clearer |
tree | commitdiff |
2010-06-18 |
Jaakko Salli | Added wxAny::HasSameType() |
tree | commitdiff |
2010-06-18 |
Jaakko Salli | Use placement new when storing value in wxAnyValueBuffe... |
tree | commitdiff |
2010-06-17 |
Vadim Zeitlin | Allow specifying non default port for wxFTP connections. |
tree | commitdiff |
2010-06-17 |
Václav Slavík | Document that wxTextEntry was added in 2.9.0. |
tree | commitdiff |
2010-06-16 |
Václav Slavík | Add wxTranslations::GetAvailableTranslations(). |
tree | commitdiff |
2010-06-14 |
Jaakko Salli | Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>. |
tree | commitdiff |
2010-06-13 |
Francesco Montorsi | moved non-interactive tests for wxDynamicLibrary, wxGet... |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Added wxComboCtrl::SetTextCtrlStyle() |
tree | commitdiff |
2010-06-13 |
Jaakko Salli | Documented pythonic iterators |
tree | commitdiff |
2010-06-12 |
Jaakko Salli | Added wxPropertyGrid::DedicateKey(), which prevents... |
tree | commitdiff |
2010-06-09 |
Jaakko Salli | wxAny CheckType() member functions are now const |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Increase interoperability between wxPoint and wxRealPoi... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
tree | commitdiff |
2010-06-06 |
Francesco Montorsi | get rid of wxMimeTypesManager::ReadMailcap and wxMimeTy... |
tree | commitdiff |
2010-06-06 |
Francesco Montorsi | document wxTransparentColour global instance |
tree | commitdiff |
2010-06-06 |
Francesco Montorsi | more readable argument names for wxDC::DrawArc |
tree | commitdiff |
2010-06-04 |
Vadim Zeitlin | Correct EVT_LIST_BEGIN_LABEL_EDIT macro name in the... |
tree | commitdiff |
2010-06-02 |
Francesco Montorsi | Make wxConfig ctor docs more readable. |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Use C locale for numbers in wx(File)Config. |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Add wxString::FromDouble() and FromCDouble(). |
tree | commitdiff |
2010-05-30 |
Francesco Montorsi | Add a simple example to make it easier to get started... |
tree | commitdiff |
2010-05-30 |
Francesco Montorsi | implement * and / operators for wxPoint, not only wxSize. |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Add <span> tag and limited support for CSS styles to... |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Add "filter changed" event to wxFileCtrl. |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Add wxConfig::Read(float *) overload. |
tree | commitdiff |
2010-05-28 |
Francesco Montorsi | Add examples of usage for easy copy-and-paste. |
tree | commitdiff |
2010-05-27 |
Vadim Zeitlin | Correct wxEVT_AUXn_XXX event types names. |
tree | commitdiff |
2010-05-26 |
Francesco Montorsi | add docs for the global wxStringTokenize() function... |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Added wxMessageQueue::Clear(). |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Document wxDocManager::CloseDocument(). |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Minor corrections to wxFont size-changing methods. |
tree | commitdiff |
2010-05-21 |
Vadim Zeitlin | Use ListView_CancelEditLabel() to implement wxListCtrl... |
tree | commitdiff |
2010-05-20 |
Vadim Zeitlin | Fix wxListCtrl::EndEditLabel() which simply didn't... |
tree | commitdiff |
2010-05-19 |
Vadim Zeitlin | Document that wxWindow::FindWindowByXXX() functions... |
tree | commitdiff |
2010-05-19 |
Vadim Zeitlin | Document wxHTTP::SetPostBuffer(). |
tree | commitdiff |
2010-05-19 |
Vadim Zeitlin | Document wxHTTP::Connect(wxSockAddress) overload. |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Part II of: Add GetChoice() and GetChoices() getters... |
tree | commitdiff |
2010-05-16 |
Vadim Zeitlin | Mention that stock bitmaps are a wxGTK-only feature... |
tree | commitdiff |
2010-05-16 |
Vadim Zeitlin | Fix links to wxArtClient and wxArtID in the generated... |
tree | commitdiff |
2010-05-13 |
Vadim Zeitlin | Document wxDocument::DeleteContents(). |
tree | commitdiff |
2010-05-12 |
Vadim Zeitlin | Restore wxString::Printf() example showing position... |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | fix errors/inconsistencies pointed out by ifacecheck |
tree | commitdiff |
2010-05-11 |
Francesco Montorsi | minor fixes to reduce number of Doxygen warnings |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText(). |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
tree | commitdiff |
2010-05-10 |
Vadim Zeitlin | Don't use wxWindow::ClearBackground() in the image... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Replace public wxEvtHandler::ProcessEventHere() with... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Add wxWindow::ProcessWindowEventLocally() and use it... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Refactor the event processing code to add ProcessEventL... |
tree | commitdiff |
2010-05-09 |
Vadim Zeitlin | Call wxEvtHandler::TryBefore() only once from ProcessEv... |
tree | commitdiff |
2010-05-06 |
Václav Slavík | Clarify that wxFileSystem::OpenFile() takes URL, not... |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Added wxLANGUAGE_BOSNIAN. |
tree | commitdiff |
2010-05-06 |
Vadim Zeitlin | Mention that hatched pens don't work under wxGTK and... |
tree | commitdiff |
2010-05-06 |
Václav Slavík | Refactor wxTranslationsLoader API. |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Don't use size_t for plural forms parameter. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Move wxInfoBar to core library from adv. |
tree | commitdiff |
2010-05-05 |
Vadim Zeitlin | Replace wxPrintout::SetIsPreview() with SetPreview(). |
tree | commitdiff |
2010-05-05 |
Václav Slavík | Fix wxScopedCharTypeBuffer<T>::CreateOwned() to match... |
tree | commitdiff |
2010-05-04 |
Václav Slavík | Move wxFileHistory out of docview framework, add wxUSE_... |
tree | commitdiff |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
tree | commitdiff |
2010-04-26 |
Václav Slavík | Add support for storing translations in win32 resources. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Added missing @since tags to wxTranslationsLoader classes. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Split intl.h into intl.h, language.h and translation.h. |
tree | commitdiff |
2010-04-24 |
Václav Slavík | Split wxLocale into wxLocale and wxTranslations. |
tree | commitdiff |
2010-04-22 |
Jaakko Salli | Allow wxAny to contain 'const char*' or 'const wchar_t... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Add documentation for several grid cell renderer/editor... |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Clarify that Raise() is only a request to raise the... |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Check for menu title being non-empty when appending... |
tree | commitdiff |
2010-04-20 |
Vadim Zeitlin | Add wxProgressDialog::Was{Cancelled,Skipped}() convenie... |
tree | commitdiff |
2010-04-19 |
Francesco Montorsi | minor additions and clarifications |
tree | commitdiff |
2010-04-16 |
Vadim Zeitlin | Add wxToolBar::GetToolByPos() method to access tools... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... |
tree | commitdiff |
2010-04-16 |
Vadim Zeitlin | Minor corrections to the documentations. |
tree | commitdiff |
2010-04-16 |
Vadim Zeitlin | Correct the case of wxHyperlinkCtrl in the documentation. |
tree | commitdiff |
2010-04-16 |
Vadim Zeitlin | Document wxWindow::DoCentre() and wxCENTRE_ON_SCREEN... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-04-11 |
Jaakko Salli | Fixed typo in documentation string |
tree | commitdiff |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring(). |
tree | commitdiff |
2010-04-10 |
Vadim Zeitlin | Add wxWeakRef::element_type, remove unnecessary assignm... |
tree | commitdiff |
2010-04-09 |
Vadim Zeitlin | Add wxImage::ClearAlpha(). |
tree | commitdiff |
2010-04-07 |
Robin Dunn | Add wxVectorSort function for sorting wxVector<T> conta... |
tree | commitdiff |
2010-04-07 |
Vadim Zeitlin | Correct documentation of wxSizeConvention elements. |
tree | commitdiff |
2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add default constructor to wxGraphicsGradientStop. |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add wxTransparentColour global pseudo-variable. |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2010-03-29 |
Francesco Montorsi | better docs for Get/SetLabel methods |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Clarify wxMenu objects allocation rules. |
tree | commitdiff |
2010-03-25 |
Vadim Zeitlin | Allow overriding print preview frame creation in docview. |
tree | commitdiff |
2010-03-23 |
Vadim Zeitlin | Implement wxDocument::Revert() and show its use in... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Clarify wxDateTime::ParseDateTime() semantics: it needs... |
tree | commitdiff |
next |