2000-01-10 |
Guillermo Rodrigue... | Fixed from Mumit Khan to allow DLL compilation for... |
blob | commitdiff | raw |
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 |
1999-10-10 |
Vadim Zeitlin | wxSpinCtrl |
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-08-09 |
J. Russell Smyth | Changes to allow OLE to compile under mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Vadim Zeitlin | wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
blob | commitdiff | raw | diff to current |
1999-07-12 |
Václav Slavík | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-08 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-07-06 |
Vadim Zeitlin | 1. wxAppBase class appers, wxApp in wxGTK and wxMSW... |
blob | commitdiff | raw | diff to current |
1999-07-05 |
Karsten Ballüder | Made icons configurable via a wxMApp virtual function... |
blob | commitdiff | raw | diff to current |
1999-06-23 |
Vadim Zeitlin | dlg navigation keys work even when combobox has focus |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
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 |
Robert Roebling | The last drops of WINE. |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Vadim Zeitlin | 1. wxPaintDC reuse now seems to actually work instead... |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Robert Roebling | Chianti, Pinot noir, WINE.. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | compilation fixes |
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-07 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Julian Smart | Fixed wxexpr.cpp bug (quote wasn't being removed in... |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
blob | commitdiff | raw | diff to current |
1999-03-30 |
J. Russell Smyth | Fixed wxApp::SendIdleEvents for Vadim's new wxWindowLis... |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Julian Smart | Fixed missing brace in app.cpp |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on... |
blob | commitdiff | raw | diff to current |
1999-03-23 |
Julian Smart | WS_CLIPCHILDREN is not always enabled in wxNotebook... |
blob | commitdiff | raw | diff to current |
1999-03-01 |
Vadim Zeitlin | argc == 0 bug fixed |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Julian Smart | Doc mods; fixed return non-processing problem; fixed... |
blob | commitdiff | raw | diff to current |
1999-02-27 |
Vadim Zeitlin | MSWProcessMessage speed up by a factor of 100 (at least) |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Vadim Zeitlin | SetCursor() works now |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Vadim Zeitlin | wxLogXXX() functions called near app termiantion should... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Robin Dunn | added wxSetInstance() |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Julian Smart | Changed .vc makefiles to allow different configurations... |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferr... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Julian Smart | Further changes to make mfctest work. |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
blob | commitdiff | raw | diff to current |
1999-02-01 |
Stefan Csomor | latest CW additions |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Vadim Zeitlin | memory debugging using VC++ debug CRT works for DLL... |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Julian Smart | Added dataxpm.c to avoid name clash; removed ifdefing... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Include dynarray.h |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Vadim Zeitlin | more thread fixes |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Julian Smart | VC++ compilation correction; doc file corrections |
blob | commitdiff | raw | diff to current |
1999-01-12 |
Vadim Zeitlin | catches program exceptions in release build (VC++ only) |
blob | commitdiff | raw | diff to current |
1999-01-11 |
Julian Smart | Corrected thread.h inline problem. Set WXWIN_COMPATIBIL... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Julian Smart | More SC++ fixes; HelpGen starting to compile with VC... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Vadim Zeitlin | thread fixes for MSW (samples doesn't compile currently... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Unknown (UG) | WXDLLEXPORT added to wxPendingList |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Watcom C++ mods |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Julian Smart | Simplified BC++ makefiles; C++Builder 1.0 compilation... |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Vadim Zeitlin | Thread fixes (but they still don't work at all...) |
blob | commitdiff | raw | diff to current |
1998-12-29 |
Julian Smart | BC++/16-bit support now working, but without resource... |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Julian Smart | #ifdefed out Ole... functions for Cygwin. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Julian Smart | Dialog Editor corrections for latest wxWin changes... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Additions to wxTime; always inits OLE now in wxMSW |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Robin Dunn | Enabled the wxUSE_VC_CRTDBG to be optional even if... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Julian Smart | Fix to parser.y to make it compile with makefile.unx... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-10-15 |
Julian Smart | Commented out _CrtSetDbgFlag yet again, restored setup... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Vadim Zeitlin | minor changes a bit everywhere + a small wxLog change... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Julian Smart | Rewrote ConvertToStandardCommandArgs; resource.h correc... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Mart Raudsepp | error in func ConvertToStandardCommandArgs with argv[] |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Session management changes for wxMSW. |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Julian Smart | Commented out those wretched crt debug thingies yet... |
blob | commitdiff | raw | diff to current |
1998-09-19 |
Vadim Zeitlin | ConvertToStandardCommandArgs() was ugly, buggy and... |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Julian Smart | Simplified app initialisation in wxMSW and wxStubs |
blob | commitdiff | raw | diff to current |
next |