2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
blob | commitdiff | raw |
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 |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Julian Smart | Doc tweaks |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent() |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Julian Smart | Further fixes to references |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Julian Smart | Removed a lot of redundant references to wxWindow:... |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | added wxEXEC_MAKE_GROUP_LEADER (patch 535422) |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robert Roebling | applied doc patch for wxPostEvent(). |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Mattia Barbon | Updated docs for wxProcessEvent |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Vadim Zeitlin | documented wxCOMPILE_TIME_ASSERT2 |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT... |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Vadim Zeitlin | typos due to much cut-and-paste: colour -> font in... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser docs and links to it and wxGetC... |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Gilles Depeyrot | renamed wxLogXXX functions with va_list argument to... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
George Tasker | Fixed '_' chars that were not quoted with a '\' |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Gilles Depeyrot | added wxLog functions with a variable argument list... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Vadim Zeitlin | rearranged functions by topics, got rid of the macros... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Robin Dunn | Added missing \ before _ |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Gilles Depeyrot | corrected access to NULL parameters in wxGetOsVersion |
blob | commitdiff | raw | diff to current |
2001-10-31 |
George Tasker | Put a backslash before a '_' |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | applied wxDirSelector() patch and regenerated the makef... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Vadim Zeitlin | fixed typo |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Vadim Zeitlin | documented wxInitialize and wxUnitialize |
blob | commitdiff | raw | diff to current |
2001-06-17 |
Julian Smart | Canvas lib precompiled header fix; doc typos fixes... |
blob | commitdiff | raw | diff to current |
2001-06-16 |
Vadim Zeitlin | 1. improved wxKill() implementation for Win32 |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Julian Smart | Added 'wx' prefix to a couple of functions |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Vadim Zeitlin | fixed broken links to string functions |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | src/common |
blob | commitdiff | raw | diff to current |
2001-05-24 |
George Tasker | Fixed more '_' issues |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Vadim Zeitlin | fixed wxExecute + DDE bug (merged from 2.2) |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Robin Dunn | Implemented wxGetClientDisplayRect which returns the... |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Julian Smart | Added .emacs tip to coding standards; fixed doc bugs |
blob | commitdiff | raw | diff to current |
2001-04-14 |
Vadim Zeitlin | applied wxPerl doc patches |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | applied patch 410892 (wxCopyFile uses ::CopyFile under... |
blob | commitdiff | raw | diff to current |
2001-03-10 |
Vadim Zeitlin | fixed wxDos2UnixFilename description |
blob | commitdiff | raw | diff to current |
2000-11-29 |
George Tasker | Fixed mis-matched curley braces on third line from... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Vadim Zeitlin | wxSetEnv for Win32 (now seems to work) |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Vadim Zeitlin | documented just added env functions |
blob | commitdiff | raw | diff to current |
2000-11-03 |
Vadim Zeitlin | added wxGetMultiChoice() (which refuses to work for... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Ron Lee | implemented wxDisplaySizeMM for gtk, msw & motif. |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Added some docs |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Vadim Zeitlin | 1. corrected HAVE_PW_GECOS detection in configure ... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Vadim Zeitlin | 1. fixed crash in wxDateTime::ParseDate |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Julian Smart | Added stub for wxHandleFatalExceptions. But where's... |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Julian Smart | Doc tweaks |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Julian Smart | Some doc fixes; BC++, Watcom C++, Mingw32 fixes |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Julian Smart | Some doc proofreading |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | 1. wxMenuBar::FindMenu() made "const" |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | wxSysErrorCode/Msg documented |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Julian Smart | Doc bug fixes |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Julian Smart | Manual fixes |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | 1. exchanged binary ROPs wxSET/wxCLEAR meaning for... |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Harco de Hilster | Some fixes (&->\&, _->\_) to remove latex complaints. |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Julian Smart | Minor doc typos removed; compilation improved for VC... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Guillermo Rodrigue... | Updated some bits in socket docs. |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | added wxGetPasswordFromUser(), dialogs sample shows... |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Guillermo Rodrigue... | Some things added |
blob | commitdiff | raw | diff to current |
next |