2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the... |
blob | commitdiff | raw |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Gilles Depeyrot | axis orientation must not be taken into account for... |
blob | commitdiff | raw | diff to current |
2001-12-23 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Julian Smart | More tweaks to wxMicroWi |
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 | and now fixes for compilation with wxUSE_PALETTE=1 |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | fixes for compilation with wxUSE_PALETTE=0 |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Vadim Zeitlin | added wxUSE_PALETTE and fixed compilation with it set... |
blob | commitdiff | raw | diff to current |
2001-08-30 |
Julian Smart | Fixed cache-related bug in DoBlit. |
blob | commitdiff | raw | diff to current |
2001-08-23 |
Vadim Zeitlin | fixes for rotated text drawing |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Vadim Zeitlin | compilation warning fixed |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Compilo correction |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Made DC cacheing less obstrusive |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Removed cacheing option |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Julian Smart | Don't complain under MicroWindows if a wxDC's HDC is... |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Julian Smart | Fixed HRGN leak in DoSetClippingRegion |
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-17 |
Vadim Zeitlin | fixed clip rect when logical coords != device ones |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Julian Smart | Added missing settings.h include (sorry) |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Julian Smart | Added SetOption,GetOption[Int] to wxSystemSettings... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | fixed bug 418496 (wxDC::SetClippingRegion doesn't clear... |
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-21 |
Vadim Zeitlin | merged wxFont related fix (operator==) and optimization... |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Julian Smart | Removed spurious wxCHECK which forgot about the possibi... |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Vadim Zeitlin | 1. fixes to wxDC deleting logic (should fix ~wxPrinterD... |
blob | commitdiff | raw | diff to current |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
blob | commitdiff | raw | diff to current |
2001-03-11 |
Václav Slavík | IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by... |
blob | commitdiff | raw | diff to current |
2001-03-07 |
Vadim Zeitlin | fixed DeviceToLogical[XY] |
blob | commitdiff | raw | diff to current |
2001-01-29 |
Julian Smart | Corrected DoBlit code to use offset into mask |
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 | SetBrushOrgExt broke WIN16 compilation |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | oops, compilation error - fixed |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda |
blob | commitdiff | raw | diff to current |
2000-03-06 |
Ron Lee | set m_clipXX so dc.GetClippingBox returns real bounding box |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Julian Smart | Misc small changes, some for VC++ 1.5 |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robin Dunn | added typcast needed for VC++ 6 |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Make use of FillRect() when possible. |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Julian Smart | Reverted change to DrawLine so it doesn't draw the... |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | added and documented wxDC::DrawCheckMark() |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Julian Smart | DrawLine normalized; wxStaticBitmap fixed for Dialog... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Guillermo Rodrigue... | Readded fix to adjust size of rectangles with transpare... |
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-13 |
Robert Roebling | Reverted Vadims change for the size of filled |
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-10 |
Guillermo Rodrigue... | Added comments explaining my recent changes |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Guillermo Rodrigue... | ROP 0x00AA0029 used for transparent area in DrawBitmap... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Robert Roebling | ROP changes. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Clearified ROP code in wxDC (MSW and GTK). |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Guillermo Rodrigue... | Fixed bug in DoDrawRotatedText: it wasn't deleting... |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Vadim Zeitlin | 1. some fixes for the problems reported by BoundsChecker |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | wxDC::Blit() ignores useMask if there is no mask instea... |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | 1. fixed (?) blitting bitmaps with mask |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Julian Smart | Added DEVNAMES to wxPrintDialog to remember printer... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | patches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Vadim Zeitlin | 1. fixed (to test) the bug with bitmaps without masks... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Julian Smart | Put Stefan's speedup fix into DoBlit |
blob | commitdiff | raw | diff to current |
2000-01-18 |
George Tasker | Changed code to allow for removal of the #include ... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | drawing mono bitmaps now uses correct colours |
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 |
2000-01-13 |
Stefan Csomor | mac updates and msw bitmapdrawing on printer |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Julian Smart | Tidied some doc references; added Stefan's Blit optimis... |
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-08 |
Vadim Zeitlin | 1. many DrawRotatedText() corrections (gtk) |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | DrawRotatedText() for MSW |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
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-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-27 |
Patrick Albert | Removing some level 3 warning |
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-08-01 |
Vadim Zeitlin | 1. wxWindow::Centre() hopefully fixed |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Robert Roebling | Finished MingW32 makefiles |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Harco de Hilster | Moved bunch of #defines (LOG2DEV etc) from msw/dc.cpp... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Vadim Zeitlin | an assert added to check that we're not doing something... |
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 | 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 |
Julian Smart | Removed floor() references |
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-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Julian Smart | Solved wxMotif scrolling display problem; added wxImage... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
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-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Julian Smart | Got generic wxListCtrl, wxTreeCtrl working under Window... |
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-04 |
Julian Smart | Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp |
blob | commitdiff | raw | diff to current |
next |