2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw |
2006-10-08 |
Vadim Zeitlin | add an newline between headers in wxGenericAboutBox |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | document wxAboutBox &c |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added Unicode-friendly wxSTRINGIZE_T() |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Vadim Zeitlin | document wxSTRINGISZE |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Vadim Zeitlin | fix unescaped underscores |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | wx printf() implementation bug fixes ('%' handling... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | removed extra '}' |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Make it possible to tell wxXmlResource which domain... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | added possibility to strip only mnemonics, not accels... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Vadim Zeitlin | corrected header for wxWakeUpIdle() |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | spelling fixes (patch 1495562) |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Vadim Zeitlin | moved power functions for MSW from utils.cpp to (new... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Vadim Zeitlin | LaTeX syntax error in wxRenameFile fixed |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | added overwrite parameter to wxRenameFile (patch 1467041) |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | wxGetActiveWindow() exists in wxGTK |
blob | commitdiff | raw | diff to current |
2006-03-29 |
Vadim Zeitlin | added func parameter to wxOnAssert |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Włodzimierz Skiba | Documentation fixes for unresolved labels after changes... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | documented __WXFUNCTION__ |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Vadim Zeitlin | made alphabetical list of functions more alphabetical |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Jamie Gadd | Clarify wxMessageBox usage. Fixes bug #1414535. |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | mention that wxMULTIPLE flag doesn't make sense with... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Robin Dunn | Added wxGetMouseState which returns the current state... |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Julian Smart | Added caption parameter to wxGetFontFromUser and wxGetC... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Mart Raudsepp | image.tex: s/set.to/set to |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Julian Smart | Typo correction |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Włodzimierz Skiba | wxGetWorkingDirectory() deprecated. Fixed #1338966. |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Vadim Zeitlin | documented wxStringTokenize() |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Vadim Zeitlin | documented wx_truncate_cast() |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Julian Smart | Minor doc corrections |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | spelling fixes and other minor corrections to the docs... |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | corrected wxUnix2DosFilename signature, added deprecati... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Vadim Zeitlin | documented that wxFileModificationTime() returns 0... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Vadim Zeitlin | documented wxScopeGuard; this class is too useful to... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Vadim Zeitlin | DECLARE_DYNAMIC_CLASS() requires a default ctor |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Vadim Zeitlin | typo in last commit |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Vadim Zeitlin | added wxPLURAL() macro |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Ryan Norton | Add wxLaunchDefaultBrowser, note wxGetKeyState change |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | document (and check for it with assert) that wxGetKeySt... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented... |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Julian Smart | Removed spurious comment |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Michael Wetherell | Rename wxGetFileType to wxGetFileKind |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Michael Wetherell | Add wxGetFileType and IsSeekable |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Ryan Norton | Various underscore doc fixes |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Włodzimierz Skiba | Enhanced wxGetStockLabel() with parameters which replac... |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Vadim Zeitlin | implemented wxIsDebuggerRunning() for Win32 |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Włodzimierz Skiba | Adjust documentation to implementations and alphabetica... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Włodzimierz Skiba | Take best fitting type for available memory measurement. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Fixed typo. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Vadim Zeitlin | added flags parameter to wxExecute(wxArrayString *... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | added wxEXEC_NODISABLE |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Robert Roebling | Whole bunch of minor doc updates from an external... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Added flags argument to wxKill and wxProcess::Kill... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Kevin Hock | Add ability to position and/or center the dialog for... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Włodzimierz Skiba | Bug #1001474. Text!=Password. |
blob | commitdiff | raw | diff to current |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro... |
blob | commitdiff | raw | diff to current |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Vadim Zeitlin | added wx_reinterpret_cast() macro |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Julian Smart | Typo corrections |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Ryan Norton | revert bad change |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Ryan Norton | pass by reference, not value |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Włodzimierz Skiba | Missed labels to replace number of 'topicNNN' with... |
blob | commitdiff | raw | diff to current |
2004-09-04 |
Włodzimierz Skiba | Spelling fixes [#1017001] |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Vadim Zeitlin | added wxSUBRELEAS_NUMBER and macro to check for it |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added wxGetKeyState() doc (patch 967255) |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | ngettext() macro was removed |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Julian Smart | Tex2RTF doesn't like {\tt{ thing}} |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Julian Smart | Latex corrections from Marc Albrecht |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Better markup. |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Missed decoration. |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Julian Smart | Fixed typo |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Julian Smart | Removed wxHIDE_READONLY flag |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Robin Dunn | Patch #953131 |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Julian Smart | Name change replacements |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Julian Smart | Doc corrections |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Václav Slavík | added description of environment variables that affect... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Vadim Zeitlin | removed obsolete wxToLower/Upper() documentation |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Vadim Zeitlin | warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT... |
blob | commitdiff | raw | diff to current |
2003-10-27 |
Vadim Zeitlin | wxFileExists() returns false for directories (bug 825507) |
blob | commitdiff | raw | diff to current |
2003-10-13 |
Václav Slavík | gettext plural form docs |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | documented wxCONCAT |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | added (and documented) wxULL(); fixes for wxINT64_SWAP... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Vadim Zeitlin | emphasize that result of wxGetWorkingDirectory() must... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Vadim Zeitlin | corrected the example of wxMessageBox() usage |
blob | commitdiff | raw | diff to current |
next |