summaryrefslogtreecommitdiffstats
path: root/tests/font.test
Commit message (Collapse)AuthorAgeFilesLines
* Make tests pass again after fixing [c0dbdd3ff3]: Tk Compatibility Fonts ↵bug_c0dbdd3ff3fvogel2017-01-281-3/+3
| | | | block access to system fonts
* Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-0/+12
|\
| * Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text ↵jan.nijtmans2016-09-291-0/+12
| | | | | | | | input Windows 8. Added some test-cases using the "font actual" command.
* | Excess spacing in test-suitejan.nijtmans2016-03-141-86/+86
|/
* Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵fvogel2015-11-081-2/+2
|\ | | | | | | displayed
| * Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵bug_220854ffffvogel2015-10-291-1/+1
| | | | | | | | displayed
| * Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486efvogel2014-10-121-20/+39
| |
| * Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵jan.nijtmans2013-11-111-0/+11
| | | | | | | | suffer.
* | Fixed failing text-19.16 - Bug [280089486e]bug_280089486e_bisfvogel2014-10-121-36/+53
| |
* | New test font-47.1 demonstrates effectiveness of the fix.dgp2013-11-051-0/+10
| |
* | Restore failing tests to passing.dgp2013-02-051-3/+3
| |
* | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-2/+1
|\ \ | |/ | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release.
| * Don't use deprecated "case" any more.jan.nijtmans2013-01-151-2/+1
| |\ | | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release.
| | * Don't use deprecated "case" any more.jan.nijtmans2013-01-151-3/+6
| | | | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
| | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-1/+0
| | | | | | | | | | | | systems.
| | * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
* | | Much more cleaning up of result handling.dkf2012-07-231-1/+1
| | |
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| * | [Bug 2791352] backported fix and tests for mis-parsing of certain font ↵patthoyts2009-05-131-1/+7
| | | | | | | | | | | | descriptions.
* | | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵patthoyts2009-05-131-1/+7
| | | | | | | | | | | | family name.
* | | Update to tcltest2aniap2008-08-151-917/+1887
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Only check for -displayof if there are sufficient arguments. This permits ↵patthoyts2007-11-171-3/+12
| | | | | | | | checking strings like -d.
* | (font-46.[12]): correct listification of resulthobbs2007-04-241-5/+5
| |
* | TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-4/+34
| |
* | * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkInt.h: in TkAqua provided by Benjamin * generic/tkTextDisp.c: Riefenstahl. [Patch 638966] * library/demos/unicodeout.tcl: * macosx/tkMacOSXFont.h (new file): * macosx/tkMacOSXFont.c: * tests/font.test: * unix/tkUnixFont.c: * win/tkWinFont.c: * generic/tkFont.c: moved MODULE_SCOPE declarations of * generic/tkFont.h: font helper procs into header files. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXFont.h: * macosx/tkMacOSXMenubutton.c: * macosx/Wish.xcode/project.pbxproj: add new tkMacOSXFont.h file, * macosx/Wish.xcodeproj/project.pbxproj: turn off dead code stripping as it interferes with -sectcreate (rdar://4486223). * macosx/Wish.xcode/default.pbxuser: add TCLLIBPATH=/Library/Tcl * macosx/Wish.xcodeproj/default.pbxuser: env var setting to tktest. * unix/configure.in: fix detection of symbols build when enabling TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.59
* | Use standard constraint namesdkf2004-06-241-15/+15
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-75/+80
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-45/+2
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-15/+12
|
* Updated font.test to expect new behavior of canvas postscript (patch #546910)a_kovalenko2002-06-261-35/+35
|
* * tests/color.test:hobbs2000-03-021-1/+2
| | | | | | * xlib/xcolors.c (XParseColor FindColor): * win/tkWinColor.c (XAllocColor): Fixed bit fiddling for colors to return "correct" values for color mapping. [Bug: 4282]
* * tests/bind.test:hobbs1999-12-141-21/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvImg.test: * tests/canvPsArc.tcl: * tests/canvPsImg.tcl: (new file) * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: * tests/defs.tcl: * tests/entry.test: * tests/event.test: * tests/font.test: * tests/frame.test: * tests/imgPhoto.test: * tests/safe.test: * tests/scale.test: * tests/scrollbar.test: * tests/select.test: * tests/text.test: * tests/textDisp.test: * tests/textTag.test: * tests/unixFont.test: * tests/unixWm.test: * tests/visual_bb.test: * tests/winClipboard.test: tests for the dash patch changes
* * Merged 8.1 branch into the main trunkstanton1999-04-161-288/+585
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Changed the font used for testing to Courier from Helvetica. With the new ↵surles1998-06-111-2/+2
| | | | measuring system, kerning exists when helvetica is used.
* Initial revisionrjohnson1998-04-011-0/+1092