2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
blob | commitdiff | raw |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were... |
blob | commitdiff | raw | diff to current |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Stefan Csomor | applying slightly modified patch, fixes #13434 |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Don't make private wxGraphicsContext-derived classes... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Added wxGraphicsBitmap::ConvertToImage(). |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Stefan Csomor | fixing iphone build |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Stefan Csomor | adding implementation for osx |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Stefan Csomor | speeding up rectangle drawing by using specific methods... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Stefan Csomor | making sure clip (device coordinages) is applied before... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for osx, see #11853 |
blob | commitdiff | raw | diff to current |
2011-04-03 |
Dimitri Schoolwerth | No code changes, fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Stefan Csomor | use FixedToFloat everywhere to make sure we don't round... |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Stefan Csomor | reverting part of r58797, otherwise wxClientDC get... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
Stefan Csomor | supporting clang 2.0 under xcode, see #12332 |
blob | commitdiff | raw | diff to current |
2010-12-19 |
Vadim Zeitlin | Fix initial gradient point calculation in wxOSX. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Stefan Csomor | concatenation must use prepend mode on osx as well |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Stefan Csomor | making gradients working again |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Stefan Csomor | fixing warnings |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Vadim Zeitlin | Implement support for gradient stops for OS X. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Stefan Csomor | translate 0.5 offset into user space before applying... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Stefan Csomor | 64bit builds had problems with full circles, as we... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Stefan Csomor | adding construction from native bitmaps |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Stefan Csomor | fixing text matrix (dataview custom renderer showed... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Stefan Csomor | adding iphone code |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Stefan Csomor | fixing warning in osx core and carbon |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kevin Ollivier | Missed one symbol used in the compatibility path. |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Kevin Ollivier | Fix for building under 10.4, where the BlendMode consta... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Robert Roebling | Compilo |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | build fix |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | fix build |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Stefan Csomor | adding missing y axis flip |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Stefan Csomor | osx new layout |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Stefan Csomor | guarding all text methods against unset font |
blob | commitdiff | raw | diff to current |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists |
blob | commitdiff | raw | diff to current |
2008-07-30 |
Stefan Csomor | OSX renaming round 2 |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | osx regrouping |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | renaming |
blob | commitdiff | raw | diff to current |
|