2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add IsShown() accessor which is sometimes more convenie... |
tree | commitdiff |
2008-12-05 |
Francesco Montorsi | document wxLogLevel, wxTraceMask antypes and wxLogLevel... |
tree | commitdiff |
2008-12-05 |
Francesco Montorsi | small refinements |
tree | commitdiff |
2008-12-04 |
Francesco Montorsi | repair the example code; get rid of useless wxT() from it |
tree | commitdiff |
2008-12-04 |
Francesco Montorsi | document wxWindowID |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-12-03 |
Francesco Montorsi | document the wxArtID and wxArtClient types; they help... |
tree | commitdiff |
2008-12-03 |
Francesco Montorsi | remove the implementation of the conversion operators... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | fix syntax error |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | document GetWheelAxis |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | add GetValue,GetRange and GetMessage helpers |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | document the main event table macros, wxEventType,... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | fix #4754 providing better description of how to set... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | better documentation for wxEvent ctor |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | document wx[US]Char and wxStringCharType typedefs;... |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | initial declaration of wx*Char*Buffer and wxUniChar... |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | add 'redirection page' for wxULongLong |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | add @deprecated tag |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | remove wxNotebookSizer; it's not in wx anymore |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | committing the slightly-modified patch by R.U.10 for... |
tree | commitdiff |
2008-12-01 |
Francesco Montorsi | put wxURI under networking group, next to wxURL |
tree | commitdiff |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
tree | commitdiff |
2008-11-30 |
Francesco Montorsi | document default ctor |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add wxVector(size_t size[, const value_type& value... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | fix wrong placement of the @apperance tag previously... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | remove @appearance tag from abstract classes; add the... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | provide GetSize() getters in wxBitmap and wxImage |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | return wxDefaultSize (as done in all other platforms... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | move style table in the detailed description like for... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | internal variables of wxFileHistory are protected,... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | make wxThread::OnExit private and not public (change... |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | added GetKind getter |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | clarified that Raise() and Lower() only work for wxTopL... |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | added note about GetTimestamp() (fixes #1986) |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | documented the wxDCBrushChanger, wxDCPenChanger, wxDCTe... |
tree | commitdiff |
2008-11-25 |
Francesco Montorsi | fix the examples for wxThread and wxThreadHelper after... |
tree | commitdiff |
2008-11-25 |
Francesco Montorsi | add more references to the delayed deletion of wxTopLev... |
tree | commitdiff |
2008-11-24 |
Bryan Petty | Reviewed, and re-organized members of wxGrid, which... |
tree | commitdiff |
2008-11-24 |
Bryan Petty | Reviewed the rest of grid.h except for the wxGrid class... |
tree | commitdiff |
2008-11-24 |
Francesco Montorsi | provide an example implementation of wxCloseEvent handler |
tree | commitdiff |
2008-11-23 |
Francesco Montorsi | add an event table for wxFrame and wxDialog: they send... |
tree | commitdiff |
2008-11-23 |
Francesco Montorsi | document that dragging in wxTreeCtrl needs to be explic... |
tree | commitdiff |
2008-11-23 |
Francesco Montorsi | readd grouping previously removed by error |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | added wxSocketBase::GetTimeout() to match existing... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-23 |
Bryan Petty | Finished review of the first 1,000 lines of grid.h... |
tree | commitdiff |
2008-11-23 |
Francesco Montorsi | documented ExitCode typedef; revised wxThread and wxThr... |
tree | commitdiff |
2008-11-22 |
Bryan Petty | Documented some DrawText() parameters missed in the... |
tree | commitdiff |
2008-11-22 |
Bryan Petty | Reviewed and cleaned up the rest of the graphics.h... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix minor typos |
tree | commitdiff |
2008-11-22 |
Vadim Zeitlin | document all overloads of DrawText() |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | clarify role of wxToolBarToolBase (fixes #9874) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix for doxygen warnings |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | document wxFSVolume (fixes #3977) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix wxList<T>::resize description (fixes #10207) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | document mac.textcontrol-use-spell-checker (fixes ... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fixes #10131 |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | be more precise about range in indeterminate-mode wxGau... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | documented wxTaskBarIconEvent (fixes #10021) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | minor fixes |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | clarify wxListCtrl::GetItem (fixes #9640) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | clarify how top-level windows are used by wxApp (fixes... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix docs for wxInputStream::GetC(); fixes #4461 |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix docs for wxRect::Intersect overloads (fixes #4445) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix docs for wxWindow::Layout (fixes #4297) |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | fix description for wxWS_EX_CONTEXTHELP; fixes #4276 |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | add event table for wxAuiNotebook (partially fixes... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | minor fixes |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | wxCursor derives (on almost all ports) from wxGDIObject... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | few other fixes for wxChar => wxString |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | add description for GetFrameParameters() function;... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | minor fixes; replace references to Windows95 with refer... |
tree | commitdiff |
2008-11-20 |
Francesco Montorsi | use @onlyfor tag |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | change Has/SetFlag() to take int instead of unsigned... |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | store the value to be set inside wxON_BLOCK_EXIT_SET... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | document all currently defined image options and their... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | preliminary documentation of wxEventLoop |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | removed redundant wxClassName:: prefix |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | interface fixes; removed many functions which were... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | more Doxygen warning fixes |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | fix parameter name |
tree | commitdiff |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
tree | commitdiff |
2008-11-13 |
Francesco Montorsi | further ifacecheck fixes (now only 3.3% of documented... |
tree | commitdiff |
2008-11-10 |
Francesco Montorsi | other ifacecheck fixes |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | ifacecheck manual fixes |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | fix typo: s/SetTimestamp/DisableTimestamp |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | ifacecheck fixes |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | ifacecheck fixes |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-05 |
Vadim Zeitlin | document wxRESIZE_BORDER side effect under Windows... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | remaining h* interface header revision |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fixed doxygen warnings produced by the ifacecheck fixes |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-31 |
Bryan Petty | Reviewed some g* interface headers. |
tree | commitdiff |
next |