2009-03-01 |
Francesco Montorsi | document internal wxDateTime enums the way they're... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | do not duplicate large blocks of docs; use @overload... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | name the enum with wxDir flags to make it easier to... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | better document the possible arguments accepted by... |
tree | commitdiff |
2009-03-01 |
Vadim Zeitlin | document wxTextEntry |
tree | commitdiff |
2009-02-28 |
Bryan Petty | wxPosition doesn't need renamed, it's supposed to be... |
tree | commitdiff |
2009-02-27 |
Francesco Montorsi | add references to OnEventLoopEnter/Exit callbacks |
tree | commitdiff |
2009-02-27 |
Francesco Montorsi | fix doxygen warnings |
tree | commitdiff |
2009-02-27 |
Vadim Zeitlin | added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2 |
tree | commitdiff |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | fix Remove() argument in the example (closes #10521) |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | document wxPolygonFillMode |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | no real change: just group functions in a logic manner |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add accessors for sockaddr to wxSockAddress (closes... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-02-22 |
Jaakko Salli | Added wxComboPopup::GetComboCtrl() |
tree | commitdiff |
2009-02-22 |
Francesco Montorsi | remove wxAppConsoleBase::OInitGui and leave it only... |
tree | commitdiff |
2009-02-22 |
Jaakko Salli | Fixed documentation of wxComboPopup::m_combo |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed... |
tree | commitdiff |
2009-02-21 |
Václav Slavík | added asserts to check correct order of wxHtmlDCRendere... |
tree | commitdiff |
2009-02-21 |
Francesco Montorsi | fix a few typos |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | recategorize many misplaced classes; move lots of class... |
tree | commitdiff |
2009-02-19 |
Francesco Montorsi | mention wxThreadEvent in wxEVT_CATEGORY_THREAD and... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | name wxThreadEvent and YieldFor in wxProgressDialog... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make distinction between classes which send events... |
tree | commitdiff |
2009-02-18 |
Bryan Petty | Fix manual references to the events overview after... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Improved documentation for GetProperty(), GetPropertyBy... |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | formatting fixes |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | documenting new compositing, layering and antialiasing... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-14 |
Jaakko Salli | Fixed wxPropertyGrid::HitTest() documentation |
tree | commitdiff |
2009-02-13 |
Jaakko Salli | Clarified wxPropertyGrid::HitTest() docs |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | split wxControl::Ellipsize() in two functions for bette... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | update custom event definition documentation; document... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links... |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | do not use preprocessor macros in interface headers... |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | document the wxWindow::Get/SetLayoutDirection functions |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | fix some typos (return types) |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | fix LoadPanel() docs (closes #10467) |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | document the protected functions of wxTextValidator... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | remove mention of wxMutexGuiEnter/leave from the multit... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | always use wxSTAY_ON_TOP (closes #10447) |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | add many references to the overview_windowsizing topic... |
tree | commitdiff |
2009-02-05 |
Bryan Petty | Documented wxAuiManagerEvent and it's related event... |
tree | commitdiff |
2009-02-04 |
Bryan Petty | Properly distribute docs on string comparison operators... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | add a wxEventType argument to wxThreadEvent for coheren... |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added useful comment to a code sample snippet |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | document new wxBLUE_PEN object; add some more details... |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | add standard wxBLUE_PEN for coherency with the colours... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | update list of classes supported by wxGenericValidator |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making... |
tree | commitdiff |
2009-02-03 |
Francesco Montorsi | Re-add support for multiple text validator styles but |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | added wxPersistentRegisterAndRestore() function to... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | emphasize that you need to specify eventSink when conne... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | document as typedefs the various wxArray* classes so... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | remove implementations from interface headers |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | fix a couple of typos |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | document FindChildItem() (closes #10455) |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | add SetCharIncludes and SetCharExcludes utilities to... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | better docs for wxValidator::SetWindow and Validate |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | give better names to wxTextValidator::IsInCharIncludes... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | a few typo-fix and cosmetic changes to wxFlexGridSizer... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | add wxStringCheck templated utility function |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | fix typo; document wxFlexSizerGrowMode |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't list SetSelection() as being deprecated, it isn't |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | better define what an ASCII character is considered... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | document only char* variant of all string utility funct... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | say that use of _T() is discouraged in new code, just... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-30 |
Francesco Montorsi | document the wxIntXX/wxFloatXX/wxCharXX types; add... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Make GetEffectiveMinSize virtual as not being able... |
tree | commitdiff |
2009-01-29 |
Francesco Montorsi | fix typo |
tree | commitdiff |
2009-01-29 |
Jaakko Salli | Fixed wxPropertyGridManager::CreatePropertyGrid(),... |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | use singular when documenting group of functions as... |
tree | commitdiff |
2009-01-28 |
Kevin Ollivier | Adding docs for new wx interface methods. |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | better docs for wxDataViewColumn |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | fix doxygen warnings |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | document various enumerations defined in defs.h; give... |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | no real changes; just cosmetic |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | move wxSizer docs to the beginning of the file, before... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too |
tree | commitdiff |
2009-01-26 |
Jaakko Salli | Added wxPGChoices::Copy(), tweaked related documentation |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | document the correct base class |
tree | commitdiff |
next |