wxWidgets/src
Vadim Zeitlin 247afab527 Only call GetTextMetrics() in wxDC::GetTextExtent() if necessary.
A micro-optimization: avoid ::GetTextMetrics() call if we don't use its
results (as is the case if neither descent nor external leading were
requested).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-12-18 14:47:18 +00:00
..
aui Avoid GTK+ errors when using AUI wxPseudoTransparentFrame hack. 2009-12-15 22:44:54 +00:00
cocoa No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
common Correct wxDateTime::GetWeekOfMonth() for days in the beginning of January. 2009-12-17 17:51:12 +00:00
dfb Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
expat avoiding double define warnings on osx 2009-09-24 09:54:57 +00:00
generic No changes, just minor cleanup. 2009-12-18 14:46:44 +00:00
gtk allow setting client size to work properly before window is shown 2009-12-16 06:32:23 +00:00
gtk1 Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. 2009-12-10 03:04:07 +00:00
html Improved handling of anchors in wxHTML: scroll to better position (patch #11406). 2009-11-17 20:20:48 +00:00
jpeg avoid double define warnings 2009-12-09 07:24:50 +00:00
mgl Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
motif Applied #11260 (found a regression while checking in src/motif/menu.cpp with static code analysis tool cppcheck) 2009-09-30 06:53:35 +00:00
msdos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw Only call GetTextMetrics() in wxDC::GetTextExtent() if necessary. 2009-12-18 14:47:18 +00:00
os2 Forward port of r62191 to SVN trunk fixing regression from r37982 (missing ')'). Fixes #11257. 2009-09-28 23:44:34 +00:00
osx supporting sleep mode properly, see #11557 2009-12-17 12:15:48 +00:00
palmos Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
png Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
propgrid Allow wxPropertyGrid::RecalculateVirtualSize() execute even if pg is not completely initialized (otherwise virtual size calculations may go wrong) 2009-12-17 14:41:57 +00:00
regex set up for OpenVMS richtext & regex and add more samples in compile cascade 2009-10-05 09:13:42 +00:00
ribbon Rewrote wxRibbonPage realisation and layout code to avoid setting the position and size of panels multiple times. 2009-12-09 18:48:41 +00:00
richtext Made Unicode the default in symbols dialog. 2009-11-23 09:34:07 +00:00
stc Add some missing commas. Fixes #11443 2009-11-16 21:28:55 +00:00
tiff Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
univ Override DrawLabel() to avoid crossing out disabled labels in mono theme. 2009-09-22 00:23:09 +00:00
unix avoiding string conversions on 1st param of wxStat, as the latter is having a param of wxString now always and does the conversion internally 2009-12-09 07:38:22 +00:00
wxWindows.xcodeproj updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
x11 Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
xml fixed wxXmlDocument::Save() to interpret the indentstep argument correctly 2009-10-04 21:19:40 +00:00
xrc make sure it is compilable w/o menus (eg on iPhone) 2009-12-09 07:27:22 +00:00
zlib compilation fix for WinCE 2007-07-29 14:21:30 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc Removed some references to unused files. 2006-05-25 10:03:56 +00:00
Wxwindll.icc Removed some references to unused files. 2006-05-25 10:03:56 +00:00
wxXpm.icc
wxZlib.icc