2003-05-31 |
Václav Slavík | support SetBackgroundMode and SetTextBackground with... |
blob | commitdiff | raw |
2003-04-11 |
Vadim Zeitlin | use on gdk_draw_lines() call instead of multiple gdk_dr... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Robert Roebling | Minor corrections. |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Robert Roebling | Now scaling doesn't scale GetTextExtent() anymore... |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Robert Roebling | Font work. |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Julian Smart | Applied patch [ 673055 ] Text rendering in wxGTK 2... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Robert Roebling | Removed usage of GetInternalFont() from GTK 2.0.... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patch [ 638561 ] Allow SetFont(wxNullFont)... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Robert Roebling | Compile fix for prop. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | Compile fixes for ANSI mode. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | Minor correction to GetTextExtent. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Robert Roebling | Implemented GetTextExtent() for GTK 2.0. |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Julian Smart | Applied patch [ 588140 ] User Scaling of Rotated Text... |
blob | commitdiff | raw | diff to current |
2002-08-06 |
Robert Roebling | Further code for Pango fonts (work now) and |
blob | commitdiff | raw | diff to current |
2002-08-06 |
Robert Roebling | Lots of work to set PangoFontDescription as the |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Julian Smart | Corrected my wrong application of patch |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Julian Smart | textctrl.cpp: Removed assert from CanRedo/CanUndo since... |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Vadim Zeitlin | dumb fix for wxDC::Clear() crash |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Robert Roebling | Bunch of GTK theme changes. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Václav Slavík | forgot to check-in wxGTK wxDC changes |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | temporary compilation fix |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Vadim Zeitlin | compilation fix for !WXWIN_COMPATIBILITY_2_2 |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | Preventing bitmap crash differently. |
blob | commitdiff | raw | diff to current |
2002-03-29 |
Robert Roebling | Disabled masked bitmaps under GTK 2.0 until I know |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Robin Dunn | Shouldn't call SetFont(wxNullFont) any more |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Robert Roebling | wxDC::Blit(): the source coordinates are logical... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Vadim Zeitlin | don't allow setting an invalid font |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Vadim Zeitlin | fixed nice bug in wxGTK which always draw the text... |
blob | commitdiff | raw | diff to current |
2001-07-27 |
Vadim Zeitlin | don't crash when invalid colour is set as fg/bg colour |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Vadim Zeitlin | linking fixes |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Robin Dunn | Changed wxRootWindow from a global to a staic variable... |
blob | commitdiff | raw | diff to current |
2001-04-14 |
Vadim Zeitlin | fixed DoDrawEllipse() bbox calculation (patch 415116) |
blob | commitdiff | raw | diff to current |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Julian Smart | Further __WXGTK20__ fix |
blob | commitdiff | raw | diff to current |
2001-02-13 |
Julian Smart | Tried to fix GTK+ 2.0 compilos |
blob | commitdiff | raw | diff to current |
2001-02-06 |
Julian Smart | Fixed some warnings (don't know why dialoged Makefile... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | wxDC scaling fix patch (Derry Bryson) |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Robert Roebling | Added wxCommandEvent::IsSeection for listbox, |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Vadim Zeitlin | compilation fix (sorry!) |
blob | commitdiff | raw | diff to current |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
blob | commitdiff | raw | diff to current |
2000-10-30 |
Vadim Zeitlin | wxDC::GetSize() should work now in wxGTK |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Robert Roebling | Applied DrawArc patch. |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-24 |
Ove Kaaven | Fix gtk+ 1.2 compilation... |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | Really cheesy attempt to make wxDC::DrawText() utilize... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Vadim Zeitlin | some more (apparently harmless) changes from Klass... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Ron Lee | separated wxDash type from platform specific wxGTKDash... |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Václav Slavík | fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_g... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robert Roebling | Some make corrections for HP and related, |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-03-05 |
Ron Lee | set m_clipXX to resultant clipping region |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Some more drawing things, |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Lotta stuff for drawing etc. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Robert Roebling | Adapted wxGTK to wxMSW's notion of region setting. |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Julian Smart | Full-screen dragging fix (GC setting) |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Robert Roebling | #ifdeffed new paint clipping :-( |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Vadim Zeitlin | attempt at HP-UX compilation fix |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Robert Roebling | Removed some debug code. |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Slightly better GC pooling, |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Robert Roebling | Implemented MSW's paint region clipping, but |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | hack to fix crash when creating a DC for a widgetless... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Vadim Zeitlin | don't use ROPs for drawing the text for wxMSW compatibility |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Ron Lee | patched DoSetClippingRegionAsRegion to update clipping... |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Robert Roebling | ROP changes. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Clearified ROP code in wxDC (MSW and GTK). |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Robert Roebling | Line drawing correction. |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | patches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Robert Roebling | fix for HP compiler |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Robert Roebling | Chnages to mono-bitmap code. |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Vadim Zeitlin | 1. many DrawRotatedText() corrections (gtk) |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Correction to position of rotated text. |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | Rotated text patch from Hans-Joachim Baader (with some... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Robert Roebling | Include changes again. Something is wrong with CVS... |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Robert Roebling | Renamed GtkMyFixed to GtkPizza, |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
blob | commitdiff | raw | diff to current |
1999-10-15 |
Vadim Zeitlin | don't draw with NULL font |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Robert Roebling | New scrolling code. |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Vadim Zeitlin | 'static not in the beginning of the decl' warnings... |
blob | commitdiff | raw | diff to current |
1999-09-15 |
Vadim Zeitlin | corrected the bad patch |
blob | commitdiff | raw | diff to current |
1999-09-15 |
Vadim Zeitlin | patch for AIX compilation (Hans-Joachim Baader) |
blob | commitdiff | raw | diff to current |
next |