2006-01-21 |
Julian Smart | Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set... |
blob | commitdiff | raw |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed more remains of wxUSE_PENWINDOWS |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | don't include shlwapi.h as it might be not available... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Vadim Zeitlin | corrected misleading comment about DllGetVersion() |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_OLE==0 for WinCE |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Vadim Zeitlin | check for Unicode being used under Win9x much earlier... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Forgot to remove #endif |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Try to find comctl32.dll version even if we don't have... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Added back shlwapi.h inclusion with comment |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Julian Smart | Unnecessary shwlapi.h inclusion removed |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Vadim Zeitlin | extracted code calling {Ole|Co}[Un]Initialize() to... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Vadim Zeitlin | remove obsolete wxUSE_CTL3D code |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Ryan Norton | fix shared msw builds |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Vadim Zeitlin | made default background colour BTNFACE (so that panels... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | construct brush used for painting disabled bitmap butto... |
blob | commitdiff | raw | diff to current |
2004-09-12 |
Vadim Zeitlin | fixed VC6 compilation |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | added a missing delete which resulted in a small memory... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Włodzimierz Skiba | wxApp::GetComCtl32Version seems possible and works... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Włodzimierz Skiba | Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Vadim Zeitlin | create the disabled button brush if we're not using... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Roebling | Code for single instance and bring-to-top under CE. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Vadim Zeitlin | implemented wxApp::OnExceptionInMainLoop() |
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 |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Vadim Zeitlin | fixed cleanup order to behave correctly in presence... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Vadim Zeitlin | removed wxMsgArray definition (now in evtloop.cpp)... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | use wxEventLoop in wxApp under wxMSW; factored out... |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | do *not* redefine DLLVERSIONINFO struct here; do define... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw | diff to current |
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 |
next |