2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | forward port 2.8.8 changelog |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
tree | commitdiff |
2008-06-27 |
Bryan Petty | Forgot to export the environment variable so Doxygen... |
tree | commitdiff |
2008-06-27 |
Bryan Petty | Commit 3 of 3 for Doxygen path fixes, this one finally... |
tree | commitdiff |
2008-06-27 |
Bryan Petty | Part 2 of 3 commits bringing proper Doxygen path usage... |
tree | commitdiff |
2008-06-25 |
Stefan Csomor | rename for docs as well |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-06-21 |
Bryan Petty | Leftover changes for sample doc improvements in ticket... |
tree | commitdiff |
2008-06-21 |
Bryan Petty | Patch from Utensil Candel with large improvements to... |
tree | commitdiff |
2008-06-21 |
Bryan Petty | Finished initial review of [q-r] by Utensil Candel... |
tree | commitdiff |
2008-06-20 |
Robert Roebling | Balance table |
tree | commitdiff |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
tree | commitdiff |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
tree | commitdiff |
2008-06-12 |
Vadim Zeitlin | propagate style changes correctly to buttons with image... |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | make list whose items are referred to by their numbers... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | support multiline labels in wxCheckBox (#9495) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | correct phrase broken by the last change |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | replace another SF link with wxTrac one (#9501) |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | replace SF links with wxTrac ones (#9500) |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
tree | commitdiff |
2008-06-05 |
Vadim Zeitlin | corrected bug in wxTimeSpan::IsShorterThan() for equal... |
tree | commitdiff |
2008-06-02 |
Vadim Zeitlin | define wxHAS_ATOMIC_OPS only if native implementation... |
tree | commitdiff |
2008-06-02 |
Vadim Zeitlin | added a note about wxrc to Xcode section |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | define wxHAS_RAW_BITMAP (instead of inconsistenly named... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | create a separate category for the conversion classes |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | fixed wxImagePixelData compilation (ticket #3003);... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | mention the problem with writing enums to wxConfig... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | mention the ambiguities which arise when passing wxStri... |
tree | commitdiff |
2008-05-30 |
Václav Slavík | re-added accidentally omitted 'ANSI' |
tree | commitdiff |
2008-05-30 |
Václav Slavík | fixed confusingly complicated sentence to make sense |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Update wxString overview |
tree | commitdiff |
2008-05-17 |
Václav Slavík | minor Unicode overview corrections |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | fix appending items to sorted control (patch 1940384) |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | show resize grip on resizeable dialogs (slightly modifi... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | move last change to the correct section |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between... |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | added version check against gcc-generated xml; added... |
tree | commitdiff |
2008-05-08 |
Bryan Petty | Updates to wiki links, and XHTML source cleanups. |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | update and complete Unicode overview; add an overview... |
tree | commitdiff |
2008-05-07 |
Vadim Zeitlin | use std::[w]string for wxString implementation unless... |
tree | commitdiff |
2008-05-07 |
Vadim Zeitlin | extract the most important wxUSE_XXX settings in their... |
tree | commitdiff |
2008-05-07 |
Vadim Zeitlin | don't use $0$ and $1$, Doxygen doesn't have math mode |
tree | commitdiff |
2008-05-06 |
Bryan Petty | Added missing semi-colon in DVC interface header, and... |
tree | commitdiff |
2008-05-05 |
Bryan Petty | Added margin to event handler function prototypes for... |
tree | commitdiff |
2008-05-04 |
Bryan Petty | Initial review of various [q-r] by Utensil Candel. |
tree | commitdiff |
2008-05-02 |
Vadim Zeitlin | add an assert indicating that old code overriding OnExe... |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Update version info in platform detail page |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Minor clarification |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
tree | commitdiff |
2008-04-28 |
Bryan Petty | Removed deprecated layout constraints from class summar... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Minor updates |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Forgot to remove this one |
tree | commitdiff |
2008-04-25 |
Robert Roebling | const_iterator |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Removed category for styled text control which only... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Forgot wxGraphicsPath |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Mention graphics classes, separate out image and bitmap... |
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-19 |
Bryan Petty | More dc* interface headers reviewed. |
tree | commitdiff |
2008-04-17 |
Bryan Petty | Fixed wxScrolledWindow references to properly link... |
tree | commitdiff |
2008-04-16 |
Bryan Petty | Added feature to the HTML manual to remember your prefe... |
tree | commitdiff |
2008-04-15 |
Vadim Zeitlin | added a section about Connect(), improve/streamline... |
tree | commitdiff |
2008-04-15 |
Bryan Petty | Reviewed dataobj.h interface header and added wxDataVie... |
tree | commitdiff |
2008-04-14 |
Bryan Petty | Finished initial review of the rest of the [c*] interfa... |
tree | commitdiff |
2008-04-13 |
Vadim Zeitlin | allow predefining wxNO_XXX_LIB symbols to avoid implici... |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Mention Scrolled and wxScrolledWindow |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | introduce a new @beginFlagTable |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | revisions of o-p headers contributed by Utensil Candel... |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Rearrange categories, III |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Rearrange categories, II# |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Rearrange categories |
tree | commitdiff |
2008-04-10 |
Robert Roebling | Minor correction to Unicode overview |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Update Unicode overview to 3.0 |
tree | commitdiff |
2008-04-08 |
Robert Roebling | We do use templates now |
tree | commitdiff |
2008-04-07 |
Francesco Montorsi | better integration of the window sizing overview in... |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | stdobjects is used for both objects and pointers |
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 | small typo fix |
tree | commitdiff |
2008-04-06 |
Francesco Montorsi | improved rendering of styles and events sections: put... |
tree | commitdiff |
2008-04-05 |
Bryan Petty | Finished initial review of [ca*-ch*] interface headers. |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-03 |
Francesco Montorsi | removed FAQs: they are already available in the website... |
tree | commitdiff |
2008-04-02 |
Bryan Petty | Restored the old Classes by Category page to live side... |
tree | commitdiff |
2008-04-02 |
Bryan Petty | 115% line height on lists is more than enough, especial... |
tree | commitdiff |
2008-04-01 |
Václav Slavík | Generalized wxScrolledWindow into wxScrolled<T> that... |
tree | commitdiff |
2008-03-31 |
Francesco Montorsi | move readme_vms.txt in a folder ad-hoc |
tree | commitdiff |
2008-03-31 |
Francesco Montorsi | add a list of the samples yet to document |
tree | commitdiff |
2008-03-31 |
Francesco Montorsi | update links to the TODO lists |
tree | commitdiff |
2008-03-31 |
Francesco Montorsi | remove old files not needed anymore |
tree | commitdiff |
2008-03-31 |
Francesco Montorsi | moved to the wiki |
tree | commitdiff |
next |