2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
blob | commitdiff | raw |
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 |
2003-09-04 |
Mattia Barbon | Added a couple of wxPerl notes. |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Julian Smart | Misc. corrections |
blob | commitdiff | raw | diff to current |
2003-08-10 |
Vadim Zeitlin | fixed broken link |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | added wxCRIT_SECT_DECLARE_MEMBER |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Vadim Zeitlin | documented wxIsMainThread() and other thread-related... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace... |
blob | commitdiff | raw | diff to current |
2003-06-08 |
Mattia Barbon | wxMessageDialog and ::wxMessageBox don't support... |
blob | commitdiff | raw | diff to current |
2003-04-28 |
Julian Smart | Doc suggestions applied |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | Removed old classes and functions |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Vadim Zeitlin | added wx/math.h (patch 686009) |
blob | commitdiff | raw | diff to current |
2003-03-01 |
Stefan Csomor | added minor and major description for wxGetOsVersion... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | wxExecute may only be called from the main thread |
blob | commitdiff | raw | diff to current |
2003-02-23 |
Vadim Zeitlin | documented wxGetApp() |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | documented wxT(), _T(), _() |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Václav Slavík | TRUE/FALSE -> true/false in documentation |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | added wxCHECK_GCC/W32API_VERSION |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Robin Dunn | Give wxSafeYield an onlyIfNeeded parameter |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-03 |
Mattia Barbon | Small clarification in ::wxShowTip docs. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Vadim Zeitlin | added wxEXPLICIT macro |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Vadim Zeitlin | fixed 2 bugs in 2 lines of wxFileSelector example code |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | new wxASSERT implementation using wxAssert() helper... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added wxGetProcessId() |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | applied typos and spelling error fixes patch from Olly... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Vadim Zeitlin | new wxWindow::FindWindowByXXX() methods replacing the... |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Vadim Zeitlin | documented wxFileName::SplitPath(), added more obsolesc... |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Vadim Zeitlin | fixed typo |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | added (and documented) wxSafeShowMessage, use it in... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Vadim Zeitlin | fixed LaTeX compilation problems (part of patch 551210) |
blob | commitdiff | raw | diff to current |
next |