2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
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 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
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-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-06-01 |
Julian Smart | Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version |
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-02 |
Chris Elliott | Macro swicth from SC to SYMANTEC |
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-02 |
Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | More deprecated class mods |
blob | commitdiff | raw | diff to current |
2003-03-25 |
Vadim Zeitlin | call wxApp::OnExit() when wxExit() is called and don... |
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-01-25 |
Vadim Zeitlin | removed warnings about using the deprecated functions... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Ron Lee | Don't default to using bitmap. |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
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-10 |
Julian Smart | Applied patch [ 606713 ] Removes a warning from cygwin... |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Vadim Zeitlin | don't overwrite the app name with argv[0] if it had... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Vadim Zeitlin | the app doesn't exit any more if a dialog is shown... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Mattia Barbon | w32api 2.0 will have shlwapi.h |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Julian Smart | Don't fail to register remaining window classes if |
blob | commitdiff | raw | diff to current |
2002-05-30 |
Vadim Zeitlin | removed some duplicate code, no real changes |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Vadim Zeitlin | restored full redraw on repain behaviour by default... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
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-04 |
Julian Smart | Corrected (maybe) the object.h token syntax; corrected... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | comment clarification |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Vadim Zeitlin | set app name to argv[0] by default, as was done before |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Julian Smart | Fixed bug in wxConvertDIBToBitmap (contributed) |
blob | commitdiff | raw | diff to current |
2001-11-29 |
Julian Smart | Don't convert args if NULL |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Vadim Zeitlin | fixed UMR (patch #484863) |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | replaced wxList for storing HWND <-> wxWindow with... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Václav Slavík | mingw compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Vadim Zeitlin | fix for calling GetWindowLong(NULL hwnd) |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Vadim Zeitlin | added UnregisterWindowClasses() (patch 447443) |
blob | commitdiff | raw | diff to current |
2001-08-05 |
Vadim Zeitlin | fixed processing of the implicit wxTextCtrl accelerator... |
blob | commitdiff | raw | diff to current |
2001-08-05 |
Vadim Zeitlin | fixed kbd handling in wxFindReplaceDialog |
blob | commitdiff | raw | diff to current |
2001-08-01 |
Vadim Zeitlin | Vain attempts to make kbd navigation work inside find... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
Julian Smart | Fixed typo in cache management code |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Made DC cacheing less obstrusive |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | Various wxUniversal/wxMicroWindows fixes |
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-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Altered the message loop to process implicit accelerato... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Vadim Zeitlin | replaced wxYield() call in PopupMenu() by a much safer... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Vadim Zeitlin | merged fixes for accel and command event non propagatio... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #421073 (making setup options work) |
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-02-22 |
Julian Smart | Added wxYieldIfNeeded |
blob | commitdiff | raw | diff to current |
2001-01-11 |
Vadim Zeitlin | allow people use modal dialogs in wxApp::OnInit |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Julian Smart | Added filename.cpp to .dsp files |
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 |
Julian Smart | Some VC++ makefile fixes; minor comment mods to setup0.h |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Vadim Zeitlin | compilation fix for anything different from VC++ |
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-17 |
Unknown (MT) | no message |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Robin Dunn | Did splitting of wxEntry for wxMSW. Not nearly as... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Julian Smart | Small fixes for Tex2RTF but alas, we still get memory... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Julian Smart | Made VC++ makefiles and project files a bit more consistent |
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-02-22 |
Vadim Zeitlin | added wxLog::Suspend/Resume and wxYield() uses them... |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Guillermo Rodrigue... | Process all pending events before starting to delete... |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Vadim Zeitlin | trying to make wxYield() more threads friendly |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Vadim Zeitlin | wxDialog change (Show() completely rewritten, modal... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
blob | commitdiff | raw | diff to current |
2000-01-10 |
Guillermo Rodrigue... | Fixed from Mumit Khan to allow DLL compilation for... |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | BC++ 5 does not have Unicode version of GetProcAddress. |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | some more consts here and there |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Vadim Zeitlin | compilation fix for headers without _WIN32_IE |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
blob | commitdiff | raw | diff to current |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
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-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Robin Dunn | Added wxWakeUpIdle() for MSW and empty stubs for Motif... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFileDataObject fixes from Ricky Gonzales - seems... |
blob | commitdiff | raw | diff to current |
1999-11-03 |
Julian Smart | Added check for sel == -1 |
blob | commitdiff | raw | diff to current |
1999-11-01 |
Julian Smart | Tidied some docs, made VC++ 6 DLL compilation work... |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Robin Dunn | Added WXDLLEXPORT to wxWndProc definition so wxGLCanvas... |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Vadim Zeitlin | 1. wxPostEvent added and documented |
blob | commitdiff | raw | diff to current |
next |