2010-04-16 |
Jaakko Salli | Adapted wxPropertyGrid documentation, samples, tests... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-03-28 |
Václav Slavík | wxHTML: Support percentage width in IMG tag. |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added note about removed member function wxPropertyGrid... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2010-01-09 |
Vadim Zeitlin | Minor fixes and enhancements to wxWindowID documentation. |
tree | commitdiff |
2009-12-30 |
Vadim Zeitlin | Explicitly mention MSVC std::fstream(wxString) incompat... |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Reduced unnecessary wxT usage |
tree | commitdiff |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-11-21 |
Jaakko Salli | Added a new documentation overview section 'Caveats... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Show the order in which different event handlers are... |
tree | commitdiff |
2009-09-03 |
Vadim Zeitlin | Clarify the priority rules for static and dynamic handlers. |
tree | commitdiff |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Extract event handlers chain documentation in a separat... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | fix Doxygen syntax error which prevented output for... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Update docs to mention wxRefCounter class |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Added note about 'Py' prefix no longer being necessary... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Added section 'Changes from wxPropertyGrid 1.4' |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | value of wrap parameter of wxStaticText must be specifi... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | correct a typo in wxSplitterWindow gravity parameter... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | added short col/row resizing overview |
tree | commitdiff |
2009-03-30 |
Vadim Zeitlin | minor improvements to Bind() description |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | update documentation for Bind() (closes #10594) |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | mention wxGridBagSizer (closes #10488) |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | use doxygen autolinking feature; use @ref command for... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | set native eol-style for the overview files |
tree | commitdiff |
2009-03-15 |
Václav Slavík | fixed docs of rows/cols XRC property |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | put something in the content field type in the tables... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | name wxThreadEvent and YieldFor in wxProgressDialog... |
tree | commitdiff |
2009-02-18 |
Bryan Petty | Fix manual references to the events overview after... |
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-06 |
Francesco Montorsi | remove typo |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | fix title of the previously-modified section |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | remove mention of wxMutexGuiEnter/leave from the multit... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | add many references to the overview_windowsizing topic... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | remove extra line breaks which prevents Doxygen from... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-22 |
Francesco Montorsi | fix wxWindow::PushEventHandler and related wxWindow... |
tree | commitdiff |
2009-01-19 |
Francesco Montorsi | fix some wording and a typo |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | autolink CreateButtonSizer |
tree | commitdiff |
2008-12-20 |
Francesco Montorsi | mention multi-core systems and wxThread::GetCPUCount |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Minor stream class changes |
tree | commitdiff |
2008-12-14 |
Francesco Montorsi | reformat stream overview and provide a description... |
tree | commitdiff |
2008-12-08 |
Francesco Montorsi | added a overview_string_binary section describing what... |
tree | commitdiff |
2008-12-06 |
Francesco Montorsi | moved many things from wxString reference page to the... |
tree | commitdiff |
2008-12-05 |
Francesco Montorsi | add definitions of some Unicode terms (code point/unit... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | Doxygen markup corrections after last change |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | document the main event table macros, wxEventType,... |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | adding a new topic overview about writing custom widget... |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | use sections and an initial TOC like all other overviews |
tree | commitdiff |
2008-11-25 |
Bryan Petty | Fixed doxygen warnings regarding the XRC File Format... |
tree | commitdiff |
2008-11-25 |
Francesco Montorsi | commit remaining portions of #10087 |
tree | commitdiff |
2008-11-23 |
Francesco Montorsi | many document corrections by charles; partial commit... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | modernize the documented systems to declare new events |
tree | commitdiff |
2008-10-30 |
Francesco Montorsi | fix typos |
tree | commitdiff |
2008-10-30 |
Francesco Montorsi | modernized |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | added some 'wxString::' portions to make referenced... |
tree | commitdiff |
2008-10-23 |
Francesco Montorsi | remove references to tex2rtf; it's not part of wxWidget... |
tree | commitdiff |
2008-10-19 |
Francesco Montorsi | doxygen warnings and formatting fixes |
tree | commitdiff |
2008-10-15 |
Vadim Zeitlin | document GetSizeAvailableForScrollTarget() |
tree | commitdiff |
2008-10-13 |
Francesco Montorsi | add docs for the #define of wxBookCtrl |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Fix RCS-IDs |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Moved list of subclasses away from 'classes overview... |
tree | commitdiff |
2008-10-01 |
Václav Slavík | wxSpinButton was missing in XRC spec, added |
tree | commitdiff |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults... |
tree | commitdiff |
2008-10-01 |
Václav Slavík | finished XRC format specification: added docs for all... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | final f*h interface header reviews |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | fix many doxygen warnings; added wxMotif section in... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | fix the event handling in presence of pushed event... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | no changes, just some markup fixes |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | correct and expand (while omitting the irrelevant bits... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | A lot of documentation revision. Updated doctest code... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Removed macros to create enum and flag props with custo... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
tree | commitdiff |
2008-09-18 |
Jaakko Salli | Replaced @link with @ref |
tree | commitdiff |
2008-09-18 |
Jaakko Salli | Made section names more globally unique |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Updated documentation to acknowledge the fact that... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added... |
tree | commitdiff |
2008-09-06 |
Václav Slavík | added XRC format documentation to the manual (per-class... |
tree | commitdiff |
next |