]> git.saurik.com Git - wxWidgets.git/history - src/gtk/dcclient.cpp
unused parameter warning fixes for --disable-all-features build
[wxWidgets.git] / src / gtk / dcclient.cpp
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-05-17  Paul Cornettgtk version check should be runtime, not compile time
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-16  Vadim Zeitlinreverted last change as using pango_version_check(...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
2007-03-30  Vadim Zeitlinfix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-12-07  Paul Cornettuse correct test
2006-11-22  Robin DunnRemove unneeded code in wxWindowDC::DoGetPartialTextExtents
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-11-17  Robert Roebling Commit fix to remove warnings when drawing text
2006-10-31  Robert Roebling Fix crash when intersecting with NULL region.
2006-10-12  Robin DunnFixup Blit so it can be used with a source that is...
2006-10-02  Robert Roebling Always set colormap for PangoContext. This silences...
2006-09-20  Robert Roebling [ 1505048 ] wxHtml rendering of underlined text
2006-09-19  Robert Roebling Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Robert Roebling Draw 2-pixel width rectangle ourselves, the
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-13  Robert Roebling More RTL work.
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-12  Julian SmartAdded pango_context_get_language to speed up pango_cont...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-18  Paul Cornettcode simplification and cleanup
2006-08-13  Paul CornettwxBitmap does not need to use gdk_wx_draw_bitmap
2006-07-09  Mart RaudseppUse PangoFontMetrics to get wxDC::GetCharHeight, becaus...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-06-18  Paul Cornettrevert unintended changes in previous commit
2006-06-18  Paul Cornettbuild fix for older gtk2
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-25  Paul Cornettdon't crash on zero length string in DoDrawRotatedText
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-14  Vadim Zeitlinrespect the specified font encoding in DoGetTextExtent...
2006-04-10  Vadim Zeitlinuse wxGTK_CONV instead of directly using wxConvLocal...
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2006-01-19  Julian SmartApplied patch [ 1331340 ] faster Drawing of Polygons...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-05-21  Robert Roebling Apply minimal DC patch.
2005-03-16  Kevin HockAllow using negative angles with DrawRotatedText. ...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-19  Robert Roebling Corrected positioning of rotated text.
2004-11-18  Robert Roebling Implemented DoDrawRotatedText() by way of a
2004-11-18  Václav Slavíkreverted DrawRotatedText change, it's broken
2004-11-17  Robert Roebling Start for Pango 1.6 based text rotation.
2004-11-14  Václav Slavíkfixed rendering of bitmaps with alpha channel under...
2004-11-02  Robert Roebling Corrected typo in font scaling code.
2004-10-17  Robert Roebling Took one part of the patch back again...
2004-10-17  Robert Roebling Applied (part of) small patch from Chris Bogolte...
2004-10-07  Robin DunnVerified and applied [ 1042133 ] GTK2.0: DrawRotatedTex...
2004-09-19  Vadim Zeitlindon't crash under GTK1 if we failed to get GdkFont...
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-07-17  Václav Slavíkmore GTK2+ANSI fixes
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-06-27  Václav Slavíkimplemented underlined text drawing for GTK2
2004-06-22  Vadim Zeitlinfixed crash when string couldn't be converted to UTF8...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-19  Julian SmartSometimes the clipping region can become bigger than the
2004-01-03  Julian SmartRemoved code duplication introduced during wxUniv merge...
2003-12-11  Julian SmartApplied [ 828322 ] Use gdk_draw_polygon for the outline...
2003-10-17  Robert Roebling\
2003-10-09  Robert Roebling Applied new DoDrawBitmap() and DoBlit() from 2_4
2003-10-06  Robert Roebling Fixed bitmap problem reported last week.
2003-09-22  Vadim Zeitlinfix for crash when using user-dashed lines (patch 801663)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-31  Václav Slavíksupport SetBackgroundMode and SetTextBackground with...
2003-04-11  Vadim Zeitlinuse on gdk_draw_lines() call instead of multiple gdk_dr...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-11  Robert Roebling Minor corrections.
2003-01-26  Robert Roebling Now scaling doesn't scale GetTextExtent() anymore...
next