2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
blob | commitdiff | raw |
2003-07-13 |
Vadim Zeitlin | moved SEH stuff to crashrpt.cpp |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Added net stuff, some fixes to gsock code for WinCE |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Compilo |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | Missing CHARSET_HANGUL fix. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Vadim Zeitlin | fixed VC++ warning in release build |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-28 |
Mattia Barbon | Stop GCC from complaining about unhandled enumeration... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Chris Elliott | fix DMars compilation to use precompiled headers |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Chris Elliott | update for digital mars - resolve externals in shell... |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Chris Elliott | update to make digitalmars link - I really don't like... |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Chris Elliott | update to make digitalmars compile |
blob | commitdiff | raw | diff to current |
2003-04-10 |
Vadim Zeitlin | set krc to wxKILL_OK on success |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Robin Dunn | If zero time is specified, don't try to sleep when... |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Julian Smart | Applied patch [ 667563 ] Wine: compile fix for using... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Vadim Zeitlin | fix for wxGetEnv() under Win16 (!) (bug 645368) |
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-08 |
Vadim Zeitlin | corrected wxShell() ret code |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added wxGetProcessId() |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | use AF_INET instead of PF_INET in wxGetFullHostName |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | don't include winsock.h directly, this doesn't work... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | don't use socket function when wxUSE_SOCKETS==0 |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Vadim Zeitlin | look at HOME and USERPROFILE in wxGetHomeDir() (patch... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | cache return value of wxGetOsVersion |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | compilation fix for BC++ (hopefully) |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Vadim Zeitlin | compilation fix for wxUniv |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Mattia Barbon | Fix MinGW compilation. |
blob | commitdiff | raw | diff to current |
2002-01-26 |
Vadim Zeitlin | patch to fix various filename-related functions for... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Vadim Zeitlin | compilation fix for Borland (hopefully) |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | fixed GetDiskFreeSpaceEx calling convention (Markus... |
blob | commitdiff | raw | diff to current |
2001-12-07 |
Vadim Zeitlin | don't crash in wxGetWindowXXX() if HWND is 0 |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Mattia Barbon | Fix for very old w32api |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Julian Smart | Ifdefed out code that wouldn't compile with Mingw32... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
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-15 |
Julian Smart | Moved metafile helpers from utilsexc.cpp to utils.cpp... |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Julian Smart | Sync'ed show-window flag in MDI child constructor;... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-30 |
Robin Dunn | Implemented wxGetClientDisplayRect which returns the... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Minor code tweeks to stop BCC compiler warnings |
blob | commitdiff | raw | diff to current |
2001-04-21 |
Vadim Zeitlin | merged optimizations from 2.2 |
blob | commitdiff | raw | diff to current |
2001-03-21 |
George Tasker | Checked back in the change from rev 1.57 that allows... |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Vadim Zeitlin | typo: return Win98, not 99, from wxGetOSDescription() |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Vadim Zeitlin | merged fix from 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Vadim Zeitlin | warning fixed |
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 | wxSetEnv for Win32 (doesn't really work) |
blob | commitdiff | raw | diff to current |
2000-11-20 |
George Tasker | Fixed the wxDirExists() function so that if asked about... |
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 comment to old wxGetMousePosition |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Julian Smart | Had to #ifdef out wxGetFullHostName for Cygwin b20 |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Guillermo Rodrigue... | Added extern "C" around winsock and moved it before... |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Guillermo Rodrigue... | Had to #ifdef out all the new wxGetFullHostName code... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | 1. wxGetFullHostName() does return the full host name... |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Julian Smart | Further fixes to Dialog Editor; additions to .dsp files |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Vadim Zeitlin | OutputDebugStringW95 removed - it's really unnecessary... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Ove Kaaven | Couple more Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-06-20 |
Vadim Zeitlin | better wxGetUserId/Name |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Robert Roebling | WINE is so fine. |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Brian Macy | Attempt at getting mingw32 working again... still doesn... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Julian Smart | Win16 corrections |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
blob | commitdiff | raw | diff to current |
next |