Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tag release 1.9.12 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget | bwidget-1-9-12 |
Files: | files | file ages | folders |
SHA3-256: |
3dfc3bb7111141a404b75803b24585f4 |
User & Date: | oehhar 2018-01-10 17:46:46.251 |
Context
2018-01-12
| ||
15:42 | Spanish tranlation enhanced by Neko check-in: f88ea0df56 user: oehhar tags: bwidget | |
2018-01-10
| ||
17:46 | Tag release 1.9.12 check-in: 3dfc3bb711 user: oehhar tags: bwidget, bwidget-1-9-12 | |
17:33 | color.tcl: replace the help widget by balloons bound to the widgets. Ticket [2cc70ce1cb] check-in: 053b970494 user: oehhar tags: bwidget | |
Changes
Changes to ChangeLog.
1 2 3 4 5 6 7 | 2018-01-10 Harald Oehlmann <[email protected]> color.tcl: replace the help widget by balloons bound to the widgets. Ticket [2cc70ce1cb] 2018-01-09 Harald Oehlmann <[email protected]> color.tcl: New option -command allows to get a callback when the user does an unvalidated choice. | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | 2018-01-10 Harald Oehlmann <[email protected]> **** BWidget 1.9.12 tagged **** 2018-01-10 Harald Oehlmann <[email protected]> color.tcl: replace the help widget by balloons bound to the widgets. Ticket [2cc70ce1cb] 2018-01-09 Harald Oehlmann <[email protected]> color.tcl: New option -command allows to get a callback when the user does an unvalidated choice. |
︙ | ︙ | |||
16 17 18 19 20 21 22 | Ticket [75101bf5ce] Translators: Jima (es), Vogel (fr), Marcus (nl), Ian (da) Ticket [a947e33526] 2017-11-03 Harald Oehlmann notebook.tcl (+man,demo): Add possibility to NoteBook to add an image at the right of each tab. | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | Ticket [75101bf5ce] Translators: Jima (es), Vogel (fr), Marcus (nl), Ian (da) Ticket [a947e33526] 2017-11-03 Harald Oehlmann notebook.tcl (+man,demo): Add possibility to NoteBook to add an image at the right of each tab. Ticket [15e19fe9ec]. Patch by Keith J. Nash. 2017-08-25 Harald Oehlmann <[email protected]> **** BWidget 1.9.11 tagged **** 2017-05-08 Harald Oehlmann MessageDlg.html: Documented the use of the native widget for |
︙ | ︙ |
Changes to pkgIndex.tcl.
1 2 3 | if {[catch {package require Tcl}]} return # NOTE: auto_loaded top-level commands shall not be qualified (no leading ::) # but all others should. See auto_qualify for details. | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | if {[catch {package require Tcl}]} return # NOTE: auto_loaded top-level commands shall not be qualified (no leading ::) # but all others should. See auto_qualify for details. package ifneeded BWidget 1.9.12 "\ package require Tk 8.1.1;\ [list tclPkgSetup $dir BWidget 1.9.12 { {arrow.tcl source {ArrowButton ::ArrowButton::create ::ArrowButton::use}} {labelframe.tcl source {LabelFrame ::LabelFrame::create ::LabelFrame::use}} {labelentry.tcl source {LabelEntry ::LabelEntry::create ::LabelEntry::use}} {bitmap.tcl source {::Bitmap::get ::Bitmap::use}} {button.tcl source {Button ::Button::create ::Button::use}} {buttonbox.tcl source {ButtonBox ::ButtonBox::create ::ButtonBox::use}} {combobox.tcl source {ComboBox ::ComboBox::create ::ComboBox::use}} |
︙ | ︙ |