Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor revisions |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
97565675272e5ddd05a1e7f233941803 |
User & Date: | kevin 2019-10-14 02:48:02 |
Context
2019-10-16
| ||
06:15 | Fix breaking dylibs check-in: 418c1f4264 user: kevin tags: trunk | |
2019-10-14
| ||
02:48 | Minor revisions check-in: 9756567527 user: kevin tags: trunk | |
2019-08-25
| ||
02:26 | Fix URL processing check-in: 1dd379503a user: kevin tags: trunk | |
Changes
Added Manpower User Help.docx.
cannot compute difference between binary files
Changes to libs/manpower/manpower-main.tcl.
︙ | ︙ | |||
120 121 122 123 124 125 126 | #set up menu menu .mb #apple menu menu .mb.apple .mb.apple add command -label "About Manpower" -command tkAboutDialog | < | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | #set up menu menu .mb #apple menu menu .mb.apple .mb.apple add command -label "About Manpower" -command tkAboutDialog .mb.apple add command -label "Check for Updates" -command "softwareupdate::checkVersion $appname::name $appname::version" .mb.apple add separator .mb add cascade -label "Manpower" -menu .mb.apple #man page menu menu .mb.man |
︙ | ︙ | |||
948 949 950 951 952 953 954 | after 50 .middle.left.tree selection set All set mynode All set searchterm {} set manitem {} | < < < | 947 948 949 950 951 952 953 954 955 956 957 958 959 960 | after 50 .middle.left.tree selection set All set mynode All set searchterm {} set manitem {} } proc changeImagesDark {} { foreach item [image names] { if {[image type $item] eq "bitmap"} { |
︙ | ︙ | |||
983 984 985 986 987 988 989 | } else { event generate . <<LightAqua>> } } #handle program shutdown via command-q proc ::tk::mac::Quit {} { | | | 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 | } else { event generate . <<LightAqua>> } } #handle program shutdown via command-q proc ::tk::mac::Quit {} { regproc::makePitch } #command for services menu proc ::tk::mac::PerformService {} { global manitem |
︙ | ︙ |
Changes to libs/manpower/manpower.tcl.
|
| | | 1 2 3 | package provide manpower 7.0 source [file join [file dirname [info script]] manpower-main.tcl] |
Changes to libs/manpower/pkgIndex.tcl.
1 |
| | | 1 2 3 | package ifneeded manpower 7.0 [list source [file join $dir manpower.tcl]] |
Changes to libs/regproc/pkgIndex.tcl.
1 2 3 4 5 6 7 8 9 10 | # Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the # "package ifneeded" command to set up package-related # information so that packages will be loaded automatically # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. | | | 1 2 3 4 5 6 7 8 9 10 11 | # Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the # "package ifneeded" command to set up package-related # information so that packages will be loaded automatically # in response to "package require" commands. When this # script is sourced, the variable $dir must contain the # full path name of this file's directory. package ifneeded regproc 1.6 [list source [file join $dir regproc.tcl]] |
Changes to libs/regproc/regproc.tcl.
1 2 3 4 5 6 | #regproc.tcl routines to register serial numbers #Copyright 2015 WordTech Communications LLC #MIT license | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #regproc.tcl routines to register serial numbers #Copyright 2015 WordTech Communications LLC #MIT license package provide regproc 1.6 package require xplat image create bitmap _unlock -data { #define xbm_security_closed_32_width 32 #define xbm_security_closed_32_height 32 |
︙ | ︙ | |||
51 52 53 54 55 56 57 | variable library [file dirname [info script]] } variable datadir variable expired set expired 0 | < < < < < < < | < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | | < < < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | variable library [file dirname [info script]] } variable datadir variable expired set expired 0 #dialog to request donation proc makePitch {} { variable version variable appname variable appstore variable licensetitle set licensetitle "Support Our Work" toplevel .purchase regproc::makeModal .purchase wm title .purchase $licensetitle wm resizable .purchase 0 0 wm withdraw .purchase wm transient .purchase . wm protocol .purchase WM_DELETE_WINDOW {} ttk::frame .purchase.top -padding 10 pack .purchase.top -side top -fill both -expand yes ttk::label .purchase.top.label -text "SUPPORT OUR WORK\n\nDeveloping free and open source software is not free.\nWould you support the development of this application\nwith a single or recurring donation?" -image _check -compound left -anchor n pack .purchase.top.label -side top -fill x -expand yes ttk::frame .purchase.bottom -padding 5 pack .purchase.bottom -side bottom -fill both -expand yes ttk::frame .purchase.bottom.upper pack .purchase.bottom.upper -side top -fill both -expand no ttk::frame .purchase.bottom.lower -padding 5 pack .purchase.bottom.lower -side bottom -fill both -expand no ttk::button .purchase.bottom.lower.install -text "Donate" -default active -command "xplat::launch https://liberapay.com/codebykevin/donate; exit" ttk::button .purchase.bottom.lower.cancel -text "Later" -command "exit" pack .purchase.bottom.lower.install .purchase.bottom.lower.cancel -side right -fill both -expand no ::tk::PlaceWindow .purchase widget . wm deiconify .purchase focus .purchase.bottom.lower.install if {[tk windowingsystem] eq "aqua"} { after idle [list after 0 wm attributes .purchase -notify 1] bind all <FocusIn> [list wm attributes . -notify 0] } } proc makeModal {w} { variable licensetitle if {[tk windowingsystem] eq "aqua" } { destroy $w; toplevel $w; tk::unsupported::MacWindowStyle style $w modal; wm title $w $licensetitle } if {[tk windowingsystem] eq "win32"} { |
︙ | ︙ |
Added libs/tcltls1.7.19/pkgIndex.tcl.
> > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | if {[package vsatisfies [package present Tcl] 8.5]} { package ifneeded tls 1.7.19 [list apply {{dir} { if {{shared} eq "static"} { load {} Tls } else { load [file join $dir tcltls.dylib] Tls } set tlsTclInitScript [file join $dir tls.tcl] if {[file exists $tlsTclInitScript]} { source $tlsTclInitScript } }} $dir] } elseif {[package vsatisfies [package present Tcl] 8.4]} { package ifneeded tls 1.7.19 [list load [file join $dir tcltls.dylib] Tls] } |
Added libs/tcltls1.7.19/tcltls.dylib.
cannot compute difference between binary files
Deleted libs/tls1.6.7/libtls1.6.7.dylib.
cannot compute difference between binary files
Deleted libs/tls1.6.7/pkgIndex.tcl.
|
| < |
Deleted libs/tls1.6.7/tls.tcl.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |