]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/dcclient.cpp
Font work.
[wxWidgets.git] / src / gtk1 / dcclient.cpp
2003-01-26  Robert Roebling Font work.
2003-01-24  Julian SmartApplied patch [ 673055 ] Text rendering in wxGTK 2...
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2002-12-09  Julian SmartApplied patch [ 638561 ] Allow SetFont(wxNullFont)...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Robert Roebling Compile fix for prop.
2002-08-17  Robert Roebling Compile fixes for ANSI mode.
2002-08-13  Robert Roebling Minor correction to GetTextExtent.
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-08  Julian SmartApplied patch [ 588140 ] User Scaling of Rotated Text...
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-07-04  Julian SmartCorrected my wrong application of patch
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-02  Vadim Zeitlindumb fix for wxDC::Clear() crash
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-08  Václav Slavíkforgot to check-in wxGTK wxDC changes
2002-04-08  Vadim Zeitlintemporary compilation fix
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-11  Robert Roebling wxX11:
2002-02-02  Robin DunnShouldn't call SetFont(wxNullFont) any more
2002-01-28  Robert Roebling wxDC::Blit(): the source coordinates are logical...
2002-01-08  Vadim Zeitlindon't allow setting an invalid font
2001-10-23  Vadim Zeitlinfixed nice bug in wxGTK which always draw the text...
2001-07-27  Vadim Zeitlindon't crash when invalid colour is set as fg/bg colour
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-04-14  Vadim Zeitlinfixed DoDrawEllipse() bbox calculation (patch 415116)
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-02-13  Julian SmartFurther __WXGTK20__ fix
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2001-01-31  Vadim ZeitlinwxDC scaling fix patch (Derry Bryson)
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-08-10  Jouk Jansen Committing in .
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-24  Ove KaavenFix gtk+ 1.2 compilation...
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlinsome more (apparently harmless) changes from Klass...
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
2000-03-11  Václav Slavíkfixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-07  Jouk Jansen Committing in .
2000-03-05  Ron Leeset m_clipXX to resultant clipping region
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Robert Roebling Adapted wxGTK to wxMSW's notion of region setting.
2000-03-01  Julian SmartFull-screen dragging fix (GC setting)
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-22  Vadim Zeitlinattempt at HP-UX compilation fix
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Vadim Zeitlinhack to fix crash when creating a DC for a widgetless...
2000-02-08  Vadim Zeitlindon't use ROPs for drawing the text for wxMSW compatibility
2000-02-06  Ron Leepatched DoSetClippingRegionAsRegion to update clipping...
2000-02-04  Robert Roebling ROP changes.
2000-02-02  Robert Roebling Clearified ROP code in wxDC (MSW and GTK).
2000-01-29  Robert Roebling Line drawing correction.
2000-01-24  Vadim Zeitlinpatches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda
2000-01-17  Robert Roebling fix for HP compiler
2000-01-12  Robert Roebling Chnages to mono-bitmap code.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-08  Vadim Zeitlin1. many DrawRotatedText() corrections (gtk)
1999-12-07  Robert Roebling Correction to position of rotated text.
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-15  Vadim Zeitlindon't draw with NULL font
1999-10-09  Robert Roebling Makefile changes for static libs and HP-UX,
1999-10-08  Robert Roebling New scrolling code.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlin'static not in the beginning of the decl' warnings...
1999-09-15  Vadim Zeitlincorrected the bad patch
1999-09-15  Vadim Zeitlinpatch for AIX compilation (Hans-Joachim Baader)
1999-08-09  Robert Roebling Replaced old wxSizer,
1999-08-05  Robert Roebling Applied patch for stipppled brushes,
1999-07-26  Robert Roebling Added more docs for the new events, derived from...
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
next