2008-05-08 |
Vadim Zeitlin | update the documentation after the patch 1876663 |
tree | commitdiff |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
tree | commitdiff |
2008-05-08 |
Bryan Petty | More interface header reviews by Azriel Fasten, along... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
tree | commitdiff |
2008-05-07 |
Robert Roebling | Remove const consts from docs |
tree | commitdiff |
2008-05-07 |
Robert Roebling | current locale in wxString means wxConvLibc |
tree | commitdiff |
2008-05-07 |
Robert Roebling | Mention wxConvLocal in wxString |
tree | commitdiff |
2008-05-07 |
Robert Roebling | Further wxString clarification according to current... |
tree | commitdiff |
2008-05-06 |
Robert Roebling | [ 1957970 ] wxWeakRef - assign from other wxWeakRef |
tree | commitdiff |
2008-05-06 |
Robert Roebling | Fix more typos |
tree | commitdiff |
2008-05-06 |
Robert Roebling | Try to fix formating |
tree | commitdiff |
2008-05-06 |
Robert Roebling | More wxString docs, listed most STL methods |
tree | commitdiff |
2008-05-06 |
Bryan Petty | Interface header review of wxStringTokenizer by Azriel... |
tree | commitdiff |
2008-05-06 |
Bryan Petty | Added missing semi-colon in DVC interface header, and... |
tree | commitdiff |
2008-05-05 |
Bryan Petty | Added todos for changing wxVListBox::OnDraw* virtual... |
tree | commitdiff |
2008-05-04 |
Václav Slavík | clarified From/To8BitData's purpose |
tree | commitdiff |
2008-05-04 |
Bryan Petty | Initial review of various [q-r] by Utensil Candel. |
tree | commitdiff |
2008-05-02 |
Bryan Petty | Removed missing parameter from docs of wxVListBox const... |
tree | commitdiff |
2008-05-02 |
Bryan Petty | Commented out appearance sections in docs temporarily... |
tree | commitdiff |
2008-05-02 |
Bryan Petty | Finished initial review of a few [g*] interface headers. |
tree | commitdiff |
2008-05-01 |
Bryan Petty | Finished initial review of [v*] interface headers. |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Minor clarification |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Mention wxGCDC |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Minor doc improvements |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Minor doc improvements |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Minor clarification |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Some doc corrections |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
tree | commitdiff |
2008-04-28 |
Bryan Petty | Removed deprecated layout constraints from class summar... |
tree | commitdiff |
2008-04-27 |
Vadim Zeitlin | no real changes, clarified the usage of WX_GL_DOUBLEBUF... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Trying to make wxString readable again, II |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Trying to make wxString readable again |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Some testing code for wxGraphicsContext printing |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Typo |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | A few wxString doc updates |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Mention graphics device classes |
tree | commitdiff |
2008-04-24 |
Václav Slavík | added wxString::Clone() and made wxString(wxCStrData... |
tree | commitdiff |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const |
tree | commitdiff |
2008-04-22 |
Robert Roebling | Reviewd wxVariant |
tree | commitdiff |
2008-04-22 |
Robert Roebling | Minor correction |
tree | commitdiff |
2008-04-22 |
Bryan Petty | More initial reviews of [u*-v*] interface headers. |
tree | commitdiff |
2008-04-22 |
Bryan Petty | Finished initial reviews of the rest of the [d*] interf... |
tree | commitdiff |
2008-04-21 |
Václav Slavík | @wxsince -> @since in Doxygen docs |
tree | commitdiff |
2008-04-21 |
Bryan Petty | More initial reviews of d* interface headers. |
tree | commitdiff |
2008-04-20 |
Bryan Petty | More initial reviews of d* interface headers. |
tree | commitdiff |
2008-04-19 |
Vadim Zeitlin | replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT |
tree | commitdiff |
2008-04-19 |
Bryan Petty | More dc* interface headers reviewed. |
tree | commitdiff |
2008-04-18 |
Vadim Zeitlin | added wxMouseState::GetPosition(), for consistency... |
tree | commitdiff |
2008-04-18 |
Vadim Zeitlin | make wxMouseState accessors const; document this class |
tree | commitdiff |
2008-04-17 |
Robert Roebling | [ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified |
tree | commitdiff |
2008-04-17 |
Bryan Petty | Fixed wxScrolledWindow references to properly link... |
tree | commitdiff |
2008-04-16 |
Bryan Petty | Finished reviewing (fixing) the datetime.h interface... |
tree | commitdiff |
2008-04-15 |
Vadim Zeitlin | execute the usual cleanup code from EVT_END_SESSION... |
tree | commitdiff |
2008-04-15 |
Vadim Zeitlin | add possibility to specify the conversion to use in... |
tree | commitdiff |
2008-04-15 |
Robert Roebling | Mention default constr |
tree | commitdiff |
2008-04-15 |
Bryan Petty | Reviewed wxDatePickerCtrl and categorized most of the... |
tree | commitdiff |
2008-04-15 |
Bryan Petty | Reviewed dataobj.h interface header and added wxDataVie... |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Minor clarification |
tree | commitdiff |
2008-04-14 |
Bryan Petty | Finished initial review of the rest of the [c*] interfa... |
tree | commitdiff |
2008-04-12 |
Bryan Petty | Finished initial review of the rest of the [co*] interf... |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Giving up on combining @e and @c |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Try out - instead of @li, more backslash escaping |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Try to escape backward slash with two of them |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Add wxPopupWindow |
tree | commitdiff |
2008-04-12 |
Robert Roebling | added @li to return values in wxStandardPaths |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | wxThread::Sleep() is the same as wxMilliSleep() on... |
tree | commitdiff |
2008-04-11 |
Václav Slavík | Added documentation for wxItemContainer class; moved... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Improve wxMenu docs |
tree | commitdiff |
2008-04-11 |
Václav Slavík | reverted wxVideoMode API breakage by r53049, finished... |
tree | commitdiff |
2008-04-11 |
Bryan Petty | Fixed multiple inheritance structure of vscroll.h classes. |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | introduce a new @beginFlagTable |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | other misc fixes |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | use an enum to make it easier to document the values |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | revisions of o-p headers contributed by Utensil Candel... |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | use a @section instead of <b> tags |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | revisions of o-p headers contributed by Utensil Candel... |
tree | commitdiff |
2008-04-10 |
Robert Roebling | More proof-reading in wxImage |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Learning doxygen |
tree | commitdiff |
2008-04-10 |
Robert Roebling | minor improvements |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Correct introduction to wxControlWithItems |
tree | commitdiff |
2008-04-10 |
Robert Roebling | First attempt to document raw bitmap access |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Make wxImage correction |
tree | commitdiff |
2008-04-10 |
Bryan Petty | Finished initial review of some [co*] interface headers. |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-08 |
Bryan Petty | Finished initial review of [cl*-cm*] interface headers. |
tree | commitdiff |
2008-04-07 |
Francesco Montorsi | better integration of the window sizing overview in... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Put sample code back in, removed during conversion... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Further corrections to container class docs |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Some corrections to container class docs. |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Mention that the renderer's alignment is ignored under... |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Added alignment parameter to renderers' constr |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Mention wxDataViewRenderer Set/GetAlignment |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | my revision of o-p interface headers |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | give a name to the enumeration of the values which... |
tree | commitdiff |
next |