summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 3016181, thanks to Tom Goddard for patchkevin_walzer2013-08-251-15/+14
| | | FossilOrigin-Name: 1f184c7377317f71651d83fc5eb86542a5d102a6
* Bug [b744526512]: Call [$pb step] in tail position jenglish2013-08-151-2/+2
| | | | | | | in ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired. FossilOrigin-Name: 8ea3ccb4b748307339328723b2feaac01b54f909
* Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-1/+4
|\ | | | | FossilOrigin-Name: 57f9af7736bfaa207bf39c4ea79bff6869628d6f
| * Bug [2501278]: ttk::scale keyboard binding problemjan.nijtmans2013-06-281-1/+4
| | | | | | FossilOrigin-Name: 3fec32a981aa335f1c3628308c691c45029b6d3f
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-1/+1
| | | | | | FossilOrigin-Name: 2d26c9cb30bc1fd9ba1cfe81ff3b4cc7ff771cca
* | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-273-0/+19
|\ \ | |/ | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) FossilOrigin-Name: b5f6c04d7db360665af9d4ef55ab46bfe905996d
| * Add <<Invoke>> bindings to button, listbox and menu, for consistancy with ttk.jan.nijtmans2013-03-203-0/+19
| | | | | | FossilOrigin-Name: bb6cac1113f7b564b2f0f5730fb35a46a505e75b
* | [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-132-18/+28
|\ \ | | | | | | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. FossilOrigin-Name: 0bc39ba194da6d5474b6282be1af8b2dde49a4d8
| * | removed one entry too much from ttk:entryjan.nijtmans2013-01-131-0/+1
| | | | | | | | | FossilOrigin-Name: 52c4c0bfd30b55766f5f72f4af255cf550561ba3
| * | [Bug 3600390]: tk_strictMotif not tested for.jan.nijtmans2013-01-132-18/+27
| |\ \ | | | | | | | | | | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. FossilOrigin-Name: 5cf2f6b9bd053c4b2b4fe31b6de19f1ecb9b6fbb
| | * | See bug 3600390jan.nijtmans2013-01-112-3/+6
| |/ / |/| | | | | FossilOrigin-Name: 67c373d7f721faa576518f05d323bea4ab1cd79d
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-122-5/+1
| |\ \ |/ / / | | | | | | | | | what the Tcl_InitStubs does), so there is no need to test both. FossilOrigin-Name: fb87f8681e74b9fa5bde8964652a5a5a96d8b537
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵jan.nijtmans2013-01-122-6/+1
| |/ | | | | | | | | what the Tcl_InitStubs does), so there is no need to test boths FossilOrigin-Name: 3eee32aa88e5b310177e0fb112c627bb9926c385
| * Release branch for Tk 8.5.13.dgp2012-11-051-1/+1
| | | | | | FossilOrigin-Name: 12ca1b7f4996fb3220fdecdfe1a047dea63af906
* | [Bug 3600260]: Errors in new virtual event definitionsjan.nijtmans2013-01-101-3/+3
| | | | | | FossilOrigin-Name: 2125e9b8b245ea52b1c5a9a612ea72d85f382555
* | [Bug 3600251]: Inappropriate replacement of Mac binding.jan.nijtmans2013-01-101-1/+1
| | | | | | FossilOrigin-Name: f2bb9f804dba04e1522bcdeba9da8d253c7eadfb
* | Create Tk 8.6.0 release branchdgp2012-11-081-1/+1
| | | | | | FossilOrigin-Name: 23a232201cc016cb6bed84fb496e7a1eaf3e0aa9
* | merge trunkdgp2012-09-111-4/+2
|\ \ | | | | | | FossilOrigin-Name: 17757256a9d061a31f9a9b542507d5ec9990ec82
| * | fix <Up> and <Down> binding in windows consolejan.nijtmans2012-09-111-4/+2
| | | | | | | | | FossilOrigin-Name: 6249d7ae63de5af22930a3dff3910c3c919dcaf5
* | | Bump to 8.6b3dgp2012-09-071-1/+1
|/ / | | | | FossilOrigin-Name: 5c8ea3fdcfbceb74ae5ceb2dca398c298ca91c82
* | Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-2717-53/+87
| | | | | | | | | | using Tcl_Obj API, not the string result API. FossilOrigin-Name: 961ae24a3f55411658e21fcc7bccbc40b30dfdba
* | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-59/+58
|\ \ | |/ | | | | | | that knows how to avoid nasty problems when non-list filters are used. FossilOrigin-Name: f3b0b97579c1940979e47720c7de3d89ba4992e6
| * [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredkf2012-08-241-61/+52
| | | | | | | | | | that knows how to avoid nasty problems when non-list filters are used. FossilOrigin-Name: 89300ed44c0f143a842176443e53b85dbf29f16c
* | new virtual event <<ToggleSelection>>jan.nijtmans2012-08-233-2/+5
| | | | | | FossilOrigin-Name: 1b0ecb59de555c10d38018b5e123f06da4d3b0bd
* | [Frq 3555324]: On Windows, re-define Ctrl-A for Select-All., as most Windows ↵jan.nijtmans2012-08-151-3/+3
| | | | | | | | | | applications do. FossilOrigin-Name: e1dfad3532306e2075d9e06715df2f154ecb006b
* | two missing bindings for Mac OSXjan.nijtmans2012-08-131-2/+2
| | | | | | FossilOrigin-Name: a48207106ac666afede53da8487f2fc5d72ab2f3
* | don't put that many bindings under tk_strictMotif handling, it was not done ↵jan.nijtmans2012-08-111-24/+12
| | | | | | | | | | before FossilOrigin-Name: 85ae418cc623617f336250d0b842b955a44d21fb
* | merge trunkjan.nijtmans2012-08-103-21/+29
|\ \ | | | | | | FossilOrigin-Name: 751a1f451c6b716ddf7d40e3692cc4c939a34b83
| * | Shift-Control -> Control-Shift, for consisancy everywherejan.nijtmans2012-08-104-10/+10
| | | | | | | | | FossilOrigin-Name: 43e436d51d9ef2ffca520322675834213e4ec382
* | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-106-47/+50
| | | | | | | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well FossilOrigin-Name: da7f23351b209ba0c1cf3ee904ce21cc3ad9a160
* | | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-0912-87/+63
| | | | | | | | | FossilOrigin-Name: a6f55df150867cce28eaf98a9f6fccb7312f3663
* | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-0913-85/+42
|/ / | | | | FossilOrigin-Name: b16dcbf9fa8317a52d724d7d00316eede60742a5
* | formatting, unnecessary if'sjan.nijtmans2012-08-091-39/+28
|\ \ | |/ | | FossilOrigin-Name: ec385b79fd8c967018000a88d8ba2e7dea0550cc
| * partly backport from 8.6jan.nijtmans2012-08-092-41/+44
| | | | | | FossilOrigin-Name: c2823d7427796e73fc120b6808e4b424d106eb72
| * Release candidate branch for Tk 8.5.12.dgp2012-07-101-1/+1
| | | | | | FossilOrigin-Name: 1e19013f815acab25cd1eab654d9919817010d08
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-1011-16/+16
|\ \ | |/ | | FossilOrigin-Name: b26cfe788b6b09ebba7c4e08f214a52894fdbb39
| * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-1011-16/+16
| |\ | | | | | | FossilOrigin-Name: 71242c4310bd095a630695ac9a3aad2e860c2434
| | * [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-108-17/+17
| | | | | | | | | FossilOrigin-Name: c19c493c7d473f5193ba52d511011992c043a309
* | | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-58/+54
|\ \ \ | |/ / | | | FossilOrigin-Name: 83a3137f67534d2d07b15d5c04ba5713a2764924
| * | If tk.dll loaded in cygwin, don't use the win32 file dialogsjan.nijtmans2012-05-051-58/+54
| |\ \ | | |/ | | | FossilOrigin-Name: 6a49422b72e452c33377513f95e54d3a3a764faa
| | * [Bug 2768586]: Only do menu correction on Windows < Win7jan.nijtmans2012-05-051-73/+85
| | |\ | | | | | | | | | | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs FossilOrigin-Name: 98036cba71f83e2d6fe176f7aff59d88bc699dd1
* | | \ [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
|\ \ \ \ | |/ / / | | | | FossilOrigin-Name: c5274bca83bce9141384c769c7181451b8841d46
| * | | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
| |\ \ \ | | |/ / | | | | FossilOrigin-Name: bb23398c9a5b9a03e68c60e253ea02d4ffae8c4a
| | * | [Bug 2768586]: Menu posting problem on dual monitorsjan.nijtmans2012-05-041-9/+8
| | | | | | | | | | | | FossilOrigin-Name: a174ee3213cfd5149df4c8bdd735b8a198bed808
| * | | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-4/+0
| |\ \ \ | | |/ / | | | | FossilOrigin-Name: 62d212e99d9055be45c1b9dc48cfcffcfaa79297
* | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-4/+0
|\ \ \ \ | | |/ / | |/| | FossilOrigin-Name: 01afcbe1722994bf856856974e3e198bf06089f8
* | | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-35/+20
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. FossilOrigin-Name: ce4c1c6355e6568d2af1fb6e4d36d69c0173fa7c
| * | | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-33/+18
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. FossilOrigin-Name: 9fc800bf361ec4d21c45bf65824dc5f8aa5cb02d
| | * | Use vroot size in stead of screen size for clipping window coordinates in ↵jan.nijtmans2012-04-207-34/+18
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. FossilOrigin-Name: 53c95a25edfe3f718d6b4c99e6f32e372433c5b5
| | | * set [wm maxsize] as welljan.nijtmans2012-04-161-0/+1
| | | | | | | | | | | | FossilOrigin-Name: d6d2ddb51b6007358ebeafbb13ee332731942f0c