2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
blob | commitdiff | raw |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw |
2007-12-20 |
Paul Cornett | more code simplification |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | factor out a whole bunch of duplicated code |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | remove some duplication in font scaling code |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | create hatch bitmaps on demand, and dispose of them... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | use a wxCharBuffer instead of malloc/free for pango... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Robert Roebling | Remove old/new DC test code (3000th commit - and still... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Paul Cornett | build fix for -D__WXUNIVERSAL__ |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Robert Roebling | Further wxDC changes |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Vadim Zeitlin | unused parameter warning fixes for --disable-all-featur... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
blob | commitdiff | raw | diff to current |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0 |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Paul Cornett | gtk version check should be runtime, not compile time |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Vadim Zeitlin | added safe check for Pango version and use it to avoid... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Vadim Zeitlin | reverted last change as using pango_version_check(... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Vadim Zeitlin | don't use Pango hack for drawing underlined text when... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | fix PangoFontMetrics leak in GetCharHeight() (bug 1691180) |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | use correct test |
blob | commitdiff | raw | diff to current |
2006-11-22 |
Robin Dunn | Remove unneeded code in wxWindowDC::DoGetPartialTextExtents |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Robert Roebling | Commit fix to remove warnings when drawing text |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robert Roebling | Fix crash when intersecting with NULL region. |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Robin Dunn | Fixup Blit so it can be used with a source that is... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Robert Roebling | Always set colormap for PangoContext. This silences... |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Robert Roebling | [ 1505048 ] wxHtml rendering of underlined text |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Robert Roebling | Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed... |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Robert Roebling | Draw 2-pixel width rectangle ourselves, the |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Robert Roebling | Next round of RTL fixes. This change greatly simplifes |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | More RTL work. |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | Make wxGTK's wxScrolledWindow set m_x/xScrollLines... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Julian Smart | Added pango_context_get_language to speed up pango_cont... |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Paul Cornett | simplify coordinate transformation code |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Paul Cornett | code simplification and cleanup |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Paul Cornett | wxBitmap does not need to use gdk_wx_draw_bitmap |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Mart Raudsepp | Use PangoFontMetrics to get wxDC::GetCharHeight, becaus... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Paul Cornett | remove redundant GdkBitmap representation from wxBitmap |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Paul Cornett | revert unintended changes in previous commit |
blob | commitdiff | raw | diff to current |
2006-06-18 |
Paul Cornett | build fix for older gtk2 |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Paul Cornett | 1. more accurate conversion from 8-bit wx color to... |
blob | commitdiff | raw | diff to current |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Paul Cornett | don't crash on zero length string in DoDrawRotatedText |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Mart Raudsepp | Don't cast with G_OBJECT when passing a GObject to... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Włodzimierz Skiba | Include wx/dcmemory.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Vadim Zeitlin | respect the specified font encoding in DoGetTextExtent... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | use wxGTK_CONV instead of directly using wxConvLocal... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from src/gtk |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Julian Smart | Applied patch [ 1331340 ] faster Drawing of Polygons... |
blob | commitdiff | raw | diff to current |
2005-12-13 |
Mart Raudsepp | Remove my binary compatibility stuff from HEAD. Patch... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Mart Raudsepp | [wxGTK2] gtk+-2.8.0 compatibility. Removed the usage... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Robert Roebling | Apply mask origin patch for blitting. |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Mart Raudsepp | Add some missing runtime gtk+ version checks. There... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Robert Roebling | Apply minimal DC patch. |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Kevin Hock | Allow using negative angles with DrawRotatedText. ... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Włodzimierz Skiba | IS_HATCH macro replaced with wxBrush::IsHatch() + sourc... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Robert Roebling | Corrected positioning of rotated text. |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Robert Roebling | Implemented DoDrawRotatedText() by way of a |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Václav Slavík | reverted DrawRotatedText change, it's broken |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Robert Roebling | Start for Pango 1.6 based text rotation. |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Václav Slavík | fixed rendering of bitmaps with alpha channel under... |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Robert Roebling | Corrected typo in font scaling code. |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Robert Roebling | Took one part of the patch back again... |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Robert Roebling | Applied (part of) small patch from Chris Bogolte... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Robin Dunn | Verified and applied [ 1042133 ] GTK2.0: DrawRotatedTex... |
blob | commitdiff | raw | diff to current |
2004-09-19 |
Vadim Zeitlin | don't crash under GTK1 if we failed to get GdkFont... |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Václav Slavík | added alpha channel support to wxGTK2's wxBitmap |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Václav Slavík | more GTK2+ANSI fixes |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Václav Slavík | set descent in GetTextExtend; use PANGO_PIXELS instead... |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Václav Slavík | implemented underlined text drawing for GTK2 |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Vadim Zeitlin | fixed crash when string couldn't be converted to UTF8... |
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-01-19 |
Julian Smart | Sometimes the clipping region can become bigger than the |
blob | commitdiff | raw | diff to current |
next |