2012-03-22 |
Paul Cornett | fix building with GTK+ < 2.8 |
blob | commitdiff | raw |
2012-03-06 |
Paul Cornett | fix test for transparent pen broken in r65820 |
blob | commitdiff | raw | diff to current |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
blob | commitdiff | raw | diff to current |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPang... |
blob | commitdiff | raw | diff to current |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
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-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol. |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Vadim Zeitlin | Use unsigned char for XBM bitmaps data. |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Vadim Zeitlin | Add wx{Pen,Brush}::Is[Non]Transparent() methods and... |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Vadim Zeitlin | Test for wxPen validity before testing for its style... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Vadim Zeitlin | Correct the bounding box calculation in wxGTK wxDC... |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Vadim Zeitlin | Correct bounding box calculation in wxGTK wxDC::DrawText(). |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Francesco Montorsi | guard against NULL parents |
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 |
2009-01-04 |
Paul Cornett | build fix for GTK+ versions prior to 2.14 |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Paul Cornett | native implementation of DoGetPixel() |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Paul Cornett | Complete rewrite of DoDrawBitmap() and DoBlit(). |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Paul Cornett | restore clearing of clipped mask, turns out it is needed |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Paul Cornett | remove redundant clearing of clipped mask |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Paul Cornett | fix bitmap position with RTL and non-default scale |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this suppor... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Robert Roebling | Ticket #9858 gtk wxDC::DrawText() - draw text backgroun... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Robert Roebling | Support NOR logical function |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Paul Cornett | don't change brush settings in SetBackgroundMode()... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
blob | commitdiff | raw | diff to current |
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 | diff to current |
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 |
next |