summaryrefslogtreecommitdiffstats
path: root/tests/scrollbar.test
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\ | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| * * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-141-13/+13
| | | | | | | | | | | | that were crashing the test suite. FossilOrigin-Name: 3f47da3bbecd3374be27bcfeb3dba782def26b46
| * * tests/scrollbar.test (6.22): fix rounding-error sensitive testhobbs2005-12-011-3/+3
| | | | | | FossilOrigin-Name: b3ec00a7b1e05a6d6d2a9cc55a78b893738589b0
* | * tests/canvText.test: Backport test updates in light of thedgp2008-10-101-33/+34
| | | | | | | | | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: FossilOrigin-Name: a509596922341e4cfa73a5fcb9ac21c875afa506
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups. FossilOrigin-Name: f108de53ea5bbca88ddb0d911bbc8a30fd9a894f
* | scrollbar.test fixes for TkAquavincentdarley2006-04-231-3/+11
| | | | | | FossilOrigin-Name: 330751e83e9c725aeff24ea628c979ca95fc2467
* | * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-141-13/+13
| | | | | | | | | | | | that were crashing the test suite. FossilOrigin-Name: fad9520a77e02c21dd34b737f81fd3d099651245
* | (6.22): fix rounding-error sensitive testhobbs2005-12-011-3/+3
| | | | | | FossilOrigin-Name: b49bbf874ae689e693b5f0dedde66e736564db62
* | More duplicate testname elimination. [1078648]dkf2004-12-071-25/+27
| | | | | | FossilOrigin-Name: c56ad2822d3ec3ff3b61758038a01e9f7e4940f3
* | Use standard constraint namesdkf2004-06-241-49/+45
| | | | | | FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-7/+1
| | | | | | FossilOrigin-Name: ec889b99065ab09997aa94dd70e28308cdcc5243
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-15/+2
| | | | | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-44/+14
| | | | | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* | * 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. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-10/+7
| | | FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
* * Converted several files in the test suite for testing bydgp2002-07-131-24/+19
| | | | | | tcltest 2.1. FossilOrigin-Name: 2813f9722e7446138a51d73786f6caf5b2ecb816
* * tests/scrollbar.test (scrollbar-6.27): marked knownBug becausehobbs2001-09-211-2/+6
| | | | | | it is skewed by bad dimensions returned by Windows. FossilOrigin-Name: a44e72abaf245fd3c28c6d796393bd9326b69995
* * tests/scrollbar.test: fixed check of testmetrics command tohobbs2000-02-101-11/+12
| | | | | | allow unix tests to run (testmetrics is mac/pc only) FossilOrigin-Name: cb6eaf6d6aeb83ba39fa8bd803a01a843e67bdc8
* * tests/bind.test:hobbs1999-12-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
* Run these tests only if "testmetrics" is defined (i.e. tktest isjenn1999-08-181-1/+9
| | | | | | being used). FossilOrigin-Name: dadc630d005a280d6ae369061f1dd0f101e80c4e
* * Merged 8.1 branch into the main trunkstanton1999-04-161-11/+26
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+665
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4