projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix GetPaths() and GetFilenames() too
[wxWidgets.git]
/
src
/
gtk1
/
dcclient.cpp
2007-09-29
Vadim Zeitlin
fix DrawLine() and DrawPolygon() which were totally...
blob
|
commitdiff
|
raw
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
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-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
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-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-01-23
Mart Raudsepp
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
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
2004-01-03
Julian Smart
Removed code duplication introduced during wxUniv merge...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-11
Julian Smart
Applied [ 828322 ] Use gdk_draw_polygon for the outline...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-17
Robert Roebling
\
blob
|
commitdiff
|
raw
|
diff to current
2003-10-09
Robert Roebling
Applied new DoDrawBitmap() and DoBlit() from 2_4
blob
|
commitdiff
|
raw
|
diff to current
2003-10-06
Robert Roebling
Fixed bitmap problem reported last week.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-22
Vadim Zeitlin
fix for crash when using user-dashed lines (patch 801663)
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-05-31
Václav Slavík
support SetBackgroundMode and SetTextBackground with...
blob
|
commitdiff
|
raw
|
diff to current
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
next